dts: arm/nxp: Add pwm nodes to NXP MCXA153 dtsi file

Add pwm nodes to NXP MCXA153 dtsi file

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2025-04-21 10:36:20 +08:00 committed by Benjamin Cabé
commit bb108c9e20

View file

@ -42,6 +42,45 @@
status = "disabled";
};
flexpwm0: flexpwm@400a9000 {
compatible = "nxp,flexpwm";
reg = <0x400a9000 0x1000>;
interrupt-names = "RELOAD-ERROR", "FAULT";
interrupts = <44 0>, <45 0>;
flexpwm0_pwm0: pwm0 {
compatible = "nxp,imx-pwm";
index = <0>;
interrupts = <46 0>;
#pwm-cells = <3>;
clocks = <&syscon MCUX_BUS_CLK>;
nxp,prescaler = <128>;
status = "disabled";
run-in-wait;
};
flexpwm0_pwm1: pwm1 {
compatible = "nxp,imx-pwm";
index = <1>;
interrupts = <47 0>;
#pwm-cells = <3>;
clocks = <&syscon MCUX_BUS_CLK>;
nxp,prescaler = <128>;
status = "disabled";
run-in-wait;
};
flexpwm0_pwm2: pwm2 {
compatible = "nxp,imx-pwm";
index = <2>;
interrupts = <48 0>;
#pwm-cells = <3>;
clocks = <&syscon MCUX_BUS_CLK>;
nxp,prescaler = <128>;
status = "disabled";
run-in-wait;
};
};
fmu: flash-controller@40095000 {
compatible = "nxp,msf1";
reg = <0x40095000 0x1000>;