Skip to content

Commit de7405d

Browse files
PiotrZierhofferhenrikbrixandersen
authored andcommitted
dts: nxp: mcxa156: Fix invalid FlexPWM1 address
It seems that this DTS entry has been copied from another DTS. The address of FlexPWM1 conflicts right now with the flash memory space. Signed-off-by: Piotr Zierhoffer <[email protected]>
1 parent 1494cdb commit de7405d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/nxp/nxp_mcxa156.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@
309309
};
310310
};
311311

312-
flexpwm1: flexpwm@d0000 {
312+
flexpwm1: flexpwm@400aa000 {
313313
compatible = "nxp,flexpwm";
314-
reg = <0xd0000 0x1000>;
314+
reg = <0x400aa000 0x1000>;
315315
interrupt-names = "RELOAD-ERROR", "FAULT";
316316
interrupts = <79 0>, <80 0>;
317317
flexpwm1_pwm0: pwm0 {

0 commit comments

Comments
 (0)