Skip to content

Commit ab7fc19

Browse files
thenguyenyfkartben
authored andcommitted
dts: renesas: move ioport device of r7fa6m4af3cfb to r7fa6m4ax
Move ioport6, ioport7, ioport8 to r7fa6m4ax due to it is common part of RA6M4 Impacted file: - dts/arm/renesas/ra/ra6/r7fa6m4ax.dtsi - dts/arm/renesas/ra/ra6/r7fa6m4af3cfb.dtsi Signed-off-by: The Nguyen <[email protected]>
1 parent 5847e04 commit ab7fc19

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,5 @@
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-
};
5121
};
5222
};

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,36 @@
135135
channel-count = <10>;
136136
channel-available-mask = <0x7f0007>;
137137
};
138+
139+
ioport6: gpio@400800c0 {
140+
compatible = "renesas,ra-gpio-ioport";
141+
reg = <0x400800c0 0x20>;
142+
port = <6>;
143+
gpio-controller;
144+
#gpio-cells = <2>;
145+
ngpios = <16>;
146+
status = "disabled";
147+
};
148+
149+
ioport7: gpio@400800e0 {
150+
compatible = "renesas,ra-gpio-ioport";
151+
reg = <0x400800e0 0x20>;
152+
port = <7>;
153+
gpio-controller;
154+
#gpio-cells = <2>;
155+
ngpios = <16>;
156+
status = "disabled";
157+
};
158+
159+
ioport8: gpio@40080100 {
160+
compatible = "renesas,ra-gpio-ioport";
161+
reg = <0x40080100 0x20>;
162+
port = <8>;
163+
gpio-controller;
164+
#gpio-cells = <2>;
165+
ngpios = <16>;
166+
status = "disabled";
167+
};
138168
};
139169

140170
clocks: clocks {

0 commit comments

Comments
 (0)