dts: nxp_k6x: fix interrupt number for pwm2
Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
bac7367b0a
commit
d8bbc4f70c
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@
|
||||||
pwm2: pwm@4003a000{
|
pwm2: pwm@4003a000{
|
||||||
compatible = "nxp,kinetis-ftm";
|
compatible = "nxp,kinetis-ftm";
|
||||||
reg = <0x4003a000 0x98>;
|
reg = <0x4003a000 0x98>;
|
||||||
interrupts = <43 0>;
|
interrupts = <44 0>;
|
||||||
label = "PWM_2";
|
label = "PWM_2";
|
||||||
/* channel information needed - fixme */
|
/* channel information needed - fixme */
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue