Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions boards/nxp/frdm_mcxw71/frdm_mcxw71.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Copyright 2018, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#

identifier: frdm_mcxw71
name: NXP FRDM_MCXW71
type: mcu
Expand All @@ -22,4 +28,5 @@ supported:
- uart
- watchdog
- netif:openthread
- rtc
vendor: nxp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2019, 2024 NXP
# Copyright 2019, 2024, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -28,4 +28,5 @@ supported:
- sdhc
- usb_device
- watchdog
- rtc
vendor: nxp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2019, 2024 NXP
# Copyright 2019, 2024, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -21,4 +21,5 @@ supported:
- gpio
- spi
- watchdog
- rtc
vendor: nxp
7 changes: 6 additions & 1 deletion boards/nxp/mimxrt1010_evk/mimxrt1010_evk.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2023 TiaC Systems
* Copyright 2019,2023-2024 NXP
* Copyright 2019, 2023-2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -20,6 +20,7 @@
led0 = &green_led;
sw0 = &user_button;
mcuboot-button0 = &user_button;
rtc = &counter_rtc;
};

chosen {
Expand Down Expand Up @@ -194,3 +195,7 @@ zephyr_udc0: &usb1 {
&pit0 {
status = "okay";
};

&counter_rtc {
status = "okay";
};
3 changes: 2 additions & 1 deletion boards/nxp/mimxrt1010_evk/mimxrt1010_evk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2023 TiaC Systems
# Copyright (c) 2019, NXP
# Copyright 2019, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -27,4 +27,5 @@ supported:
- i2c
- spi
- usb_device
- rtc
vendor: nxp
7 changes: 6 additions & 1 deletion boards/nxp/mimxrt1015_evk/mimxrt1015_evk.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019,2023 NXP
* Copyright 2019, 2023, 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -19,6 +19,7 @@
led0 = &green_led;
sw0 = &user_button;
mcuboot-button0 = &user_button;
rtc = &counter_rtc;
};

chosen {
Expand Down Expand Up @@ -187,3 +188,7 @@ zephyr_udc0: &usb1 {
&systick {
status = "okay";
};

&counter_rtc {
status = "okay";
};
3 changes: 2 additions & 1 deletion boards/nxp/mimxrt1015_evk/mimxrt1015_evk.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019, NXP
# Copyright 2019, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -24,4 +24,5 @@ supported:
- i2c
- spi
- usb_device
- rtc
vendor: nxp
7 changes: 6 additions & 1 deletion boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, NXP
* Copyright 2018, 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -20,6 +20,7 @@
sw0 = &user_button;
sdhc0 = &usdhc1;
mcuboot-button0 = &user_button;
rtc = &counter_rtc;
};

chosen {
Expand Down Expand Up @@ -248,3 +249,7 @@ zephyr_udc0: &usb1 {
&systick {
status = "okay";
};

&counter_rtc {
status = "okay";
};
3 changes: 2 additions & 1 deletion boards/nxp/mimxrt1020_evk/mimxrt1020_evk.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, NXP
# Copyright 2018, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -26,4 +26,5 @@ supported:
- sdhc
- spi
- usb_device
- rtc
vendor: nxp
7 changes: 6 additions & 1 deletion boards/nxp/mimxrt1024_evk/mimxrt1024_evk.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, NXP
* Copyright 2020, 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -23,6 +23,7 @@
accel0 = &fxos8700;
sdhc0 = &usdhc1;
mcuboot-button0 = &user_button;
rtc = &counter_rtc;
};

chosen {
Expand Down Expand Up @@ -256,3 +257,7 @@ zephyr_udc0: &usb1 {
status = "okay";
};
};

&counter_rtc {
status = "okay";
};
3 changes: 2 additions & 1 deletion boards/nxp/mimxrt1024_evk/mimxrt1024_evk.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020, NXP
# Copyright 2020, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -28,4 +28,5 @@ supported:
- spi
- usb_device
- watchdog
- rtc
vendor: nxp
7 changes: 6 additions & 1 deletion boards/nxp/mimxrt1040_evk/mimxrt1040_evk.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 NXP
* Copyright 2023, 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -21,6 +21,7 @@
pwm-0 = &flexpwm1_pwm3;
accel0 = &fxls8974;
mcuboot-button0 = &user_button;
rtc = &counter_rtc;
};

chosen {
Expand Down Expand Up @@ -245,3 +246,7 @@ lpi2c3: &lpi2c3 {
m2_hci_bt_uart: &lpuart3 {};

m2_wifi_sdio: &usdhc1 {};

&counter_rtc {
status = "okay";
};
3 changes: 2 additions & 1 deletion boards/nxp/mimxrt1040_evk/mimxrt1040_evk.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2023 NXP
# Copyright 2023, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -22,4 +22,5 @@ supported:
- i2c
- pwm
- spi
- rtc
vendor: nxp
7 changes: 6 additions & 1 deletion boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, NXP
* Copyright 2017, 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -23,6 +23,7 @@
accel0 = &fxos8700;
sdhc0 = &usdhc1;
mcuboot-button0 = &user_button;
rtc = &counter_rtc;
};

chosen {
Expand Down Expand Up @@ -279,3 +280,7 @@ zephyr_uhc1: &usbh2 {
&systick {
status = "okay";
};

&counter_rtc {
status = "okay";
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2017, NXP
# Copyright 2017, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -29,4 +29,5 @@ supported:
- usb_device
- usbd
- watchdog
- rtc
vendor: nxp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2017, NXP
# Copyright 2017, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -29,4 +29,5 @@ supported:
- usb_device
- usbd
- watchdog
- rtc
vendor: nxp
7 changes: 6 additions & 1 deletion boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018,2024-2025 NXP
* Copyright 2018, 2024-2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -22,6 +22,7 @@
watchdog0 = &wdog0;
sdhc0 = &usdhc1;
mcuboot-button0 = &user_button;
rtc = &counter_rtc;
};

chosen {
Expand Down Expand Up @@ -342,3 +343,7 @@ dvp_fpc24_interface: &csi {};
m2_hci_bt_uart: &lpuart3 {};

m2_wifi_sdio: &usdhc1 {};

&counter_rtc {
status = "okay";
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, NXP
# Copyright 2018, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -31,4 +31,5 @@ supported:
- usb_device
- usbd
- watchdog
- rtc
vendor: nxp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018, NXP
# Copyright 2018, 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -33,4 +33,5 @@ supported:
- usb_device
- usbd
- watchdog
- rtc
vendor: nxp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2022, Whisper.ai
# Copyright 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -30,4 +31,5 @@ supported:
- spi
- usbd
- watchdog
- rtc
vendor: nxp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2022, Whisper.ai
# Copyright 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -31,4 +32,5 @@ supported:
- spi
- usbd
- watchdog
- rtc
vendor: nxp
9 changes: 7 additions & 2 deletions boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright 2023, 2025 NXP
*
* Copyright 2023 NXP
* SPDX-License-Identifier: Apache-2.0
*/

/dts-v1/;
Expand All @@ -23,6 +23,7 @@
gps1 = &lpuart2;
telem1 = &lpuart3;
telem4-gps2 = &lpuart5;
rtc = &counter_rtc;
};

chosen {
Expand Down Expand Up @@ -468,3 +469,7 @@ zephyr_udc0: &usb1 {
pinctrl-0 = <&pinmux_swo>;
pinctrl-names = "default";
};

&counter_rtc {
status = "okay";
};
5 changes: 3 additions & 2 deletions boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# SPDX-License-Identifier: Apache-2.0
# Copyright 2023, 2025 NXP
#
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
#

identifier: mimxrt1062_fmurt6
Expand All @@ -28,4 +28,5 @@ supported:
- uart
- usb_device
- watchdog
- rtc
vendor: nxp
Loading