Skip to content

Commit d683d81

Browse files
committed
dts: arm: renesas: Add DRW nodes for RA8D1 and RA8P1 SoCs
Add DRW nodes to r7fa8d1xh.dtsi and r7ka8p1kflcac.dtsi Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent 26597b5 commit d683d81

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

dts/arm/renesas/ra/ra8/r7fa8d1xh.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@
304304
clocks = <&pclka MSTPC 16>;
305305
status = "disabled";
306306
};
307+
308+
drw: drw@40344000 {
309+
compatible = "renesas,ra-drw";
310+
reg = <0x40344000 0xD4>;
311+
status = "disabled";
312+
};
307313
};
308314

309315
usbhs_phy: usbhs-phy {

dts/arm/renesas/ra/ra8/r7ka8p1kflcac.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,11 @@
5959
clocks = <&lcdclk MSTPC 10>;
6060
status = "disabled";
6161
};
62+
63+
drw: drw@40444000 {
64+
compatible = "renesas,ra-drw";
65+
reg = <0x40444000 0xD4>;
66+
status = "disabled";
67+
};
6268
};
6369
};

0 commit comments

Comments
 (0)