Skip to content

Commit 608c7e9

Browse files
khoa-nguyen-18csarip
authored andcommitted
dts: arm: renesas: ra: Initial Comparator support for RA8
Add acmphs_global node and acmphs nodes to support Comparator on ra8x1 soc. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
1 parent 729f3eb commit 608c7e9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,24 @@
786786
status = "disabled";
787787
};
788788
};
789+
790+
acmphs_global: acmphs_global@40236000 {
791+
compatible = "renesas,ra-acmphs-global";
792+
reg = <0x40236000 0x200>;
793+
status = "disabled";
794+
795+
acmphs0: acmphs0 {
796+
compatible = "renesas,ra-acmphs";
797+
channel = <0>;
798+
status = "disabled";
799+
};
800+
801+
acmphs1: acmphs1 {
802+
compatible = "renesas,ra-acmphs";
803+
channel = <1>;
804+
status = "disabled";
805+
};
806+
};
789807
};
790808

791809
usbfs_phy: usbfs-phy {

0 commit comments

Comments
 (0)