Skip to content

Commit ef5b94b

Browse files
quytranpzzjhedberg
authored andcommitted
dts: renesas: rx: Add dts property nodes for LVD support
Add DTS node for LVD support on RX130 Signed-off-by: Quy Tran <[email protected]>
1 parent 8d98b4a commit ef5b94b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dts/rx/renesas/rx130-common.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,25 @@
858858
status = "disabled";
859859
};
860860

861+
lvd0: lvd@800e0 {
862+
compatible = "renesas,rx-lvd";
863+
reg = <0x000800E0 0x02>;
864+
channel = <0>;
865+
interrupts = <88 1>;
866+
interrupt-names = "lvd";
867+
status = "disabled";
868+
};
869+
870+
lvd1: lvd@800e2 {
871+
compatible = "renesas,rx-lvd";
872+
reg = <0x000800E2 0x02>;
873+
channel = <1>;
874+
interrupts = <89 1>;
875+
interrupt-names = "lvd";
876+
lvd-support-cmpa;
877+
status = "disabled";
878+
};
879+
861880
ofsm: ofsm@ffffff80 {
862881
compatible = "zephyr,memory-region";
863882
reg = <0xFFFFFF80 0x0F>;

0 commit comments

Comments
 (0)