Skip to content

Commit 289c213

Browse files
Minh Tangthenguyenyf
authored andcommitted
dts: renesas: ra: Add dts node for LVD support
Add dts node for LVD support on RA8 MCUs Signed-off-by: Minh Tang <[email protected]>
1 parent f17b998 commit 289c213

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,20 @@
929929
};
930930
};
931931

932+
lvd1: lvd1@4001e0e0 {
933+
compatible = "renesas,ra-lvd";
934+
reg = <0x4001e0e0 0x2>;
935+
channel = <1>;
936+
status = "disabled";
937+
};
938+
939+
lvd2: lvd@4001e0e2 {
940+
compatible = "renesas,ra-lvd";
941+
reg = <0x4001e0e2 0x02>;
942+
channel = <2>;
943+
status = "disabled";
944+
};
945+
932946
i2s0: ssie@4025d000 {
933947
compatible = "renesas,ra-i2s-ssie";
934948
#address-cells = <1>;

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,36 @@
736736
};
737737
};
738738

739+
lvd1: lvd@4001e0e0 {
740+
compatible = "renesas,ra-lvd";
741+
reg = <0x4001e0e0 0x02>;
742+
channel = <1>;
743+
status = "disabled";
744+
};
745+
746+
lvd2: lvd@4001e0e2 {
747+
compatible = "renesas,ra-lvd";
748+
reg = <0x4001e0e2 0x02>;
749+
channel = <2>;
750+
status = "disabled";
751+
};
752+
753+
lvd4: lvd@4001ea64 {
754+
compatible = "renesas,ra-lvd";
755+
reg = <0x4001ea64 0x02>;
756+
channel = <4>;
757+
reset-only;
758+
status = "disabled";
759+
};
760+
761+
lvd5: lvd@4001ea68 {
762+
compatible = "renesas,ra-lvd";
763+
reg = <0x4001ea68 0x02>;
764+
channel = <5>;
765+
reset-only;
766+
status = "disabled";
767+
};
768+
739769
port_irq0: external-interrupt@40006000 {
740770
compatible = "renesas,ra-external-interrupt";
741771
reg = <0x40006000 0x1>;

0 commit comments

Comments
 (0)