Skip to content

Commit 3813919

Browse files
KhanhNguyen-RVCkartben
authored andcommitted
dts: renesas: add CEU node for RA8P1 SoCs
Add a devicetree node for the Capture Engine Unit (CEU) to ra8x2.dtsi. Signed-off-by: Khanh Nguyen <[email protected]>
1 parent ca48a14 commit 3813919

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,14 @@
10461046
status = "disabled";
10471047
};
10481048

1049+
ceu: ceu@40348000 {
1050+
compatible = "renesas,ra-ceu";
1051+
reg = <0x40348000 0x8000>;
1052+
clocks = <&pclka MSTPC 16>;
1053+
clock-names = "pclk";
1054+
status = "disabled";
1055+
};
1056+
10491057
option_setting_ofs_conf_sec: option-setting-ofs-conf-sec@2c9f040 {
10501058
reg = <0x02c9f040 0x3c0>;
10511059
#address-cells = <1>;

0 commit comments

Comments
 (0)