Skip to content

Commit 844a11d

Browse files
committed
dts: renesas: rx: Add dts property for LVD node support on RX130
Add LVD node support on RX130 Signed-off-by: Quy Tran <[email protected]>
1 parent 78daea7 commit 844a11d

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
@@ -823,6 +823,25 @@
823823
status = "disabled";
824824
};
825825

826+
lvd0: lvd@800e0 {
827+
compatible = "renesas,rx-lvd";
828+
reg = <0x000800E0 0x02>;
829+
channel = <0>;
830+
interrupts = <88 1>;
831+
interrupt-names = "lvd";
832+
status = "disabled";
833+
};
834+
835+
lvd1: lvd@800e2 {
836+
compatible = "renesas,rx-lvd";
837+
reg = <0x000800E2 0x02>;
838+
channel = <1>;
839+
interrupts = <89 1>;
840+
interrupt-names = "lvd";
841+
renesas,lvd-support-cmpa2;
842+
status = "disabled";
843+
};
844+
826845
ofsm: ofsm@ffffff80 {
827846
compatible = "zephyr,memory-region";
828847
reg = <0xFFFFFF80 0x0F>;

0 commit comments

Comments
 (0)