Skip to content

Commit bbcb481

Browse files
committed
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 d30377d commit bbcb481

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
@@ -837,6 +837,25 @@
837837
status = "disabled";
838838
};
839839

840+
lvd0: lvd@800e0 {
841+
compatible = "renesas,rx-lvd";
842+
reg = <0x000800E0 0x02>;
843+
channel = <0>;
844+
interrupts = <88 1>;
845+
interrupt-names = "lvd";
846+
status = "disabled";
847+
};
848+
849+
lvd1: lvd@800e2 {
850+
compatible = "renesas,rx-lvd";
851+
reg = <0x000800E2 0x02>;
852+
channel = <1>;
853+
interrupts = <89 1>;
854+
interrupt-names = "lvd";
855+
lvd-support-cmpa;
856+
status = "disabled";
857+
};
858+
840859
ofsm: ofsm@ffffff80 {
841860
compatible = "zephyr,memory-region";
842861
reg = <0xFFFFFF80 0x0F>;

0 commit comments

Comments
 (0)