Skip to content

Commit

Permalink
MIMXRT1062-FMURT6: Fix PWM and RAM size.
Browse files Browse the repository at this point in the history
Fixes #59013

Enable PWM to use unique names in pwm_shell application.

Fix RAM size to correct value.

Signed-off-by: Benjamin Perseghetti <[email protected]>
  • Loading branch information
bperseghetti authored and sumitbatra-nxp committed Jun 7, 2023
1 parent 6ac7993 commit 951b3d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion boards/arm/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
led1 = &red_led;
watchdog0 = &wdog0;
sdhc0 = &usdhc1;
pwm-0 = &flexpwm2_pwm0;
gps1 = &lpuart2;
telem1 = &lpuart3;
telem4-gps2 = &lpuart5;
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/mimxrt1062_fmurt6/mimxrt1062_fmurt6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 768
ram: 32768
flash: 65536
supported:
- counter
Expand Down
8 changes: 4 additions & 4 deletions dts/arm/nxp/nxp_rt10xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
reg = <0x403e4000 0x4000>;
interrupts = <146 0>;

flexpwm3_pwm0: pwm0 {
flexpwm3_pwm0: pwm5 {
compatible = "nxp,imx-pwm";
index = <0>;
interrupts = <142 0>;
Expand All @@ -676,7 +676,7 @@
status = "disabled";
};

flexpwm3_pwm2: pwm2 {
flexpwm3_pwm2: pwm4 {
compatible = "nxp,imx-pwm";
index = <2>;
interrupts = <144 0>;
Expand All @@ -702,7 +702,7 @@
reg = <0x403e8000 0x4000>;
interrupts = <151 0>;

flexpwm4_pwm0: pwm0 {
flexpwm4_pwm0: pwm7 {
compatible = "nxp,imx-pwm";
index = <0>;
interrupts = <147 0>;
Expand All @@ -722,7 +722,7 @@
status = "disabled";
};

flexpwm4_pwm2: pwm2 {
flexpwm4_pwm2: pwm6 {
compatible = "nxp,imx-pwm";
index = <2>;
interrupts = <149 0>;
Expand Down

0 comments on commit 951b3d8

Please sign in to comment.