Skip to content

Commit 62d706e

Browse files
iandmorrisaescolar
authored andcommitted
dts: arm: renesas: ra: ra6: added missing io ports
Additional IO ports (6,7 and 8) are availble on the r7fa6m4af3cfb variant of the RA6M4 Microcontroller. Signed-off-by: Ian Morris <[email protected]>
1 parent 59629d0 commit 62d706e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

dts/arm/renesas/ra/ra6/r7fa6m4af3cfb.dtsi

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,35 @@
1818
reg = <0x0 DT_SIZE_M(1)>;
1919
};
2020
};
21+
22+
ioport6: gpio@400800c0 {
23+
compatible = "renesas,ra-gpio-ioport";
24+
reg = <0x400800c0 0x20>;
25+
port = <6>;
26+
gpio-controller;
27+
#gpio-cells = <2>;
28+
ngpios = <16>;
29+
status = "disabled";
30+
};
31+
32+
ioport7: gpio@400800e0 {
33+
compatible = "renesas,ra-gpio-ioport";
34+
reg = <0x400800e0 0x20>;
35+
port = <7>;
36+
gpio-controller;
37+
#gpio-cells = <2>;
38+
ngpios = <16>;
39+
status = "disabled";
40+
};
41+
42+
ioport8: gpio@40080100 {
43+
compatible = "renesas,ra-gpio-ioport";
44+
reg = <0x40080100 0x20>;
45+
port = <8>;
46+
gpio-controller;
47+
#gpio-cells = <2>;
48+
ngpios = <16>;
49+
status = "disabled";
50+
};
2151
};
2252
};

0 commit comments

Comments
 (0)