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 df0e0f8 commit be0a862Copy full SHA for be0a862
dts/arm/nxp/nxp_rt118x.dtsi
@@ -755,6 +755,22 @@
755
status = "disabled";
756
};
757
758
+ flexio1: flexio@25c0000{
759
+ compatible = "nxp,flexio";
760
+ reg = <0x25c0000 0x4000>;
761
+ interrupts = <53 0>;
762
+ clocks = <&ccm IMX_CCM_FLEXIO1_CLK 0 0>;
763
+ status = "disabled";
764
+ };
765
+
766
+ flexio2: flexio@25d0000 {
767
768
+ reg = <0x25d0000 0x4000>;
769
+ interrupts = <54 0>;
770
+ clocks = <&ccm IMX_CCM_FLEXIO2_CLK 0 0>;
771
772
773
774
flexpwm1: flexpwm@2650000 {
775
compatible = "nxp,flexpwm";
776
reg = <0x2650000 0x4000>;
0 commit comments