Skip to content

Commit 969792b

Browse files
CkovMknashif
authored andcommitted
board: mimx93_evk_a55: enable rgpio
Add RGPIO 1,2,3,4 to mimx93_evk_a55 board dts Signed-off-by: Chekhov Ma <[email protected]>
1 parent 4e59679 commit 969792b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

boards/arm64/mimx93_evk/mimx93_evk_a55.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,19 @@
6767
pinctrl-0 = <&spi3_default>;
6868
pinctrl-names = "default";
6969
};
70+
71+
&gpio1{
72+
status = "okay";
73+
};
74+
75+
&gpio2{
76+
status = "okay";
77+
};
78+
79+
&gpio3{
80+
status = "okay";
81+
};
82+
83+
&gpio4{
84+
status = "okay";
85+
};

boards/arm64/mimx93_evk/mimx93_evk_a55.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ toolchain:
77
- cross-compile
88
ram: 1024
99
supported:
10+
- gpio
1011
- uart
1112
- i2c
1213
- spi

0 commit comments

Comments
 (0)