Skip to content

Commit df0bbeb

Browse files
KhanhNguyen-RVChenrikbrixandersen
authored andcommitted
dts: arm: renesas: Add CEU nodes for RA8D1 and RA8M1 SoCs
Add CEU to r7fa8d1xh.dtsi and r7fa8m1xh.dtsi Signed-off-by: Khanh Nguyen <[email protected]>
1 parent e9c9965 commit df0bbeb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,13 @@
297297
status = "disabled";
298298
};
299299
};
300+
301+
ceu: ceu@40348000 {
302+
compatible = "renesas,ra-ceu";
303+
reg = <0x40348000 0x8000>;
304+
clocks = <&pclka MSTPC 16>;
305+
status = "disabled";
306+
};
300307
};
301308

302309
usbhs_phy: usbhs-phy {

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,13 @@
261261
status = "disabled";
262262
};
263263
};
264+
265+
ceu: ceu@40348000 {
266+
compatible = "renesas,ra-ceu";
267+
reg = <0x40348000 0x8000>;
268+
clocks = <&pclka MSTPC 16>;
269+
status = "disabled";
270+
};
264271
};
265272

266273
usbhs_phy: usbhs-phy {

0 commit comments

Comments
 (0)