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:
parent
b1dfd13cf3
commit
bb108c9e20
1 changed files with 39 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue