Skip to content

Commit 77f05e3

Browse files
mmahadevan108cfriedt
authored andcommitted
dts: rt6xx: Add GPIO 2
Add GPIO Port 2 Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 33a7c98 commit 77f05e3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

dts/arm/nxp/nxp_rt6xx_common.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@
101101
port = <1>;
102102
};
103103

104+
gpio2: gpio@2 {
105+
compatible = "nxp,lpc-gpio";
106+
reg = <0x100000 0x4000>;
107+
label = "GPIO_2";
108+
gpio-controller;
109+
#gpio-cells = <2>;
110+
port = <2>;
111+
};
112+
104113
flexspi: spi@134000 {
105114
compatible = "nxp,imx-flexspi";
106115
reg = <0x134000 0x1000>;

dts/bindings/gpio/nxp,lpc-gpio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ properties:
2424
enum:
2525
- 0
2626
- 1
27+
- 2
2728

2829
gpio-cells:
2930
- pin

0 commit comments

Comments
 (0)