We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30377d commit bbcb481Copy full SHA for bbcb481
dts/rx/renesas/rx130-common.dtsi
@@ -837,6 +837,25 @@
837
status = "disabled";
838
};
839
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
851
+ reg = <0x000800E2 0x02>;
852
+ channel = <1>;
853
+ interrupts = <89 1>;
854
855
+ lvd-support-cmpa;
856
857
858
859
ofsm: ofsm@ffffff80 {
860
compatible = "zephyr,memory-region";
861
reg = <0xFFFFFF80 0x0F>;
0 commit comments