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 78daea7 commit 844a11dCopy full SHA for 844a11d
dts/rx/renesas/rx130-common.dtsi
@@ -823,6 +823,25 @@
823
status = "disabled";
824
};
825
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
837
+ reg = <0x000800E2 0x02>;
838
+ channel = <1>;
839
+ interrupts = <89 1>;
840
841
+ renesas,lvd-support-cmpa2;
842
843
844
845
ofsm: ofsm@ffffff80 {
846
compatible = "zephyr,memory-region";
847
reg = <0xFFFFFF80 0x0F>;
0 commit comments