Skip to content

Commit 47c5cdd

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 7af810b commit 47c5cdd

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
@@ -833,6 +833,25 @@
833833
status = "disabled";
834834
};
835835

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

0 commit comments

Comments
 (0)