File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 42
42
status = "disabled";
43
43
};
44
44
45
+ flexpwm0: flexpwm@400a9000 {
46
+ compatible = "nxp,flexpwm";
47
+ reg = <0x400a9000 0x1000>;
48
+ interrupt-names = "RELOAD-ERROR", "FAULT";
49
+ interrupts = <44 0>, <45 0>;
50
+ flexpwm0_pwm0: pwm0 {
51
+ compatible = "nxp,imx-pwm";
52
+ index = <0>;
53
+ interrupts = <46 0>;
54
+ #pwm-cells = <3>;
55
+ clocks = <&syscon MCUX_BUS_CLK>;
56
+ nxp,prescaler = <128>;
57
+ status = "disabled";
58
+ run-in-wait;
59
+ };
60
+
61
+ flexpwm0_pwm1: pwm1 {
62
+ compatible = "nxp,imx-pwm";
63
+ index = <1>;
64
+ interrupts = <47 0>;
65
+ #pwm-cells = <3>;
66
+ clocks = <&syscon MCUX_BUS_CLK>;
67
+ nxp,prescaler = <128>;
68
+ status = "disabled";
69
+ run-in-wait;
70
+ };
71
+
72
+ flexpwm0_pwm2: pwm2 {
73
+ compatible = "nxp,imx-pwm";
74
+ index = <2>;
75
+ interrupts = <48 0>;
76
+ #pwm-cells = <3>;
77
+ clocks = <&syscon MCUX_BUS_CLK>;
78
+ nxp,prescaler = <128>;
79
+ status = "disabled";
80
+ run-in-wait;
81
+ };
82
+ };
83
+
45
84
fmu: flash-controller@40095000 {
46
85
compatible = "nxp,msf1";
47
86
reg = <0x40095000 0x1000>;
You can’t perform that action at this time.
0 commit comments