33 lines
730 B
YAML
33 lines
730 B
YAML
|
# Copyright 2024, NXP
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: i.MX RGPIO node
|
||
|
|
||
|
compatible: "nxp,imx-rgpio"
|
||
|
|
||
|
include: [gpio-controller.yaml, base.yaml]
|
||
|
|
||
|
properties:
|
||
|
reg:
|
||
|
required: true
|
||
|
|
||
|
rdc:
|
||
|
type: int
|
||
|
description: Set the RDC permission for this peripheral
|
||
|
|
||
|
pinmux:
|
||
|
type: phandles
|
||
|
description: |
|
||
|
IMX pin selection peripheral does not follow specific
|
||
|
pattern for which GPIO port uses which pinmux. Use this property to specify
|
||
|
pinctrl nodes to use for the gpio port when CONFIG_PINCTRL=y. Note that
|
||
|
the order of the nodes matters. The first node for gpio1 will be used
|
||
|
as the pinmux for gpio0, port 0.
|
||
|
|
||
|
"#gpio-cells":
|
||
|
const: 2
|
||
|
|
||
|
gpio-cells:
|
||
|
- pin
|
||
|
- flags
|