From 79df404c30766a3af2f19a853a710b9d6937b631 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:27 +0200 Subject: [PATCH 001/142] devicetree: format files in boards/01space Applying dts-linter results for format files in boards/01space Signed-off-by: Kyle Micallef Bonnici --- boards/01space/esp32c3_042_oled/esp32c3_042_oled.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/01space/esp32c3_042_oled/esp32c3_042_oled.dts b/boards/01space/esp32c3_042_oled/esp32c3_042_oled.dts index 70f83f398e756..b0fda6bfa7fb7 100644 --- a/boards/01space/esp32c3_042_oled/esp32c3_042_oled.dts +++ b/boards/01space/esp32c3_042_oled/esp32c3_042_oled.dts @@ -35,17 +35,17 @@ /* Have to use uart1 as some tests are hardcoded for that DTS node :/ */ &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; eastrising_72x40: ssd1306@3c { compatible = "solomon,ssd1306fb"; @@ -69,9 +69,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &usb_serial { From 241038ef40ceea78b347838ea084c5c163eecc4a Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:28 +0200 Subject: [PATCH 002/142] devicetree: format files in boards/96boards Applying dts-linter results for format files in boards/96boards Signed-off-by: Kyle Micallef Bonnici --- boards/96boards/aerocore2/96b_aerocore2.dts | 8 ++++---- boards/96boards/argonkey/96b_argonkey.dts | 10 +++++----- boards/96boards/avenger96/96b_avenger96.dts | 2 +- boards/96boards/carbon/96b_carbon_nrf51822.dts | 8 ++++---- .../96boards/carbon/96b_carbon_stm32f401xe.dts | 17 ++++++++--------- .../meerkat96/96b_meerkat96_mcimx7d_m4.dts | 4 ++-- boards/96boards/neonkey/96b_neonkey.dts | 8 ++++---- boards/96boards/nitrogen/96b_nitrogen.dts | 18 +++++++++--------- .../stm32_sensor_mez/96b_stm32_sensor_mez.dts | 12 ++++++------ boards/96boards/wistrio/96b_wistrio.dts | 4 ++-- 10 files changed, 45 insertions(+), 46 deletions(-) diff --git a/boards/96boards/aerocore2/96b_aerocore2.dts b/boards/96boards/aerocore2/96b_aerocore2.dts index 339f61df6e031..341ad63a2a84e 100644 --- a/boards/96boards/aerocore2/96b_aerocore2.dts +++ b/boards/96boards/aerocore2/96b_aerocore2.dts @@ -10,8 +10,8 @@ #include / { - model = "96Boards Gumstix AeroCore 2"; compatible = "gumstix,aerocore2"; + model = "96Boards Gumstix AeroCore 2"; chosen { zephyr,console = &uart7; @@ -146,8 +146,8 @@ &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; zephyr_udc0: &usbotg_fs { @@ -160,12 +160,12 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pd12 &tim4_ch2_pd13 &tim4_ch3_pd14 &tim4_ch4_pd15>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -173,12 +173,12 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm5: pwm { - status = "okay"; pinctrl-0 = <&tim5_ch1_pa0 &tim5_ch2_pa1 &tim5_ch3_pa2 &tim5_ch4_pa3>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/96boards/argonkey/96b_argonkey.dts b/boards/96boards/argonkey/96b_argonkey.dts index 80ad1e99d390e..a55d7f86a0681 100644 --- a/boards/96boards/argonkey/96b_argonkey.dts +++ b/boards/96boards/argonkey/96b_argonkey.dts @@ -10,8 +10,8 @@ #include / { - model = "Tocoding Argonkey 96boards"; compatible = "tocoding,argonkey"; + model = "Tocoding Argonkey 96boards"; chosen { zephyr,console = &usart1; @@ -130,9 +130,9 @@ }; &i2s5 { - status = "okay"; pinctrl-0 = <&i2s5_ck_pb0 &i2s5_sd_pb8>; pinctrl-names = "default"; + status = "okay"; mp34dt05@0 { compatible = "st,mpxxdtyy"; @@ -143,15 +143,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; hts221@5f { compatible = "st,hts221"; @@ -173,8 +173,8 @@ &i2c3 { pinctrl-0 = <&i2c3_scl_pa8 &i2c3_sda_pb4>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; lp3943@60 { compatible = "ti,lp3943"; diff --git a/boards/96boards/avenger96/96b_avenger96.dts b/boards/96boards/avenger96/96b_avenger96.dts index 3e0cb1de13066..c8aa5db1039b7 100644 --- a/boards/96boards/avenger96/96b_avenger96.dts +++ b/boards/96boards/avenger96/96b_avenger96.dts @@ -9,8 +9,8 @@ #include / { - model = "Arrow Electronics STM32MP157A Avenger96 board"; compatible = "arrow,stm32mp157a-avenger96"; + model = "Arrow Electronics STM32MP157A Avenger96 board"; chosen { /* diff --git a/boards/96boards/carbon/96b_carbon_nrf51822.dts b/boards/96boards/carbon/96b_carbon_nrf51822.dts index 88989f900101b..ec621521d132c 100644 --- a/boards/96boards/carbon/96b_carbon_nrf51822.dts +++ b/boards/96boards/carbon/96b_carbon_nrf51822.dts @@ -9,8 +9,8 @@ #include "96b_carbon_nrf51822-pinctrl.dtsi" / { - model = "Seeed Studio Carbon nRF51 96board"; compatible = "seeed,carbon_nrf51"; + model = "Seeed Studio Carbon nRF51 96board"; chosen { zephyr,console = &uart0; @@ -34,27 +34,27 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi1 { compatible = "nordic,nrf-spis"; - status = "okay"; def-char = <0x00>; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; + status = "okay"; bt-hci@0 { compatible = "zephyr,bt-hci-spi-slave"; diff --git a/boards/96boards/carbon/96b_carbon_stm32f401xe.dts b/boards/96boards/carbon/96b_carbon_stm32f401xe.dts index 9cbdc45533a67..a10114e88fcd1 100644 --- a/boards/96boards/carbon/96b_carbon_stm32f401xe.dts +++ b/boards/96boards/carbon/96b_carbon_stm32f401xe.dts @@ -11,8 +11,8 @@ #include / { - model = "Seeed Studio Carbon 96boards"; compatible = "seeed,carbon"; + model = "Seeed Studio Carbon 96boards"; chosen { zephyr,console = &usart1; @@ -110,23 +110,22 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb3>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { - status = "okay"; - pinctrl-0 = <&spi1_miso_pa6 &spi1_mosi_pa7 &spi1_sck_pa5 &spi1_nss_pa4>; pinctrl-names = "default"; + status = "okay"; /* Nordic nRF51822-QFAC */ hci_spi: bt-hci@0 { @@ -158,8 +157,8 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; @@ -170,18 +169,18 @@ zephyr_udc0: &usbotg_fs { */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; diff --git a/boards/96boards/meerkat96/96b_meerkat96_mcimx7d_m4.dts b/boards/96boards/meerkat96/96b_meerkat96_mcimx7d_m4.dts index 8444e9e01afba..435df94f4b652 100644 --- a/boards/96boards/meerkat96/96b_meerkat96_mcimx7d_m4.dts +++ b/boards/96boards/meerkat96/96b_meerkat96_mcimx7d_m4.dts @@ -9,8 +9,8 @@ #include "96b_meerkat96-pinctrl.dtsi" / { - model = "Meerkat96 Board"; compatible = "novtech,imx7d-meerkat96"; + model = "Meerkat96 Board"; chosen { zephyr,flash = &tcml_code; @@ -52,11 +52,11 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; modem-mode = <0>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio1 { diff --git a/boards/96boards/neonkey/96b_neonkey.dts b/boards/96boards/neonkey/96b_neonkey.dts index 0c00ece6183fe..3e609d72e6578 100644 --- a/boards/96boards/neonkey/96b_neonkey.dts +++ b/boards/96boards/neonkey/96b_neonkey.dts @@ -10,8 +10,8 @@ #include / { - model = "Tocoding Neonkey 96boards"; compatible = "tocoding,neonkey"; + model = "Tocoding Neonkey 96boards"; chosen { zephyr,console = &usart1; @@ -97,22 +97,22 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb3>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_pa8 &i2c3_sda_pb4>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; lp3943@60 { compatible = "ti,lp3943"; diff --git a/boards/96boards/nitrogen/96b_nitrogen.dts b/boards/96boards/nitrogen/96b_nitrogen.dts index 18fea0ac69147..f54c50d57de1e 100644 --- a/boards/96boards/nitrogen/96b_nitrogen.dts +++ b/boards/96boards/nitrogen/96b_nitrogen.dts @@ -11,8 +11,8 @@ #include / { - model = "Seeed Studio Nitrogen 96board"; compatible = "seeed,nitrogen"; + model = "Seeed Studio Nitrogen 96board"; chosen { zephyr,console = &uart0; @@ -76,26 +76,26 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -105,23 +105,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xa000>; + label = "mcuboot"; }; slot0_partition: partition@a000 { - label = "image-0"; reg = <0x0000a000 0x33000>; + label = "image-0"; }; slot1_partition: partition@3d000 { - label = "image-1"; reg = <0x0003d000 0x33000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; /* @@ -131,8 +131,8 @@ * will be created in this area. */ storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/96boards/stm32_sensor_mez/96b_stm32_sensor_mez.dts b/boards/96boards/stm32_sensor_mez/96b_stm32_sensor_mez.dts index d1f7d7ae46197..62236ec56ffea 100644 --- a/boards/96boards/stm32_sensor_mez/96b_stm32_sensor_mez.dts +++ b/boards/96boards/stm32_sensor_mez/96b_stm32_sensor_mez.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics 96Boards STM32 Sensor Mezzanine board"; compatible = "st,stm32f446-b96b-f446ve"; + model = "STMicroelectronics 96Boards STM32 Sensor Mezzanine board"; chosen { zephyr,console = &uart4; @@ -104,8 +104,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; /* ST Microelectronics LIS3MDL magnetic field sensor */ lis3mdl-magn@1e { @@ -123,8 +123,8 @@ &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pc12>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &dma1 { @@ -175,9 +175,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pb4 &tim3_ch3_pc8>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -185,9 +185,9 @@ status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch3_pd14 &tim4_ch4_pd15>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -195,9 +195,9 @@ status = "okay"; pwm9: pwm { - status = "okay"; pinctrl-0 = <&tim9_ch1_pe5 &tim9_ch2_pe6>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/96boards/wistrio/96b_wistrio.dts b/boards/96boards/wistrio/96b_wistrio.dts index 0c6e70c1d7e12..2687c5be50231 100644 --- a/boards/96boards/wistrio/96b_wistrio.dts +++ b/boards/96boards/wistrio/96b_wistrio.dts @@ -10,8 +10,8 @@ #include "96b_lscon.dtsi" / { - model = "RAKWireless 96boards WisTrio board"; compatible = "rak,wistrio"; + model = "RAKWireless 96boards WisTrio board"; chosen { zephyr,console = &usart1; @@ -108,8 +108,8 @@ &spi1 { pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpiob 0 GPIO_ACTIVE_LOW>; + status = "okay"; lora: lora@0 { compatible = "semtech,sx1276"; From 0af7b03bcfc6f49ef235ca7d691d04ee9a9d54b8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:28 +0200 Subject: [PATCH 003/142] devicetree: format files in boards/aconno Applying dts-linter results for format files in boards/aconno Signed-off-by: Kyle Micallef Bonnici --- boards/aconno/acn52832/acn52832.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/aconno/acn52832/acn52832.dts b/boards/aconno/acn52832/acn52832.dts index 49eb7cb878456..b031bd58ea41f 100644 --- a/boards/aconno/acn52832/acn52832.dts +++ b/boards/aconno/acn52832/acn52832.dts @@ -9,8 +9,8 @@ #include "acn52832-pinctrl.dtsi" / { - model = "Aconno ACN52832 Module"; compatible = "aconno,acn52832"; + model = "Aconno ACN52832 Module"; chosen { zephyr,console = &uart0; @@ -63,10 +63,10 @@ &uart0 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -76,23 +76,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 0x37000>; + label = "image-0"; }; slot1_partition: partition@43000 { - label = "image-1"; reg = <0x00043000 0x37000>; + label = "image-1"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; From 48b5fc043c33fea7a13c4283a79f91d9be622266 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:28 +0200 Subject: [PATCH 004/142] devicetree: format files in boards/acrn Applying dts-linter results for format files in boards/acrn Signed-off-by: Kyle Micallef Bonnici --- boards/acrn/acrn/acrn.dts | 14 +++++++------- boards/acrn/acrn/acrn_adl_crb.dts | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/boards/acrn/acrn/acrn.dts b/boards/acrn/acrn/acrn.dts index 36d93db13ad52..7ecc915f186ca 100644 --- a/boards/acrn/acrn/acrn.dts +++ b/boards/acrn/acrn/acrn.dts @@ -14,15 +14,15 @@ #include / { - model = "ACRN"; compatible = "acrn"; + model = "ACRN"; cpus { cpu@1 { - device_type = "cpu"; compatible = "intel,x86_64"; - d-cache-line-size = <64>; reg = <1>; + device_type = "cpu"; + d-cache-line-size = <64>; }; }; @@ -38,22 +38,22 @@ }; pcie0: pcie0 { + compatible = "pcie-controller"; + ranges; #address-cells = <1>; #size-cells = <1>; - compatible = "pcie-controller"; acpi-hid = "PNP0A08"; - ranges; }; }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &cpu { diff --git a/boards/acrn/acrn/acrn_adl_crb.dts b/boards/acrn/acrn/acrn_adl_crb.dts index 064b9d46231fb..e939535fd6477 100644 --- a/boards/acrn/acrn/acrn_adl_crb.dts +++ b/boards/acrn/acrn/acrn_adl_crb.dts @@ -14,8 +14,8 @@ #include / { - model = "ACRN"; compatible = "acrn"; + model = "ACRN"; aliases { uart-0 = &uart0; @@ -29,22 +29,22 @@ }; pcie0: pcie0 { + compatible = "pcie-controller"; + ranges; #address-cells = <1>; #size-cells = <1>; - compatible = "pcie-controller"; acpi-hid = "PNP0A03"; - ranges; }; }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &cpu { From e0893b55d509cda5329728469b2f54fe001c5912 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:28 +0200 Subject: [PATCH 005/142] devicetree: format files in boards/actinius Applying dts-linter results for format files in boards/actinius Signed-off-by: Kyle Micallef Bonnici --- boards/actinius/icarus/actinius_icarus_common.dtsi | 14 ++++++-------- .../icarus/actinius_icarus_common_2_0_0.dtsi | 3 +-- .../icarus_bee/actinius_icarus_bee_common.dtsi | 12 +++++------- .../icarus_som/actinius_icarus_som_common.dtsi | 7 +++---- .../actinius_icarus_som_dk_common.dtsi | 14 ++++++-------- 5 files changed, 21 insertions(+), 29 deletions(-) diff --git a/boards/actinius/icarus/actinius_icarus_common.dtsi b/boards/actinius/icarus/actinius_icarus_common.dtsi index 40215f070138d..979abd2ae73ab 100644 --- a/boards/actinius/icarus/actinius_icarus_common.dtsi +++ b/boards/actinius/icarus/actinius_icarus_common.dtsi @@ -7,8 +7,8 @@ #include / { - model = "Actinius Icarus IoT Dev Board"; compatible = "actinius,icarus"; + model = "Actinius Icarus IoT Dev Board"; chosen { zephyr,console = &uart0; @@ -108,21 +108,19 @@ }; &uart0 { - status = "okay"; - current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { - status = "okay"; - current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart2 { @@ -134,13 +132,13 @@ &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12_accel: lis2dh12-accel@19 { compatible = "st,lis2dh12", "st,lis2dh"; @@ -152,18 +150,18 @@ &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Include file with mappings and aliases for feather compatibility */ diff --git a/boards/actinius/icarus/actinius_icarus_common_2_0_0.dtsi b/boards/actinius/icarus/actinius_icarus_common_2_0_0.dtsi index 802437900a8de..1ef20e6965cb7 100644 --- a/boards/actinius/icarus/actinius_icarus_common_2_0_0.dtsi +++ b/boards/actinius/icarus/actinius_icarus_common_2_0_0.dtsi @@ -22,9 +22,8 @@ }; &spi3 { - status = "okay"; - cs-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; + status = "okay"; w25q64: w25q64jv@0 { compatible = "jedec,spi-nor"; diff --git a/boards/actinius/icarus_bee/actinius_icarus_bee_common.dtsi b/boards/actinius/icarus_bee/actinius_icarus_bee_common.dtsi index 996aa91a520c3..50266abddc11b 100644 --- a/boards/actinius/icarus_bee/actinius_icarus_bee_common.dtsi +++ b/boards/actinius/icarus_bee/actinius_icarus_bee_common.dtsi @@ -7,8 +7,8 @@ #include / { - model = "Actinius Icarus Bee"; compatible = "actinius,icarus_bee"; + model = "Actinius Icarus Bee"; chosen { zephyr,console = &uart0; @@ -101,23 +101,22 @@ }; &uart0 { - status = "okay"; - current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12_accel: lis2dh12-accel@19 { compatible = "st,lis2dh12", "st,lis2dh"; @@ -129,13 +128,13 @@ &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; w25q64: w25q64jv@0 { compatible = "jedec,spi-nor"; @@ -150,11 +149,10 @@ }; &pwm0 { - status = "okay"; - pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Include default memory partition configuration file */ diff --git a/boards/actinius/icarus_som/actinius_icarus_som_common.dtsi b/boards/actinius/icarus_som/actinius_icarus_som_common.dtsi index a708a8c2a8bd2..14b5f0f73d35e 100644 --- a/boards/actinius/icarus_som/actinius_icarus_som_common.dtsi +++ b/boards/actinius/icarus_som/actinius_icarus_som_common.dtsi @@ -6,8 +6,8 @@ #include "actinius_icarus_som_common-pinctrl.dtsi" / { - model = "Actinius Icarus SoM"; compatible = "actinius,icarus_som"; + model = "Actinius Icarus SoM"; chosen { zephyr,console = &uart0; @@ -40,23 +40,22 @@ }; &uart0 { - status = "okay"; - current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12_accel: lis2dh12-accel@19 { compatible = "st,lis2dh12", "st,lis2dh"; diff --git a/boards/actinius/icarus_som_dk/actinius_icarus_som_dk_common.dtsi b/boards/actinius/icarus_som_dk/actinius_icarus_som_dk_common.dtsi index 3c5aadf09c0bd..82621039f3a16 100644 --- a/boards/actinius/icarus_som_dk/actinius_icarus_som_dk_common.dtsi +++ b/boards/actinius/icarus_som_dk/actinius_icarus_som_dk_common.dtsi @@ -8,8 +8,8 @@ #include / { - model = "Actinius Icarus SoM DK"; compatible = "actinius,icarus_som_dk"; + model = "Actinius Icarus SoM DK"; chosen { zephyr,console = &uart0; @@ -77,21 +77,20 @@ }; &uart0 { - status = "okay"; - current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; neopixel_spi: &spi1 { compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&neopixel_spi_default>; pinctrl-1 = <&neopixel_spi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; neopixel_led: ws2812@0 { compatible = "worldsemi,ws2812-spi"; @@ -110,13 +109,13 @@ neopixel_spi: &spi1 { &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12_accel: lis2dh12-accel@19 { compatible = "st,lis2dh12", "st,lis2dh"; @@ -128,13 +127,13 @@ neopixel_spi: &spi1 { &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 24 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; w25q64: w25q64jv@0 { compatible = "jedec,spi-nor"; @@ -149,11 +148,10 @@ neopixel_spi: &spi1 { }; &pwm0 { - status = "okay"; - pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Include file with mappings and aliases for arduino compatibility */ From 741cdb81d702ba1390445845fd3b439127a2a3ef Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:29 +0200 Subject: [PATCH 006/142] devicetree: format files in boards/adafruit Applying dts-linter results for format files in boards/adafruit Signed-off-by: Kyle Micallef Bonnici --- .../adafruit_feather_adalogger_rp2040.dts | 20 ++++----- .../adafruit_feather_canbus_rp2040.dts | 22 +++++----- .../adafruit_feather_esp32_appcpu.dts | 2 +- .../adafruit_feather_esp32_procpu.dts | 10 ++--- .../adafruit_feather_esp32s2.dts | 2 +- .../adafruit_feather_esp32s2_B.overlay | 2 +- .../adafruit_feather_esp32s2_C.overlay | 2 +- .../adafruit_feather_esp32s2_common.dtsi | 10 ++--- .../adafruit_feather_esp32s2_tft.dts | 8 ++-- .../adafruit_feather_esp32s2_tft_reverse.dts | 10 ++--- .../adafruit_feather_esp32s3_appcpu.dts | 2 +- .../adafruit_feather_esp32s3_procpu.dts | 16 +++---- .../adafruit_feather_esp32s3_tft_appcpu.dts | 2 +- .../adafruit_feather_esp32s3_tft_procpu.dts | 20 ++++----- ...uit_feather_esp32s3_tft_reverse_appcpu.dts | 2 +- ...uit_feather_esp32s3_tft_reverse_procpu.dts | 22 +++++----- .../adafruit_feather_m0_basic_proto.dts | 17 ++++---- .../adafruit_feather_m0_lora.dts | 19 ++++---- .../adafruit_feather_m4_express.dts | 18 ++++---- .../adafruit_feather_nrf52840.dts | 2 +- .../adafruit_feather_nrf52840_common.dtsi | 8 ++-- ...afruit_feather_nrf52840_nrf52840_sense.dts | 2 +- ...it_feather_nrf52840_nrf52840_sense_uf2.dts | 2 +- ...adafruit_feather_nrf52840_nrf52840_uf2.dts | 2 +- .../adafruit_feather_rfm95_rp2040.dts | 36 ++++++++-------- .../feather_connector.dtsi | 42 +++++++++--------- .../adafruit_feather_rp2040.dts | 16 +++---- .../adafruit_feather_stm32f405.dts | 6 +-- .../adafruit_grand_central_m4_express.dts | 21 +++++---- .../itsybitsy/adafruit_itsybitsy_nrf52840.dts | 14 +++--- .../adafruit_itsybitsy_m4_express.dts | 17 ++++---- .../adafruit_itsybitsy_rp2040.dts | 16 +++---- boards/adafruit/kb2040/adafruit_kb2040.dts | 16 +++---- .../adafruit_macropad_rp2040.dts | 16 +++---- .../metro_rp2040/adafruit_metro_rp2040.dts | 26 +++++------ .../metro_rp2040/arduino_r3_connector.dtsi | 43 ++++++++++--------- .../adafruit_metro_rp2350_rp2350b_m33.dts | 10 ++--- .../nrf52_adafruit_feather.dts | 16 +++---- .../adafruit_qt_py_esp32s3_appcpu.dts | 2 +- ...dafruit_qt_py_esp32s3_appcpu_psram.overlay | 2 +- .../adafruit_qt_py_esp32s3_procpu.dts | 12 +++--- ...dafruit_qt_py_esp32s3_procpu_psram.overlay | 2 +- .../qt_py_rp2040/adafruit_qt_py_rp2040.dts | 18 ++++---- .../trinket_m0/adafruit_trinket_m0.dts | 19 ++++---- 44 files changed, 285 insertions(+), 287 deletions(-) diff --git a/boards/adafruit/feather_adalogger_rp2040/adafruit_feather_adalogger_rp2040.dts b/boards/adafruit/feather_adalogger_rp2040/adafruit_feather_adalogger_rp2040.dts index eaf485c98a1f9..471e5dbc27f57 100644 --- a/boards/adafruit/feather_adalogger_rp2040/adafruit_feather_adalogger_rp2040.dts +++ b/boards/adafruit/feather_adalogger_rp2040/adafruit_feather_adalogger_rp2040.dts @@ -16,8 +16,8 @@ #include "feather_connector.dtsi" / { - model = "Adafruit Feather RP2040 Adalogger"; compatible = "adafruit,feather_adalogger_rp2040"; + model = "Adafruit Feather RP2040 Adalogger"; chosen { zephyr,sram = &sram0; @@ -79,8 +79,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -89,8 +89,8 @@ * size is 8 MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(8) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -102,29 +102,29 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_i2c: &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi0 { pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; - status = "okay"; spi-max-frequency = <12000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -149,11 +149,11 @@ zephyr_i2c: &i2c1 { }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@0 { reg = <0>; @@ -193,14 +193,13 @@ zephyr_i2c: &i2c1 { pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; /* RGB LED (Neopixel) */ ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/feather_canbus_rp2040/adafruit_feather_canbus_rp2040.dts b/boards/adafruit/feather_canbus_rp2040/adafruit_feather_canbus_rp2040.dts index 2001af37fbb8e..cf47f2e1b5e65 100644 --- a/boards/adafruit/feather_canbus_rp2040/adafruit_feather_canbus_rp2040.dts +++ b/boards/adafruit/feather_canbus_rp2040/adafruit_feather_canbus_rp2040.dts @@ -16,8 +16,8 @@ #include "feather_connector.dtsi" / { - model = "Adafruit Feather RP2040 Canbus"; compatible = "adafruit,feather_canbus_rp2040"; + model = "Adafruit Feather RP2040 Canbus"; chosen { zephyr,sram = &sram0; @@ -79,8 +79,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -89,8 +89,8 @@ * size is 8 MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(8) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -109,31 +109,31 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_i2c: &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi1 { pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>; + status = "okay"; mcp2515: mcp2515@0 { compatible = "microchip,mcp2515"; + reg = <0x0>; spi-max-frequency = <1000000>; int-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>; - status = "okay"; - reg = <0x0>; osc-freq = <16000000>; + status = "okay"; can-transceiver { max-bitrate = <1000000>; @@ -150,11 +150,11 @@ zephyr_i2c: &i2c1 { }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@0 { reg = <0>; @@ -194,13 +194,12 @@ zephyr_i2c: &i2c1 { pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/feather_esp32/adafruit_feather_esp32_appcpu.dts b/boards/adafruit/feather_esp32/adafruit_feather_esp32_appcpu.dts index 3f01dbda27ab9..ab331a846704c 100644 --- a/boards/adafruit/feather_esp32/adafruit_feather_esp32_appcpu.dts +++ b/boards/adafruit/feather_esp32/adafruit_feather_esp32_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Adafruit Feather ESP32 APPCPU"; compatible = "espressif,esp32"; + model = "Adafruit Feather ESP32 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts b/boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts index f3bae741c1c62..dd4970efa1f2e 100644 --- a/boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts +++ b/boards/adafruit/feather_esp32/adafruit_feather_esp32_procpu.dts @@ -13,8 +13,8 @@ #include / { - model = "Adafruit Feather ESP32 PROCPU"; compatible = "adafruit,adafruit_feather_esp32"; + model = "Adafruit Feather ESP32 PROCPU"; chosen { zephyr,sram = &sram1; @@ -54,17 +54,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -82,12 +82,12 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; sda-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 20 GPIO_OPEN_DRAIN>; + status = "okay"; }; &timer0 { @@ -121,10 +121,10 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; line-idle-low; pinctrl-0 = <&spim3_ws2812_led>; pinctrl-names = "default"; + status = "okay"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; diff --git a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2.dts b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2.dts index 4cf4d79c29a9f..ef4f6e91c0929 100644 --- a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2.dts +++ b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2.dts @@ -10,6 +10,6 @@ #include "feather_connector.dtsi" / { - model = "Adafruit Feather ESP32-S2"; compatible = "espressif,esp32s2"; + model = "Adafruit Feather ESP32-S2"; }; diff --git a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_B.overlay b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_B.overlay index 0fdd649728bd5..a9e00590b34e8 100644 --- a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_B.overlay +++ b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_B.overlay @@ -10,8 +10,8 @@ * via the STEMMA QT connector. */ i2c_reg: i2c_reg { - label = "I2C Power"; compatible = "power-domain-gpio"; + label = "I2C Power"; #power-domain-cells = <0>; enable-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; startup-delay-us = <10>; diff --git a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_C.overlay b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_C.overlay index c8f08e5b34454..5d9a292773f20 100644 --- a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_C.overlay +++ b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_C.overlay @@ -10,8 +10,8 @@ * via the STEMMA QT connector. */ i2c_reg: i2c_reg { - label = "I2C Power"; compatible = "power-domain-gpio"; + label = "I2C Power"; #power-domain-cells = <0>; enable-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; startup-delay-us = <10>; diff --git a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_common.dtsi b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_common.dtsi index ae0eaf92ade61..fc93fb20cfc19 100644 --- a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_common.dtsi +++ b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_common.dtsi @@ -65,17 +65,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -109,10 +109,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -122,19 +122,19 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_ws2812_led>; pinctrl-names = "default"; line-idle-low; + status = "okay"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; diff --git a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_tft.dts b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_tft.dts index 114a2d9cb91d1..b20f2735c74bb 100644 --- a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_tft.dts +++ b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_tft.dts @@ -10,8 +10,8 @@ #include "feather_connector_tft.dtsi" / { - model = "Adafruit Feather ESP32-S2 TFT"; compatible = "espressif,esp32s2"; + model = "Adafruit Feather ESP32-S2 TFT"; chosen { zephyr,display = &st7789v_tft; @@ -36,8 +36,8 @@ * via the STEMMA QT connector. */ i2c_reg: i2c_reg { - label = "I2C Power"; compatible = "power-domain-gpio"; + label = "I2C Power"; #power-domain-cells = <0>; enable-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>; startup-delay-us = <10>; @@ -54,13 +54,12 @@ st7789v_tft: st7789v_tft@0 { compatible = "sitronix,st7789v"; - status = "disabled"; + reg = <0>; /* Also powered by i2c_reg */ power-domains = <&i2c_reg>; mipi-max-frequency = ; - reg = <0>; width = <135>; height = <240>; x-offset = <52>; @@ -81,6 +80,7 @@ ram-param = [00 F0]; rgb-param = [40 02 14]; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; + status = "disabled"; }; }; }; diff --git a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_tft_reverse.dts b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_tft_reverse.dts index fe6a7eba826dd..440a6a8d647a2 100644 --- a/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_tft_reverse.dts +++ b/boards/adafruit/feather_esp32s2/adafruit_feather_esp32s2_tft_reverse.dts @@ -10,8 +10,8 @@ #include "feather_connector.dtsi" / { - model = "Adafruit Feather ESP32-S2 TFT Reverse"; compatible = "espressif,esp32s2"; + model = "Adafruit Feather ESP32-S2 TFT Reverse"; chosen { zephyr,display = &st7789v_tft; @@ -50,8 +50,8 @@ }; i2c_reg: i2c_reg { - label = "TFT I2C Power"; compatible = "power-domain-gpio"; + label = "TFT I2C Power"; #power-domain-cells = <0>; enable-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; startup-delay-us = <10>; @@ -68,13 +68,12 @@ st7789v_tft: st7789v_tft@0 { compatible = "sitronix,st7789v"; - status = "disabled"; + reg = <0>; /* Also powered by i2c_reg */ power-domains = <&i2c_reg>; mipi-max-frequency = ; - reg = <0>; width = <135>; height = <240>; x-offset = <52>; @@ -95,6 +94,7 @@ ram-param = [00 F0]; rgb-param = [40 02 14]; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; + status = "disabled"; }; }; }; @@ -117,8 +117,8 @@ &i2c0 { max17048: max17048@36 { compatible = "maxim,max17048"; - status = "disabled"; reg = <0x36>; power-domains = <&i2c_reg>; + status = "disabled"; }; }; diff --git a/boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_appcpu.dts b/boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_appcpu.dts index 8b9f9953792ec..431fb6dd4947e 100644 --- a/boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_appcpu.dts +++ b/boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_appcpu.dts @@ -11,8 +11,8 @@ #include "adafruit_feather_esp32s3-pinctrl.dtsi" / { - model = "Adafruit Feather ESP32S3 APPCPU"; compatible = "adafruit,feather_esp32s3", "espressif,esp32s3"; + model = "Adafruit Feather ESP32S3 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_procpu.dts b/boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_procpu.dts index 0b671f220ef3e..0df436707793f 100644 --- a/boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_procpu.dts +++ b/boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_procpu.dts @@ -15,8 +15,8 @@ #include "adafruit_feather_esp32s3-pinctrl.dtsi" / { - model = "Adafruit Feather ESP32S3 PROCPU"; compatible = "adafruit,feather_esp32s3", "espressif,esp32s3"; + model = "Adafruit Feather ESP32S3 PROCPU"; aliases { i2c-0 = &i2c0; @@ -85,17 +85,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -119,14 +119,13 @@ }; zephyr_i2c: &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; max17048: max17048@36 { compatible = "maxim,max17048"; - status = "okay"; reg = <0x36>; /* @@ -135,33 +134,34 @@ zephyr_i2c: &i2c0 { * requires I2C pull-ups powered by the regulator. */ power-domains = <&i2c_reg>; + status = "okay"; }; }; &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; /* Workaround to support WS2812 driver */ line-idle-low; + status = "okay"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; - power-domains = <&neopixel_pwr>; /* SPI */ reg = <0>; /* ignored, but necessary for SPI bindings */ + power-domains = <&neopixel_pwr>; spi-max-frequency = <6400000>; /* WS2812 */ diff --git a/boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_appcpu.dts b/boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_appcpu.dts index 34571911c6784..ba5e4096286c2 100644 --- a/boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_appcpu.dts +++ b/boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_appcpu.dts @@ -11,8 +11,8 @@ #include "adafruit_feather_esp32s3_tft-pinctrl.dtsi" / { - model = "Adafruit Feather ESP32S3 TFT APPCPU"; compatible = "adafruit,feather_esp32s3_tft", "espressif,esp32s3"; + model = "Adafruit Feather ESP32S3 TFT APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_procpu.dts b/boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_procpu.dts index fdbffd5a4f80c..0038e9b09ecd8 100644 --- a/boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_procpu.dts +++ b/boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_procpu.dts @@ -16,8 +16,8 @@ #include "adafruit_feather_esp32s3_tft-pinctrl.dtsi" / { - model = "Adafruit Feather ESP32S3 TFT PROCPU"; compatible = "adafruit,feather_esp32s3_tft", "espressif,esp32s3"; + model = "Adafruit Feather ESP32S3 TFT PROCPU"; aliases { i2c-0 = &i2c0; @@ -97,13 +97,12 @@ st7789v_tft: st7789v_tft@0 { compatible = "sitronix,st7789v"; - status = "disabled"; + reg = <0>; /* Also powered by i2c_reg */ power-domains = <&i2c_reg>; mipi-max-frequency = ; - reg = <0>; width = <135>; height = <240>; x-offset = <52>; @@ -124,6 +123,7 @@ ram-param = [00 F0]; rgb-param = [40 02 14]; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; + status = "disabled"; }; }; }; @@ -133,17 +133,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -167,14 +167,13 @@ }; zephyr_i2c: &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; max17048: max17048@36 { compatible = "maxim,max17048"; - status = "okay"; reg = <0x36>; /* @@ -183,33 +182,34 @@ zephyr_i2c: &i2c0 { * requires I2C pull-ups powered by the regulator. */ power-domains = <&i2c_reg>; + status = "okay"; }; }; &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; /* Workaround to support WS2812 driver */ line-idle-low; + status = "okay"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; - power-domains = <&neopixel_pwr>; /* SPI */ reg = <0>; /* ignored, but necessary for SPI bindings */ + power-domains = <&neopixel_pwr>; spi-max-frequency = <6400000>; /* WS2812 */ diff --git a/boards/adafruit/feather_esp32s3_tft_reverse/adafruit_feather_esp32s3_tft_reverse_appcpu.dts b/boards/adafruit/feather_esp32s3_tft_reverse/adafruit_feather_esp32s3_tft_reverse_appcpu.dts index 859188739806b..01e2ab4212f35 100644 --- a/boards/adafruit/feather_esp32s3_tft_reverse/adafruit_feather_esp32s3_tft_reverse_appcpu.dts +++ b/boards/adafruit/feather_esp32s3_tft_reverse/adafruit_feather_esp32s3_tft_reverse_appcpu.dts @@ -12,8 +12,8 @@ #include "adafruit_feather_esp32s3_tft_reverse-pinctrl.dtsi" / { - model = "Adafruit ESP32-S3 Reverse TFT Feather APPCPU"; compatible = "adafruit,feather_esp32s3_tft_reverse", "espressif,esp32s3"; + model = "Adafruit ESP32-S3 Reverse TFT Feather APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/adafruit/feather_esp32s3_tft_reverse/adafruit_feather_esp32s3_tft_reverse_procpu.dts b/boards/adafruit/feather_esp32s3_tft_reverse/adafruit_feather_esp32s3_tft_reverse_procpu.dts index 841e85761a155..0869ff4d0f255 100644 --- a/boards/adafruit/feather_esp32s3_tft_reverse/adafruit_feather_esp32s3_tft_reverse_procpu.dts +++ b/boards/adafruit/feather_esp32s3_tft_reverse/adafruit_feather_esp32s3_tft_reverse_procpu.dts @@ -16,8 +16,8 @@ #include "adafruit_feather_esp32s3_tft_reverse-pinctrl.dtsi" / { - model = "Adafruit ESP32-S3 Reverse TFT Feather PROCPU"; compatible = "adafruit,feather_esp32s3_tft_reverse", "espressif,esp32s3"; + model = "Adafruit ESP32-S3 Reverse TFT Feather PROCPU"; chosen { zephyr,sram = &sram1; @@ -94,8 +94,8 @@ * via the STEMMA QT connector. */ i2c_reg: i2c_reg { - label = "I2C Power"; compatible = "power-domain-gpio"; + label = "I2C Power"; #power-domain-cells = <0>; enable-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; }; @@ -111,13 +111,12 @@ st7789v_tft: st7789v_tft@0 { compatible = "sitronix,st7789v"; - status = "disabled"; + reg = <0>; /* Also powered by i2c_reg */ power-domains = <&i2c_reg>; mipi-max-frequency = ; - reg = <0>; width = <135>; height = <240>; x-offset = <52>; @@ -138,6 +137,7 @@ ram-param = [00 F0]; rgb-param = [40 02 14]; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; + status = "disabled"; }; }; }; @@ -147,17 +147,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -181,14 +181,13 @@ }; zephyr_i2c: &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; max17048: max17048@36 { compatible = "maxim,max17048"; - status = "okay"; reg = <0x36>; /* @@ -197,33 +196,34 @@ zephyr_i2c: &i2c0 { * requires I2C pull-ups powered by the regulator. */ power-domains = <&i2c_reg>; + status = "okay"; }; }; &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_ws2812_led>; pinctrl-names = "default"; /* Workaround to support WS2812 driver */ line-idle-low; + status = "okay"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; - power-domains = <&neopixel_pwr>; /* WS2812 */ reg = <0>; /* ignored, but necessary for SPI bindings */ + power-domains = <&neopixel_pwr>; spi-max-frequency = <6400000>; chain-length = <1>; spi-cpha; diff --git a/boards/adafruit/feather_m0_basic_proto/adafruit_feather_m0_basic_proto.dts b/boards/adafruit/feather_m0_basic_proto/adafruit_feather_m0_basic_proto.dts index 68437e6b9b94b..a5cd9bd6fd171 100644 --- a/boards/adafruit/feather_m0_basic_proto/adafruit_feather_m0_basic_proto.dts +++ b/boards/adafruit/feather_m0_basic_proto/adafruit_feather_m0_basic_proto.dts @@ -11,9 +11,9 @@ #include "feather_connector.dtsi" / { - model = "Adafruit Feather M0 Basic Proto"; compatible = "adafruit,feather-m0-basic-proto", "atmel,samd21g18a", "atmel,samd21"; + model = "Adafruit Feather M0 Basic Proto"; chosen { zephyr,console = &sercom0; @@ -43,7 +43,6 @@ }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -51,10 +50,10 @@ pinctrl-0 = <&sercom0_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -62,10 +61,10 @@ pinctrl-0 = <&sercom3_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-spi"; #address-cells = <1>; #size-cells = <0>; @@ -74,6 +73,7 @@ pinctrl-0 = <&sercom4_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -83,14 +83,14 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "sam-ba"; reg = <0x00000000 DT_SIZE_K(8)>; + label = "sam-ba"; read-only; }; code_partition: partition@2000 { - label = "code"; reg = <0x2000 DT_SIZE_K(232)>; + label = "code"; read-only; }; @@ -100,15 +100,14 @@ * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/adafruit/feather_m0_lora/adafruit_feather_m0_lora.dts b/boards/adafruit/feather_m0_lora/adafruit_feather_m0_lora.dts index 961dbbdf15bd2..40011347f3041 100644 --- a/boards/adafruit/feather_m0_lora/adafruit_feather_m0_lora.dts +++ b/boards/adafruit/feather_m0_lora/adafruit_feather_m0_lora.dts @@ -11,9 +11,9 @@ #include "feather_connector.dtsi" / { - model = "Adafruit Feather M0 LoRa"; compatible = "adafruit,feather-m0-lora", "atmel,samd21g18a", "atmel,samd21"; + model = "Adafruit Feather M0 LoRa"; chosen { zephyr,console = &sercom0; @@ -44,7 +44,6 @@ }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -52,10 +51,10 @@ pinctrl-0 = <&sercom0_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -63,10 +62,10 @@ pinctrl-0 = <&sercom3_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-spi"; #address-cells = <1>; #size-cells = <0>; @@ -77,10 +76,11 @@ pinctrl-names = "default"; cs-gpios = <&porta 6 GPIO_ACTIVE_LOW>; + status = "okay"; lora: radio@0 { - reg = <0>; compatible = "semtech,sx1276"; + reg = <0>; reset-gpios = <&porta 8 GPIO_ACTIVE_LOW>; dio-gpios = <&porta 9 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; spi-max-frequency = <10000000>; @@ -95,14 +95,14 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "sam-ba"; reg = <0x00000000 DT_SIZE_K(8)>; + label = "sam-ba"; read-only; }; code_partition: partition@2000 { - label = "code"; reg = <0x2000 DT_SIZE_K(232)>; + label = "code"; read-only; }; @@ -112,15 +112,14 @@ * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/adafruit/feather_m4_express/adafruit_feather_m4_express.dts b/boards/adafruit/feather_m4_express/adafruit_feather_m4_express.dts index 964b23ad36891..562aff0cbe196 100644 --- a/boards/adafruit/feather_m4_express/adafruit_feather_m4_express.dts +++ b/boards/adafruit/feather_m4_express/adafruit_feather_m4_express.dts @@ -10,8 +10,8 @@ #include "adafruit_feather_m4_express-pinctrl.dtsi" / { - model = "Adafruit Feather M4 Express"; compatible = "adafruit,feather-m4-express"; + model = "Adafruit Feather M4 Express"; chosen { zephyr,console = &sercom5; @@ -43,17 +43,16 @@ }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; txpo = <0>; pinctrl-0 = <&sercom5_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <3>; dopo = <0>; @@ -61,19 +60,19 @@ #size-cells = <0>; pinctrl-0 = <&sercom1_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; prescaler = <8>; #pwm-cells = <2>; pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; &tc0 { - status = "okay"; compatible = "atmel,sam0-tc-pwm"; prescaler = <1024>; #pwm-cells = <2>; @@ -81,12 +80,13 @@ counter-size = <16>; pinctrl-0 = <&tc0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; &dmac { @@ -100,14 +100,14 @@ zephyr_udc0: &usb0 { #size-cells = <1>; boot_partition: partition@0 { - label = "uf2"; reg = <0x00000000 DT_SIZE_K(16)>; + label = "uf2"; read-only; }; code_partition: partition@4000 { - label = "code"; reg = <0x4000 DT_SIZE_K(512-16-16)>; + label = "code"; read-only; }; @@ -117,8 +117,8 @@ zephyr_udc0: &usb0 { * if enabled. */ storage_partition: partition@7c000 { - label = "storage"; reg = <0x7c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840.dts b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840.dts index 9d8ef1b15e51c..32bc3a87b5f7b 100644 --- a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840.dts +++ b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840.dts @@ -10,8 +10,8 @@ #include / { - model = "Adafruit Feather nRF52840 Express"; compatible = "adafruit,feather-nrf52840"; + model = "Adafruit Feather nRF52840 Express"; chosen { zephyr,console = &uart0; diff --git a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_common.dtsi b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_common.dtsi index cfb69f1a1f526..6bd70e80b1821 100644 --- a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_common.dtsi +++ b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_common.dtsi @@ -82,33 +82,33 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; gd25q16: gd25q16@0 { compatible = "nordic,qspi-nor"; diff --git a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense.dts b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense.dts index 764ebbfefbb9b..cb940dab68f79 100644 --- a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense.dts +++ b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense.dts @@ -9,8 +9,8 @@ #include / { - model = "Adafruit Feather nRF52840 Sense"; compatible = "adafruit,feather-nrf52840-sense-uf2"; + model = "Adafruit Feather nRF52840 Sense"; chosen { zephyr,console = &uart0; diff --git a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense_uf2.dts b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense_uf2.dts index faafb8381feb4..491930e8fad1c 100644 --- a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense_uf2.dts +++ b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_sense_uf2.dts @@ -11,8 +11,8 @@ #include <../boards/common/usb/cdc_acm_serial.dtsi> / { - model = "Adafruit Feather nRF52840 Sense"; compatible = "adafruit,feather-nrf52840-sense-uf2"; + model = "Adafruit Feather nRF52840 Sense"; leds { led0: led_0 { diff --git a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_uf2.dts b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_uf2.dts index f4c30d6aec090..87aa1b64e5baa 100644 --- a/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_uf2.dts +++ b/boards/adafruit/feather_nrf52840/adafruit_feather_nrf52840_nrf52840_uf2.dts @@ -10,8 +10,8 @@ #include <../boards/common/usb/cdc_acm_serial.dtsi> / { - model = "Adafruit Feather nRF52840 Express"; compatible = "adafruit,feather-nrf52840-uf2"; + model = "Adafruit Feather nRF52840 Express"; leds { led0: led_0 { diff --git a/boards/adafruit/feather_rfm95_rp2040/adafruit_feather_rfm95_rp2040.dts b/boards/adafruit/feather_rfm95_rp2040/adafruit_feather_rfm95_rp2040.dts index eb26778a03bf6..2a25839dccab4 100644 --- a/boards/adafruit/feather_rfm95_rp2040/adafruit_feather_rfm95_rp2040.dts +++ b/boards/adafruit/feather_rfm95_rp2040/adafruit_feather_rfm95_rp2040.dts @@ -16,8 +16,8 @@ #include "feather_connector.dtsi" / { - model = "Adafruit Feather RP2040 RFM95 Lora"; compatible = "adafruit,feather_rfm95_rp2040"; + model = "Adafruit Feather RP2040 RFM95 Lora"; chosen { zephyr,sram = &sram0; @@ -65,7 +65,7 @@ gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = <0 0 &gpio0 3 0>, /* SCL */ - <1 0 &gpio0 2 0>; /* SDA */ + <1 0 &gpio0 2 0>; /* SDA */ }; }; @@ -79,8 +79,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -89,8 +89,8 @@ * size is 8 MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(8) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -102,34 +102,34 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_i2c: &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi1 { pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpio0 16 GPIO_ACTIVE_LOW>; + status = "okay"; lora: radio@0 { - reg = <0>; compatible = "semtech,sx1276"; + reg = <0>; reset-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; dio-gpios = <&gpio0 21 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO0 */ - <&gpio0 22 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO1 */ - <&gpio0 23 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO2 */ - <&gpio0 19 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO3 */ - <&gpio0 20 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO4 */ - <&gpio0 18 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; /* SX1276 DIO5 */ + <&gpio0 22 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO1 */ + <&gpio0 23 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO2 */ + <&gpio0 19 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO3 */ + <&gpio0 20 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* SX1276 DIO4 */ + <&gpio0 18 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; /* SX1276 DIO5 */ spi-max-frequency = <10000000>; power-amplifier-output = "pa-boost"; }; @@ -144,11 +144,11 @@ zephyr_i2c: &i2c1 { }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@0 { reg = <0>; @@ -188,20 +188,20 @@ zephyr_i2c: &i2c1 { pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; + LED_COLOR_ID_RED + LED_COLOR_ID_BLUE>; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/feather_rfm95_rp2040/feather_connector.dtsi b/boards/adafruit/feather_rfm95_rp2040/feather_connector.dtsi index bf5f65683ec9e..17a150934fc54 100644 --- a/boards/adafruit/feather_rfm95_rp2040/feather_connector.dtsi +++ b/boards/adafruit/feather_rfm95_rp2040/feather_connector.dtsi @@ -11,29 +11,31 @@ gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = <0 0 &gpio0 26 0>, /* A0 */ - <1 0 &gpio0 27 0>, /* A1 */ - <2 0 &gpio0 28 0>, /* A2 */ - <3 0 &gpio0 29 0>, /* A3 */ - <4 0 &gpio0 24 0>, /* D24 */ - <5 0 &gpio0 25 0>, /* D25 */ - <6 0 &gpio0 14 0>, /* SCK */ - <7 0 &gpio0 15 0>, /* MOSI */ - <8 0 &gpio0 8 0>, /* MISO */ - <9 0 &gpio0 1 0>, /* RX */ - <10 0 &gpio0 0 0>, /* TX */ - /* GND */ - <12 0 &gpio0 2 0>, /* SDA */ - <13 0 &gpio0 3 0>, /* SCL */ - <14 0 &gpio0 5 0>, /* D5 */ - <15 0 &gpio0 6 0>, /* D6 */ - <16 0 &gpio0 9 0>, /* D9 */ - <17 0 &gpio0 10 0>, /* D10 */ - <18 0 &gpio0 11 0>, /* D11 */ - <19 0 &gpio0 12 0>, /* D12 */ - <20 0 &gpio0 13 0>; /* D13 */ + <1 0 &gpio0 27 0>, /* A1 */ + <2 0 &gpio0 28 0>, /* A2 */ + <3 0 &gpio0 29 0>, /* A3 */ + <4 0 &gpio0 24 0>, /* D24 */ + <5 0 &gpio0 25 0>, /* D25 */ + <6 0 &gpio0 14 0>, /* SCK */ + <7 0 &gpio0 15 0>, /* MOSI */ + <8 0 &gpio0 8 0>, /* MISO */ + <9 0 &gpio0 1 0>, /* RX */ + <10 0 &gpio0 0 0>, /* TX */ + /* GND */ + <12 0 &gpio0 2 0>, /* SDA */ + <13 0 &gpio0 3 0>, /* SCL */ + <14 0 &gpio0 5 0>, /* D5 */ + <15 0 &gpio0 6 0>, /* D6 */ + <16 0 &gpio0 9 0>, /* D9 */ + <17 0 &gpio0 10 0>, /* D10 */ + <18 0 &gpio0 11 0>, /* D11 */ + <19 0 &gpio0 12 0>, /* D12 */ + <20 0 &gpio0 13 0>; /* D13 */ }; }; feather_serial: &uart0 {}; + feather_i2c: &i2c1 {}; + feather_spi: &spi1 {}; diff --git a/boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts b/boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts index 00e185cdb8cf7..364ce8afcdf35 100644 --- a/boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts +++ b/boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts @@ -58,8 +58,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -68,8 +68,8 @@ * size is 8MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(8) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -77,9 +77,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -87,17 +87,17 @@ }; zephyr_i2c: &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer { @@ -109,9 +109,9 @@ zephyr_i2c: &i2c1 { }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &pio0 { @@ -127,13 +127,12 @@ zephyr_i2c: &i2c1 { */ pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio1_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/feather_stm32f405/adafruit_feather_stm32f405.dts b/boards/adafruit/feather_stm32f405/adafruit_feather_stm32f405.dts index afa61648790a2..778f303dfe5c5 100644 --- a/boards/adafruit/feather_stm32f405/adafruit_feather_stm32f405.dts +++ b/boards/adafruit/feather_stm32f405/adafruit_feather_stm32f405.dts @@ -10,8 +10,8 @@ #include "feather_connector.dtsi" / { - model = "Adafruit Feather STM32F405 Express"; compatible = "adafruit,adafruit_feather_stm32f405", "st,stm32f405"; + model = "Adafruit Feather STM32F405 Express"; chosen { zephyr,console = &usart3; @@ -71,8 +71,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1_nss_pa15 { @@ -83,8 +83,8 @@ pinctrl-0 = <&spi1_nss_pa15 &spi1_sck_pb3 &spi1_miso_pb4 &spi1_mosi_pb5>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; + status = "okay"; gd25q16: gd25q16c@0 { compatible = "jedec,spi-nor"; diff --git a/boards/adafruit/grand_central_m4_express/adafruit_grand_central_m4_express.dts b/boards/adafruit/grand_central_m4_express/adafruit_grand_central_m4_express.dts index 13700afd56d13..5684466eb96ab 100644 --- a/boards/adafruit/grand_central_m4_express/adafruit_grand_central_m4_express.dts +++ b/boards/adafruit/grand_central_m4_express/adafruit_grand_central_m4_express.dts @@ -8,8 +8,8 @@ #include "adafruit_grand_central_m4_express-pinctrl.dtsi" / { - model = "Adafruit Grand Central M4 Express"; compatible = "adafruit,grand-central-m4-express"; + model = "Adafruit Grand Central M4 Express"; chosen { zephyr,console = &sercom0; @@ -40,7 +40,6 @@ }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -48,10 +47,10 @@ pinctrl-0 = <&sercom0_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <3>; dopo = <0>; @@ -63,24 +62,24 @@ pinctrl-names = "default"; cs-gpios = <&portb 28 GPIO_ACTIVE_LOW>; + status = "okay"; /* microSD Card */ sdhc0: sdhc@0 { - status = "okay"; compatible = "zephyr,sdhc-spi-slot"; reg = <0>; spi-max-frequency = <20000000>; + status = "okay"; mmc { - status = "okay"; compatible = "zephyr,sdmmc-disk"; disk-name = "SD"; + status = "okay"; }; }; }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; @@ -89,10 +88,10 @@ pinctrl-0 = <&sercom3_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom7 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <3>; dopo = <0>; @@ -102,13 +101,13 @@ pinctrl-0 = <&sercom7_spi_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; &dmac { @@ -122,14 +121,14 @@ zephyr_udc0: &usb0 { #size-cells = <1>; boot_partition: partition@0 { - label = "uf2"; reg = <0x00000000 DT_SIZE_K(16)>; + label = "uf2"; read-only; }; code_partition: partition@4000 { - label = "code"; reg = <0x4000 DT_SIZE_K(1024-16)>; + label = "code"; read-only; }; }; diff --git a/boards/adafruit/itsybitsy/adafruit_itsybitsy_nrf52840.dts b/boards/adafruit/itsybitsy/adafruit_itsybitsy_nrf52840.dts index aa6a18f7255c3..9c1248e78eb29 100644 --- a/boards/adafruit/itsybitsy/adafruit_itsybitsy_nrf52840.dts +++ b/boards/adafruit/itsybitsy/adafruit_itsybitsy_nrf52840.dts @@ -12,8 +12,8 @@ #include / { - model = "Adafruit ItsyBitsy nRF52840 Express"; compatible = "adafruit,itsybitsy-nrf52840"; + model = "Adafruit ItsyBitsy nRF52840 Express"; chosen { zephyr,ieee802154 = &ieee802154; @@ -74,34 +74,34 @@ &uart0 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "disabled"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; apa102: apa102@0 { compatible = "apa,apa102"; @@ -115,10 +115,10 @@ }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; gd25q16: gd25q16@0 { compatible = "nordic,qspi-nor"; @@ -146,8 +146,8 @@ #size-cells = <1>; lfs_partition: partition@0 { - label = "lfs_storage"; reg = <0x00000000 DT_SIZE_M(2)>; + label = "lfs_storage"; }; }; }; diff --git a/boards/adafruit/itsybitsy_m4_express/adafruit_itsybitsy_m4_express.dts b/boards/adafruit/itsybitsy_m4_express/adafruit_itsybitsy_m4_express.dts index bd30f4abf1aca..23b6e22660219 100644 --- a/boards/adafruit/itsybitsy_m4_express/adafruit_itsybitsy_m4_express.dts +++ b/boards/adafruit/itsybitsy_m4_express/adafruit_itsybitsy_m4_express.dts @@ -9,8 +9,8 @@ #include "adafruit_itsybitsy_m4_express-pinctrl.dtsi" / { - model = "Adafruit ItsyBitsy M4 Express"; compatible = "adafruit,itsybitsy-m4-express"; + model = "Adafruit ItsyBitsy M4 Express"; chosen { zephyr,console = &sercom3; @@ -50,7 +50,6 @@ }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -58,10 +57,10 @@ pinctrl-0 = <&sercom3_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <3>; dopo = <0>; @@ -71,23 +70,23 @@ pinctrl-0 = <&sercom1_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; prescaler = <8>; #pwm-cells = <2>; pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; &dmac { @@ -101,14 +100,14 @@ zephyr_udc0: &usb0 { #size-cells = <1>; boot_partition: partition@0 { - label = "uf2"; reg = <0x00000000 DT_SIZE_K(16)>; + label = "uf2"; read-only; }; code_partition: partition@4000 { - label = "code"; reg = <0x4000 DT_SIZE_K(512-16-16)>; + label = "code"; read-only; }; @@ -118,8 +117,8 @@ zephyr_udc0: &usb0 { * if enabled. */ storage_partition: partition@7c000 { - label = "storage"; reg = <0x7c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/adafruit/itsybitsy_rp2040/adafruit_itsybitsy_rp2040.dts b/boards/adafruit/itsybitsy_rp2040/adafruit_itsybitsy_rp2040.dts index f8689c6762ba5..64fdd9524e137 100644 --- a/boards/adafruit/itsybitsy_rp2040/adafruit_itsybitsy_rp2040.dts +++ b/boards/adafruit/itsybitsy_rp2040/adafruit_itsybitsy_rp2040.dts @@ -15,8 +15,8 @@ #include "adafruit_itsybitsy_rp2040-pinctrl.dtsi" / { - model = "Adafruit Itsybitsy RP2040"; compatible = "adafruit,itsybitsy_rp2040"; + model = "Adafruit Itsybitsy RP2040"; chosen { zephyr,sram = &sram0; @@ -68,8 +68,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -78,8 +78,8 @@ * size is 8 MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(8) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -98,16 +98,16 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_i2c: &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi0 { @@ -125,11 +125,11 @@ zephyr_i2c: &i2c1 { }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@0 { reg = <0>; @@ -169,13 +169,12 @@ zephyr_i2c: &i2c1 { pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/kb2040/adafruit_kb2040.dts b/boards/adafruit/kb2040/adafruit_kb2040.dts index d7de09cddac74..8e76f4d5fb7ac 100644 --- a/boards/adafruit/kb2040/adafruit_kb2040.dts +++ b/boards/adafruit/kb2040/adafruit_kb2040.dts @@ -39,8 +39,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -49,8 +49,8 @@ * size is 8MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code"; reg = <0x100 (DT_SIZE_M(8) - 0x100)>; + label = "code"; read-only; }; }; @@ -58,23 +58,23 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &gpio0 { @@ -86,9 +86,9 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &pio0 { @@ -96,13 +96,12 @@ pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/macropad_rp2040/adafruit_macropad_rp2040.dts b/boards/adafruit/macropad_rp2040/adafruit_macropad_rp2040.dts index 13e4435f03bdb..78e0b8def2e11 100644 --- a/boards/adafruit/macropad_rp2040/adafruit_macropad_rp2040.dts +++ b/boards/adafruit/macropad_rp2040/adafruit_macropad_rp2040.dts @@ -7,8 +7,8 @@ #include / { - model = "Adafruit MacroPad RP2040"; compatible = "adafruit,macropad-rp2040"; + model = "Adafruit MacroPad RP2040"; chosen { zephyr,console = &uart1; @@ -114,10 +114,10 @@ compatible = "gpio-qdec"; gpios = <&gpio0 17 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, <&gpio0 18 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - zephyr,axis = ; steps-per-period = <4>; sample-time-us = <2000>; idle-timeout-ms = <200>; + zephyr,axis = ; }; stemma_connector: stemma_connector { @@ -140,8 +140,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -150,8 +150,8 @@ * size is 8MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(8) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -159,9 +159,9 @@ &uart1 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; /* You need to disable uart1 to use i2c0 */ @@ -172,10 +172,10 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>; + status = "okay"; oled: ssd1306@0 { compatible = "sinowealth,sh1106"; @@ -220,13 +220,12 @@ zephyr_udc0: &usbd { pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio1_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>; chain-length = <12>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/metro_rp2040/adafruit_metro_rp2040.dts b/boards/adafruit/metro_rp2040/adafruit_metro_rp2040.dts index 539eaa45d4175..ed2462b92fb84 100644 --- a/boards/adafruit/metro_rp2040/adafruit_metro_rp2040.dts +++ b/boards/adafruit/metro_rp2040/adafruit_metro_rp2040.dts @@ -16,8 +16,8 @@ #include "arduino_r3_connector.dtsi" / { - model = "Adafruit Metro RP2040"; compatible = "adafruit,metro_rp2040"; + model = "Adafruit Metro RP2040"; chosen { zephyr,sram = &sram0; @@ -54,7 +54,7 @@ gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = <0 0 &gpio0 17 0>, /* SCL */ - <1 0 &gpio0 16 0>; /* SDA */ + <1 0 &gpio0 16 0>; /* SDA */ }; }; @@ -68,8 +68,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -78,8 +78,8 @@ * size is 16 MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(16) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -91,29 +91,29 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_i2c: &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi0 { pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; - status = "okay"; spi-max-frequency = <12000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -124,11 +124,11 @@ zephyr_i2c: &i2c0 { }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@0 { reg = <0>; @@ -176,20 +176,20 @@ zephyr_i2c: &i2c0 { pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; + LED_COLOR_ID_RED + LED_COLOR_ID_BLUE>; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/metro_rp2040/arduino_r3_connector.dtsi b/boards/adafruit/metro_rp2040/arduino_r3_connector.dtsi index 5981c2ab5181f..72967101ed271 100644 --- a/boards/adafruit/metro_rp2040/arduino_r3_connector.dtsi +++ b/boards/adafruit/metro_rp2040/arduino_r3_connector.dtsi @@ -11,30 +11,31 @@ gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = <0 0 &gpio0 26 0>, /* A0 */ - <1 0 &gpio0 27 0>, /* A1 */ - <2 0 &gpio0 28 0>, /* A2 */ - <3 0 &gpio0 29 0>, /* A3 */ - <4 0 &gpio0 24 0>, /* D24 */ - <5 0 &gpio0 25 0>, /* D25 */ - <6 0 &gpio0 1 0>, /* RX */ - <7 0 &gpio0 0 0>, /* TX */ - <8 0 &gpio0 2 0>, /* D2 */ - <9 0 &gpio0 3 0>, /* D3 */ - <10 0 &gpio0 4 0>, /* D4 */ - <11 0 &gpio0 5 0>, /* D5 */ - <12 0 &gpio0 6 0>, /* D6 */ - <13 0 &gpio0 7 0>, /* D7 */ - <14 0 &gpio0 8 0>, /* D8 */ - <15 0 &gpio0 9 0>, /* D9 */ - <16 0 &gpio0 10 0>, /* D10 */ - <17 0 &gpio0 11 0>, /* D11 */ - <18 0 &gpio0 12 0>, /* D12 */ - <19 0 &gpio0 13 0>, /* D13 */ - <20 0 &gpio0 16 0>, /* SDA */ - <21 0 &gpio0 17 0>; /* SCL */ + <1 0 &gpio0 27 0>, /* A1 */ + <2 0 &gpio0 28 0>, /* A2 */ + <3 0 &gpio0 29 0>, /* A3 */ + <4 0 &gpio0 24 0>, /* D24 */ + <5 0 &gpio0 25 0>, /* D25 */ + <6 0 &gpio0 1 0>, /* RX */ + <7 0 &gpio0 0 0>, /* TX */ + <8 0 &gpio0 2 0>, /* D2 */ + <9 0 &gpio0 3 0>, /* D3 */ + <10 0 &gpio0 4 0>, /* D4 */ + <11 0 &gpio0 5 0>, /* D5 */ + <12 0 &gpio0 6 0>, /* D6 */ + <13 0 &gpio0 7 0>, /* D7 */ + <14 0 &gpio0 8 0>, /* D8 */ + <15 0 &gpio0 9 0>, /* D9 */ + <16 0 &gpio0 10 0>, /* D10 */ + <17 0 &gpio0 11 0>, /* D11 */ + <18 0 &gpio0 12 0>, /* D12 */ + <19 0 &gpio0 13 0>, /* D13 */ + <20 0 &gpio0 16 0>, /* SDA */ + <21 0 &gpio0 17 0>; /* SCL */ }; }; arduino_i2c: &i2c0 {}; + arduino_serial: &uart0 {}; /* No SPI in the Arduino connector by default for this board */ diff --git a/boards/adafruit/metro_rp2350/adafruit_metro_rp2350_rp2350b_m33.dts b/boards/adafruit/metro_rp2350/adafruit_metro_rp2350_rp2350b_m33.dts index 670d239f97c71..6cd1b378a59bc 100644 --- a/boards/adafruit/metro_rp2350/adafruit_metro_rp2350_rp2350b_m33.dts +++ b/boards/adafruit/metro_rp2350/adafruit_metro_rp2350_rp2350b_m33.dts @@ -103,8 +103,8 @@ * table at a much larger alignment offset. */ image_def: partition@0 { - label = "image_def"; reg = <0x00000000 0x100>; + label = "image_def"; read-only; }; @@ -114,8 +114,8 @@ * image definition. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(16) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -123,9 +123,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -181,13 +181,12 @@ zephyr_udc0: &usbd { pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&pio1_ws2812_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/nrf52_adafruit_feather/nrf52_adafruit_feather.dts b/boards/adafruit/nrf52_adafruit_feather/nrf52_adafruit_feather.dts index 7c36949867054..65b5fc9a4175a 100644 --- a/boards/adafruit/nrf52_adafruit_feather/nrf52_adafruit_feather.dts +++ b/boards/adafruit/nrf52_adafruit_feather/nrf52_adafruit_feather.dts @@ -12,8 +12,8 @@ #include / { - model = "nRF52 Adafruit Feather"; compatible = "adafruit,nrf52_adafruit_feather"; + model = "nRF52 Adafruit Feather"; aliases { pwm-led0 = &red_pwm_led; @@ -94,10 +94,10 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { @@ -114,35 +114,35 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_appcpu.dts b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_appcpu.dts index 876a6d78fc68f..810ee790a76c2 100644 --- a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_appcpu.dts +++ b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Adafruit QT Py ESP32S3 APPCPU"; compatible = "espressif,esp32s3"; + model = "Adafruit QT Py ESP32S3 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_appcpu_psram.overlay b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_appcpu_psram.overlay index 58eaee33a2b54..59a5b9742ca19 100644 --- a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_appcpu_psram.overlay +++ b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_appcpu_psram.overlay @@ -17,9 +17,9 @@ /* 4MB flash */ flash0: flash@0 { compatible = "soc-nv-flash"; + reg = <0x0 DT_SIZE_M(4)>; erase-block-size = <4096>; write-block-size = <4>; - reg = <0x0 DT_SIZE_M(4)>; }; }; }; diff --git a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts index d203af012f713..45eeecb391ee3 100644 --- a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts +++ b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts @@ -15,8 +15,8 @@ #include / { - model = "Adafruit QT Py ESP32S3 PROCPU"; compatible = "seeed,xiao-esp32s3"; + model = "Adafruit QT Py ESP32S3 PROCPU"; chosen { zephyr,sram = &sram1; @@ -59,24 +59,24 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_i2c: &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -86,19 +86,19 @@ zephyr_i2c: &i2c1 { &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_ws2812_led>; pinctrl-names = "default"; line-idle-low; + status = "okay"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; diff --git a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu_psram.overlay b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu_psram.overlay index cd9ca5f1dcf0f..940ed36026f3d 100644 --- a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu_psram.overlay +++ b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu_psram.overlay @@ -17,9 +17,9 @@ /* 4MB flash */ flash0: flash@0 { compatible = "soc-nv-flash"; + reg = <0x0 DT_SIZE_M(4)>; erase-block-size = <4096>; write-block-size = <4>; - reg = <0x0 DT_SIZE_M(4)>; }; }; }; diff --git a/boards/adafruit/qt_py_rp2040/adafruit_qt_py_rp2040.dts b/boards/adafruit/qt_py_rp2040/adafruit_qt_py_rp2040.dts index d5717512f0dff..d92dd19a08f02 100644 --- a/boards/adafruit/qt_py_rp2040/adafruit_qt_py_rp2040.dts +++ b/boards/adafruit/qt_py_rp2040/adafruit_qt_py_rp2040.dts @@ -48,8 +48,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -58,8 +58,8 @@ * size is 8MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(8) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -67,9 +67,9 @@ &uart1 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -88,24 +88,24 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; zephyr_i2c: &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer { @@ -117,9 +117,9 @@ zephyr_i2c: &i2c1 { }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &pio0 { @@ -135,13 +135,12 @@ zephyr_i2c: &i2c1 { */ pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio1_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/adafruit/trinket_m0/adafruit_trinket_m0.dts b/boards/adafruit/trinket_m0/adafruit_trinket_m0.dts index e130368f5d3dd..a44717025d438 100644 --- a/boards/adafruit/trinket_m0/adafruit_trinket_m0.dts +++ b/boards/adafruit/trinket_m0/adafruit_trinket_m0.dts @@ -11,8 +11,8 @@ #include / { - model = "Adafruit Trinket M0"; compatible = "adafruit,trinket-m0", "atmel,samd21e18a", "atmel,samd21"; + model = "Adafruit Trinket M0"; chosen { zephyr,console = &sercom0; @@ -52,7 +52,6 @@ }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -60,10 +59,10 @@ pinctrl-0 = <&sercom0_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -71,11 +70,11 @@ pinctrl-0 = <&sercom2_uart_default>; pinctrl-names = "default"; + status = "okay"; }; /* Drives the on-board DotStar LED */ &sercom1 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <2>; dopo = <0>; @@ -84,6 +83,7 @@ pinctrl-0 = <&sercom1_spi_default>; pinctrl-names = "default"; + status = "okay"; led1: apa102@0 { compatible = "apa,apa102"; @@ -97,7 +97,6 @@ }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; /* Gives a maximum period of 1.4 s */ prescaler = <4>; @@ -105,6 +104,7 @@ pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -114,14 +114,14 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "uf2"; reg = <0x00000000 0x2000>; + label = "uf2"; read-only; }; code_partition: partition@2000 { - label = "code"; reg = <0x2000 0x3A000>; + label = "code"; read-only; }; @@ -131,15 +131,14 @@ * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 0x00004000>; + label = "storage"; }; }; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; From e014245b83043507e7764d315cb6c2b0347855f5 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:30 +0200 Subject: [PATCH 007/142] devicetree: format files in boards/adi Applying dts-linter results for format files in boards/adi Signed-off-by: Kyle Micallef Bonnici --- boards/adi/ad_swiot1l_sl/ad_swiot1l_sl.dts | 2 +- .../adi/apard32690/apard32690_max32690_m4.dts | 12 ++++----- .../eval_adin1110ebz/adi_eval_adin1110ebz.dts | 26 +++++++++---------- .../eval_adin2111ebz/adi_eval_adin2111ebz.dts | 22 ++++++++-------- boards/adi/max32650evkit/max32650evkit.dts | 4 +-- boards/adi/max32650fthr/max32650fthr.dts | 4 +-- .../max32655evkit_max32655_m4.dts | 10 +++---- .../max32655fthr/max32655fthr_max32655_m4.dts | 10 +++---- .../max32657evkit/max32657evkit_max32657.dts | 8 +++--- .../max32657evkit_max32657_common.dtsi | 10 +++---- .../max32657evkit_max32657_ns.dts | 14 +++++----- boards/adi/max32660evsys/max32660evsys.dts | 2 +- boards/adi/max32662evkit/max32662evkit.dts | 14 +++++----- .../max32666evkit_max32666_cpu0.dts | 6 ++--- .../max32666fthr_max32666_cpu0.dts | 4 +-- boards/adi/max32670evkit/max32670evkit.dts | 6 ++--- boards/adi/max32672evkit/max32672evkit.dts | 12 ++++----- boards/adi/max32672fthr/max32672fthr.dts | 4 +-- boards/adi/max32675evkit/max32675evkit.dts | 6 ++--- .../max32680evkit_max32680_m4.dts | 14 +++++----- .../max32690evkit_max32690_m4.dts | 18 ++++++------- .../max32690fthr/max32690fthr_max32690_m4.dts | 6 ++--- .../max78000evkit_max78000_m4.dts | 6 ++--- .../max78000fthr/max78000fthr_max78000_m4.dts | 8 +++--- .../max78002evkit_max78002_m4.dts | 6 ++--- boards/adi/sdp_k1/adi_sdp_k1.dts | 2 +- 26 files changed, 118 insertions(+), 118 deletions(-) diff --git a/boards/adi/ad_swiot1l_sl/ad_swiot1l_sl.dts b/boards/adi/ad_swiot1l_sl/ad_swiot1l_sl.dts index d46ad87c1cf9e..07f58f71ffa5f 100644 --- a/boards/adi/ad_swiot1l_sl/ad_swiot1l_sl.dts +++ b/boards/adi/ad_swiot1l_sl/ad_swiot1l_sl.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices AD-SWIOT1L-SL"; compatible = "adi,ad_swiot1l_sl"; + model = "Analog Devices AD-SWIOT1L-SL"; chosen { zephyr,console = &uart0; diff --git a/boards/adi/apard32690/apard32690_max32690_m4.dts b/boards/adi/apard32690/apard32690_max32690_m4.dts index 71944bac43446..1014cced9146a 100644 --- a/boards/adi/apard32690/apard32690_max32690_m4.dts +++ b/boards/adi/apard32690/apard32690_max32690_m4.dts @@ -14,8 +14,8 @@ #include / { - model = "Analog Devices AD-APARD32690-SL"; compatible = "adi,apard32690"; + model = "Analog Devices AD-APARD32690-SL"; chosen { zephyr,console = &uart0; @@ -106,18 +106,18 @@ sdram1: sdram1@60000000 { compatible = "zephyr,memory-region", "mmio-sram"; - status = "disabled"; - device_type = "memory"; reg = <0x60000000 DT_SIZE_M(64)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; + status = "disabled"; }; sdram2: sdram2@70000000 { compatible = "zephyr,memory-region", "mmio-sram"; - status = "disabled"; - device_type = "memory"; reg = <0x70000000 DT_SIZE_M(64)>; + device_type = "memory"; zephyr,memory-region = "SDRAM2"; + status = "disabled"; }; }; @@ -254,8 +254,8 @@ pmod_spi: &spi4 { #size-cells = <0>; ethernet-phy@1 { - reg = <0x1>; compatible = "adi,adin2111-phy"; + reg = <0x1>; }; }; }; diff --git a/boards/adi/eval_adin1110ebz/adi_eval_adin1110ebz.dts b/boards/adi/eval_adin1110ebz/adi_eval_adin1110ebz.dts index b8acb6ad6bf76..305c770e30fea 100644 --- a/boards/adi/eval_adin1110ebz/adi_eval_adin1110ebz.dts +++ b/boards/adi/eval_adin1110ebz/adi_eval_adin1110ebz.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices Inc. EVAL-ADIN1110EBZ board"; compatible = "adi,eval-adin1110ebz"; + model = "Analog Devices Inc. EVAL-ADIN1110EBZ board"; chosen { zephyr,console = &usart1; @@ -26,8 +26,8 @@ ram0: psram@60000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0x60000000 DT_SIZE_M(8)>; + device_type = "memory"; zephyr,memory-region = "RAM0"; }; @@ -113,8 +113,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; @@ -124,23 +124,23 @@ */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(432)>; + label = "image-0"; }; slot1_partition: partition@8c000 { - label = "image-1"; reg = <0x0008C000 DT_SIZE_K(432)>; + label = "image-1"; }; scratch_partition: partition@f8000 { - label = "image-scratch"; reg = <0x000F8000 DT_SIZE_K(16)>; + label = "image-scratch"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; @@ -177,15 +177,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pg14 &i2c1_sda_pg13>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_pg7 &i2c3_sda_pg8>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; adt7420: adt7420@48 { compatible = "adi,adt7420"; @@ -216,9 +216,9 @@ spi-max-frequency = <25000000>; int-gpios = <&gpiob 11 GPIO_ACTIVE_LOW>; reset-gpios = <&gpioc 7 GPIO_ACTIVE_LOW>; - status = "okay"; spi-oa; spi-oa-protection; + status = "okay"; port1 { local-mac-address = [00 E0 22 FE DA C8]; @@ -230,8 +230,8 @@ #size-cells = <0>; ethernet-phy@1 { - reg = <0x1>; compatible = "adi,adin2111-phy"; + reg = <0x1>; }; }; }; @@ -247,9 +247,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa15>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -291,8 +291,8 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; store_partition: partition@0 { - label = "store"; reg = <0x00000000 DT_SIZE_M(8)>; + label = "store"; }; }; }; diff --git a/boards/adi/eval_adin2111ebz/adi_eval_adin2111ebz.dts b/boards/adi/eval_adin2111ebz/adi_eval_adin2111ebz.dts index 1e64014618af2..5fb5bf9e284b6 100644 --- a/boards/adi/eval_adin2111ebz/adi_eval_adin2111ebz.dts +++ b/boards/adi/eval_adin2111ebz/adi_eval_adin2111ebz.dts @@ -10,8 +10,8 @@ #include / { - model = "Analog Devices Inc. EVAL-ADIN2111EBZ board"; compatible = "adi,eval-adin2111ebz"; + model = "Analog Devices Inc. EVAL-ADIN2111EBZ board"; chosen { zephyr,console = &usart1; @@ -92,8 +92,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; @@ -103,23 +103,23 @@ */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(432)>; + label = "image-0"; }; slot1_partition: partition@8c000 { - label = "image-1"; reg = <0x0008C000 DT_SIZE_K(432)>; + label = "image-1"; }; scratch_partition: partition@f8000 { - label = "image-scratch"; reg = <0x000F8000 DT_SIZE_K(16)>; + label = "image-scratch"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; @@ -155,9 +155,9 @@ flash_ext: flash@0 { compatible = "issi,is25lp128", "jedec,spi-nor"; + reg = <0>; size = <134217728>; jedec-id = [96 60 18]; - reg = <0>; spi-max-frequency = <133000000>; status = "okay"; }; @@ -167,21 +167,21 @@ pinctrl-0 = <&spi2_sck_pb13 &spi2_miso_pb14 &spi2_mosi_pb15>; pinctrl-names = "default"; cs-gpios = <&gpiob 12 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "okay"; dmas = <&dmamux1 2 13 (STM32_DMA_MEMORY_TO_PERIPH | STM32_DMA_MEM_INC | STM32_DMA_MEM_8BITS | STM32_DMA_PERIPH_8BITS)>, <&dmamux1 3 12 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_MEM_INC | STM32_DMA_MEM_8BITS | STM32_DMA_PERIPH_8BITS)>; dma-names = "tx", "rx"; + status = "okay"; adin2111: adin2111@0 { compatible = "adi,adin2111"; reg = <0x0>; spi-max-frequency = <25000000>; int-gpios = <&gpioa 12 GPIO_ACTIVE_LOW>; - status = "okay"; spi-oa; spi-oa-protection; + status = "okay"; port1 { local-mac-address = [00 E0 22 FE DA C9]; @@ -198,14 +198,14 @@ status = "okay"; ethernet-phy@1 { - reg = <0x1>; compatible = "adi,adin2111-phy"; + reg = <0x1>; status = "okay"; }; ethernet-phy@2 { - reg = <0x2>; compatible = "adi,adin2111-phy"; + reg = <0x2>; status = "okay"; }; }; diff --git a/boards/adi/max32650evkit/max32650evkit.dts b/boards/adi/max32650evkit/max32650evkit.dts index 48d8e177a890b..2cd98d66aee62 100644 --- a/boards/adi/max32650evkit/max32650evkit.dts +++ b/boards/adi/max32650evkit/max32650evkit.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32650EVKIT"; compatible = "adi,max32650evkit"; + model = "Analog Devices MAX32650EVKIT"; chosen { zephyr,console = &uart0; @@ -100,9 +100,9 @@ }; &spi2 { - status = "okay"; pinctrl-0 = <&spi2_mosi_p2_4 &spi2_miso_p2_3 &spi2_sck_p2_2 &spi2_ss0_p2_5>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { diff --git a/boards/adi/max32650fthr/max32650fthr.dts b/boards/adi/max32650fthr/max32650fthr.dts index aa6fcf4e4417a..40eafde4e7ca5 100644 --- a/boards/adi/max32650fthr/max32650fthr.dts +++ b/boards/adi/max32650fthr/max32650fthr.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32650FTHR"; compatible = "adi,max32650fthr"; + model = "Analog Devices MAX32650FTHR"; chosen { zephyr,console = &uart0; @@ -94,9 +94,9 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_mosi_p1_29 &spi1_miso_p1_28 &spi1_sck_p1_26 &spi1_ss0_p1_23>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { diff --git a/boards/adi/max32655evkit/max32655evkit_max32655_m4.dts b/boards/adi/max32655evkit/max32655evkit_max32655_m4.dts index 20c6daf6001f3..cd76ec25125be 100644 --- a/boards/adi/max32655evkit/max32655evkit_max32655_m4.dts +++ b/boards/adi/max32655evkit/max32655evkit_max32655_m4.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32655EVKIT"; compatible = "adi,max32655evkit"; + model = "Analog Devices MAX32655EVKIT"; chosen { zephyr,console = &uart0; @@ -110,9 +110,9 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_scl_p0_10 &i2c0_sda_p0_11>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -124,9 +124,9 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_mosi_p0_5 &spi0_miso_p0_6 &spi0_sck_p0_7 &spi0_ss0_p0_4>; pinctrl-names = "default"; + status = "okay"; }; &w1 { @@ -151,16 +151,16 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_mosi_p0_5 &spi0_miso_p0_6 &spi0_sck_p0_7>; pinctrl-names = "default"; cs-gpios = <&gpio0 4 (GPIO_ACTIVE_LOW | MAX32_GPIO_VSEL_VDDIOH)>; + status = "okay"; spi0_cs0_flash: w25q128@0 { compatible = "jedec,spi-nor"; + reg = <0>; /* 134217728 bits = 16 Mbytes */ size = <0x8000000>; - reg = <0>; spi-max-frequency = <10000000>; jedec-id = [ef 40 18]; hold-gpios = <&gpio0 9 (GPIO_ACTIVE_LOW | MAX32_GPIO_VSEL_VDDIOH)>; diff --git a/boards/adi/max32655fthr/max32655fthr_max32655_m4.dts b/boards/adi/max32655fthr/max32655fthr_max32655_m4.dts index 2c9d5950c9e3e..8ffe916bc51bf 100644 --- a/boards/adi/max32655fthr/max32655fthr_max32655_m4.dts +++ b/boards/adi/max32655fthr/max32655fthr_max32655_m4.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32655FTHR"; compatible = "adi,max32655fthr"; + model = "Analog Devices MAX32655FTHR"; chosen { zephyr,console = &uart0; @@ -145,9 +145,9 @@ }; &i2c2 { - status = "okay"; pinctrl-0 = <&i2c2_scl_p0_30 &i2c2_sda_p0_31>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -159,9 +159,9 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_mosi_p0_21 &spi1_miso_p0_22 &spi1_sck_p0_23 &spi1_ss0_p0_20>; pinctrl-names = "default"; + status = "okay"; }; &rtc_counter { @@ -181,17 +181,17 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_mosi_p0_5 &spi0_miso_p0_6 &spi0_sck_p0_7>; pinctrl-names = "default"; cs-gpios = <&gpio0 4 (GPIO_ACTIVE_LOW | MAX32_GPIO_VSEL_VDDIOH)>, <&gpio0 11 (GPIO_ACTIVE_LOW | MAX32_GPIO_VSEL_VDDIOH)>; + status = "okay"; spi0_cs1_flash: w25q128jv@1 { compatible = "jedec,spi-nor"; + reg = <1>; /* 134217728 bits = 16 Mbytes */ size = <0x8000000>; - reg = <1>; spi-max-frequency = <10000000>; jedec-id = [ef 70 18]; hold-gpios = <&gpio0 9 (GPIO_ACTIVE_LOW | MAX32_GPIO_VSEL_VDDIOH)>; diff --git a/boards/adi/max32657evkit/max32657evkit_max32657.dts b/boards/adi/max32657evkit/max32657evkit_max32657.dts index 4678c48b79967..dffdcba7225de 100644 --- a/boards/adi/max32657evkit/max32657evkit_max32657.dts +++ b/boards/adi/max32657evkit/max32657evkit_max32657.dts @@ -17,13 +17,13 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; secure_ram: partition@30000000 { - label = "secure-memory"; reg = <0x30000000 DT_SIZE_K(256)>; + label = "secure-memory"; }; }; }; @@ -35,14 +35,14 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(960)>; + label = "image-0"; read-only; }; storage_partition: partition@f0000 { - label = "storage"; reg = <0xf0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi b/boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi index 5dbdcc75f7b09..b27844c955ed2 100644 --- a/boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi +++ b/boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi @@ -10,8 +10,8 @@ #include / { - model = "Analog Devices MAX32657EVKIT"; compatible = "adi,max32657evkit"; + model = "Analog Devices MAX32657EVKIT"; chosen { zephyr,console = &uart0; @@ -69,23 +69,23 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_mosi_p0_2 &spi0_miso_p0_4 &spi0_sck_p0_6 &spi0_ss0_p0_3>; pinctrl-names = "default"; + status = "okay"; }; &rtc_counter { - status = "okay"; clock-source = ; + status = "okay"; }; &i3c0 { - status = "okay"; pinctrl-0 = <&i3c_scl_p0_0 &i3c_sda_p0_1>; pinctrl-names = "default"; i2c-scl-hz = ; i3c-scl-hz = ; i3c-od-scl-hz = ; + status = "okay"; adxl367: adxl367@530000000000000000 { compatible = "adi,adxl367"; @@ -99,9 +99,9 @@ }; &wut1 { - status = "okay"; clock-source = ; wakeup-source; + status = "okay"; counter_wut1: counter { status = "okay"; diff --git a/boards/adi/max32657evkit/max32657evkit_max32657_ns.dts b/boards/adi/max32657evkit/max32657evkit_max32657_ns.dts index f989c75d2b34c..b70871a0ffc97 100644 --- a/boards/adi/max32657evkit/max32657evkit_max32657_ns.dts +++ b/boards/adi/max32657evkit/max32657evkit_max32657_ns.dts @@ -17,19 +17,19 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; /* RAM split used by TFM */ secure_ram: partition@20000000 { - label = "secure-memory"; reg = <0x20000000 DT_SIZE_K(64)>; + label = "secure-memory"; }; non_secure_ram: partition@20010000 { - label = "non-secure-memory"; reg = <0x20010000 DT_SIZE_K(192)>; + label = "non-secure-memory"; }; }; }; @@ -41,19 +41,19 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x10000 DT_SIZE_K(320)>; + label = "image-0"; }; slot0_ns_partition: partition@60000 { - label = "image-0-nonsecure"; reg = <0x60000 DT_SIZE_K(576)>; + label = "image-0-nonsecure"; }; /* @@ -68,8 +68,8 @@ */ storage_partition: partition@f0000 { - label = "storage"; reg = <0xf0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/adi/max32660evsys/max32660evsys.dts b/boards/adi/max32660evsys/max32660evsys.dts index 23122fe6e14bc..e82c6963305ac 100644 --- a/boards/adi/max32660evsys/max32660evsys.dts +++ b/boards/adi/max32660evsys/max32660evsys.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32660EVSYS"; compatible = "adi,max32660evsys"; + model = "Analog Devices MAX32660EVSYS"; chosen { zephyr,console = &uart1; diff --git a/boards/adi/max32662evkit/max32662evkit.dts b/boards/adi/max32662evkit/max32662evkit.dts index 44300b625b0ec..a9af3659d7fc8 100644 --- a/boards/adi/max32662evkit/max32662evkit.dts +++ b/boards/adi/max32662evkit/max32662evkit.dts @@ -13,8 +13,8 @@ #include / { - model = "Analog Devices MAX32662EVKIT"; compatible = "adi,max32662evkit"; + model = "Analog Devices MAX32662EVKIT"; chosen { zephyr,console = &uart0; @@ -62,10 +62,10 @@ st7735: st7735@0 { compatible = "sitronix,st7735r"; - mipi-max-frequency = ; - mipi-mode = "MIPI_DBI_MODE_SPI_3WIRE"; reg = <0>; + mipi-max-frequency = ; + mipi-mode = "MIPI_DBI_MODE_SPI_3WIRE"; width = <130>; height = <132>; x-offset = <0>; @@ -116,9 +116,9 @@ }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1a_scl_p0_6 &i2c1a_sda_p0_9>; pinctrl-names = "default"; + status = "okay"; }; &trng { @@ -134,9 +134,9 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0a_copi_p0_3 &spi0a_cito_p0_2 &spi0a_sck_p0_4 &spi0a_ts0_p0_5>; pinctrl-names = "default"; + status = "okay"; }; &spi1a_mosi_p0_8 { @@ -148,14 +148,14 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1a_mosi_p0_8 &spi1a_sck_p0_17>; pinctrl-names = "default"; cs-gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; + status = "okay"; }; &can0 { - status = "okay"; pinctrl-0 = <&can0b_tx_p0_16 &can0b_rx_p0_15>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/adi/max32666evkit/max32666evkit_max32666_cpu0.dts b/boards/adi/max32666evkit/max32666evkit_max32666_cpu0.dts index f4c6f8f742a65..f1e3d1f64250e 100644 --- a/boards/adi/max32666evkit/max32666evkit_max32666_cpu0.dts +++ b/boards/adi/max32666evkit/max32666evkit_max32666_cpu0.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32666EVKIT"; compatible = "adi,max32666evkit"; + model = "Analog Devices MAX32666EVKIT"; chosen { zephyr,console = &uart1; @@ -90,15 +90,15 @@ }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_scl_p0_14 &i2c1_sda_p0_15>; pinctrl-names = "default"; + status = "okay"; }; &i2c2 { - status = "okay"; pinctrl-0 = <&i2c2_scl_p1_14 &i2c2_sda_p1_15>; pinctrl-names = "default"; + status = "okay"; }; &trng { diff --git a/boards/adi/max32666fthr/max32666fthr_max32666_cpu0.dts b/boards/adi/max32666fthr/max32666fthr_max32666_cpu0.dts index 55e74f44a952a..cea97374955fb 100644 --- a/boards/adi/max32666fthr/max32666fthr_max32666_cpu0.dts +++ b/boards/adi/max32666fthr/max32666fthr_max32666_cpu0.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32666FTHR"; compatible = "adi,max32666fthr"; + model = "Analog Devices MAX32666FTHR"; chosen { zephyr,console = &uart1; @@ -129,9 +129,9 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_mosi_p0_17 &spi1_miso_p0_18 &spi1_sck_p0_19 &spi1_ss0_p0_16>; pinctrl-names = "default"; + status = "okay"; }; &w1 { diff --git a/boards/adi/max32670evkit/max32670evkit.dts b/boards/adi/max32670evkit/max32670evkit.dts index e6fa83a721bcd..ffc0fd0e0b14a 100644 --- a/boards/adi/max32670evkit/max32670evkit.dts +++ b/boards/adi/max32670evkit/max32670evkit.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32670EVKIT"; compatible = "adi,max32670evkit"; + model = "Analog Devices MAX32670EVKIT"; chosen { zephyr,console = &uart0; @@ -88,9 +88,9 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_scl_p0_6 &i2c0_sda_p0_7>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -102,9 +102,9 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_mosi_p0_3 &spi0_miso_p0_2 &spi0_sck_p0_4 &spi0_ss0_p0_5>; pinctrl-names = "default"; + status = "okay"; }; &rtc_counter { diff --git a/boards/adi/max32672evkit/max32672evkit.dts b/boards/adi/max32672evkit/max32672evkit.dts index 36a464bc5364b..f01bc98b102f9 100644 --- a/boards/adi/max32672evkit/max32672evkit.dts +++ b/boards/adi/max32672evkit/max32672evkit.dts @@ -13,8 +13,8 @@ #include / { - model = "Analog Devices MAX32672EVKIT"; compatible = "adi,max32672evkit"; + model = "Analog Devices MAX32672EVKIT"; chosen { zephyr,console = &uart0; @@ -68,10 +68,10 @@ st7735: st7735@0 { compatible = "sitronix,st7735r"; - mipi-max-frequency = ; - mipi-mode = "MIPI_DBI_MODE_SPI_3WIRE"; reg = <0>; + mipi-max-frequency = ; + mipi-mode = "MIPI_DBI_MODE_SPI_3WIRE"; width = <130>; height = <132>; x-offset = <0>; @@ -126,9 +126,9 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0a_scl_p0_6 &i2c0a_sda_p0_7>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -140,9 +140,9 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1a_mosi_p0_15 &spi1a_miso_p0_14 &spi1a_sck_p0_16 &spi1a_ss0_p0_17>; pinctrl-names = "default"; + status = "okay"; }; &spi0a_mosi_p0_3 { @@ -154,10 +154,10 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0a_mosi_p0_3 &spi0a_miso_p0_2 &spi0a_sck_p0_4>; pinctrl-names = "default"; cs-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>; + status = "okay"; }; &rtc_counter { diff --git a/boards/adi/max32672fthr/max32672fthr.dts b/boards/adi/max32672fthr/max32672fthr.dts index 397fb51a81ac0..c6bbcebd9fb9e 100644 --- a/boards/adi/max32672fthr/max32672fthr.dts +++ b/boards/adi/max32672fthr/max32672fthr.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32672FTHR"; compatible = "adi,max32672fthr"; + model = "Analog Devices MAX32672FTHR"; chosen { zephyr,console = &uart0; @@ -155,9 +155,9 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1a_mosi_p0_15 &spi1a_miso_p0_14 &spi1a_sck_p0_16 &spi1a_ss0_p0_17>; pinctrl-names = "default"; + status = "okay"; }; &rtc_counter { diff --git a/boards/adi/max32675evkit/max32675evkit.dts b/boards/adi/max32675evkit/max32675evkit.dts index 4a66640a1d4e5..ecb848a65b259 100644 --- a/boards/adi/max32675evkit/max32675evkit.dts +++ b/boards/adi/max32675evkit/max32675evkit.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32675EVKIT"; compatible = "adi,max32675evkit"; + model = "Analog Devices MAX32675EVKIT"; chosen { zephyr,console = &uart0; @@ -89,9 +89,9 @@ }; &i2c2 { - status = "okay"; pinctrl-0 = <&i2c2a_scl_p0_18 &i2c2a_sda_p0_19>; pinctrl-names = "default"; + status = "okay"; }; &trng { @@ -99,7 +99,7 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1a_mosi_p0_15 &spi1a_miso_p0_14 &spi1a_sck_p0_16 &spi1a_ss0_p0_17>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/adi/max32680evkit/max32680evkit_max32680_m4.dts b/boards/adi/max32680evkit/max32680evkit_max32680_m4.dts index f0d460ea707a4..e553bf2c12ba4 100644 --- a/boards/adi/max32680evkit/max32680evkit_max32680_m4.dts +++ b/boards/adi/max32680evkit/max32680evkit_max32680_m4.dts @@ -13,8 +13,8 @@ #include / { - model = "Analog Devices MAX32680EVKIT"; compatible = "adi,max32680evkit"; + model = "Analog Devices MAX32680EVKIT"; chosen { zephyr,console = &uart1; @@ -75,10 +75,10 @@ st7735: st7735@0 { compatible = "sitronix,st7735r"; - mipi-max-frequency = ; - mipi-mode = "MIPI_DBI_MODE_SPI_3WIRE"; reg = <0>; + mipi-max-frequency = ; + mipi-mode = "MIPI_DBI_MODE_SPI_3WIRE"; width = <130>; height = <132>; x-offset = <0>; @@ -130,15 +130,15 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0a_scl_p0_10 &i2c0a_sda_p0_11>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1a_scl_p0_16 &i2c1a_sda_p0_17>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -150,9 +150,9 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0a_mosi_p0_5 &spi0a_miso_p0_6 &spi0a_sck_p0_7 &spi0a_ss0_p0_4>; pinctrl-names = "default"; + status = "okay"; }; &spi0a_mosi_p0_5 { @@ -164,10 +164,10 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0a_mosi_p0_5 &spi0a_miso_p0_6 &spi0a_sck_p0_7>; pinctrl-names = "default"; cs-gpios = <&gpio0 4 (GPIO_ACTIVE_LOW | MAX32_GPIO_VSEL_VDDIOH)>; + status = "okay"; }; &w1 { diff --git a/boards/adi/max32690evkit/max32690evkit_max32690_m4.dts b/boards/adi/max32690evkit/max32690evkit_max32690_m4.dts index bcd78bf642f37..34867c8264a85 100644 --- a/boards/adi/max32690evkit/max32690evkit_max32690_m4.dts +++ b/boards/adi/max32690evkit/max32690evkit_max32690_m4.dts @@ -14,8 +14,8 @@ #include / { - model = "Analog Devices MAX32690EVKIT"; compatible = "adi,max32690evkit"; + model = "Analog Devices MAX32690EVKIT"; chosen { zephyr,console = &uart2; @@ -67,10 +67,10 @@ st7735: st7735@0 { compatible = "sitronix,st7735r"; - mipi-max-frequency = ; - mipi-mode = "MIPI_DBI_MODE_SPI_3WIRE"; reg = <0>; + mipi-max-frequency = ; + mipi-mode = "MIPI_DBI_MODE_SPI_3WIRE"; width = <130>; height = <132>; x-offset = <0>; @@ -93,20 +93,20 @@ spibb0: spibb0 { compatible = "zephyr,spi-bitbang"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; clk-gpios = <&gpio2 25 (GPIO_ACTIVE_HIGH | MAX32_GPIO_VSEL_VDDIOH)>; mosi-gpios = <&gpio2 24 (GPIO_ACTIVE_HIGH | MAX32_GPIO_VSEL_VDDIOH)>; cs-gpios = <&gpio2 11 (GPIO_ACTIVE_LOW | MAX32_GPIO_VSEL_VDDIOH)>; + status = "okay"; }; sdram1: sdram1@60000000 { compatible = "zephyr,memory-region", "mmio-sram"; - status = "disabled"; - device_type = "memory"; reg = <0x60000000 DT_SIZE_M(8)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; + status = "disabled"; }; }; @@ -169,9 +169,9 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0a_scl_p2_8 &i2c0a_sda_p2_7>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -183,9 +183,9 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0b_mosi_p2_28 &spi0b_miso_p2_27 &spi0b_sck_p2_29 &spi0b_ss1_p2_26>; pinctrl-names = "default"; + status = "okay"; }; &w1 { @@ -202,7 +202,7 @@ zephyr_udc0: &usbhs { }; &can0 { - status = "okay"; pinctrl-0 = <&can0b_tx_p2_23 &can0b_rx_p2_22>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/adi/max32690fthr/max32690fthr_max32690_m4.dts b/boards/adi/max32690fthr/max32690fthr_max32690_m4.dts index fb2dbc17cc359..9b67c8e54d2f1 100644 --- a/boards/adi/max32690fthr/max32690fthr_max32690_m4.dts +++ b/boards/adi/max32690fthr/max32690fthr_max32690_m4.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX32690FTHR"; compatible = "adi,max32690fthr"; + model = "Analog Devices MAX32690FTHR"; chosen { zephyr,console = &uart0; @@ -135,15 +135,15 @@ feather_serial: &uart2 { }; feather_i2c: &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0a_scl_p2_8 &i2c0a_sda_p2_7>; pinctrl-names = "default"; + status = "okay"; }; feather_spi: &spi0 { - status = "okay"; pinctrl-0 = <&spi0b_mosi_p2_28 &spi0b_miso_p2_27 &spi0b_sck_p2_29>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbhs { diff --git a/boards/adi/max78000evkit/max78000evkit_max78000_m4.dts b/boards/adi/max78000evkit/max78000evkit_max78000_m4.dts index 7ddca4a85a398..c425249b81d36 100644 --- a/boards/adi/max78000evkit/max78000evkit_max78000_m4.dts +++ b/boards/adi/max78000evkit/max78000evkit_max78000_m4.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX78000EVKIT"; compatible = "adi,max78000evkit"; + model = "Analog Devices MAX78000EVKIT"; chosen { zephyr,console = &uart0; @@ -107,15 +107,15 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_scl_p0_10 &i2c0_sda_p0_11>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_mosi_p0_5 &spi0_miso_p0_6 &spi0_sck_p0_7 &spi0_ss0_p0_4>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { diff --git a/boards/adi/max78000fthr/max78000fthr_max78000_m4.dts b/boards/adi/max78000fthr/max78000fthr_max78000_m4.dts index acbfd93105c7b..b819bb9c6e9e1 100644 --- a/boards/adi/max78000fthr/max78000fthr_max78000_m4.dts +++ b/boards/adi/max78000fthr/max78000fthr_max78000_m4.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX78000FTHR"; compatible = "adi,max78000fthr"; + model = "Analog Devices MAX78000FTHR"; chosen { zephyr,console = &uart0; @@ -105,21 +105,21 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_scl_p0_10 &i2c0_sda_p0_11>; pinctrl-names = "default"; + status = "okay"; }; feather_i2c: &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_scl_p0_16 &i2c1_sda_p0_17>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_mosi_p0_5 &spi0_miso_p0_6 &spi0_sck_p0_7 &spi0_ss0_p0_4>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { diff --git a/boards/adi/max78002evkit/max78002evkit_max78002_m4.dts b/boards/adi/max78002evkit/max78002evkit_max78002_m4.dts index a21e71e967a10..08298e48f97d9 100644 --- a/boards/adi/max78002evkit/max78002evkit_max78002_m4.dts +++ b/boards/adi/max78002evkit/max78002evkit_max78002_m4.dts @@ -12,8 +12,8 @@ #include / { - model = "Analog Devices MAX78002EVKIT"; compatible = "adi,max78002evkit"; + model = "Analog Devices MAX78002EVKIT"; chosen { zephyr,console = &uart0; @@ -107,9 +107,9 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_scl_p0_10 &i2c0_sda_p0_11>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -121,9 +121,9 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_mosi_p0_5 &spi0_miso_p0_6 &spi0_sck_p0_7 &spi0_ss0_p0_4>; pinctrl-names = "default"; + status = "okay"; }; &w1 { diff --git a/boards/adi/sdp_k1/adi_sdp_k1.dts b/boards/adi/sdp_k1/adi_sdp_k1.dts index de7d9836bf550..6134c3600946d 100644 --- a/boards/adi/sdp_k1/adi_sdp_k1.dts +++ b/boards/adi/sdp_k1/adi_sdp_k1.dts @@ -11,8 +11,8 @@ #include "adi_sdp_120pin_connector.dtsi" / { - model = "Analog Devices Inc. SDP-K1 board"; compatible = "adi,sdp-k1"; + model = "Analog Devices Inc. SDP-K1 board"; chosen { zephyr,console = &uart5; From 0ca8bb6b9c891b453a5531b9a85ff8e53c936faf Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:30 +0200 Subject: [PATCH 008/142] devicetree: format files in boards/aesc Applying dts-linter results for format files in boards/aesc Signed-off-by: Kyle Micallef Bonnici --- boards/aesc/elemrv/elemrv_elemrv_n.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/aesc/elemrv/elemrv_elemrv_n.dts b/boards/aesc/elemrv/elemrv_elemrv_n.dts index 4b9ea13bf8493..fe53b826710ec 100644 --- a/boards/aesc/elemrv/elemrv_elemrv_n.dts +++ b/boards/aesc/elemrv/elemrv_elemrv_n.dts @@ -9,8 +9,8 @@ #include / { - model = "ElemRV-N"; compatible = "aesc,elemrv-n"; + model = "ElemRV-N"; chosen { zephyr,console = &uart0; @@ -21,15 +21,15 @@ soc { ocram: memory@80000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x80000000 DT_SIZE_K(1)>; + device_type = "memory"; }; hyperbus: memory@90000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x90000000 DT_SIZE_K(32)>; + device_type = "memory"; }; flash: flash@a0010000 { From 99f11872fe53f9459bec9bbb0fe6221aba10995c Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:30 +0200 Subject: [PATCH 009/142] devicetree: format files in boards/aithinker Applying dts-linter results for format files in boards/aithinker Signed-off-by: Kyle Micallef Bonnici --- boards/aithinker/ai_m62_12f/ai_m62_12f.dts | 8 ++++---- boards/aithinker/ai_wb2_12f/ai_wb2_12f.dts | 17 +++++++++-------- boards/aithinker/esp32_cam/esp32_cam_appcpu.dts | 2 +- boards/aithinker/esp32_cam/esp32_cam_procpu.dts | 11 +++++------ 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/boards/aithinker/ai_m62_12f/ai_m62_12f.dts b/boards/aithinker/ai_m62_12f/ai_m62_12f.dts index e2417d86afbb8..86c6811b85d2c 100644 --- a/boards/aithinker/ai_m62_12f/ai_m62_12f.dts +++ b/boards/aithinker/ai_m62_12f/ai_m62_12f.dts @@ -10,8 +10,8 @@ #include "ai_m62_12f-pinctrl.dtsi" / { - model = "Ai-Thinker M62-12F development board"; compatible = "bflb,bl616"; + model = "Ai-Thinker M62-12F development board"; chosen { zephyr,flash = &flash0; @@ -83,26 +83,26 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x00100000>; + label = "image-0"; read-only; }; storage_partition: partition@100000 { - label = "storage"; reg = <0x00100000 (0x300000 - 0x2000)>; + label = "storage"; }; }; }; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &gpio0 { diff --git a/boards/aithinker/ai_wb2_12f/ai_wb2_12f.dts b/boards/aithinker/ai_wb2_12f/ai_wb2_12f.dts index 0379201120fa1..953ea98fbff98 100644 --- a/boards/aithinker/ai_wb2_12f/ai_wb2_12f.dts +++ b/boards/aithinker/ai_wb2_12f/ai_wb2_12f.dts @@ -12,8 +12,8 @@ #include "ai_wb2_12f-pinctrl.dtsi" / { - model = "Ai-Thinker WB2-12F development board"; compatible = "bflb,bl602"; + model = "Ai-Thinker WB2-12F development board"; chosen { zephyr,flash = &flash0; @@ -34,25 +34,26 @@ compatible = "gpio-leds"; blue_led: led_0 { - gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; + gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; label = "Blue - LED0"; }; green_led: led_1 { - gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; + gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; label = "Green - LED1"; }; red_led: led_2 { - gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; + gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; label = "Red - LED2"; }; }; buttons { compatible = "gpio-keys"; + button_0: sw0 { - gpios = <&gpio0 8 (GPIO_ACTIVE_HIGH)>; + gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>; zephyr,code = ; }; }; @@ -76,26 +77,26 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x00100000>; + label = "image-0"; read-only; }; storage_partition: partition@100000 { - label = "storage"; reg = <0x00100000 (0x300000 - 0x2000)>; + label = "storage"; }; }; }; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &gpio0 { diff --git a/boards/aithinker/esp32_cam/esp32_cam_appcpu.dts b/boards/aithinker/esp32_cam/esp32_cam_appcpu.dts index b1074e54b1e25..c861ea51e72aa 100644 --- a/boards/aithinker/esp32_cam/esp32_cam_appcpu.dts +++ b/boards/aithinker/esp32_cam/esp32_cam_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Ai-Thinker ESP32-CAM APPCPU"; compatible = "aithinker,esp32-cam"; + model = "Ai-Thinker ESP32-CAM APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/aithinker/esp32_cam/esp32_cam_procpu.dts b/boards/aithinker/esp32_cam/esp32_cam_procpu.dts index 6728761d2249c..286aaf0319d00 100644 --- a/boards/aithinker/esp32_cam/esp32_cam_procpu.dts +++ b/boards/aithinker/esp32_cam/esp32_cam_procpu.dts @@ -11,8 +11,8 @@ #include / { - model = "Ai-Thinker ESP32-CAM PROCPU"; compatible = "aithinker,esp32-cam"; + model = "Ai-Thinker ESP32-CAM PROCPU"; aliases { uart-0 = &uart0; @@ -56,27 +56,27 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 26 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 27 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { @@ -109,8 +109,6 @@ &sdhc { sdhc0: sdhc@0 { - status = "okay"; - pinctrl-0 = <&sdhc0_default>; pinctrl-names = "default"; power-delay-ms = <100>; @@ -123,6 +121,7 @@ d1-pin = <4>; d2-pin = <12>; d3-pin = <13>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; From 78e1ef8b68d92ca4f787dacc5f81584dd4c0c9e0 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:31 +0200 Subject: [PATCH 010/142] devicetree: format files in boards/alientek Applying dts-linter results for format files in boards/alientek Signed-off-by: Kyle Micallef Bonnici --- boards/alientek/pandora_stm32l475/pandora_stm32l475.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/alientek/pandora_stm32l475/pandora_stm32l475.dts b/boards/alientek/pandora_stm32l475/pandora_stm32l475.dts index 7867113065859..989551f0117d9 100644 --- a/boards/alientek/pandora_stm32l475/pandora_stm32l475.dts +++ b/boards/alientek/pandora_stm32l475/pandora_stm32l475.dts @@ -14,8 +14,8 @@ #include / { - model = "STM32L475 Pandora Development Board"; compatible = "alientek,pandora_stm32l475"; + model = "STM32L475 Pandora Development Board"; aliases { led0 = &red_led; From 139f85cd4a9509cf77ff02c111acbd7bfd4739ff Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:31 +0200 Subject: [PATCH 011/142] devicetree: format files in boards/ambiq Applying dts-linter results for format files in boards/ambiq Signed-off-by: Kyle Micallef Bonnici --- boards/ambiq/apollo2_evb/apollo2_evb.dts | 10 ++++---- boards/ambiq/apollo3_evb/apollo3_evb.dts | 14 +++++------ boards/ambiq/apollo3p_evb/apollo3p_evb.dts | 6 ++--- .../apollo4p_blue_kxr_evb.dts | 6 ++--- boards/ambiq/apollo4p_evb/apollo4p_evb.dts | 6 ++--- boards/ambiq/apollo510_evb/apollo510_evb.dts | 24 +++++++++---------- 6 files changed, 33 insertions(+), 33 deletions(-) diff --git a/boards/ambiq/apollo2_evb/apollo2_evb.dts b/boards/ambiq/apollo2_evb/apollo2_evb.dts index 954efab937036..109396952ecf0 100644 --- a/boards/ambiq/apollo2_evb/apollo2_evb.dts +++ b/boards/ambiq/apollo2_evb/apollo2_evb.dts @@ -6,8 +6,8 @@ #include "apollo2_evb-pinctrl.dtsi" / { - model = "Ambiq Apollo2 evaluation board"; compatible = "ambiq,apollo2_evb"; + model = "Ambiq Apollo2 evaluation board"; chosen { zephyr,sram = &sram0; @@ -29,23 +29,23 @@ #size-cells = <1>; boot_partition: partition@c000 { - label = "mcuboot"; reg = <0x0000c000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@18000 { - label = "image-0"; reg = <0x00018000 0x72000>; + label = "image-0"; }; slot1_partition: partition@8a000 { - label = "image-1"; reg = <0x0008a000 0x72000>; + label = "image-1"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x4000>; + label = "storage"; }; }; }; diff --git a/boards/ambiq/apollo3_evb/apollo3_evb.dts b/boards/ambiq/apollo3_evb/apollo3_evb.dts index 315011020b395..0187ba5f7c164 100644 --- a/boards/ambiq/apollo3_evb/apollo3_evb.dts +++ b/boards/ambiq/apollo3_evb/apollo3_evb.dts @@ -5,8 +5,8 @@ #include / { - model = "Ambiq Apollo3 Blue evaluation board"; compatible = "ambiq,apollo3_evb"; + model = "Ambiq Apollo3 Blue evaluation board"; chosen { zephyr,itcm = &tcm; @@ -104,29 +104,29 @@ #size-cells = <1>; internal_boot_partition: partition@0 { - label = "internal_bootloader"; reg = <0x00000000 0xc000>; + label = "internal_bootloader"; }; boot_partition: partition@c000 { - label = "mcuboot"; reg = <0x0000c000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@18000 { - label = "image-0"; reg = <0x00018000 0x72000>; + label = "image-0"; }; slot1_partition: partition@8a000 { - label = "image-1"; reg = <0x0008a000 0x72000>; + label = "image-1"; }; /* Set 16KB of storage at the end of the 1024KB of flash */ storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x4000>; + label = "storage"; }; }; }; @@ -196,8 +196,8 @@ }; &rtc0 { - status = "disabled"; clock = "XTAL"; + status = "disabled"; }; &adc0 { diff --git a/boards/ambiq/apollo3p_evb/apollo3p_evb.dts b/boards/ambiq/apollo3p_evb/apollo3p_evb.dts index 6395cb44d0333..8eb99240fe57f 100644 --- a/boards/ambiq/apollo3p_evb/apollo3p_evb.dts +++ b/boards/ambiq/apollo3p_evb/apollo3p_evb.dts @@ -5,8 +5,8 @@ #include / { - model = "Ambiq Apollo3 Blue Plus evaluation board"; compatible = "ambiq,apollo3p_evb"; + model = "Ambiq Apollo3 Blue Plus evaluation board"; chosen { zephyr,itcm = &tcm; @@ -102,8 +102,8 @@ /* Set 16KB of storage at the end of the 2000KB of flash */ storage_partition: partition@1f0000 { - label = "storage"; reg = <0x001f0000 0x4000>; + label = "storage"; }; }; }; @@ -173,8 +173,8 @@ }; &rtc0 { - status = "disabled"; clock = "XTAL"; + status = "disabled"; }; &adc0 { diff --git a/boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.dts b/boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.dts index dd61e918c5948..c8138271263bb 100644 --- a/boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.dts +++ b/boards/ambiq/apollo4p_blue_kxr_evb/apollo4p_blue_kxr_evb.dts @@ -5,8 +5,8 @@ #include "apollo4p_blue_kxr_evb-pinctrl.dtsi" / { - model = "Ambiq Apollo4 Blue Plus KXR evaluation board"; compatible = "ambiq,apollo4p_blue_kxr_evb"; + model = "Ambiq Apollo4 Blue Plus KXR evaluation board"; chosen { zephyr,itcm = &tcm; @@ -106,8 +106,8 @@ }; &rtc0 { - status = "disabled"; clock = "XTAL"; + status = "disabled"; }; &wdt0 { @@ -160,8 +160,8 @@ /* Set 16KB of storage at the end of the 1952KB of flash */ storage_partition: partition@1e4000 { - label = "storage"; reg = <0x001e4000 0x4000>; + label = "storage"; }; }; }; diff --git a/boards/ambiq/apollo4p_evb/apollo4p_evb.dts b/boards/ambiq/apollo4p_evb/apollo4p_evb.dts index 6e9c7243a2501..dba37600b0f5a 100644 --- a/boards/ambiq/apollo4p_evb/apollo4p_evb.dts +++ b/boards/ambiq/apollo4p_evb/apollo4p_evb.dts @@ -5,8 +5,8 @@ #include "apollo4p_evb-pinctrl.dtsi" / { - model = "Ambiq Apollo4 Plus evaluation board"; compatible = "ambiq,apollo4p_evb"; + model = "Ambiq Apollo4 Plus evaluation board"; chosen { zephyr,itcm = &tcm; @@ -111,8 +111,8 @@ }; &rtc0 { - status = "disabled"; clock = "XTAL"; + status = "disabled"; }; &wdt0 { @@ -169,8 +169,8 @@ /* Set 16KB of storage at the end of the 1952KB of flash */ storage_partition: partition@1e4000 { - label = "storage"; reg = <0x001e4000 0x4000>; + label = "storage"; }; }; }; diff --git a/boards/ambiq/apollo510_evb/apollo510_evb.dts b/boards/ambiq/apollo510_evb/apollo510_evb.dts index 3e0622f61af4d..edd0f037d6dfb 100644 --- a/boards/ambiq/apollo510_evb/apollo510_evb.dts +++ b/boards/ambiq/apollo510_evb/apollo510_evb.dts @@ -4,8 +4,8 @@ #include / { - model = "Ambiq Apollo510 evaluation board"; compatible = "ambiq,apollo510_evb"; + model = "Ambiq Apollo510 evaluation board"; chosen { zephyr,itcm = &itcm; @@ -126,8 +126,8 @@ }; &rtc0 { - status = "disabled"; clock = "XTAL"; + status = "disabled"; }; &uart0 { @@ -151,23 +151,22 @@ pinctrl-1 = <&mspi0_sleep>; pinctrl-2 = <&mspi0_psram>; pinctrl-names = "default", "sleep", "psram"; - status = "disabled"; - zephyr,pm-device-runtime-auto; ce-gpios = <&gpio192_223 7 GPIO_ACTIVE_LOW>; cmdq-buffer-location = "SRAM_NO_CACHE"; cmdq-buffer-size = <256>; - ambiq,apmemory; - dqs-support; + zephyr,pm-device-runtime-auto; + + ambiq,apmemory; + status = "disabled"; aps51216ba: aps_z8@0 { compatible = "ambiq,mspi-device", "mspi-aps-z8"; - size = ; reg = <0>; - status = "disabled"; + size = ; mspi-max-frequency = <125000000>; mspi-io-mode = "MSPI_IO_MODE_HEX_8_8_16"; mspi-data-rate = "MSPI_DATA_RATE_S_D_D"; @@ -184,6 +183,7 @@ ambiq,timing-config-mask = <0x62>; ambiq,timing-config = <8 7 1 0 0 3 10>; zephyr,pm-device-runtime-auto; + status = "disabled"; }; }; @@ -192,8 +192,6 @@ pinctrl-1 = <&mspi1_sleep>; pinctrl-2 = <&mspi1_flash>; pinctrl-names = "default", "sleep", "flash"; - status = "okay"; - zephyr,pm-device-runtime-auto; ce-gpios = <&gpio32_63 21 GPIO_ACTIVE_LOW>; @@ -201,12 +199,13 @@ cmdq-buffer-size = <256>; dqs-support; + zephyr,pm-device-runtime-auto; + status = "okay"; is25wx064: is25wx064@0 { compatible = "ambiq,mspi-device", "mspi-is25xX0xx"; - size = ; reg = <0>; - status = "disabled"; + size = ; mspi-max-frequency = <96000000>; mspi-io-mode = "MSPI_IO_MODE_OCTAL_1_8_8"; mspi-data-rate = "MSPI_DATA_RATE_SINGLE"; @@ -222,6 +221,7 @@ ce-break-config = <0 0>; ambiq,timing-config-mask = <0x62>; ambiq,timing-config = <0 16 1 0 0 5 20>; + status = "disabled"; }; }; From ef5b00e7f9c7b4c99ef42a4e2129f12394280e2e Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:31 +0200 Subject: [PATCH 012/142] devicetree: format files in boards/amd Applying dts-linter results for format files in boards/amd Signed-off-by: Kyle Micallef Bonnici --- boards/amd/acp_6_0_adsp/acp_6_0_adsp.dts | 2 +- boards/amd/kv260_r5/kv260_r5.dts | 8 +- boards/amd/versal2_rpu/versal2_rpu-qemu.dts | 1770 ++++++++--------- boards/amd/versal2_rpu/versal2_rpu.dts | 4 +- .../amd/versalnet_apu/versalnet_apu-qemu.dts | 1360 ++++++------- boards/amd/versalnet_apu/versalnet_apu.dts | 4 +- boards/amd/versalnet_rpu/versalnet_rpu.dts | 8 +- 7 files changed, 1578 insertions(+), 1578 deletions(-) diff --git a/boards/amd/acp_6_0_adsp/acp_6_0_adsp.dts b/boards/amd/acp_6_0_adsp/acp_6_0_adsp.dts index e54f613b9e244..ced6334dfcb4d 100644 --- a/boards/amd/acp_6_0_adsp/acp_6_0_adsp.dts +++ b/boards/amd/acp_6_0_adsp/acp_6_0_adsp.dts @@ -9,6 +9,6 @@ #include / { - model = "AMD ACP_6_0 Audio DSP"; compatible = "acp_6_0"; + model = "AMD ACP_6_0 Audio DSP"; }; diff --git a/boards/amd/kv260_r5/kv260_r5.dts b/boards/amd/kv260_r5/kv260_r5.dts index d1b80928ac1a2..0fde3f12cecd0 100644 --- a/boards/amd/kv260_r5/kv260_r5.dts +++ b/boards/amd/kv260_r5/kv260_r5.dts @@ -9,8 +9,8 @@ #include / { - model = "KV260 Cortex-R5"; compatible = "xlnx,zynqmp-r5"; + model = "KV260 Cortex-R5"; sram0: memory@0 { compatible = "mmio-sram"; @@ -38,14 +38,14 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <99999901>; + status = "okay"; }; &ttc0 { - status = "okay"; clock-frequency = <100000000>; + status = "okay"; }; &psgpio { @@ -53,9 +53,9 @@ }; &i2c1 { - status = "okay"; clocks = <&i2c_ref_clk>; clock-frequency = <400000>; + status = "okay"; eeprom0: eeprom@50 { compatible = "st,24c64", "atmel,at24"; diff --git a/boards/amd/versal2_rpu/versal2_rpu-qemu.dts b/boards/amd/versal2_rpu/versal2_rpu-qemu.dts index d2b4dac5de1f1..d2681b2f0b359 100644 --- a/boards/amd/versal2_rpu/versal2_rpu-qemu.dts +++ b/boards/amd/versal2_rpu/versal2_rpu-qemu.dts @@ -6,196 +6,196 @@ #priority-cells = <0x01>; pmc_ppu0_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x248>; phandle = <0x108>; }; pmc_ppu1_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x249>; phandle = <0x109>; }; psm_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x238>; phandle = <0x10a>; }; ddrmc_ub0_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x00>; phandle = <0x10b>; }; ddrmc_ub1_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x00>; phandle = <0x10c>; }; pmc_dma0_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x24a>; phandle = <0x8b>; }; pmc_dma1_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x24b>; phandle = <0x8c>; }; pmc_qspi_dma_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x244>; phandle = <0x7d>; }; pmc_qspi_dma_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x244>; phandle = <0x7b>; }; apu0_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x260>; phandle = <0xd3>; }; apu0_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x260>; phandle = <0xd4>; }; apu1_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x261>; phandle = <0xd5>; }; apu1_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x261>; phandle = <0xd6>; }; rpu0_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x200>; phandle = <0xe4>; }; rpu1_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x204>; phandle = <0xe7>; }; gem0_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x234>; phandle = <0x18>; }; gem0_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x234>; phandle = <0x19>; }; gem1_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x235>; phandle = <0x1d>; }; gem1_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x235>; phandle = <0x1e>; }; ospi_dma_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x245>; phandle = <0x81>; }; ospi_dma_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x245>; phandle = <0x7c>; }; sd0_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x242>; phandle = <0x77>; }; sd0_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x242>; phandle = <0x78>; }; sd1_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x243>; phandle = <0x79>; }; sd1_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x243>; phandle = <0x7a>; }; usb0_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x230>; phandle = <0x20>; @@ -913,29 +913,29 @@ phandle = <0x10d>; amba@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x0d>; downstream_amba_lpd { compatible = "qemu:memory-region"; - alias = <0x0a>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0a>; }; downstream_amba_fpd { compatible = "qemu:memory-region"; - alias = <0x0b>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0b>; }; downstream_amba_pmc_internal { compatible = "qemu:memory-region"; - alias = <0x0c>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0c>; }; xmpu_ocm@0 { @@ -998,36 +998,36 @@ s_axi_tcm_a@0 { compatible = "qemu:memory-region"; - alias = <0x0f>; reg = <0x00 0xeba00000 0x00 0x800000 0x00>; + alias = <0x0f>; phandle = <0x34>; }; s_axi_tcm_b@0 { compatible = "qemu:memory-region"; - alias = <0x10>; reg = <0x00 0xeba80000 0x00 0x800000 0x00>; + alias = <0x10>; phandle = <0x38>; }; s_axi_tcm_c@0 { compatible = "qemu:memory-region"; - alias = <0x11>; reg = <0x00 0xebb00000 0x00 0x800000 0x00>; + alias = <0x11>; phandle = <0x3c>; }; s_axi_tcm_d@0 { compatible = "qemu:memory-region"; - alias = <0x12>; reg = <0x00 0xebb80000 0x00 0x800000 0x00>; + alias = <0x12>; phandle = <0x40>; }; s_axi_tcm_e@0 { compatible = "qemu:memory-region"; - alias = <0x13>; reg = <0x00 0xebc00000 0x00 0x800000 0x00>; + alias = <0x13>; phandle = <0x44>; }; @@ -1079,23 +1079,23 @@ }; amba_lpd@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x0a>; downstream_amba_psm { compatible = "qemu:memory-region"; - alias = <0x14>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x14>; }; downstream_amba_xram { compatible = "qemu:memory-region"; - alias = <0x15>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x15>; }; xppu_lpd@0xeb990000 { @@ -1109,15 +1109,15 @@ }; ethernet@0xf1a60000 { + compatible = "cdns,gem"; + reg = <0x00 0xf1a60000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #priority-cells = <0x00>; - compatible = "cdns,gem"; interrupts = <0x27 0x27>; dma = <0x17>; memattr = <0x18>; memattr-write = <0x19>; - reg = <0x00 0xf1a60000 0x00 0x10000 0x00>; num-priority-queues = <0x02>; reset-gpios = <0x1a 0x01>; power-gpios = <0x1b 0x2c>; @@ -1126,15 +1126,15 @@ }; ethernet@0xf1a70000 { + compatible = "cdns,gem"; + reg = <0x00 0xf1a70000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #priority-cells = <0x00>; - compatible = "cdns,gem"; interrupts = <0x29 0x29>; dma = <0x17>; memattr = <0x1d>; memattr-write = <0x1e>; - reg = <0x00 0xf1a70000 0x00 0x10000 0x00>; num-priority-queues = <0x02>; reset-gpios = <0x1a 0x02>; power-gpios = <0x1b 0x2d>; @@ -1144,8 +1144,8 @@ serial@0xf1920000 { compatible = "pl011"; - interrupts = <0x19>; reg = <0x00 0xf1920000 0x00 0x10000 0x00>; + interrupts = <0x19>; reset-gpios = <0x1a 0x05>; chardev = "serial2"; phandle = <0x11a>; @@ -1153,8 +1153,8 @@ serial@0xf1930000 { compatible = "pl011"; - interrupts = <0x1a>; reg = <0x00 0xf1930000 0x00 0x10000 0x00>; + interrupts = <0x1a>; reset-gpios = <0x1a 0x06>; chardev = "con"; phandle = <0x11b>; @@ -1167,24 +1167,24 @@ can@0xf19e0000 { compatible = "xlnx,versal-canfd"; + reg = <0x00 0xf19e0000 0x00 0x10000 0x00>; rx-fifo0 = <0x40>; rx-fifo1 = <0x40>; enable-rx-fifo1 = <0x01>; canfdbus = <0x1f>; interrupts = <0x1b>; - reg = <0x00 0xf19e0000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x09>; phandle = <0x11c>; }; can@0xf19f0000 { compatible = "xlnx,versal-canfd"; + reg = <0x00 0xf19f0000 0x00 0x10000 0x00>; rx-fifo0 = <0x40>; rx-fifo1 = <0x40>; enable-rx-fifo1 = <0x01>; canfdbus = <0x1f>; interrupts = <0x1c>; - reg = <0x00 0xf19f0000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x0a>; phandle = <0x11d>; }; @@ -1215,9 +1215,9 @@ spi@0xf19c0000 { compatible = "cdns,spi-r1p6"; + reg = <0x00 0xf19c0000 0x00 0x10000 0x00>; interrupts = <0x17>; num-ss-bits = <0x04>; - reg = <0x00 0xf19c0000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #bus-cells = <0x01>; @@ -1225,28 +1225,28 @@ phandle = <0x120>; spi0_flash0@0 { + compatible = "m25p80\0st,m25p80"; + reg = <0x00 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25p80\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x00 0x00>; blockdev-node-name = "spi0_flash0"; phandle = <0x121>; spi0_flash0@0x00000000 { - label = "spi0_flash0"; reg = <0x00 0x100000>; + label = "spi0_flash0"; }; }; }; spi@0xf19d0000 { compatible = "cdns,spi-r1p6"; + reg = <0x00 0xf19d0000 0x00 0x10000 0x00>; interrupts = <0x18>; num-ss-bits = <0x04>; - reg = <0x00 0xf19d0000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #bus-cells = <0x01>; @@ -1254,19 +1254,19 @@ phandle = <0x122>; spi1_flash0@0 { + compatible = "m25p80\0st,m25p80"; + reg = <0x00 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25p80\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x00 0x00>; blockdev-node-name = "spi1_flash0"; phandle = <0x123>; spi1_flash0@0x00000000 { - label = "spi1_flash0"; reg = <0x00 0x100000>; + label = "spi1_flash0"; }; }; }; @@ -1286,8 +1286,8 @@ timer@0xf1e60000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x2b 0x2b 0x2b>; reg = <0x00 0xf1e60000 0x00 0x10000 0x00>; + interrupts = <0x2b 0x2b 0x2b>; width = <0x20>; reset-gpios = <0x1a 0x12>; phandle = <0x125>; @@ -1295,8 +1295,8 @@ timer@0xf1e70000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x2c 0x2c 0x2c>; reg = <0x00 0xf1e70000 0x00 0x10000 0x00>; + interrupts = <0x2c 0x2c 0x2c>; width = <0x20>; reset-gpios = <0x1a 0x13>; phandle = <0x126>; @@ -1304,8 +1304,8 @@ timer@0xf1e80000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x2d 0x2d 0x2d>; reg = <0x00 0xf1e80000 0x00 0x10000 0x00>; + interrupts = <0x2d 0x2d 0x2d>; width = <0x20>; reset-gpios = <0x1a 0x14>; phandle = <0x127>; @@ -1313,8 +1313,8 @@ timer@0xf1e90000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x2e 0x2e 0x2e>; reg = <0x00 0xf1e90000 0x00 0x10000 0x00>; + interrupts = <0x2e 0x2e 0x2e>; width = <0x20>; reset-gpios = <0x1a 0x15>; phandle = <0x128>; @@ -1503,9 +1503,9 @@ lpd_i2c_wrapper { ps_i2c@0xf1940000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x15>; reg-extended = <0x0a 0x00 0xf1940000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x0b>; @@ -1513,9 +1513,9 @@ }; ps_i2c@0xf1950000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x16>; reg-extended = <0x0a 0x00 0xf1950000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x0c>; @@ -1523,9 +1523,9 @@ }; ps_i2c@0xf1960000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x0b>; reg-extended = <0x0a 0x00 0xf1960000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x30>; @@ -1533,9 +1533,9 @@ }; ps_i2c@0xf1970000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x0c>; reg-extended = <0x0a 0x00 0xf1970000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x31>; @@ -1543,9 +1543,9 @@ }; ps_i2c@0xf1980000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x0d>; reg-extended = <0x0a 0x00 0xf1980000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x32>; @@ -1553,9 +1553,9 @@ }; ps_i2c@0xf1990000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x64>; reg-extended = <0x0a 0x00 0xf1990000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x33>; @@ -1563,9 +1563,9 @@ }; ps_i2c@0xf19a0000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x65>; reg-extended = <0x0a 0x00 0xf19a0000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x34>; @@ -1573,9 +1573,9 @@ }; ps_i2c@0xf19b0000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x66>; reg-extended = <0x0a 0x00 0xf19b0000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x35>; @@ -1585,9 +1585,9 @@ ocm_ctrl@OCM { compatible = "xlnx,zynqmp-ocmc"; + reg = <0x00 0xeb5d0000 0x00 0x10000 0x00>; interrupts = <0x10>; memsize = <0x80000>; - reg = <0x00 0xeb5d0000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x18>; phandle = <0x139>; }; @@ -1641,11 +1641,11 @@ }; lpd_gpio@0xf1a50000 { - #gpio-cells = <0x01>; compatible = "xlnx,zynqmp-gpio"; + reg = <0x00 0xf1a50000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; gpio-controller; interrupts = <0x14>; - reg = <0x00 0xf1a50000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x11>; phandle = <0x13c>; }; @@ -1715,8 +1715,8 @@ rpu_ctrl_a0@0xeb588000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb588000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x23>; @@ -1727,8 +1727,8 @@ rpu_ctrl_a1@0xeb58c000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb58c000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x24 0x36 0x00>; @@ -1748,8 +1748,8 @@ rpu_ctrl_b0@0xeb598000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb598000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x25>; @@ -1760,8 +1760,8 @@ rpu_ctrl_b1@0xeb59c000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb59c000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x26 0x3a 0x00>; @@ -1781,8 +1781,8 @@ rpu_ctrl_c0@0xeb5a8000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb5a8000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x27>; @@ -1793,8 +1793,8 @@ rpu_ctrl_c1@0xeb5ac000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb5ac000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x28 0x3e 0x00>; @@ -1814,8 +1814,8 @@ rpu_ctrl_d0@0xeb5b8000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb5b8000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x29>; @@ -1826,8 +1826,8 @@ rpu_ctrl_d1@0xeb5bc000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb5bc000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x2a 0x42 0x00>; @@ -1847,8 +1847,8 @@ rpu_ctrl_e0@0xeb5c8000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb5c8000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x2b>; @@ -1859,8 +1859,8 @@ rpu_ctrl_e1@0xeb5cc000 { compatible = "xlnx,psxc-rpu-cluster-core"; - version = <0x01>; reg = <0x00 0xeb5cc000 0x00 0x4000 0x00>; + version = <0x01>; #gpio-cells = <0x01>; gpio-controller; gpios = <0x1a 0x2c 0x46 0x00>; @@ -1901,59 +1901,59 @@ ocm_ctrl@0xeb960000 { compatible = "xlnx,zynqmp-ocmc"; + reg = <0x00 0xeb960000 0x00 0x10000 0x00>; interrupts = <0x11>; memsize = <0x80000>; - reg = <0x00 0xeb960000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0xf1>; phandle = <0x141>; }; ocm_ctrl@0xeb9d0000 { compatible = "xlnx,zynqmp-ocmc"; + reg = <0x00 0xeb9d0000 0x00 0x10000 0x00>; interrupts = <0x0e>; memsize = <0x80000>; - reg = <0x00 0xeb9d0000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0xf2>; phandle = <0x142>; }; ocm_ctrl@0xeaa00000 { compatible = "xlnx,zynqmp-ocmc"; + reg = <0x00 0xeaa00000 0x00 0x10000 0x00>; interrupts = <0x0f>; memsize = <0x80000>; - reg = <0x00 0xeaa00000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0xf3>; phandle = <0x143>; }; can@0xf1a00000 { compatible = "xlnx,versal-canfd"; + reg = <0x00 0xf1a00000 0x00 0x10000 0x00>; rx-fifo0 = <0x40>; rx-fifo1 = <0x40>; enable-rx-fifo1 = <0x01>; canfdbus = <0x1f>; interrupts = <0x5f>; - reg = <0x00 0xf1a00000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x2e>; phandle = <0x144>; }; can@0xf1a10000 { compatible = "xlnx,versal-canfd"; + reg = <0x00 0xf1a10000 0x00 0x10000 0x00>; rx-fifo0 = <0x40>; rx-fifo1 = <0x40>; enable-rx-fifo1 = <0x01>; canfdbus = <0x1f>; interrupts = <0x60>; - reg = <0x00 0xf1a10000 0x00 0x10000 0x00>; reset-gpios = <0x1a 0x2f>; phandle = <0x145>; }; timer@0xf1ea0000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x2f 0x2f 0x2f>; reg = <0x00 0xf1ea0000 0x00 0x10000 0x00>; + interrupts = <0x2f 0x2f 0x2f>; width = <0x20>; reset-gpios = <0x1a 0x36>; phandle = <0x146>; @@ -1961,8 +1961,8 @@ timer@0xf1eb0000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x30 0x30 0x30>; reg = <0x00 0xf1eb0000 0x00 0x10000 0x00>; + interrupts = <0x30 0x30 0x30>; width = <0x20>; reset-gpios = <0x1a 0x37>; phandle = <0x147>; @@ -1970,8 +1970,8 @@ timer@0xf1ec0000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x31 0x31 0x31>; reg = <0x00 0xf1ec0000 0x00 0x10000 0x00>; + interrupts = <0x31 0x31 0x31>; width = <0x20>; reset-gpios = <0x1a 0x38>; phandle = <0x148>; @@ -1979,8 +1979,8 @@ timer@0xf1ed0000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x32 0x32 0x32>; reg = <0x00 0xf1ed0000 0x00 0x10000 0x00>; + interrupts = <0x32 0x32 0x32>; width = <0x20>; reset-gpios = <0x1a 0x39>; phandle = <0x149>; @@ -2179,17 +2179,17 @@ downstream_amba_asu { compatible = "qemu:memory-region"; - alias = <0x51>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x51>; }; }; amba_fpd@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x0b>; afi_fm@0xec880000 { @@ -2219,14 +2219,14 @@ fpd_slcr@0xec8c0000 { compatible = "xlnx,versal-fpd-slcr"; - interrupts = <0x8c>; reg = <0x00 0xec8c0000 0x00 0x10000 0x00>; + interrupts = <0x8c>; }; fpd_slcr_secure@0xec8c0000 { compatible = "xlnx,versal-fpd-slcr-secure"; - interrupts = <0x8c>; reg = <0x00 0xec8e0000 0x00 0x10000 0x00>; + interrupts = <0x8c>; }; watchdog@0xecc10000 { @@ -2239,10 +2239,10 @@ }; apu_cluster@0xecc00000 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,versal-apu-ctrl"; reg = <0x00 0xecc00000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; + gpio-controller; cpu0 = <0x53>; cpu1 = <0x54>; cpu2 = <0x55>; @@ -2252,10 +2252,10 @@ }; apu_cluster@0xecd00000 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,versal-apu-ctrl"; reg = <0x00 0xecd00000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; + gpio-controller; cpu0 = <0x56>; cpu1 = <0x57>; cpu2 = <0x55>; @@ -2265,10 +2265,10 @@ }; apu_cluster@0xece00000 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,versal-apu-ctrl"; reg = <0x00 0xece00000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; + gpio-controller; cpu0 = <0x58>; cpu1 = <0x59>; cpu2 = <0x55>; @@ -2278,10 +2278,10 @@ }; apu_cluster@0xecf00000 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,versal-apu-ctrl"; reg = <0x00 0xecf00000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; + gpio-controller; cpu0 = <0x5a>; cpu1 = <0x5b>; cpu2 = <0x55>; @@ -2362,50 +2362,50 @@ }; mmi_gem_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x25e>; phandle = <0x69>; }; mmi_usb_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x20e>; phandle = <0x6b>; }; amba_mmi@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x6d>; mdio_10gbe@0 { + compatible = "mdio"; #address-cells = <0x01>; #size-cells = <0x00>; #priority-cells = <0x00>; - compatible = "mdio"; phandle = <0x6a>; phy@1 { compatible = "phy-clause45-generic"; - device_type = "ethernet-phy"; reg = <0x01>; + device_type = "ethernet-phy"; phandle = <0x15c>; }; }; ethernet@0xed920000 { + compatible = "cdns,gem"; + reg = <0x00 0xed920000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #priority-cells = <0x00>; - compatible = "cdns,gem"; - reg = <0x00 0xed920000 0x00 0x10000 0x00>; interrupts = <0xa4 0xa4 0xa4 0xa4>; dma = <0x5d>; memattr = <0x69>; @@ -2452,16 +2452,16 @@ mmi_slcr_sec@0 { compatible = "qemu:memory-region"; - qemu,ram = <0x01>; reg = <0x00 0xedc30000 0x00 0x10000 0x00>; read-only; phandle = <0x162>; + qemu,ram = <0x01>; }; trng@0xede80000 { - doc-status = "complete"; compatible = "xlnx,versal-trng"; reg = <0x00 0xede80000 0x00 0x10000 0x00>; + doc-status = "complete"; interrupts = <0xc7>; #gpio-cells = <0x01>; phandle = <0x6c>; @@ -2482,10 +2482,10 @@ mmi_gpu_a@0 { compatible = "qemu:memory-region"; - qemu,ram = <0x01>; reg = <0x00 0xed0a0098 0x00 0x10 0x00>; read-only; phandle = <0x165>; + qemu,ram = <0x01>; }; loader_write_cpu0_0x1@0xEDC30440 { @@ -2599,54 +2599,54 @@ downstream_amba_mmi { compatible = "qemu:memory-region"; - alias = <0x6d>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x6d>; }; }; amba_pmc_internal@0 { + compatible = "simple-bus"; + ranges; doc-ignore = <0x01>; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x0c>; downstream_amba_pmc_ppu { compatible = "qemu:memory-region"; - alias = <0x6e>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x6e>; }; downstream_amba_pmc_iou { compatible = "qemu:memory-region"; - alias = <0x16>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x16>; }; downstream_amba_pmc_sec { compatible = "qemu:memory-region"; - alias = <0x6f>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x6f>; }; downstream_amba_pmc_sys { compatible = "qemu:memory-region"; - alias = <0x70>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x70>; }; downstream_amba_pmc_pl { compatible = "qemu:memory-region"; - alias = <0x71>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x71>; }; downstream_amba_pmc_bat { compatible = "qemu:memory-region"; - alias = <0x72>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x72>; }; xmpu_pmc@0 { @@ -2683,23 +2683,23 @@ }; amba_pmc@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x74>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0d>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0d>; }; downstream_amba_pmc_internal { compatible = "qemu:memory-region"; - alias = <0x0c>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0c>; }; xmpu_pmc_cfu@0xf1340000 { @@ -2729,19 +2729,19 @@ }; amba_pmc_iou@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC IOU"; doc-status = "partial"; phandle = <0x16>; pmc_iou_slcr@0xf1060000 { - doc-status = "partial"; compatible = "xlnx,versal-pmx-iou-slcr"; reg = <0x00 0xf1060000 0x00 0x1000 0x00>; + doc-status = "partial"; interrupts = <0xde>; gpio-controller; #gpio-cells = <0x02>; @@ -2762,11 +2762,11 @@ }; pmc_qspi_dma@QSPI_DMA { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; + reg = <0x00 0xf1030800 0x00 0x800 0x00>; + doc-status = "complete"; interrupts = <0xd9>; #stream-id-cells = <0x01>; - reg = <0x00 0xf1030800 0x00 0x800 0x00>; dma = <0x74>; memattr = <0x7d>; memattr-write = <0x7b>; @@ -2776,11 +2776,11 @@ }; pmc_qspi@0xf1030000 { + compatible = "xlnx,usmp-gqspi\0cdns,spi-r1p6"; doc-status = "complete"; #address-cells = <0x01>; #size-cells = <0x00>; #bus-cells = <0x01>; - compatible = "xlnx,usmp-gqspi\0cdns,spi-r1p6"; stream-connected-dma = <0x7f>; dma = <0x74>; interrupts = <0xd9>; @@ -2788,86 +2788,86 @@ reg-extended = <0x16 0x00 0xf1030000 0x00 0x1000 0x00 0x80 0x00 0x00 0x00 0x20000000 0x00>; speed-hz = <0x989680>; + reset-gpios = <0x7e 0x00>; + phandle = <0x176>; xlnx,fb-clk = <0x01>; xlnx,qspi-clk-freq-hz = <0xbebc200>; xlnx,qspi-mode = <0x02>; - reset-gpios = <0x7e 0x00>; - phandle = <0x176>; qspi_flash_lcs_lb@0 { + compatible = "m25qu02gcbb\0st,m25p80"; + reg = <0x00 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25qu02gcbb\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x00 0x00>; drive-index = <0x00>; phandle = <0x177>; qspi_flash_lcs_lb@0x00000000 { - label = "qspi_flash_lcs_lb"; reg = <0x00 0x2000000>; + label = "qspi_flash_lcs_lb"; }; }; qspi_flash_lcs_ub@0 { + compatible = "m25qu02gcbb\0st,m25p80"; + reg = <0x02 0x01>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25qu02gcbb\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x02 0x01>; drive-index = <0x01>; phandle = <0x178>; qspi_flash_lcs_ub@0x00000000 { - label = "qspi_flash_lcs_ub"; reg = <0x00 0x2000000>; + label = "qspi_flash_lcs_ub"; }; }; qspi_flash_ucs_lb@0 { + compatible = "m25qu02gcbb\0st,m25p80"; + reg = <0x01 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25qu02gcbb\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x01 0x00>; drive-index = <0x02>; phandle = <0x179>; qspi_flash_ucs_lb@0x00000000 { - label = "qspi_flash_ucs_lb"; reg = <0x00 0x2000000>; + label = "qspi_flash_ucs_lb"; }; }; qspi_flash_ucs_ub@0 { + compatible = "m25qu02gcbb\0st,m25p80"; + reg = <0x03 0x01>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25qu02gcbb\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x03 0x01>; drive-index = <0x03>; phandle = <0x17a>; qspi_flash_ucs_ub@0x00000000 { - label = "qspi_flash_ucs_ub"; reg = <0x00 0x2000000>; + label = "qspi_flash_ucs_ub"; }; }; }; ospi_dst_dma@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; - interrupts = <0xd8>; reg = <0x00 0xf1011800 0x00 0x800 0x00>; + doc-status = "complete"; + interrupts = <0xd8>; dma = <0x74>; memattr = <0x81>; memattr-write = <0x7c>; @@ -2877,10 +2877,10 @@ }; ospi_src_dma@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; - interrupts = <0xd8>; reg = <0x00 0xf1011000 0x00 0x800 0x00>; + doc-status = "complete"; + interrupts = <0xd8>; dma = <0x82>; memattr = <0x81>; memattr-write = <0x7c>; @@ -2890,11 +2890,11 @@ }; spi@0xf1010000 { + compatible = "xlnx,versal-ospi"; doc-status = "complete"; #address-cells = <0x01>; #size-cells = <0x00>; #bus-cells = <0x01>; - compatible = "xlnx,versal-ospi"; reg-extended = <0x16 0x00 0xf1010000 0x00 0x1000 0x00 0x82 0x00 0x00 0x00 0x20000000 0x00>; dma-src = <0x84>; @@ -2904,78 +2904,78 @@ phandle = <0x17b>; ospi_flash_lcs_lb@0 { + compatible = "mt35xu02gbba"; + reg = <0x00 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "mt35xu02gbba"; spi-max-frequency = <0x2faf080>; - reg = <0x00 0x00>; drive-index = <0x04>; phandle = <0x17c>; ospi_flash_lcs_lb@0x00000000 { - label = "ospi_flash_lcs_lb"; reg = <0x00 0x2000000>; + label = "ospi_flash_lcs_lb"; }; }; ospi_flash_lcs_ub@0 { + compatible = "mt35xu02gbba"; + reg = <0x01 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "mt35xu02gbba"; spi-max-frequency = <0x2faf080>; - reg = <0x01 0x00>; drive-index = <0x05>; phandle = <0x17d>; ospi_flash_lcs_ub@0x00000000 { - label = "ospi_flash_lcs_ub"; reg = <0x00 0x2000000>; + label = "ospi_flash_lcs_ub"; }; }; ospi_flash_ucs_lb@0 { + compatible = "mt35xu01gbba\0st,m25p80"; + reg = <0x02 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "mt35xu01gbba\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x02 0x00>; drive-index = <0x06>; phandle = <0x17e>; ospi_flash_ucs_lb@0x00000000 { - label = "ospi_flash_ucs_lb"; reg = <0x00 0x2000000>; + label = "ospi_flash_ucs_lb"; }; }; ospi_flash_ucs_ub@0 { + compatible = "mt35xu01gbba\0st,m25p80"; + reg = <0x03 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "mt35xu01gbba\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x03 0x00>; drive-index = <0x07>; phandle = <0x17f>; ospi_flash_ucs_ub@0x00000000 { - label = "ospi_flash_ucs_ub"; reg = <0x00 0x2000000>; + label = "ospi_flash_ucs_ub"; }; }; }; gpio_mr_mux@0xc0000000 { - doc-status = "complete"; compatible = "gpio-mr-mux"; reg = <0x00 0xc0000000 0x00 0x20000000 0x00>; + doc-status = "complete"; gpios = <0x85 0x02 0x00 0x85 0x03 0x00>; mr-size = <0x20000000>; mr0 = <0x80>; @@ -2986,20 +2986,20 @@ }; pmc_gpio@0xf1020000 { - #gpio-cells = <0x01>; compatible = "xlnx,zynqmp-gpio"; + reg = <0x00 0xf1020000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; gpio-controller; interrupts = <0xca>; - reg = <0x00 0xf1020000 0x00 0x10000 0x00>; reset-gpios = <0x7e 0x05>; phandle = <0x181>; }; mmc@0xf1040000 { - doc-status = "complete"; compatible = "xilinx,zynqmp-sdhci\0generic-sdhci"; - drive-index = <0x00>; reg = <0x00 0xf1040000 0x00 0x10000 0x00>; + doc-status = "complete"; + drive-index = <0x00>; interrupts = <0xda>; dma = <0x17>; memattr = <0x77>; @@ -3008,19 +3008,19 @@ gpio-names = "SLOTTYPE"; reset-gpios = <0x7e 0x08>; is-mmc = <0x00>; + phandle = <0x182>; xlnx,has-cd = <0x01>; xlnx,has-power = <0x00>; xlnx,has-wp = <0x01>; xlnx,sdio-clk-freq-hz = <0x2faf080>; - phandle = <0x182>; }; mmc@0xf1050000 { - doc-status = "complete"; compatible = "xlnx,versalnet-emmc"; - drive-index = <0x01>; reg = <0x00 0xf1050200 0x00 0x100 0x00 0x00 0xf1050000 0x00 0x100 0x00>; + doc-status = "complete"; + drive-index = <0x01>; interrupts = <0xdc>; dma = <0x17>; memattr = <0x79>; @@ -3029,20 +3029,20 @@ gpio-names = "SLOTTYPE"; reset-gpios = <0x7e 0x03>; is-mmc = <0x00>; + phandle = <0x183>; xlnx,has-cd = <0x01>; xlnx,has-power = <0x00>; xlnx,has-wp = <0x01>; xlnx,sdio-clk-freq-hz = <0x2faf080>; - phandle = <0x183>; }; pmc_tap@0xf11a0000 { + compatible = "xlnx,pmc-tap"; + reg = <0x00 0xf11a0000 0x00 0x80000 0x00>; doc-status = "complete"; doc-comments = "Just a stub."; - compatible = "xlnx,pmc-tap"; interrupts-extended = <0x86 0x1e>; interrupt-names = "sec-dbg-int"; - reg = <0x00 0xf11a0000 0x00 0x80000 0x00>; idcode = <0x14ca8093>; platform-ver = <0x01>; phandle = <0x184>; @@ -3099,11 +3099,11 @@ }; amba_pmc_sec@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC Secure"; doc-status = "in-progress"; qemu-fdt-abort-on-error = "Unable to create PMC security models. @@ -3111,17 +3111,17 @@ Cannot continue.\nTry installing libgcrypt."; phandle = <0x6f>; trng@0xf1230000 { - doc-status = "complete"; compatible = "xlnx,versal-trng"; reg = <0x00 0xf1230000 0x00 0x1000 0x00>; + doc-status = "complete"; interrupts = <0xe9>; }; pmc_dma0_src@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; - stream-connected-dma0 = <0x8a>; reg = <0x00 0xf11c0000 0x00 0x800 0x00>; + doc-status = "complete"; + stream-connected-dma0 = <0x8a>; dma = <0x74>; memattr = <0x8b>; dma-width = <0x10>; @@ -3132,9 +3132,9 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_dma0_dst@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; reg = <0x00 0xf11c0800 0x00 0x800 0x00>; + doc-status = "complete"; dma = <0x74>; memattr = <0x8b>; is-dst = <0x01>; @@ -3146,10 +3146,10 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_dma1_src@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; - stream-connected-dma1 = <0x8a>; reg = <0x00 0xf11d0000 0x00 0x800 0x00>; + doc-status = "complete"; + stream-connected-dma1 = <0x8a>; dma = <0x74>; memattr = <0x8c>; dma-width = <0x10>; @@ -3160,9 +3160,9 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_dma1_dst@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; reg = <0x00 0xf11d0800 0x00 0x800 0x00>; + doc-status = "complete"; dma = <0x74>; memattr = <0x8c>; is-dst = <0x01>; @@ -3174,8 +3174,8 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_stream_switch@0 { - doc-status = "complete"; compatible = "versal,pmc-sss"; + doc-status = "complete"; reg-extended = <0x70 0x00 0xf1110500 0x00 0x04 0x01>; stream-connected-dma0 = <0x8d>; stream-connected-dma1 = <0x8e>; @@ -3187,20 +3187,20 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_sha@0xf1210000 { - doc-status = "complete"; compatible = "xlnx,asu_sha3"; reg = <0x00 0xf1210000 0x00 0x100 0x00>; + doc-status = "complete"; interrupts = <0xe7>; phandle = <0x90>; }; pmc_aes@0xf11e0000 { + compatible = "xlnx-pmxc-aes"; + reg = <0x00 0xf11e0000 0x00 0x100 0x00>; doc-status = "in-progress"; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx-pmxc-aes"; stream-connected-aes = <0x8a>; - reg = <0x00 0xf11e0000 0x00 0x100 0x00>; interrupts = <0xe4>; gpios = <0x93 0x00 0x93 0x01>; gpio-names = "busy\0done"; @@ -3210,8 +3210,8 @@ Cannot continue.\nTry installing libgcrypt."; phandle = <0x8f>; xlnx_aes@0 { - #gpio-cells = <0x01>; compatible = "xlnx-aes"; + #gpio-cells = <0x01>; gpios = <0x8f 0x00>; gpio-names = "reset"; phandle = <0x93>; @@ -3219,47 +3219,47 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_rsa@0xf1200000 { - doc-status = "complete"; compatible = "xlnx,versal-ecdsa-rsa"; reg = <0x00 0xf1200000 0x00 0x6c 0x00>; + doc-status = "complete"; interrupts = <0xe5>; ram-nr-words = <0x100>; phandle = <0x18a>; }; xlnx_pmc_efuse_cache@0xf1250000 { - doc-status = "complete"; compatible = "xlnx,pmx_efuse_cache"; reg = <0x00 0xf1250000 0x00 0x10000 0x00>; + doc-status = "complete"; efuse = <0x95>; phandle = <0x99>; }; pmc_puf_ctrl@0 { compatible = "xlnx,versal-puf-ctrl"; + reg = <0x00 0xf1150000 0x00 0x10000 0x00>; zynqmp-aes-key-sink-puf = <0x8f>; efuse = <0x95>; - reg = <0x00 0xf1150000 0x00 0x10000 0x00>; #gpio-cells = <0x01>; gpio-controller; phandle = <0x97>; }; pmc_efuse@0xf1240000 { - doc-status = "complete"; compatible = "xlnx,pmx_efuse_ctrl"; + reg = <0x00 0xf1240000 0x00 0x10000 0x00>; + doc-status = "complete"; #gpio-cells = <0x02>; zynqmp-aes-key-sink-efuses = <0x8f>; zynqmp-aes-key-sink-efuses-user0 = <0x8f>; zynqmp-aes-key-sink-efuses-user1 = <0x8f>; - reg = <0x00 0xf1240000 0x00 0x10000 0x00>; interrupts = <0xe6>; efuse = <0x95>; phandle = <0x18b>; xlnx_efuse@0 { - doc-ignore = <0x01>; compatible = "xlnx,efuse"; + doc-ignore = <0x01>; efuse-nr = <0x03>; efuse-size = <0x2000>; init-factory-extidcode = <0x01>; @@ -3268,10 +3268,10 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_bbram@0xf11f0000 { - doc-status = "partial"; - doc-limitations = "Missing AES key connections."; compatible = "xlnx,bbram-ctrl"; reg = <0x00 0xf11f0000 0x00 0x10000 0x00>; + doc-status = "partial"; + doc-limitations = "Missing AES key connections."; interrupts = <0xbca>; zynqmp-aes-key-sink-bbram = <0x8f>; crc-zpads = <0x00>; @@ -3279,10 +3279,10 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_sbi@0xf1220000 { - doc-status = "complete"; compatible = "pmc,slave-boot"; reg = <0x00 0xf1220000 0x00 0x10000 0x00 0x00 0xf2100000 0x00 0x10000 0x00>; + doc-status = "complete"; interrupts = <0xe3>; stream-connected-sbi = <0x8a>; reset-gpios = <0x7e 0x12>; @@ -3290,27 +3290,27 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_sha1@0xF1800000 { - doc-status = "complete"; compatible = "xlnx,asu_sha2"; reg = <0x00 0xf1800000 0x00 0x10000 0x00>; + doc-status = "complete"; phandle = <0x92>; }; }; amba_pmc_ppu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x6e>; pmc_gic_proxy@0 { + compatible = "xlnx,zynqmp-gicp"; + reg = <0x00 0xf1140000 0x00 0x100 0x00>; doc-status = "complete"; #interrupt-cells = <0x03>; interrupt-controller; - compatible = "xlnx,zynqmp-gicp"; - reg = <0x00 0xf1140000 0x00 0x100 0x00>; interrupt-parent = <0x08>; interrupts = <0x10>; max-ints = <0x100>; @@ -3319,19 +3319,19 @@ Cannot continue.\nTry installing libgcrypt."; }; amba_pmc_sys@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC System"; doc-status = "partial"; phandle = <0x70>; pmc_clk_rst@0xf1260000 { - doc-status = "partial"; compatible = "xlnx,pmx_crp"; reg = <0x00 0xf1260000 0x00 0x80000 0x00>; + doc-status = "partial"; interrupts = <0xbca>; gpio-controller; #gpio-cells = <0x01>; @@ -3339,9 +3339,9 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_int@0xf1400000 { - doc-status = "partial"; compatible = "xlnx,versal-pmc-int"; reg = <0x00 0xf1400000 0x00 0x300000 0x00>; + doc-status = "partial"; interrupts = <0xe2>; phandle = <0x18c>; }; @@ -3352,6 +3352,8 @@ Cannot continue.\nTry installing libgcrypt."; }; pmc_global@0xf1110000 { + compatible = "xlnx,pmxc_global"; + reg = <0x00 0xf1110000 0x00 0x50000 0x00>; doc-status = "partial"; #gpio-cells = <0x01>; gpio-controller; @@ -3360,11 +3362,9 @@ Cannot continue.\nTry installing libgcrypt."; 0x86 0x11 0x86 0x12 0x86 0x13 0x86 0x14 0x86 0x15 0x86 0x16 0x86 0x17 0x86 0x18 0x86 0x19 0x86 0x1a 0x86 0x1b 0x96 0x00 0x86 0x1d>; - reg = <0x00 0xf1110000 0x00 0x50000 0x00>; gpios = <0x97 0x00>; bbram = <0x98>; efuse = <0x99>; - compatible = "xlnx,pmxc_global"; phandle = <0x76>; }; @@ -3445,11 +3445,11 @@ Cannot continue.\nTry installing libgcrypt."; }; amba_pmc_pl@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC PL"; doc-status = "partial"; phandle = <0x71>; @@ -3461,9 +3461,9 @@ Cannot continue.\nTry installing libgcrypt."; }; npi_ddrmc_ub0@0xf62c0000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf62c0000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x7e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -3471,25 +3471,25 @@ Cannot continue.\nTry installing libgcrypt."; }; npi_ddrmc_main0@0xf6290000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf6290000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x7e 0x0f>; phandle = <0xcf>; }; npi_ddrmc_noc0@0xf62a0000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf62a0000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x7e 0x0f>; phandle = <0x193>; }; npi_ddrmc_ub1@0xf63b0000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf63b0000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x7e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -3497,25 +3497,25 @@ Cannot continue.\nTry installing libgcrypt."; }; npi_ddrmc_main1@0xf6380000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf6380000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x7e 0x0f>; phandle = <0x195>; }; npi_ddrmc_noc1@0xf6390000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf6390000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x7e 0x0f>; phandle = <0x196>; }; npi_ddrmc_ub2@0xf6940000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf6940000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x7e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -3523,25 +3523,25 @@ Cannot continue.\nTry installing libgcrypt."; }; npi_ddrmc_main2@0xf6910000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf6910000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x7e 0x0f>; phandle = <0x198>; }; npi_ddrmc_noc2@0xf6920000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf6920000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x7e 0x0f>; phandle = <0x199>; }; npi_ddrmc_ub3@0xf6a20000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf6a20000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x7e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -3549,17 +3549,17 @@ Cannot continue.\nTry installing libgcrypt."; }; npi_ddrmc_main3@0xf69f0000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf69f0000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x7e 0x0f>; phandle = <0x19b>; }; npi_ddrmc_noc3@0xf6a00000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf6a00000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x7e 0x0f>; phandle = <0x19c>; }; @@ -3805,12 +3805,12 @@ Cannot continue.\nTry installing libgcrypt."; phandle = <0x75>; cfu@0x0 { - doc-status = "partial"; - doc-comments = "Stub"; - doc-limitations = "No way to extract CFRAME data."; compatible = "xlnx,versal-cfu"; reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x10000 0x00 0x1000 0x00 0x00 0xcd0000 0x00 0x40000 0x00>; + doc-status = "partial"; + doc-comments = "Stub"; + doc-limitations = "No way to extract CFRAME data."; chardev = "pmc-cfu"; dma = <0x74>; phandle = <0xa3>; @@ -3819,41 +3819,41 @@ Cannot continue.\nTry installing libgcrypt."; }; amba_pmc_bat@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC BAT"; doc-status = "partial"; phandle = <0x72>; rtc@0xf12a0000 { + compatible = "xlnx,zynqmp-rtc"; + reg = <0x00 0xf12a0000 0x00 0x10000 0x00>; doc-status = "complete"; doc-comments = "Versal PMC RTC"; - compatible = "xlnx,zynqmp-rtc"; interrupts = <0xbca 0xc8 0xc9>; - reg = <0x00 0xf12a0000 0x00 0x10000 0x00>; - xlnx,version = "2.0.0"; phandle = <0x1a2>; + xlnx,version = "2.0.0"; }; }; amba_psm@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x14>; }; amba_xram@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x15>; xram_ctrl_0 { @@ -3894,44 +3894,45 @@ Cannot continue.\nTry installing libgcrypt."; }; amba_asu_cpu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; #interrupt-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xb4>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0d>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0d>; }; }; amba_asu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x51>; asu_instr_ram@0xebe00000 { compatible = "qemu:memory-region"; - device_type = "memory"; - qemu,ram = <0x01>; reg = <0x00 0xebe00000 0x00 0x40000 0x00>; + device_type = "memory"; phandle = <0x1a3>; + qemu,ram = <0x01>; }; io-module@0xebe80000 { + compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; #address-cells = <0x02>; #size-cells = <0x01>; #priority-cells = <0x00>; - compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; container = <0xb4>; priority = <0xffffffff>; + phandle = <0x1a4>; xlnx,freq = <0x47868c0>; xlnx,instance = "iomodule_0"; xlnx,io-mask = <0xfffe0000>; @@ -3939,15 +3940,15 @@ Cannot continue.\nTry installing libgcrypt."; xlnx,lmb-dwidth = <0x20>; xlnx,mask = <0xffffff80>; xlnx,use-io-bus = <0x01>; - phandle = <0x1a4>; asu_io_intc@0C { - #interrupt-cells = <0x01>; compatible = "xlnx,io-intc-1.02.a\0xlnx,io_intc"; - interrupt-controller; - interrupts-extended = <0xb5 0x0b>; reg = <0x00 0xebe8000c 0x04 0x00 0xebe80030 0x10 0x00 0xebe80080 0x7c>; + #interrupt-cells = <0x01>; + interrupt-controller; + interrupts-extended = <0xb5 0x0b>; + phandle = <0x09>; xlnx,intc-addr-width = <0x20>; xlnx,intc-base-vectors = <0x00>; xlnx,intc-has-fast = <0x00>; @@ -3955,110 +3956,109 @@ Cannot continue.\nTry installing libgcrypt."; xlnx,intc-level-edge = <0x00>; xlnx,intc-positive = <0xffff>; xlnx,intc-use-ext-intr = <0x01>; - phandle = <0x09>; }; asu_gpi@20 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xebe80020 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x09>; interrupts = <0x0b>; - reg = <0x00 0xebe80020 0x04>; + phandle = <0x1a5>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1a5>; }; asu_gpo@10 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xebe80010 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0xb6>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x03>; xlnx,use-gpo = <0x01>; - phandle = <0xb6>; }; asu_gpo@14 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xebe80014 0x04>; - xlnx,gpo-init = <0x00>; - xlnx,gpo-size = <0x20>; - xlnx,use-gpo = <0x01>; + #gpio-cells = <0x01>; + gpio-controller; phandle = <0x1a6>; + xlnx,gpo-init = <0x00>; + xlnx,gpo-size = <0x20>; + xlnx,use-gpo = <0x01>; }; asu_pit@40 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xebe80040 0x0c>; interrupt-parent = <0x09>; interrupts = <0x03>; - reg = <0x00 0xebe80040 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0xb6 0x01 0xb7 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x1a7>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; asu_pit@50 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xebe80050 0x0c>; interrupt-parent = <0x09>; interrupts = <0x04>; - reg = <0x00 0xebe80050 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xb7>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xb7>; }; asu_pit@60 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xebe80060 0x0c>; interrupt-parent = <0x09>; interrupts = <0x05>; - reg = <0x00 0xebe80060 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0xb6 0x02 0xb8 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x1a8>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; asu_pit@70 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xebe80070 0x0c>; interrupt-parent = <0x09>; interrupts = <0x06>; - reg = <0x00 0xebe80070 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xb8>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xb8>; }; }; @@ -4158,9 +4158,9 @@ Cannot continue.\nTry installing libgcrypt."; }; asu_aes@0xebe88000 { - doc-status = "complete"; compatible = "xlnx,asu-aes"; reg = <0x00 0xebe88000 0x00 0x2000 0x00>; + doc-status = "complete"; #gpio-cells = <0x01>; gpio-controller; interrupts = <0x12 0x1a>; @@ -4178,40 +4178,40 @@ Cannot continue.\nTry installing libgcrypt."; }; asu_sha3@0xebf40000 { - doc-status = "complete"; compatible = "xlnx,asu_sha3"; reg = <0x00 0xebf40000 0x00 0x10000 0x00>; + doc-status = "complete"; interrupts = <0x15>; phandle = <0xbc>; }; asu_sha2@0xebf30000 { - doc-status = "complete"; compatible = "xlnx,asu_sha2"; reg = <0x00 0xebf30000 0x00 0x10000 0x00>; + doc-status = "complete"; phandle = <0xbb>; }; pmc_rsa@0xebf50000 { - doc-status = "complete"; compatible = "xlnx,asu-ecdsa-rsa"; reg = <0x00 0xebf50000 0x00 0x10000 0x00>; + doc-status = "complete"; interrupts = <0x17>; phandle = <0x1b0>; }; trng@0xebf20000 { - doc-status = "complete"; compatible = "xlnx-asu-trng"; reg = <0x00 0xebf10000 0x00 0x20000 0x00>; + doc-status = "complete"; interrupts = <0x18>; phandle = <0x1b1>; }; asu_ecc@0xebf00000 { - doc-status = "complete"; compatible = "xlnx,asu_ecc"; reg = <0x00 0xebf00000 0x00 0x10000 0x00>; + doc-status = "complete"; interrupts = <0x16>; phandle = <0x1b2>; }; @@ -4219,46 +4219,47 @@ Cannot continue.\nTry installing libgcrypt."; }; lmb_pmc_ppu0@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "LMB PPU0"; doc-status = "complete"; phandle = <0xa1>; main_bus_for_pmc { compatible = "qemu:memory-region"; - alias = <0x74>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0x74>; }; pmc_rom@0xf0000000 { - reg = <0x00 0xf0000000 0x00 0x40000 0x01>; compatible = "qemu:memory-region"; + reg = <0x00 0xf0000000 0x00 0x40000 0x01>; container = <0xa1>; - qemu,ram = <0x01>; read-only; phandle = <0x1b3>; + qemu,ram = <0x01>; }; ppu0_ram@0xf0060000 { - reg = <0x00 0xf0060000 0x00 0x8000 0x01>; compatible = "qemu:memory-region"; + reg = <0x00 0xf0060000 0x00 0x8000 0x01>; container = <0xa1>; - qemu,ram = <0x01>; phandle = <0x1b4>; + qemu,ram = <0x01>; }; io-module@00 { + compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; doc-status = "complete"; #address-cells = <0x02>; #size-cells = <0x01>; #priority-cells = <0x00>; - compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; container = <0xa1>; priority = <0xffffffff>; + phandle = <0x1b5>; xlnx,freq = <0x47868c0>; xlnx,instance = "iomodule_1"; xlnx,io-mask = <0xfffe0000>; @@ -4266,15 +4267,15 @@ Cannot continue.\nTry installing libgcrypt."; xlnx,lmb-dwidth = <0x20>; xlnx,mask = <0xffffff80>; xlnx,use-io-bus = <0x01>; - phandle = <0x1b5>; pmc_ppu0_intc@0C { - #interrupt-cells = <0x01>; compatible = "xlnx,io-intc-1.02.a\0xlnx,io_intc"; - interrupt-controller; - interrupts-extended = <0xc0 0x00>; reg = <0x00 0xf008000c 0x04 0x00 0xf0080030 0x10 0x00 0xf0080080 0x7c>; + #interrupt-cells = <0x01>; + interrupt-controller; + interrupts-extended = <0xc0 0x00>; + phandle = <0x86>; xlnx,intc-addr-width = <0x20>; xlnx,intc-base-vectors = <0x00>; xlnx,intc-has-fast = <0x00>; @@ -4282,199 +4283,199 @@ Cannot continue.\nTry installing libgcrypt."; xlnx,intc-level-edge = <0x00>; xlnx,intc-positive = <0xffff>; xlnx,intc-use-ext-intr = <0x01>; - phandle = <0x86>; }; pmc_ppu0_gpi@20 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0080020 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x86>; interrupts = <0x0b>; - reg = <0x00 0xf0080020 0x04>; + phandle = <0x1b6>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1b6>; }; pmc_ppu0_gpi@24 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0080024 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x86>; interrupts = <0x0c>; - reg = <0x00 0xf0080024 0x04>; + phandle = <0x1b7>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1b7>; }; pmc_ppu0_gpi@28 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0080028 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x86>; interrupts = <0x0d>; - reg = <0x00 0xf0080028 0x04>; + phandle = <0x1b8>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1b8>; }; pmc_ppu0_gpi@2c { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf008002c 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x86>; interrupts = <0x0e>; - reg = <0x00 0xf008002c 0x04>; + phandle = <0x1b9>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1b9>; }; pmc_ppu0_gpo@10 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0080010 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0xc1>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x09>; xlnx,use-gpo = <0x01>; - phandle = <0xc1>; }; pmc_ppu0_gpo@14 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0080014 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x1ba>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x1ba>; }; pmc_ppu0_gpo@18 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0080018 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x1bb>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x1bb>; }; pmc_ppu0_gpo@1c { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf008001c 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x1bc>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x1bc>; }; pmc_ppu0_pit@40 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0080040 0x0c>; interrupt-parent = <0x86>; interrupts = <0x03>; - reg = <0x00 0xf0080040 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0xc1 0x01 0xc2 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x1bd>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; pmc_ppu0_pit@50 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0080050 0x0c>; interrupt-parent = <0x86>; interrupts = <0x04>; - reg = <0x00 0xf0080050 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xc2>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xc2>; }; pmc_ppu0_pit@60 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0080060 0x0c>; interrupt-parent = <0x86>; interrupts = <0x05>; - reg = <0x00 0xf0080060 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0xc1 0x06 0xc3 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x1be>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; pmc_ppu0_pit@70 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0080070 0x0c>; interrupt-parent = <0x86>; interrupts = <0x06>; - reg = <0x00 0xf0080070 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xc3>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xc3>; }; }; }; lmb_pmc_ppu1@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "LMB PPU1"; doc-status = "complete"; phandle = <0xc4>; main_bus_for_pmc { compatible = "qemu:memory-region"; - alias = <0x74>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0x74>; }; io-module@00 { + compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; doc-status = "complete"; #address-cells = <0x02>; #size-cells = <0x01>; #priority-cells = <0x00>; - compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; container = <0xc4>; priority = <0xffffffff>; + phandle = <0x1bf>; xlnx,freq = <0x47868c0>; xlnx,instance = "iomodule_1"; xlnx,io-mask = <0xfffe0000>; @@ -4482,15 +4483,15 @@ Cannot continue.\nTry installing libgcrypt."; xlnx,lmb-dwidth = <0x20>; xlnx,mask = <0xffffff80>; xlnx,use-io-bus = <0x01>; - phandle = <0x1bf>; pmc_ppu1_intc@0C { - #interrupt-cells = <0x01>; compatible = "xlnx,io-intc-1.02.a\0xlnx,io_intc"; - interrupt-controller; - interrupts-extended = <0xc5 0x00>; reg = <0x00 0xf030000c 0x04 0x00 0xf0300030 0x10 0x00 0xf0300080 0x7c>; + #interrupt-cells = <0x01>; + interrupt-controller; + interrupts-extended = <0xc5 0x00>; + phandle = <0x08>; xlnx,intc-addr-width = <0x20>; xlnx,intc-base-vectors = <0x00>; xlnx,intc-has-fast = <0x00>; @@ -4498,149 +4499,143 @@ Cannot continue.\nTry installing libgcrypt."; xlnx,intc-level-edge = <0x00>; xlnx,intc-positive = <0xffff>; xlnx,intc-use-ext-intr = <0x01>; - phandle = <0x08>; }; pmc_ppu1_gpi@20 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0300020 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x08>; interrupts = <0x0b>; - reg = <0x00 0xf0300020 0x04>; + phandle = <0x1c0>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1c0>; }; pmc_ppu1_gpi@24 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0300024 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x08>; interrupts = <0x0c>; - reg = <0x00 0xf0300024 0x04>; + phandle = <0x1c1>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1c1>; }; pmc_ppu1_gpi@28 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0300028 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x08>; interrupts = <0x0d>; - reg = <0x00 0xf0300028 0x04>; + phandle = <0x1c2>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1c2>; }; pmc_ppu1_gpi@2c { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf030002c 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x08>; interrupts = <0x0e>; - reg = <0x00 0xf030002c 0x04>; + phandle = <0x1c3>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x1c3>; }; pmc_ppu1_gpo@10 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0300010 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0xc6>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x09>; xlnx,use-gpo = <0x01>; - phandle = <0xc6>; }; pmc_ppu1_gpo@14 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0300014 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x1c4>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x1c4>; }; pmc_ppu1_gpo@18 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0300018 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x1c5>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x1c5>; }; pmc_ppu1_gpo@1c { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf030001c 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x1c6>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x1c6>; }; pmc_ppu1_pit@40 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0300040 0x0c>; interrupt-parent = <0x08>; interrupts = <0x03>; - reg = <0x00 0xf0300040 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x5f5e100>; gpios = <0xc6 0x01 0xc7 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x1c7>; - }; - - pmc_ppu1_pit@50 { - compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; - interrupt-parent = <0x08>; - interrupts = <0x04>; - reg = <0x00 0xf0300050 0x0c>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; + }; + + pmc_ppu1_pit@50 { + compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0300050 0x0c>; + interrupt-parent = <0x08>; + interrupts = <0x04>; frequency = <0x5f5e100>; gpio-controller; #gpio-cells = <0x01>; phandle = <0xc7>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; pmc_ppu1_pit@60 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0300060 0x0c>; interrupt-parent = <0x08>; interrupts = <0x05>; - reg = <0x00 0xf0300060 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x5f5e100>; gpios = <0xc6 0x06 0xc8 0x00>; gpio-names = "ps_config\0ps_hit_in"; @@ -4648,94 +4643,100 @@ Cannot continue.\nTry installing libgcrypt."; #gpio-cells = <0x01>; windows-frequency = <0x13d620>; phandle = <0x1c8>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; pmc_ppu1_pit@70 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0300070 0x0c>; interrupt-parent = <0x08>; interrupts = <0x06>; - reg = <0x00 0xf0300070 0x0c>; + frequency = <0x5f5e100>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xc8>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x5f5e100>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xc8>; }; }; }; lmb_psm@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x1c9>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0d>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0d>; }; main_bus_for_pmc { compatible = "qemu:memory-region"; - alias = <0x14>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0x14>; }; }; lmb_ddrmc@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "LMB DDRMC0"; doc-status = "partial"; phandle = <0xc9>; ddrmc0_ram_data@0x1c000 { - reg = <0x00 0x1c000 0x00 0x4000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x1c000 0x00 0x4000 0x01>; phandle = <0x1ca>; + qemu,ram = <0x01>; }; ddrmc0_ram_instr@0x20000 { - reg = <0x00 0x20000 0x00 0x20000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x20000 0x00 0x20000 0x01>; phandle = <0x1cb>; + qemu,ram = <0x01>; }; ddrmc0_ram_exchange@0x08000 { - reg = <0x00 0x8000 0x00 0x8000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x8000 0x00 0x8000 0x01>; phandle = <0x1cc>; + qemu,ram = <0x01>; }; io-module@00 { + compatible = "simple-bus"; doc-status = "complete"; #address-cells = <0x02>; #size-cells = <0x01>; #priority-cells = <0x00>; - compatible = "simple-bus"; container = <0xc9>; priority = <0xffffffff>; phandle = <0x1cd>; ddrmc0_intc@0C { - #interrupt-cells = <0x01>; compatible = "xlnx,io-intc-1.02.a\0xlnx,io_intc"; + reg = <0x00 0x1b00c 0x04 0x00 0x1b030 0x10 0x00 0x1b080 0x7c>; + #interrupt-cells = <0x01>; interrupt-controller; interrupts-extended = <0xca 0x00>; - reg = <0x00 0x1b00c 0x04 0x00 0x1b030 0x10 0x00 0x1b080 0x7c>; + phandle = <0xcb>; xlnx,intc-addr-width = <0x20>; xlnx,intc-base-vectors = <0x00>; xlnx,intc-has-fast = <0x00>; @@ -4743,147 +4744,146 @@ Cannot continue.\nTry installing libgcrypt."; xlnx,intc-level-edge = <0x00>; xlnx,intc-positive = <0xffff>; xlnx,intc-use-ext-intr = <0x01>; - phandle = <0xcb>; }; ddrmc0_gpo@10 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0x1b010 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0xcc>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x03>; xlnx,use-gpo = <0x01>; - phandle = <0xcc>; }; ddrmc0_pit@40 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0x1b040 0x0c>; interrupt-parent = <0xcb>; interrupts = <0x03>; - reg = <0x00 0x1b040 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0xcc 0x01 0xcd 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x1ce>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; ddrmc0_pit@50 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0x1b050 0x0c>; interrupt-parent = <0xcb>; interrupts = <0x04>; - reg = <0x00 0x1b050 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xcd>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xcd>; }; ddrmc0_pit@60 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0x1b060 0x0c>; interrupt-parent = <0xcb>; interrupts = <0x05>; - reg = <0x00 0x1b060 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0xcc 0x06 0xce 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x1cf>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; ddrmc0_pit@70 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0x1b070 0x0c>; interrupt-parent = <0xcb>; interrupts = <0x06>; - reg = <0x00 0x1b070 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xce>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xce>; }; }; ddrmc_uart0@0 { compatible = "xlnx,io_uart"; reg = <0x00 0x1b000 0x0c 0x1b04c 0x04>; - xlnx,use-uart-rx = <0x01>; - xlnx,use-uart-tx = <0x01>; chardev = "ddrmc-uart0\0serial1"; phandle = <0x1d0>; + xlnx,use-uart-rx = <0x01>; + xlnx,use-uart-tx = <0x01>; }; alias_npi_ddrmc_main { compatible = "qemu:memory-region"; - alias = <0xcf>; reg = <0x00 0x00 0x00 0x8000 0x00>; + alias = <0xcf>; }; }; lmb_ddrmc@1 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x1d1>; ddrmc1_ram_data@0x1c000 { - reg = <0x00 0x1c000 0x00 0x4000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x1c000 0x00 0x4000 0x01>; phandle = <0x1d2>; + qemu,ram = <0x01>; }; ddrmc1_ram_instr@0x20000 { - reg = <0x00 0x20000 0x00 0x20000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x20000 0x00 0x20000 0x01>; phandle = <0x1d3>; + qemu,ram = <0x01>; }; ddrmc1_ram_exchange@0x08000 { - reg = <0x00 0x8000 0x00 0x8000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x8000 0x00 0x8000 0x01>; phandle = <0x1d4>; + qemu,ram = <0x01>; }; }; amba_rpu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xd0>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0d>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0x0d>; }; timer_a { @@ -4923,56 +4923,56 @@ Cannot continue.\nTry installing libgcrypt."; }; amba_r5@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xe3>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x35>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x35>; }; downstream_gic0 { compatible = "qemu:memory-region"; - alias = <0xd1>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0xd1>; }; }; amba_r5@1 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xe6>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x37>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x37>; }; downstream_gic0 { compatible = "qemu:memory-region"; - alias = <0xd1>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0xd1>; }; }; @@ -4986,65 +4986,65 @@ Cannot continue.\nTry installing libgcrypt."; }; tbu0_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x17>; }; tbu1_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x5c>; }; tbu2_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x5d>; }; tbu3_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x5e>; }; tbu4_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x5f>; }; tbu5_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x60>; }; tbu6_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x61>; }; @@ -5071,34 +5071,34 @@ Cannot continue.\nTry installing libgcrypt."; ocm_mem_bank_0@ { compatible = "qemu:memory-region"; - container = <0x0e>; - qemu,ram = <0x01>; reg = <0x00 0x100000 0x00 0x80000 0x00>; + container = <0x0e>; phandle = <0x1d6>; + qemu,ram = <0x01>; }; ocm_mem_bank_1@ { compatible = "qemu:memory-region"; - container = <0x0e>; - qemu,ram = <0x01>; reg = <0x00 0x180000 0x00 0x80000 0x00>; + container = <0x0e>; phandle = <0x1d7>; + qemu,ram = <0x01>; }; ocm_mem_bank_2@ { compatible = "qemu:memory-region"; - container = <0x0e>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x80000 0x00>; + container = <0x0e>; phandle = <0x1d8>; + qemu,ram = <0x01>; }; ocm_mem_bank_3@ { compatible = "qemu:memory-region"; - container = <0x0e>; - qemu,ram = <0x01>; reg = <0x00 0x80000 0x00 0x80000 0x00>; + container = <0x0e>; phandle = <0x1d9>; + qemu,ram = <0x01>; }; xram_mem@0xbbe00000 { @@ -5108,11 +5108,11 @@ Cannot continue.\nTry installing libgcrypt."; ipi_msgbuf@0 { compatible = "qemu:memory-region"; + reg = <0x00 0xeb3f0000 0x00 0x1000 0x00>; device_type = "memory"; container = <0x0a>; - qemu,ram = <0x01>; - reg = <0x00 0xeb3f0000 0x00 0x1000 0x00>; phandle = <0x1db>; + qemu,ram = <0x01>; }; pmc_ram@0xf2000000 { @@ -5122,57 +5122,57 @@ Cannot continue.\nTry installing libgcrypt."; pmc_ram_bank_0@0x0 { compatible = "qemu:memory-region"; - container = <0x73>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x20000 0x00>; + container = <0x73>; phandle = <0x1dc>; + qemu,ram = <0x01>; }; pmc_ppu1_ram@0xf0200000 { compatible = "qemu:memory-region"; - container = <0x0d>; - qemu,ram = <0x01>; reg = <0x00 0xf0200000 0x00 0x80000 0x00>; + container = <0x0d>; phandle = <0x1dd>; + qemu,ram = <0x01>; }; pmc_ppu1_ram@0xf0280000 { compatible = "qemu:memory-region"; - container = <0x0d>; - qemu,ram = <0x01>; reg = <0x00 0xf0280000 0x00 0x20000 0x00>; + container = <0x0d>; phandle = <0x1de>; + qemu,ram = <0x01>; }; ppu0_mdm_uart@0xf0110000 { - doc-status = "complete"; compatible = "xlnx,xps-uartlite"; + doc-status = "complete"; reg-extended = <0xa1 0x00 0xf0110000 0x00 0x10 0x01>; chardev = "serial0"; }; ppu1_mdm_uart@0xf0310000 { - doc-status = "complete"; compatible = "xlnx,xps-uartlite"; + doc-status = "complete"; reg-extended = <0xc4 0x00 0xf0310000 0x00 0x10 0x01>; chardev = "serial1"; }; lqspi_mr@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x80>; }; lospi_mr@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x82>; }; @@ -5182,17 +5182,11 @@ Cannot continue.\nTry installing libgcrypt."; apu_cpu@0 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x00>; + device_type = "cpu"; core-count = <0x02>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xd2>; memory = <0xd2>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 0"; #interrupt-cells = <0x01>; memattr_s = <0xd3>; @@ -5204,21 +5198,21 @@ Cannot continue.\nTry installing libgcrypt."; mp-affinity = <0x1000000>; generic-timer-frequency = <0x298100>; phandle = <0x53>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@1 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x01>; + device_type = "cpu"; core-count = <0x02>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xd2>; memory = <0xd2>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 1"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -5232,21 +5226,21 @@ Cannot continue.\nTry installing libgcrypt."; mp-affinity = <0x1000100>; generic-timer-frequency = <0x298100>; phandle = <0x54>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@2 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x02>; + device_type = "cpu"; core-count = <0x02>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xd2>; memory = <0xd2>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 2"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -5260,21 +5254,21 @@ Cannot continue.\nTry installing libgcrypt."; mp-affinity = <0x1010000>; generic-timer-frequency = <0x298100>; phandle = <0x56>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@3 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x03>; + device_type = "cpu"; core-count = <0x02>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xd2>; memory = <0xd2>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 3"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -5288,21 +5282,21 @@ Cannot continue.\nTry installing libgcrypt."; mp-affinity = <0x1010100>; generic-timer-frequency = <0x298100>; phandle = <0x57>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@4 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x04>; + device_type = "cpu"; core-count = <0x02>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xd2>; memory = <0xd2>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 4"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -5316,21 +5310,21 @@ Cannot continue.\nTry installing libgcrypt."; mp-affinity = <0x1020000>; generic-timer-frequency = <0x298100>; phandle = <0x58>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@5 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x05>; + device_type = "cpu"; core-count = <0x02>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xd2>; memory = <0xd2>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 5"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -5344,21 +5338,21 @@ Cannot continue.\nTry installing libgcrypt."; mp-affinity = <0x1020100>; generic-timer-frequency = <0x298100>; phandle = <0x59>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@6 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x06>; + device_type = "cpu"; core-count = <0x02>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xd2>; memory = <0xd2>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 6"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -5372,21 +5366,21 @@ Cannot continue.\nTry installing libgcrypt."; mp-affinity = <0x1030000>; generic-timer-frequency = <0x298100>; phandle = <0x5a>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@7 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x07>; + device_type = "cpu"; core-count = <0x02>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xd2>; memory = <0xd2>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 7"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -5400,6 +5394,12 @@ Cannot continue.\nTry installing libgcrypt."; mp-affinity = <0x1030100>; generic-timer-frequency = <0x298100>; phandle = <0x5b>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; rpu_a@0 { @@ -5410,17 +5410,8 @@ Cannot continue.\nTry installing libgcrypt."; rpu_cpu_a@0 { compatible = "cortex-r52-arm-cpu"; device_type = "cpu"; - arm,tcmtr = <0x10001>; - arm,ctr = <0x8003c003>; - arm,clidr = <0x9200003>; - arm,ccsidr0 = <0xf01fe019>; - arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x00>; - arm,id_pfr0 = <0x131>; - arm,reset-hivecs = <0x01>; #interrupt-cells = <0x01>; memory = <0xe3>; - qemu,halt = <0x01>; memattr_ns = <0xe4>; core-count = <0x02>; gdb-id = "Cortex-R52 #a0"; @@ -5429,22 +5420,22 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x08>; phandle = <0x2a>; - }; - - rpu_cpu_a@1 { - compatible = "cortex-r52-arm-cpu"; - device_type = "cpu"; arm,tcmtr = <0x10001>; arm,ctr = <0x8003c003>; arm,clidr = <0x9200003>; arm,ccsidr0 = <0xf01fe019>; arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x01>; + arm,mp-affinity = <0x00>; arm,id_pfr0 = <0x131>; arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; + }; + + rpu_cpu_a@1 { + compatible = "cortex-r52-arm-cpu"; + device_type = "cpu"; #interrupt-cells = <0x01>; memory = <0xe6>; - qemu,halt = <0x01>; memattr_ns = <0xe7>; core-count = <0x02>; gdb-id = "Cortex-R52 #a1"; @@ -5453,6 +5444,15 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x09>; phandle = <0x2b>; + arm,tcmtr = <0x10001>; + arm,ctr = <0x8003c003>; + arm,clidr = <0x9200003>; + arm,ccsidr0 = <0xf01fe019>; + arm,ccsidr1 = <0xf01fe019>; + arm,mp-affinity = <0x01>; + arm,id_pfr0 = <0x131>; + arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; }; }; @@ -5464,17 +5464,8 @@ Cannot continue.\nTry installing libgcrypt."; rpu_cpu_b@0 { compatible = "cortex-r52-arm-cpu"; device_type = "cpu"; - arm,tcmtr = <0x10001>; - arm,ctr = <0x8003c003>; - arm,clidr = <0x9200003>; - arm,ccsidr0 = <0xf01fe019>; - arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x100>; - arm,id_pfr0 = <0x131>; - arm,reset-hivecs = <0x01>; #interrupt-cells = <0x01>; memory = <0xe9>; - qemu,halt = <0x01>; memattr_ns = <0xea>; core-count = <0x02>; gdb-id = "Cortex-R52 #b0"; @@ -5483,22 +5474,22 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x0a>; phandle = <0x2c>; - }; - - rpu_cpu_b@1 { - compatible = "cortex-r52-arm-cpu"; - device_type = "cpu"; arm,tcmtr = <0x10001>; arm,ctr = <0x8003c003>; arm,clidr = <0x9200003>; arm,ccsidr0 = <0xf01fe019>; arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x101>; + arm,mp-affinity = <0x100>; arm,id_pfr0 = <0x131>; arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; + }; + + rpu_cpu_b@1 { + compatible = "cortex-r52-arm-cpu"; + device_type = "cpu"; #interrupt-cells = <0x01>; memory = <0xec>; - qemu,halt = <0x01>; memattr_ns = <0xed>; core-count = <0x02>; gdb-id = "Cortex-R52 #b1"; @@ -5507,6 +5498,15 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x0b>; phandle = <0x2d>; + arm,tcmtr = <0x10001>; + arm,ctr = <0x8003c003>; + arm,clidr = <0x9200003>; + arm,ccsidr0 = <0xf01fe019>; + arm,ccsidr1 = <0xf01fe019>; + arm,mp-affinity = <0x101>; + arm,id_pfr0 = <0x131>; + arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; }; }; @@ -5518,17 +5518,8 @@ Cannot continue.\nTry installing libgcrypt."; rpu_cpu_c@0 { compatible = "cortex-r52-arm-cpu"; device_type = "cpu"; - arm,tcmtr = <0x10001>; - arm,ctr = <0x8003c003>; - arm,clidr = <0x9200003>; - arm,ccsidr0 = <0xf01fe019>; - arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x200>; - arm,id_pfr0 = <0x131>; - arm,reset-hivecs = <0x01>; #interrupt-cells = <0x01>; memory = <0xef>; - qemu,halt = <0x01>; memattr_ns = <0xf0>; core-count = <0x02>; gdb-id = "Cortex-R52 #c0"; @@ -5537,22 +5528,22 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x0c>; phandle = <0x2e>; - }; - - rpu_cpu_c@1 { - compatible = "cortex-r52-arm-cpu"; - device_type = "cpu"; arm,tcmtr = <0x10001>; arm,ctr = <0x8003c003>; arm,clidr = <0x9200003>; arm,ccsidr0 = <0xf01fe019>; arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x201>; + arm,mp-affinity = <0x200>; arm,id_pfr0 = <0x131>; arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; + }; + + rpu_cpu_c@1 { + compatible = "cortex-r52-arm-cpu"; + device_type = "cpu"; #interrupt-cells = <0x01>; memory = <0xf2>; - qemu,halt = <0x01>; memattr_ns = <0xf3>; core-count = <0x02>; gdb-id = "Cortex-R52 #c1"; @@ -5561,6 +5552,15 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x0d>; phandle = <0x2f>; + arm,tcmtr = <0x10001>; + arm,ctr = <0x8003c003>; + arm,clidr = <0x9200003>; + arm,ccsidr0 = <0xf01fe019>; + arm,ccsidr1 = <0xf01fe019>; + arm,mp-affinity = <0x201>; + arm,id_pfr0 = <0x131>; + arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; }; }; @@ -5572,17 +5572,8 @@ Cannot continue.\nTry installing libgcrypt."; rpu_cpu_d@0 { compatible = "cortex-r52-arm-cpu"; device_type = "cpu"; - arm,tcmtr = <0x10001>; - arm,ctr = <0x8003c003>; - arm,clidr = <0x9200003>; - arm,ccsidr0 = <0xf01fe019>; - arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x300>; - arm,id_pfr0 = <0x131>; - arm,reset-hivecs = <0x01>; #interrupt-cells = <0x01>; memory = <0xf5>; - qemu,halt = <0x01>; memattr_ns = <0xf6>; core-count = <0x02>; gdb-id = "Cortex-R52 #d0"; @@ -5591,22 +5582,22 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x0e>; phandle = <0x30>; - }; - - rpu_cpu_d@1 { - compatible = "cortex-r52-arm-cpu"; - device_type = "cpu"; arm,tcmtr = <0x10001>; arm,ctr = <0x8003c003>; arm,clidr = <0x9200003>; arm,ccsidr0 = <0xf01fe019>; arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x301>; + arm,mp-affinity = <0x300>; arm,id_pfr0 = <0x131>; arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; + }; + + rpu_cpu_d@1 { + compatible = "cortex-r52-arm-cpu"; + device_type = "cpu"; #interrupt-cells = <0x01>; memory = <0xf8>; - qemu,halt = <0x01>; memattr_ns = <0xf9>; core-count = <0x02>; gdb-id = "Cortex-R52 #d1"; @@ -5615,6 +5606,15 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x0f>; phandle = <0x31>; + arm,tcmtr = <0x10001>; + arm,ctr = <0x8003c003>; + arm,clidr = <0x9200003>; + arm,ccsidr0 = <0xf01fe019>; + arm,ccsidr1 = <0xf01fe019>; + arm,mp-affinity = <0x301>; + arm,id_pfr0 = <0x131>; + arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; }; }; @@ -5624,19 +5624,10 @@ Cannot continue.\nTry installing libgcrypt."; phandle = <0x1e3>; rpu_cpu_e@0 { - compatible = "cortex-r52-arm-cpu"; - device_type = "cpu"; - arm,tcmtr = <0x10001>; - arm,ctr = <0x8003c003>; - arm,clidr = <0x9200003>; - arm,ccsidr0 = <0xf01fe019>; - arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x400>; - arm,id_pfr0 = <0x131>; - arm,reset-hivecs = <0x01>; + compatible = "cortex-r52-arm-cpu"; + device_type = "cpu"; #interrupt-cells = <0x01>; memory = <0xfb>; - qemu,halt = <0x01>; memattr_ns = <0xfc>; core-count = <0x02>; gdb-id = "Cortex-R52 #e0"; @@ -5645,22 +5636,22 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x10>; phandle = <0x32>; - }; - - rpu_cpu_e@1 { - compatible = "cortex-r52-arm-cpu"; - device_type = "cpu"; arm,tcmtr = <0x10001>; arm,ctr = <0x8003c003>; arm,clidr = <0x9200003>; arm,ccsidr0 = <0xf01fe019>; arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x401>; + arm,mp-affinity = <0x400>; arm,id_pfr0 = <0x131>; arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; + }; + + rpu_cpu_e@1 { + compatible = "cortex-r52-arm-cpu"; + device_type = "cpu"; #interrupt-cells = <0x01>; memory = <0xfe>; - qemu,halt = <0x01>; memattr_ns = <0xff>; core-count = <0x02>; gdb-id = "Cortex-R52 #e1"; @@ -5669,22 +5660,31 @@ Cannot continue.\nTry installing libgcrypt."; reset-cbar = <0xe2000000>; power-gpios = <0x1b 0x11>; phandle = <0x33>; + arm,tcmtr = <0x10001>; + arm,ctr = <0x8003c003>; + arm,clidr = <0x9200003>; + arm,ccsidr0 = <0xf01fe019>; + arm,ccsidr1 = <0xf01fe019>; + arm,mp-affinity = <0x401>; + arm,id_pfr0 = <0x131>; + arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; }; }; }; amba_apu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xd2>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0d>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0d>; }; timer { @@ -5698,22 +5698,22 @@ Cannot continue.\nTry installing libgcrypt."; }; amba_apu_gic@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; container = <0x0b>; priority = <0xffffffff>; phandle = <0x1e5>; interrupt-controller@0xe2000000 { - #address-cells = <0x00>; - #size-cells = <0x00>; - #interrupt-cells = <0x03>; compatible = "arm-gicv3"; reg = <0x00 0xe2000000 0x00 0x10000 0x00 0x00 0xe2060000 0x00 0x400000 0x00>; + #address-cells = <0x00>; + #size-cells = <0x00>; + #interrupt-cells = <0x03>; interrupt-controller; interrupts-extended = <0x53 0x00 0x54 0x00 0x56 0x00 0x57 0x00 0x58 0x00 0x59 0x00 0x5a 0x00 0x5b 0x00 0x53 0x01 0x54 0x01 @@ -5755,17 +5755,17 @@ Cannot continue.\nTry installing libgcrypt."; amba_alias@0 { compatible = "qemu:memory-region"; + reg = <0x00 0x00 0xffffffff 0xffffffff 0x01>; container = <0x101>; alias = <0x0d>; - reg = <0x00 0x00 0xffffffff 0xffffffff 0x01>; phandle = <0x1e6>; }; qemu_sysmem@0 { + compatible = "qemu:system-memory"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:system-memory"; phandle = <0x101>; }; @@ -5791,38 +5791,38 @@ Cannot continue.\nTry installing libgcrypt."; ddr@0x00000000 { compatible = "qemu:memory-region"; - container = <0x102>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x80000000 0x00>; + container = <0x102>; phandle = <0xa2>; + qemu,ram = <0x01>; }; ddr_2@0x800000000ULL { compatible = "qemu:memory-region-spec"; - container = <0x103>; - qemu,ram = <0x01>; reg = <0x08 0x00 0x08 0x00 0x00>; + container = <0x103>; phandle = <0x1e8>; + qemu,ram = <0x01>; }; mdio { + compatible = "mdio"; #address-cells = <0x01>; #size-cells = <0x00>; #priority-cells = <0x00>; - compatible = "mdio"; phandle = <0x1c>; phy@1 { compatible = "dp83867"; - device_type = "ethernet-phy"; reg = <0x01>; + device_type = "ethernet-phy"; phandle = <0x1e9>; }; phy@2 { compatible = "88e1118r"; - device_type = "ethernet-phy"; reg = <0x02>; + device_type = "ethernet-phy"; phandle = <0x1ea>; }; }; @@ -5832,72 +5832,72 @@ Cannot continue.\nTry installing libgcrypt."; }; tbu7_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x62>; }; tbu8_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x63>; }; tbu9_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x64>; }; tbu10_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x65>; }; tbu11_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x66>; }; tbu12_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x67>; }; mr_rpu_gic_a@0 { + compatible = "simple-bus"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; phandle = <0xd1>; rpu_gic_a@0x0 { + compatible = "arm-gicv3"; + reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; #address-cells = <0x00>; #size-cells = <0x00>; #interrupt-cells = <0x03>; - compatible = "arm-gicv3"; - reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; interrupt-controller; interrupts-extended = <0x2a 0x00 0x2b 0x00 0x2a 0x01 0x2b 0x01 0x2a 0x02 0x2b 0x02 0x2a 0x03 0x2b 0x03 0x02 0x01 0x09 0x104 @@ -5913,18 +5913,18 @@ Cannot continue.\nTry installing libgcrypt."; }; mr_rpu_gic_b@0 { + compatible = "simple-bus"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; phandle = <0x104>; rpu_gic_b@0x0 { + compatible = "arm-gicv3"; + reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; #address-cells = <0x00>; #size-cells = <0x00>; #interrupt-cells = <0x03>; - compatible = "arm-gicv3"; - reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; interrupt-controller; interrupts-extended = <0x2c 0x00 0x2d 0x00 0x2c 0x01 0x2d 0x01 0x2c 0x02 0x2d 0x02 0x2c 0x03 0x2d 0x03 0x03 0x01 0x09 0x104 @@ -5940,18 +5940,18 @@ Cannot continue.\nTry installing libgcrypt."; }; mr_rpu_gic_c@0 { + compatible = "simple-bus"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; phandle = <0x105>; rpu_gic_c@0x0 { + compatible = "arm-gicv3"; + reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; #address-cells = <0x00>; #size-cells = <0x00>; #interrupt-cells = <0x03>; - compatible = "arm-gicv3"; - reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; interrupt-controller; interrupts-extended = <0x2e 0x00 0x2f 0x00 0x2e 0x01 0x2f 0x01 0x2e 0x02 0x2f 0x02 0x2e 0x03 0x2f 0x03 0x04 0x01 0x09 0x104 @@ -5967,18 +5967,18 @@ Cannot continue.\nTry installing libgcrypt."; }; mr_rpu_gic_d@0 { + compatible = "simple-bus"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; phandle = <0x106>; rpu_gic_d@0x0 { + compatible = "arm-gicv3"; + reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; #address-cells = <0x00>; #size-cells = <0x00>; #interrupt-cells = <0x03>; - compatible = "arm-gicv3"; - reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; interrupt-controller; interrupts-extended = <0x30 0x00 0x31 0x00 0x30 0x01 0x31 0x01 0x30 0x02 0x31 0x02 0x30 0x03 0x31 0x03 0x05 0x01 0x09 0x104 @@ -5994,18 +5994,18 @@ Cannot continue.\nTry installing libgcrypt."; }; mr_rpu_gic_e@0 { + compatible = "simple-bus"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; phandle = <0x107>; rpu_gic_e@0x0 { + compatible = "arm-gicv3"; + reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; #address-cells = <0x00>; #size-cells = <0x00>; #interrupt-cells = <0x03>; - compatible = "arm-gicv3"; - reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; interrupt-controller; interrupts-extended = <0x32 0x00 0x33 0x00 0x32 0x01 0x33 0x01 0x32 0x02 0x33 0x02 0x32 0x03 0x33 0x03 0x06 0x01 0x09 0x104 @@ -6021,1213 +6021,1213 @@ Cannot continue.\nTry installing libgcrypt."; }; tcm_core@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x35>; atcm_rpu_core0@0x00000 { compatible = "qemu:memory-region"; - container = <0x35>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x35>; phandle = <0x1eb>; + qemu,ram = <0x01>; }; btcm_rpu_core0@0x00000 { compatible = "qemu:memory-region"; - container = <0x35>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x35>; phandle = <0x1ec>; + qemu,ram = <0x01>; }; ctcm_rpu_core0@0x00000 { compatible = "qemu:memory-region"; - container = <0x35>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x35>; phandle = <0x1ed>; + qemu,ram = <0x01>; }; }; tcm_core@1 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x37>; atcm_rpu_core1@0x00000 { compatible = "qemu:memory-region"; - container = <0x37>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x37>; phandle = <0x1ee>; + qemu,ram = <0x01>; }; btcm_rpu_core1@0x00000 { compatible = "qemu:memory-region"; - container = <0x37>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x37>; phandle = <0x1ef>; + qemu,ram = <0x01>; }; ctcm_rpu_core1@0x00000 { compatible = "qemu:memory-region"; - container = <0x37>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x37>; phandle = <0x1f0>; + qemu,ram = <0x01>; }; }; tcm_core@2 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x39>; atcm_rpu_core2@0x00000 { compatible = "qemu:memory-region"; - container = <0x39>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x39>; phandle = <0x1f1>; + qemu,ram = <0x01>; }; btcm_rpu_core2@0x00000 { compatible = "qemu:memory-region"; - container = <0x39>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x39>; phandle = <0x1f2>; + qemu,ram = <0x01>; }; ctcm_rpu_core2@0x00000 { compatible = "qemu:memory-region"; - container = <0x39>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x39>; phandle = <0x1f3>; + qemu,ram = <0x01>; }; }; tcm_core@3 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x3b>; atcm_rpu_core3@0x00000 { compatible = "qemu:memory-region"; - container = <0x3b>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x3b>; phandle = <0x1f4>; + qemu,ram = <0x01>; }; btcm_rpu_core3@0x00000 { compatible = "qemu:memory-region"; - container = <0x3b>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x3b>; phandle = <0x1f5>; + qemu,ram = <0x01>; }; ctcm_rpu_core3@0x00000 { compatible = "qemu:memory-region"; - container = <0x3b>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x3b>; phandle = <0x1f6>; + qemu,ram = <0x01>; }; }; tcm_core@4 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x3d>; atcm_rpu_core4@0x00000 { compatible = "qemu:memory-region"; - container = <0x3d>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x3d>; phandle = <0x1f7>; + qemu,ram = <0x01>; }; btcm_rpu_core4@0x00000 { compatible = "qemu:memory-region"; - container = <0x3d>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x3d>; phandle = <0x1f8>; + qemu,ram = <0x01>; }; ctcm_rpu_core4@0x00000 { compatible = "qemu:memory-region"; - container = <0x3d>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x3d>; phandle = <0x1f9>; + qemu,ram = <0x01>; }; }; tcm_core@5 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x3f>; atcm_rpu_core5@0x00000 { compatible = "qemu:memory-region"; - container = <0x3f>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x3f>; phandle = <0x1fa>; + qemu,ram = <0x01>; }; btcm_rpu_core5@0x00000 { compatible = "qemu:memory-region"; - container = <0x3f>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x3f>; phandle = <0x1fb>; + qemu,ram = <0x01>; }; ctcm_rpu_core5@0x00000 { compatible = "qemu:memory-region"; - container = <0x3f>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x3f>; phandle = <0x1fc>; + qemu,ram = <0x01>; }; }; tcm_core@6 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x41>; atcm_rpu_core6@0x00000 { compatible = "qemu:memory-region"; - container = <0x41>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x41>; phandle = <0x1fd>; + qemu,ram = <0x01>; }; btcm_rpu_core6@0x00000 { compatible = "qemu:memory-region"; - container = <0x41>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x41>; phandle = <0x1fe>; + qemu,ram = <0x01>; }; ctcm_rpu_core6@0x00000 { compatible = "qemu:memory-region"; - container = <0x41>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x41>; phandle = <0x1ff>; + qemu,ram = <0x01>; }; }; tcm_core@7 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x43>; atcm_rpu_core7@0x00000 { compatible = "qemu:memory-region"; - container = <0x43>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x43>; phandle = <0x200>; + qemu,ram = <0x01>; }; btcm_rpu_core7@0x00000 { compatible = "qemu:memory-region"; - container = <0x43>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x43>; phandle = <0x201>; + qemu,ram = <0x01>; }; ctcm_rpu_core7@0x00000 { compatible = "qemu:memory-region"; - container = <0x43>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x43>; phandle = <0x202>; + qemu,ram = <0x01>; }; }; tcm_core@8 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x45>; atcm_rpu_core8@0x00000 { compatible = "qemu:memory-region"; - container = <0x45>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x45>; phandle = <0x203>; + qemu,ram = <0x01>; }; btcm_rpu_core8@0x00000 { compatible = "qemu:memory-region"; - container = <0x45>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x45>; phandle = <0x204>; + qemu,ram = <0x01>; }; ctcm_rpu_core8@0x00000 { compatible = "qemu:memory-region"; - container = <0x45>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x45>; phandle = <0x205>; + qemu,ram = <0x01>; }; }; tcm_core@9 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x47>; atcm_rpu_core9@0x00000 { compatible = "qemu:memory-region"; - container = <0x47>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0x47>; phandle = <0x206>; + qemu,ram = <0x01>; }; btcm_rpu_core9@0x00000 { compatible = "qemu:memory-region"; - container = <0x47>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0x47>; phandle = <0x207>; + qemu,ram = <0x01>; }; ctcm_rpu_core9@0x00000 { compatible = "qemu:memory-region"; - container = <0x47>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0x47>; phandle = <0x208>; + qemu,ram = <0x01>; }; }; tcm_cluster_a@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x0f>; tcm_core_0 { compatible = "qemu:memory-region"; - alias = <0x35>; reg = <0x00 0x00 0x00 0x40000 0x00>; + alias = <0x35>; }; tcm_core_1 { compatible = "qemu:memory-region"; - alias = <0x37>; reg = <0x00 0x40000 0x00 0x40000 0x00>; + alias = <0x37>; }; }; tcm_cluster_b@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x10>; tcm_core_0 { compatible = "qemu:memory-region"; - alias = <0x39>; reg = <0x00 0x00 0x00 0x40000 0x00>; + alias = <0x39>; }; tcm_core_1 { compatible = "qemu:memory-region"; - alias = <0x3b>; reg = <0x00 0x40000 0x00 0x40000 0x00>; + alias = <0x3b>; }; }; tcm_cluster_c@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x11>; tcm_core_0 { compatible = "qemu:memory-region"; - alias = <0x3d>; reg = <0x00 0x00 0x00 0x40000 0x00>; + alias = <0x3d>; }; tcm_core_1 { compatible = "qemu:memory-region"; - alias = <0x3f>; reg = <0x00 0x40000 0x00 0x40000 0x00>; + alias = <0x3f>; }; }; tcm_cluster_d@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x12>; tcm_core_0 { compatible = "qemu:memory-region"; - alias = <0x41>; reg = <0x00 0x00 0x00 0x40000 0x00>; + alias = <0x41>; }; tcm_core_1 { compatible = "qemu:memory-region"; - alias = <0x43>; reg = <0x00 0x40000 0x00 0x40000 0x00>; + alias = <0x43>; }; }; tcm_cluster_e@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x13>; tcm_core_0 { compatible = "qemu:memory-region"; - alias = <0x45>; reg = <0x00 0x00 0x00 0x40000 0x00>; + alias = <0x45>; }; tcm_core_1 { compatible = "qemu:memory-region"; - alias = <0x47>; reg = <0x00 0x40000 0x00 0x40000 0x00>; + alias = <0x47>; }; }; amba_r5@2 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xe9>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x39>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x39>; }; downstream_gic1 { compatible = "qemu:memory-region"; - alias = <0x104>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0x104>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; }; amba_r5@3 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xec>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x3b>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x3b>; }; downstream_gic1 { compatible = "qemu:memory-region"; - alias = <0x104>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0x104>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; }; amba_r5@4 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xef>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x3d>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x3d>; }; downstream_gic2 { compatible = "qemu:memory-region"; - alias = <0x105>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0x105>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; }; amba_r5@5 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xf2>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x3f>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x3f>; }; downstream_gic2 { compatible = "qemu:memory-region"; - alias = <0x105>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0x105>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; }; amba_r5@6 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xf5>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x41>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x41>; }; downstream_gic3 { compatible = "qemu:memory-region"; - alias = <0x106>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0x106>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; }; amba_r5@7 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xf8>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x43>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x43>; }; downstream_gic3 { compatible = "qemu:memory-region"; - alias = <0x106>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0x106>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; }; amba_r5@8 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xfb>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x45>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x45>; }; downstream_gic4 { compatible = "qemu:memory-region"; - alias = <0x107>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0x107>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; }; amba_r5@9 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xfe>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0x47>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0x47>; }; downstream_gic4 { compatible = "qemu:memory-region"; - alias = <0x107>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0x107>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xd0>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xd0>; }; }; rpu2_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x208>; phandle = <0xea>; }; rpu3_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x20c>; phandle = <0xed>; }; rpu4_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x208>; phandle = <0xf0>; }; rpu5_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x20c>; phandle = <0xf3>; }; rpu6_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x208>; phandle = <0xf6>; }; rpu7_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x20c>; phandle = <0xf9>; }; rpu8_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x208>; phandle = <0xfc>; }; rpu9_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x20c>; phandle = <0xff>; }; usb1_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x231>; phandle = <0x48>; }; apu2_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x262>; phandle = <0xd7>; }; apu2_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x262>; phandle = <0xd8>; }; apu3_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x263>; phandle = <0xd9>; }; apu3_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x263>; phandle = <0xda>; }; apu4_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x268>; phandle = <0xdb>; }; apu4_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x268>; phandle = <0xdc>; }; apu5_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x269>; phandle = <0xdd>; }; apu5_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x269>; phandle = <0xde>; }; apu6_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x26a>; phandle = <0xdf>; }; apu6_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x26a>; phandle = <0xe0>; }; apu7_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x26b>; phandle = <0xe1>; }; apu7_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x26b>; phandle = <0xe2>; }; apu8_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x270>; phandle = <0x209>; }; apu8_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x270>; phandle = <0x20a>; }; apu9_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x271>; phandle = <0x20b>; }; apu9_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x271>; phandle = <0x20c>; }; apu10_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x272>; phandle = <0x20d>; }; apu10_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x272>; phandle = <0x20e>; }; apu11_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x273>; phandle = <0x20f>; }; apu11_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x273>; phandle = <0x210>; }; apu12_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x278>; phandle = <0x211>; }; apu12_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x278>; phandle = <0x212>; }; apu13_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x279>; phandle = <0x213>; }; apu13_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x279>; phandle = <0x214>; }; apu14_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x27a>; phandle = <0x215>; }; apu14_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x27a>; phandle = <0x216>; }; apu15_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x27b>; phandle = <0x217>; }; apu15_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x27b>; phandle = <0x218>; }; apu16_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x280>; phandle = <0x219>; }; apu16_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x280>; phandle = <0x21a>; }; apu17_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x281>; phandle = <0x21b>; }; apu17_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x281>; phandle = <0x21c>; }; apu18_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x282>; phandle = <0x21d>; }; apu18_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x282>; phandle = <0x21e>; }; apu19_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x283>; phandle = <0x21f>; }; apu19_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x283>; phandle = <0x220>; }; apu20_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x288>; phandle = <0x221>; }; apu20_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x288>; phandle = <0x222>; }; apu21_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x289>; phandle = <0x223>; }; apu21_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x289>; phandle = <0x224>; }; apu22_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x28a>; phandle = <0x225>; }; apu22_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x28a>; phandle = <0x226>; }; apu23_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x28b>; phandle = <0x227>; }; apu23_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x28b>; phandle = <0x228>; }; apu24_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x290>; phandle = <0x229>; }; apu24_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x290>; phandle = <0x22a>; }; apu25_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x291>; phandle = <0x22b>; }; apu25_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x291>; phandle = <0x22c>; }; apu26_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x292>; phandle = <0x22d>; }; apu26_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x292>; phandle = <0x22e>; }; apu27_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x293>; phandle = <0x22f>; }; apu27_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x293>; phandle = <0x230>; }; apu28_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x298>; phandle = <0x231>; }; apu28_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x298>; phandle = <0x232>; }; apu29_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x299>; phandle = <0x233>; }; apu29_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x299>; phandle = <0x234>; }; apu30_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x29a>; phandle = <0x235>; }; apu30_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x29a>; phandle = <0x236>; }; apu31_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x29b>; phandle = <0x237>; }; apu31_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x29b>; phandle = <0x238>; }; asu_cpu_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x00>; phandle = <0x239>; }; lmb_amba_asu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x23a>; main_bus_for_asu { compatible = "qemu:memory-region"; - alias = <0xb4>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xb4>; }; }; @@ -7242,9 +7242,9 @@ Cannot continue.\nTry installing libgcrypt."; asu_data_ram@0 { compatible = "qemu:memory-region"; + reg = <0x00 0x00 0x00 0x20000 0x00>; device_type = "memory"; qemu,ram = <0x01>; - reg = <0x00 0x00 0x00 0x20000 0x00>; }; }; diff --git a/boards/amd/versal2_rpu/versal2_rpu.dts b/boards/amd/versal2_rpu/versal2_rpu.dts index b2f311467c92d..92a3974cb67ee 100644 --- a/boards/amd/versal2_rpu/versal2_rpu.dts +++ b/boards/amd/versal2_rpu/versal2_rpu.dts @@ -32,13 +32,13 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <100000000>; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <100000000>; + status = "okay"; }; diff --git a/boards/amd/versalnet_apu/versalnet_apu-qemu.dts b/boards/amd/versalnet_apu/versalnet_apu-qemu.dts index f011af0cdd63b..e01121d5583ac 100644 --- a/boards/amd/versalnet_apu/versalnet_apu-qemu.dts +++ b/boards/amd/versalnet_apu/versalnet_apu-qemu.dts @@ -6,196 +6,196 @@ #priority-cells = <0x01>; pmc_ppu0_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x246>; phandle = <0xbe>; }; pmc_ppu1_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x247>; phandle = <0xbf>; }; psm_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x238>; phandle = <0xc0>; }; ddrmc_ub0_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x00>; phandle = <0xc1>; }; ddrmc_ub1_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x00>; phandle = <0xc2>; }; pmc_dma0_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x248>; phandle = <0x68>; }; pmc_dma1_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x24b>; phandle = <0x69>; }; pmc_qspi_dma_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x244>; phandle = <0x5d>; }; pmc_qspi_dma_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x244>; phandle = <0x5b>; }; apu0_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x260>; phandle = <0xc3>; }; apu0_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x260>; phandle = <0xc4>; }; apu1_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x261>; phandle = <0xc5>; }; apu1_ns_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x261>; phandle = <0xc6>; }; rpu0_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x200>; phandle = <0xad>; }; rpu1_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x204>; phandle = <0xb0>; }; gem0_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x234>; phandle = <0x14>; }; gem0_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x234>; phandle = <0x15>; }; gem1_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x235>; phandle = <0x19>; }; gem1_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x235>; phandle = <0x1a>; }; ospi_dma_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x245>; phandle = <0x61>; }; ospi_dma_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x245>; phandle = <0x5c>; }; sd0_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x242>; phandle = <0x57>; }; sd0_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x242>; phandle = <0x58>; }; sd1_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x243>; phandle = <0x59>; }; sd1_w_ma_smid { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; requester-id = <0x243>; phandle = <0x5a>; }; usb0_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x230>; phandle = <0x1c>; @@ -647,29 +647,29 @@ phandle = <0xc7>; amba@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x0b>; downstream_amba_lpd { compatible = "qemu:memory-region"; - alias = <0x08>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x08>; }; downstream_amba_fpd { compatible = "qemu:memory-region"; - alias = <0x09>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x09>; }; downstream_amba_pmc_internal { compatible = "qemu:memory-region"; - alias = <0x0a>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0a>; }; xmpu_ocm@0 { @@ -732,15 +732,15 @@ s_axi_tcm_a@0 { compatible = "qemu:memory-region"; - alias = <0x0f>; reg = <0x00 0xeba00000 0x00 0x800000 0x00>; + alias = <0x0f>; phandle = <0x28>; }; s_axi_tcm_b@0 { compatible = "qemu:memory-region"; - alias = <0x10>; reg = <0x00 0xeba80000 0x00 0x800000 0x00>; + alias = <0x10>; phandle = <0x2c>; }; @@ -758,23 +758,23 @@ }; amba_lpd@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x08>; downstream_amba_psm { compatible = "qemu:memory-region"; - alias = <0x11>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x11>; }; downstream_amba_xram { compatible = "qemu:memory-region"; - alias = <0x0d>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0d>; }; xppu_lpd@0xeb990000 { @@ -791,15 +791,15 @@ }; ethernet@0xf19e0000 { + compatible = "cdns,gem"; + reg = <0x00 0xf19e0000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #priority-cells = <0x00>; - compatible = "cdns,gem"; interrupts = <0x27 0x27>; dma = <0x13>; memattr = <0x14>; memattr-write = <0x15>; - reg = <0x00 0xf19e0000 0x00 0x10000 0x00>; num-priority-queues = <0x02>; reset-gpios = <0x16 0x01>; power-gpios = <0x17 0x20>; @@ -808,15 +808,15 @@ }; ethernet@0xf19f0000 { + compatible = "cdns,gem"; + reg = <0x00 0xf19f0000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #priority-cells = <0x00>; - compatible = "cdns,gem"; interrupts = <0x29 0x29>; dma = <0x13>; memattr = <0x19>; memattr-write = <0x1a>; - reg = <0x00 0xf19f0000 0x00 0x10000 0x00>; num-priority-queues = <0x02>; reset-gpios = <0x16 0x02>; power-gpios = <0x17 0x21>; @@ -826,8 +826,8 @@ serial@0xf1920000 { compatible = "pl011"; - interrupts = <0x19>; reg = <0x00 0xf1920000 0x00 0x10000 0x00>; + interrupts = <0x19>; reset-gpios = <0x16 0x05>; chardev = "con"; phandle = <0xd1>; @@ -835,8 +835,8 @@ serial@0xf1930000 { compatible = "pl011"; - interrupts = <0x1a>; reg = <0x00 0xf1930000 0x00 0x10000 0x00>; + interrupts = <0x1a>; reset-gpios = <0x16 0x06>; chardev = "serial3"; phandle = <0xd2>; @@ -849,24 +849,24 @@ can@0xf1980000 { compatible = "xlnx,versal-canfd"; + reg = <0x00 0xf1980000 0x00 0x10000 0x00>; rx-fifo0 = <0x40>; rx-fifo1 = <0x40>; enable-rx-fifo1 = <0x01>; canfdbus = <0x1b>; interrupts = <0x1b>; - reg = <0x00 0xf1980000 0x00 0x10000 0x00>; reset-gpios = <0x16 0x09>; phandle = <0xd3>; }; can@0xf1990000 { compatible = "xlnx,versal-canfd"; + reg = <0x00 0xf1990000 0x00 0x10000 0x00>; rx-fifo0 = <0x40>; rx-fifo1 = <0x40>; enable-rx-fifo1 = <0x01>; canfdbus = <0x1b>; interrupts = <0x1c>; - reg = <0x00 0xf1990000 0x00 0x10000 0x00>; reset-gpios = <0x16 0x0a>; phandle = <0xd4>; }; @@ -897,9 +897,9 @@ spi@0xf1960000 { compatible = "cdns,spi-r1p6"; + reg = <0x00 0xf1960000 0x00 0x10000 0x00>; interrupts = <0x17>; num-ss-bits = <0x04>; - reg = <0x00 0xf1960000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #bus-cells = <0x01>; @@ -907,28 +907,28 @@ phandle = <0xd7>; spi0_flash0@0 { + compatible = "m25p80\0st,m25p80"; + reg = <0x00 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25p80\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x00 0x00>; blockdev-node-name = "spi0_flash0"; phandle = <0xd8>; spi0_flash0@0x00000000 { - label = "spi0_flash0"; reg = <0x00 0x100000>; + label = "spi0_flash0"; }; }; }; spi@0xf1970000 { compatible = "cdns,spi-r1p6"; + reg = <0x00 0xf1970000 0x00 0x10000 0x00>; interrupts = <0x18>; num-ss-bits = <0x04>; - reg = <0x00 0xf1970000 0x00 0x10000 0x00>; #address-cells = <0x01>; #size-cells = <0x00>; #bus-cells = <0x01>; @@ -936,19 +936,19 @@ phandle = <0xd9>; spi1_flash0@0 { + compatible = "m25p80\0st,m25p80"; + reg = <0x00 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25p80\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x00 0x00>; blockdev-node-name = "spi1_flash0"; phandle = <0xda>; spi1_flash0@0x00000000 { - label = "spi1_flash0"; reg = <0x00 0x100000>; + label = "spi1_flash0"; }; }; }; @@ -968,8 +968,8 @@ timer@0xf1dc0000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x2b 0x2c 0x2d>; reg = <0x00 0xf1dc0000 0x00 0x10000 0x00>; + interrupts = <0x2b 0x2c 0x2d>; width = <0x20>; reset-gpios = <0x16 0x12>; phandle = <0xdc>; @@ -977,8 +977,8 @@ timer@0xf1dd0000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x2e 0x2f 0x30>; reg = <0x00 0xf1dd0000 0x00 0x10000 0x00>; + interrupts = <0x2e 0x2f 0x30>; width = <0x20>; reset-gpios = <0x16 0x13>; phandle = <0xdd>; @@ -986,8 +986,8 @@ timer@0xf1de0000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x31 0x32 0x33>; reg = <0x00 0xf1de0000 0x00 0x10000 0x00>; + interrupts = <0x31 0x32 0x33>; width = <0x20>; reset-gpios = <0x16 0x14>; phandle = <0xde>; @@ -995,8 +995,8 @@ timer@0xf1df0000 { compatible = "xlnx,ps7-ttc-1.00.a"; - interrupts = <0x34 0x35 0x36>; reg = <0x00 0xf1df0000 0x00 0x10000 0x00>; + interrupts = <0x34 0x35 0x36>; width = <0x20>; reset-gpios = <0x16 0x15>; phandle = <0xdf>; @@ -1185,9 +1185,9 @@ lpd_i2c_wrapper { ps_i2c0@0xf1940000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x15>; reg-extended = <0x08 0x00 0xf1940000 0x00 0x10000 0x00>; reset-gpios = <0x16 0x0b>; @@ -1201,9 +1201,9 @@ }; ps_i2c0@0xf1950000 { + compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; #address-cells = <0x01>; #size-cells = <0x00>; - compatible = "xlnx,ps7-i2c-1.00.a\0cdns,i2c-r1p10"; interrupts = <0x16>; reg-extended = <0x08 0x00 0xf1950000 0x00 0x10000 0x00>; reset-gpios = <0x16 0x0c>; @@ -1235,9 +1235,9 @@ ocm_ctrl@OCM { compatible = "xlnx,zynqmp-ocmc"; + reg = <0x00 0xeb5d0000 0x00 0x10000 0x00>; interrupts = <0x10>; memsize = <0x80000>; - reg = <0x00 0xeb5d0000 0x00 0x10000 0x00>; reset-gpios = <0x16 0x18>; phandle = <0xec>; }; @@ -1266,11 +1266,11 @@ }; lpd_gpio@0xf19d0000 { - #gpio-cells = <0x01>; compatible = "xlnx,zynqmp-gpio"; + reg = <0x00 0xf19d0000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; gpio-controller; interrupts = <0x14>; - reg = <0x00 0xf19d0000 0x00 0x10000 0x00>; reset-gpios = <0x16 0x11>; phandle = <0xee>; }; @@ -1417,11 +1417,11 @@ }; amba_fpd@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x09>; afi_fm@0xec880000 { @@ -1446,14 +1446,14 @@ fpd_slcr@0xec8c0000 { compatible = "xlnx,versal-fpd-slcr"; - interrupts = <0xa3>; reg = <0x00 0xec8c0000 0x00 0x10000 0x00>; + interrupts = <0xa3>; }; fpd_slcr_secure@0xec8c0000 { compatible = "xlnx,versal-fpd-slcr-secure"; - interrupts = <0xa3>; reg = <0x00 0xec8e0000 0x00 0x10000 0x00>; + interrupts = <0xa3>; }; watchdog@0xecc10000 { @@ -1473,10 +1473,10 @@ }; apu_cluster@MM_FPD_FPD_APU_CLUSTER0 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,versal-apu-ctrl"; reg = <0x00 0xecc00000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; + gpio-controller; cpu0 = <0x32>; cpu1 = <0x33>; cpu2 = <0x34>; @@ -1486,10 +1486,10 @@ }; apu_cluster@MM_FPD_FPD_APU_CLUSTER1 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,versal-apu-ctrl"; reg = <0x00 0xecd00000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; + gpio-controller; cpu0 = <0x36>; cpu1 = <0x37>; cpu2 = <0x38>; @@ -1499,10 +1499,10 @@ }; apu_cluster@MM_FPD_FPD_APU_CLUSTER2 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,versal-apu-ctrl"; reg = <0x00 0xece00000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; + gpio-controller; cpu0 = <0x3a>; cpu1 = <0x3b>; cpu2 = <0x3c>; @@ -1512,10 +1512,10 @@ }; apu_cluster@MM_FPD_FPD_APU_CLUSTER3 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,versal-apu-ctrl"; reg = <0x00 0xecf00000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; + gpio-controller; cpu0 = <0x3e>; cpu1 = <0x3f>; cpu2 = <0x40>; @@ -1610,48 +1610,48 @@ }; amba_pmc_internal@0 { + compatible = "simple-bus"; + ranges; doc-ignore = <0x01>; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x0a>; downstream_amba_pmc_ppu { compatible = "qemu:memory-region"; - alias = <0x4f>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x4f>; }; downstream_amba_pmc_iou { compatible = "qemu:memory-region"; - alias = <0x12>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x12>; }; downstream_amba_pmc_sec { compatible = "qemu:memory-region"; - alias = <0x50>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x50>; }; downstream_amba_pmc_sys { compatible = "qemu:memory-region"; - alias = <0x51>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x51>; }; downstream_amba_pmc_pl { compatible = "qemu:memory-region"; - alias = <0x52>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x52>; }; downstream_amba_pmc_bat { compatible = "qemu:memory-region"; - alias = <0x53>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x53>; }; xmpu_pmc@0 { @@ -1690,23 +1690,23 @@ }; amba_pmc@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x55>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0b>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0b>; }; downstream_amba_pmc_internal { compatible = "qemu:memory-region"; - alias = <0x0a>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0a>; }; xmpu_pmc_cfu@0xf1340000 { @@ -1728,19 +1728,19 @@ }; amba_pmc_iou@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC IOU"; doc-status = "partial"; phandle = <0x12>; pmc_iou_slcr@0xf1060000 { - doc-status = "partial"; compatible = "xlnx,versal-pmx-iou-slcr"; reg = <0x00 0xf1060000 0x00 0x1000 0x00>; + doc-status = "partial"; interrupts = <0xbc>; gpio-controller; #gpio-cells = <0x02>; @@ -1761,11 +1761,11 @@ }; pmc_qspi_dma@QSPI_DMA { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; + reg = <0x00 0xf1030800 0x00 0x800 0x00>; + doc-status = "complete"; interrupts = <0xb7>; #stream-id-cells = <0x01>; - reg = <0x00 0xf1030800 0x00 0x800 0x00>; dma = <0x55>; memattr = <0x5d>; memattr-write = <0x5b>; @@ -1775,11 +1775,11 @@ }; pmc_qspi@0xf1030000 { + compatible = "xlnx,usmp-gqspi\0cdns,spi-r1p6"; doc-status = "complete"; #address-cells = <0x01>; #size-cells = <0x00>; #bus-cells = <0x01>; - compatible = "xlnx,usmp-gqspi\0cdns,spi-r1p6"; stream-connected-dma = <0x5f>; dma = <0x55>; interrupts = <0xb7>; @@ -1787,52 +1787,52 @@ reg-extended = <0x12 0x00 0xf1030000 0x00 0x1000 0x00 0x60 0x00 0x00 0x00 0x20000000 0x00>; speed-hz = <0x989680>; + reset-gpios = <0x5e 0x00>; + phandle = <0x102>; xlnx,fb-clk = <0x01>; xlnx,qspi-clk-freq-hz = <0xbebc200>; xlnx,qspi-mode = <0x02>; - reset-gpios = <0x5e 0x00>; - phandle = <0x102>; qspi_flash_lcs_lb@0 { + compatible = "m25qu02gcbb\0st,m25p80"; + reg = <0x00 0x00>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25qu02gcbb\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x00 0x00>; drive-index = <0x00>; phandle = <0x103>; qspi_flash_lcs_lb@0x00000000 { - label = "qspi_flash_lcs_lb"; reg = <0x00 0x2000000>; + label = "qspi_flash_lcs_lb"; }; }; qspi_flash_ucs_ub@0 { + compatible = "m25qu02gcbb\0st,m25p80"; + reg = <0x03 0x01>; #address-cells = <0x01>; #size-cells = <0x01>; #priority-cells = <0x00>; #bus-cells = <0x01>; - compatible = "m25qu02gcbb\0st,m25p80"; spi-max-frequency = <0x2faf080>; - reg = <0x03 0x01>; drive-index = <0x03>; phandle = <0x104>; qspi_flash_ucs_ub@0x00000000 { - label = "qspi_flash_ucs_ub"; reg = <0x00 0x2000000>; + label = "qspi_flash_ucs_ub"; }; }; }; ospi_dst_dma@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; - interrupts = <0xb6>; reg = <0x00 0xf1011800 0x00 0x800 0x00>; + doc-status = "complete"; + interrupts = <0xb6>; dma = <0x55>; memattr = <0x61>; memattr-write = <0x5c>; @@ -1842,10 +1842,10 @@ }; ospi_src_dma@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; - interrupts = <0xb6>; reg = <0x00 0xf1011000 0x00 0x800 0x00>; + doc-status = "complete"; + interrupts = <0xb6>; dma = <0x62>; memattr = <0x61>; memattr-write = <0x5c>; @@ -1855,11 +1855,11 @@ }; spi@0xf1010000 { + compatible = "xlnx,versal-ospi"; doc-status = "complete"; #address-cells = <0x01>; #size-cells = <0x00>; #bus-cells = <0x01>; - compatible = "xlnx,versal-ospi"; reg-extended = <0x12 0x00 0xf1010000 0x00 0x1000 0x00 0x62 0x00 0x00 0x00 0x20000000 0x00>; dma-src = <0x64>; @@ -1870,9 +1870,9 @@ }; gpio_mr_mux@0xc0000000 { - doc-status = "complete"; compatible = "gpio-mr-mux"; reg = <0x00 0xc0000000 0x00 0x20000000 0x00>; + doc-status = "complete"; gpios = <0x65 0x02 0x00 0x65 0x03 0x00>; mr-size = <0x20000000>; mr0 = <0x60>; @@ -1883,20 +1883,20 @@ }; pmc_gpio@0xf1020000 { - #gpio-cells = <0x01>; compatible = "xlnx,zynqmp-gpio"; + reg = <0x00 0xf1020000 0x00 0x10000 0x00>; + #gpio-cells = <0x01>; gpio-controller; interrupts = <0xb4>; - reg = <0x00 0xf1020000 0x00 0x10000 0x00>; reset-gpios = <0x5e 0x05>; phandle = <0x107>; }; mmc@0xf1040000 { - doc-status = "complete"; compatible = "xilinx,zynqmp-sdhci\0generic-sdhci"; - drive-index = <0x00>; reg = <0x00 0xf1040000 0x00 0x10000 0x00>; + doc-status = "complete"; + drive-index = <0x00>; interrupts = <0xb8>; dma = <0x13>; memattr = <0x57>; @@ -1905,19 +1905,19 @@ gpio-names = "SLOTTYPE"; reset-gpios = <0x5e 0x08>; is-mmc = <0x00>; + phandle = <0x108>; xlnx,has-cd = <0x01>; xlnx,has-power = <0x00>; xlnx,has-wp = <0x01>; xlnx,sdio-clk-freq-hz = <0x2faf080>; - phandle = <0x108>; }; mmc@0xf1050000 { - doc-status = "complete"; compatible = "xlnx,versalnet-emmc"; - drive-index = <0x01>; reg = <0x00 0xf1050200 0x00 0x100 0x00 0x00 0xf1050000 0x00 0x100 0x00>; + doc-status = "complete"; + drive-index = <0x01>; interrupts = <0xba>; dma = <0x13>; memattr = <0x59>; @@ -1926,20 +1926,20 @@ gpio-names = "SLOTTYPE"; reset-gpios = <0x5e 0x03>; is-mmc = <0x00>; + phandle = <0x109>; xlnx,has-cd = <0x01>; xlnx,has-power = <0x00>; xlnx,has-wp = <0x01>; xlnx,sdio-clk-freq-hz = <0x2faf080>; - phandle = <0x109>; }; pmc_tap@0xf11a0000 { + compatible = "xlnx,pmc-tap"; + reg = <0x00 0xf11a0000 0x00 0x80000 0x00>; doc-status = "complete"; doc-comments = "Just a stub."; - compatible = "xlnx,pmc-tap"; interrupts-extended = <0x66 0x1e>; interrupt-names = "sec-dbg-int"; - reg = <0x00 0xf11a0000 0x00 0x80000 0x00>; idcode = <0x14d80093>; platform-ver = <0x05>; phandle = <0x10a>; @@ -1956,11 +1956,11 @@ }; amba_pmc_sec@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC Secure"; doc-status = "in-progress"; qemu-fdt-abort-on-error = "Unable to create PMC security models.\n @@ -1968,17 +1968,17 @@ Cannot continue.Try installing libgcrypt."; phandle = <0x50>; trng@0xf1230000 { - doc-status = "complete"; compatible = "xlnx,versal-trng"; reg = <0x00 0xf1230000 0x00 0x1000 0x00>; + doc-status = "complete"; interrupts = <0xc7>; }; pmc_dma0_src@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; - stream-connected-dma0 = <0x67>; reg = <0x00 0xf11c0000 0x00 0x800 0x00>; + doc-status = "complete"; + stream-connected-dma0 = <0x67>; dma = <0x55>; memattr = <0x68>; dma-width = <0x10>; @@ -1989,9 +1989,9 @@ Cannot continue.Try installing libgcrypt."; }; pmc_dma0_dst@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; reg = <0x00 0xf11c0800 0x00 0x800 0x00>; + doc-status = "complete"; dma = <0x55>; memattr = <0x68>; is-dst = <0x01>; @@ -2003,10 +2003,10 @@ Cannot continue.Try installing libgcrypt."; }; pmc_dma1_src@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; - stream-connected-dma1 = <0x67>; reg = <0x00 0xf11d0000 0x00 0x800 0x00>; + doc-status = "complete"; + stream-connected-dma1 = <0x67>; dma = <0x55>; memattr = <0x69>; dma-width = <0x10>; @@ -2017,9 +2017,9 @@ Cannot continue.Try installing libgcrypt."; }; pmc_dma1_dst@0 { - doc-status = "complete"; compatible = "zynqmp,csu-dma"; reg = <0x00 0xf11d0800 0x00 0x800 0x00>; + doc-status = "complete"; dma = <0x55>; memattr = <0x69>; is-dst = <0x01>; @@ -2031,8 +2031,8 @@ Cannot continue.Try installing libgcrypt."; }; pmc_stream_switch@0 { - doc-status = "complete"; compatible = "versal,pmc-sss"; + doc-status = "complete"; reg-extended = <0x51 0x00 0xf1110500 0x00 0x04 0x01>; stream-connected-dma0 = <0x6a>; stream-connected-dma1 = <0x6b>; @@ -2044,20 +2044,20 @@ Cannot continue.Try installing libgcrypt."; }; pmc_sha@0xf1210000 { - doc-status = "complete"; compatible = "zynqmp,csu-sha3"; reg = <0x00 0xf1210000 0x00 0x100 0x00>; + doc-status = "complete"; interrupts = <0xc5>; phandle = <0x6d>; }; pmc_aes@0xf11e0000 { + compatible = "xlnx,versal-aes"; + reg = <0x00 0xf11e0000 0x00 0x100 0x00>; doc-status = "in-progress"; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,versal-aes"; stream-connected-aes = <0x67>; - reg = <0x00 0xf11e0000 0x00 0x100 0x00>; interrupts = <0xc2>; gpios = <0x70 0x00 0x70 0x01>; gpio-names = "busy\0done"; @@ -2065,8 +2065,8 @@ Cannot continue.Try installing libgcrypt."; phandle = <0x6c>; xlnx_aes@0 { - #gpio-cells = <0x01>; compatible = "xlnx-aes"; + #gpio-cells = <0x01>; gpios = <0x6c 0x00>; gpio-names = "reset"; phandle = <0x70>; @@ -2074,46 +2074,46 @@ Cannot continue.Try installing libgcrypt."; }; pmc_rsa@0xf1200000 { - doc-status = "complete"; reg = <0x00 0xf1200000 0x00 0x6c 0x00>; + doc-status = "complete"; interrupts = <0xc3>; ram-nr-words = <0x100>; phandle = <0x10e>; }; xlnx_pmc_efuse_cache@0xf1250000 { - doc-status = "complete"; compatible = "xlnx,pmx_efuse_cache"; reg = <0x00 0xf1250000 0x00 0x10000 0x00>; + doc-status = "complete"; efuse = <0x71>; phandle = <0x75>; }; pmc_puf_ctrl@0 { compatible = "xlnx,versal-puf-ctrl"; + reg = <0x00 0xf1150000 0x00 0x10000 0x00>; zynqmp-aes-key-sink-puf = <0x6c>; efuse = <0x71>; - reg = <0x00 0xf1150000 0x00 0x10000 0x00>; #gpio-cells = <0x01>; gpio-controller; phandle = <0x73>; }; pmc_efuse@0xf1240000 { - doc-status = "complete"; compatible = "xlnx,pmx_efuse_ctrl"; + reg = <0x00 0xf1240000 0x00 0x10000 0x00>; + doc-status = "complete"; #gpio-cells = <0x02>; zynqmp-aes-key-sink-efuses = <0x6c>; zynqmp-aes-key-sink-efuses-user0 = <0x6c>; zynqmp-aes-key-sink-efuses-user1 = <0x6c>; - reg = <0x00 0xf1240000 0x00 0x10000 0x00>; interrupts = <0xc4>; efuse = <0x71>; phandle = <0x10f>; xlnx_efuse@0 { - doc-ignore = <0x01>; compatible = "xlnx,efuse"; + doc-ignore = <0x01>; efuse-nr = <0x03>; efuse-size = <0x2000>; init-factory-extidcode = <0x01>; @@ -2122,10 +2122,10 @@ Cannot continue.Try installing libgcrypt."; }; pmc_bbram@0xf11f0000 { - doc-status = "partial"; - doc-limitations = "Missing AES key connections."; compatible = "xlnx,bbram-ctrl"; reg = <0x00 0xf11f0000 0x00 0x10000 0x00>; + doc-status = "partial"; + doc-limitations = "Missing AES key connections."; interrupts = <0xbca>; zynqmp-aes-key-sink-bbram = <0x6c>; crc-zpads = <0x00>; @@ -2133,10 +2133,10 @@ Cannot continue.Try installing libgcrypt."; }; pmc_sbi@0xf1220000 { - doc-status = "complete"; compatible = "pmc,slave-boot"; reg = <0x00 0xf1220000 0x00 0x10000 0x00 0x00 0xf2100000 0x00 0x10000 0x00>; + doc-status = "complete"; interrupts = <0xc1>; stream-connected-sbi = <0x67>; reset-gpios = <0x5e 0x12>; @@ -2144,27 +2144,27 @@ Cannot continue.Try installing libgcrypt."; }; pmc_sha1@0xF1800000 { - doc-status = "complete"; compatible = "zynqmp,csu-sha3"; reg = <0x00 0xf1800000 0x00 0x10000 0x00>; + doc-status = "complete"; phandle = <0x6f>; }; }; amba_pmc_ppu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x4f>; pmc_gic_proxy@0 { + compatible = "xlnx,zynqmp-gicp"; + reg = <0x00 0xf1140000 0x00 0x100 0x00>; doc-status = "complete"; #interrupt-cells = <0x03>; interrupt-controller; - compatible = "xlnx,zynqmp-gicp"; - reg = <0x00 0xf1140000 0x00 0x100 0x00>; interrupt-parent = <0x06>; interrupts = <0x10>; max-ints = <0x100>; @@ -2173,19 +2173,19 @@ Cannot continue.Try installing libgcrypt."; }; amba_pmc_sys@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC System"; doc-status = "partial"; phandle = <0x51>; pmc_clk_rst@0xf1260000 { - doc-status = "partial"; compatible = "xlnx,pmx_crp"; reg = <0x00 0xf1260000 0x00 0x80000 0x00>; + doc-status = "partial"; interrupts = <0xbca>; gpio-controller; #gpio-cells = <0x01>; @@ -2193,9 +2193,9 @@ Cannot continue.Try installing libgcrypt."; }; pmc_int@0xf1400000 { - doc-status = "partial"; compatible = "xlnx,versal-pmc-int"; reg = <0x00 0xf1400000 0x00 0x300000 0x00>; + doc-status = "partial"; interrupts = <0xc0>; phandle = <0x110>; }; @@ -2206,6 +2206,8 @@ Cannot continue.Try installing libgcrypt."; }; pmc_global@0xf1110000 { + compatible = "xlnx,pmx_global"; + reg = <0x00 0xf1110000 0x00 0x50000 0x00>; doc-status = "partial"; #gpio-cells = <0x01>; gpio-controller; @@ -2216,11 +2218,9 @@ Cannot continue.Try installing libgcrypt."; 0x66 0x16 0x66 0x17 0x66 0x18 0x66 0x19 0x66 0x1a 0x66 0x1b 0x72 0x00 0x66 0x1d>; - reg = <0x00 0xf1110000 0x00 0x50000 0x00>; gpios = <0x73 0x00>; bbram = <0x74>; efuse = <0x75>; - compatible = "xlnx,pmx_global"; phandle = <0x76>; }; @@ -2307,11 +2307,11 @@ Cannot continue.Try installing libgcrypt."; }; amba_pmc_pl@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC PL"; doc-status = "partial"; phandle = <0x52>; @@ -2323,9 +2323,9 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_ub0@0xf67c0000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf67c0000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x5e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -2333,25 +2333,25 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_main0@0xf6790000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf6790000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0xa5>; }; npi_ddrmc_noc0@0xf67a0000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf67a0000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x117>; }; npi_ddrmc_ub1@0xf68b0000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf68b0000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x5e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -2359,25 +2359,25 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_main1@0xf6880000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf6880000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x119>; }; npi_ddrmc_noc1@0xf6890000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf6890000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x11a>; }; npi_ddrmc_ub2@0xf6dc0000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf6dc0000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x5e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -2385,25 +2385,25 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_main2@0xf6d90000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf6d90000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x11c>; }; npi_ddrmc_noc2@0xf6da0000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf6da0000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x11d>; }; npi_ddrmc_ub3@0xf6eb0000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf6eb0000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x5e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -2411,25 +2411,25 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_main3@0xf6e80000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf6e80000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x11f>; }; npi_ddrmc_noc3@0xf6e90000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf6e90000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x120>; }; npi_ddrmc_ub4@0xf6f70000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf6f70000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x5e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -2437,25 +2437,25 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_main4@0xf6f40000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf6f40000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x122>; }; npi_ddrmc_noc4@0xf6f50000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf6f50000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x123>; }; npi_ddrmc_ub5@0xf7060000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf7060000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x5e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -2463,25 +2463,25 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_main5@0xf7030000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf7030000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x125>; }; npi_ddrmc_noc5@0xf7040000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf7040000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x126>; }; npi_ddrmc_ub6@0xf7320000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf7320000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x5e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -2489,25 +2489,25 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_main6@0xf72f0000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf72f0000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x128>; }; npi_ddrmc_noc6@0xf7300000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf7300000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x129>; }; npi_ddrmc_ub7@0xf7400000 { - doc-limitations = "Only the uB rst is supported"; compatible = "xlnx,ddrmc5_ub"; reg = <0x00 0xf7400000 0x00 0x40000 0x01>; + doc-limitations = "Only the uB rst is supported"; reset-gpios = <0x5e 0x0f>; #gpio-cells = <0x01>; gpio-controller; @@ -2515,17 +2515,17 @@ Cannot continue.Try installing libgcrypt."; }; npi_ddrmc_main7@0xf73d0000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-main"; reg = <0x00 0xf73d0000 0x00 0x10000 0x01>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x12b>; }; npi_ddrmc_noc7@0xf73e0000 { - doc-limitations = "Just a stub"; compatible = "xlnx,versal-ddrmc-noc"; reg = <0x00 0xf73e0000 0x00 0x20000 0xffffffff>; + doc-limitations = "Just a stub"; reset-gpios = <0x5e 0x0f>; phandle = <0x12c>; }; @@ -2774,12 +2774,12 @@ Cannot continue.Try installing libgcrypt."; phandle = <0x56>; cfu@0x0 { - doc-status = "partial"; - doc-comments = "Stub"; - doc-limitations = "No way to extract CFRAME data."; compatible = "xlnx,versal-cfu"; reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x10000 0x00 0x1000 0x00 0x00 0xcd0000 0x00 0x40000 0x00>; + doc-status = "partial"; + doc-comments = "Stub"; + doc-limitations = "No way to extract CFRAME data."; chardev = "pmc-cfu"; dma = <0x55>; phandle = <0x80>; @@ -2788,56 +2788,56 @@ Cannot continue.Try installing libgcrypt."; }; amba_pmc_bat@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "PMC BAT"; doc-status = "partial"; phandle = <0x53>; rtc@0xf12a0000 { + compatible = "xlnx,zynqmp-rtc"; + reg = <0x00 0xf12a0000 0x00 0x10000 0x00>; doc-status = "complete"; doc-comments = "Versal PMC RTC"; - compatible = "xlnx,zynqmp-rtc"; interrupts = <0xbca 0xc8 0xc9>; - reg = <0x00 0xf12a0000 0x00 0x10000 0x00>; - xlnx,version = "2.0.0"; phandle = <0x133>; + xlnx,version = "2.0.0"; }; }; amba_psm@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x11>; psm_ram_instr@0xebc00000 { - device_type = "memory"; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; reg = <0x00 0xebc00000 0x00 0x20000 0x01>; + device_type = "memory"; phandle = <0x134>; + qemu,ram = <0x01>; }; psm_ram_data@0xebc20000 { - device_type = "memory"; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; reg = <0x00 0xebc20000 0x00 0x8000 0x01>; + device_type = "memory"; phandle = <0x135>; + qemu,ram = <0x01>; }; psm_gic_proxy@0 { + compatible = "xlnx,zynqmp-gicp"; + reg = <0x00 0xebc92000 0x00 0x100 0x00>; doc-status = "complete"; #interrupt-cells = <0x03>; interrupt-controller; - compatible = "xlnx,zynqmp-gicp"; - reg = <0x00 0xebc92000 0x00 0x100 0x00>; interrupt-parent = <0x07>; interrupts = <0x16>; max-ints = <0x100>; @@ -2880,11 +2880,11 @@ Cannot continue.Try installing libgcrypt."; }; amba_xram@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x0d>; xram_ctrl_0 { @@ -2926,46 +2926,47 @@ Cannot continue.Try installing libgcrypt."; }; lmb_pmc_ppu0@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "LMB PPU0"; doc-status = "complete"; phandle = <0x7e>; main_bus_for_pmc { compatible = "qemu:memory-region"; - alias = <0x55>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0x55>; }; pmc_rom@0xf0000000 { - reg = <0x00 0xf0000000 0x00 0x40000 0x01>; compatible = "qemu:memory-region"; + reg = <0x00 0xf0000000 0x00 0x40000 0x01>; container = <0x7e>; - qemu,ram = <0x01>; read-only; phandle = <0x137>; + qemu,ram = <0x01>; }; ppu0_ram@0xf0060000 { - reg = <0x00 0xf0060000 0x00 0x8000 0x01>; compatible = "qemu:memory-region"; + reg = <0x00 0xf0060000 0x00 0x8000 0x01>; container = <0x7e>; - qemu,ram = <0x01>; phandle = <0x138>; + qemu,ram = <0x01>; }; io-module@00 { + compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; doc-status = "complete"; #address-cells = <0x02>; #size-cells = <0x01>; #priority-cells = <0x00>; - compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; container = <0x7e>; priority = <0xffffffff>; + phandle = <0x139>; xlnx,freq = <0x47868c0>; xlnx,instance = "iomodule_1"; xlnx,io-mask = <0xfffe0000>; @@ -2973,15 +2974,15 @@ Cannot continue.Try installing libgcrypt."; xlnx,lmb-dwidth = <0x20>; xlnx,mask = <0xffffff80>; xlnx,use-io-bus = <0x01>; - phandle = <0x139>; pmc_ppu0_intc@0C { - #interrupt-cells = <0x01>; compatible = "xlnx,io-intc-1.02.a\0xlnx,io_intc"; - interrupt-controller; - interrupts-extended = <0x93 0x00>; reg = <0x00 0xf008000c 0x04 0x00 0xf0080030 0x10 0x00 0xf0080080 0x7c>; + #interrupt-cells = <0x01>; + interrupt-controller; + interrupts-extended = <0x93 0x00>; + phandle = <0x66>; xlnx,intc-addr-width = <0x20>; xlnx,intc-base-vectors = <0x00>; xlnx,intc-has-fast = <0x00>; @@ -2989,199 +2990,199 @@ Cannot continue.Try installing libgcrypt."; xlnx,intc-level-edge = <0x00>; xlnx,intc-positive = <0xffff>; xlnx,intc-use-ext-intr = <0x01>; - phandle = <0x66>; }; pmc_ppu0_gpi@20 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0080020 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x66>; interrupts = <0x0b>; - reg = <0x00 0xf0080020 0x04>; + phandle = <0x13a>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x13a>; }; pmc_ppu0_gpi@24 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0080024 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x66>; interrupts = <0x0c>; - reg = <0x00 0xf0080024 0x04>; + phandle = <0x13b>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x13b>; }; pmc_ppu0_gpi@28 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0080028 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x66>; interrupts = <0x0d>; - reg = <0x00 0xf0080028 0x04>; + phandle = <0x13c>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x13c>; }; pmc_ppu0_gpi@2c { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf008002c 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x66>; interrupts = <0x0e>; - reg = <0x00 0xf008002c 0x04>; + phandle = <0x13d>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x13d>; }; pmc_ppu0_gpo@10 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0080010 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x94>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x09>; xlnx,use-gpo = <0x01>; - phandle = <0x94>; }; pmc_ppu0_gpo@14 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0080014 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x13e>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x13e>; }; pmc_ppu0_gpo@18 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0080018 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x13f>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x13f>; }; pmc_ppu0_gpo@1c { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf008001c 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x140>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x140>; }; pmc_ppu0_pit@40 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0080040 0x0c>; interrupt-parent = <0x66>; interrupts = <0x03>; - reg = <0x00 0xf0080040 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0x94 0x01 0x95 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x141>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; pmc_ppu0_pit@50 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0080050 0x0c>; interrupt-parent = <0x66>; interrupts = <0x04>; - reg = <0x00 0xf0080050 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0x95>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0x95>; }; pmc_ppu0_pit@60 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0080060 0x0c>; interrupt-parent = <0x66>; interrupts = <0x05>; - reg = <0x00 0xf0080060 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0x94 0x06 0x96 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x142>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; pmc_ppu0_pit@70 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0080070 0x0c>; interrupt-parent = <0x66>; interrupts = <0x06>; - reg = <0x00 0xf0080070 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0x96>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0x96>; }; }; }; lmb_pmc_ppu1@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "LMB PPU1"; doc-status = "complete"; phandle = <0x97>; main_bus_for_pmc { compatible = "qemu:memory-region"; - alias = <0x55>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0x55>; }; io-module@00 { + compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; doc-status = "complete"; #address-cells = <0x02>; #size-cells = <0x01>; #priority-cells = <0x00>; - compatible = "xlnx,iomodule-1.02.a\0syscon\0simple-bus"; container = <0x97>; priority = <0xffffffff>; + phandle = <0x143>; xlnx,freq = <0x47868c0>; xlnx,instance = "iomodule_1"; xlnx,io-mask = <0xfffe0000>; @@ -3189,15 +3190,15 @@ Cannot continue.Try installing libgcrypt."; xlnx,lmb-dwidth = <0x20>; xlnx,mask = <0xffffff80>; xlnx,use-io-bus = <0x01>; - phandle = <0x143>; pmc_ppu1_intc@0C { - #interrupt-cells = <0x01>; compatible = "xlnx,io-intc-1.02.a\0xlnx,io_intc"; - interrupt-controller; - interrupts-extended = <0x98 0x00>; reg = <0x00 0xf030000c 0x04 0x00 0xf0300030 0x10 0x00 0xf0300080 0x7c>; + #interrupt-cells = <0x01>; + interrupt-controller; + interrupts-extended = <0x98 0x00>; + phandle = <0x06>; xlnx,intc-addr-width = <0x20>; xlnx,intc-base-vectors = <0x00>; xlnx,intc-has-fast = <0x00>; @@ -3205,149 +3206,143 @@ Cannot continue.Try installing libgcrypt."; xlnx,intc-level-edge = <0x00>; xlnx,intc-positive = <0xffff>; xlnx,intc-use-ext-intr = <0x01>; - phandle = <0x06>; }; pmc_ppu1_gpi@20 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0300020 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x06>; interrupts = <0x0b>; - reg = <0x00 0xf0300020 0x04>; + phandle = <0x144>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x144>; }; pmc_ppu1_gpi@24 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0300024 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x06>; interrupts = <0x0c>; - reg = <0x00 0xf0300024 0x04>; + phandle = <0x145>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x145>; }; pmc_ppu1_gpi@28 { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf0300028 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x06>; interrupts = <0x0d>; - reg = <0x00 0xf0300028 0x04>; + phandle = <0x146>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x146>; }; pmc_ppu1_gpi@2c { + compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; + reg = <0x00 0xf030002c 0x04>; #gpio-cells = <0x01>; gpio-controller; - compatible = "xlnx,io-gpi-1.02.a\0xlnx,io_gpi"; interrupt-parent = <0x06>; interrupts = <0x0e>; - reg = <0x00 0xf030002c 0x04>; + phandle = <0x147>; xlnx,gpi-interrupt = <0x01>; xlnx,gpi-size = <0x20>; xlnx,use-gpi = <0x01>; - phandle = <0x147>; }; pmc_ppu1_gpo@10 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0300010 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x99>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x09>; xlnx,use-gpo = <0x01>; - phandle = <0x99>; }; pmc_ppu1_gpo@14 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0300014 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x148>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x148>; }; pmc_ppu1_gpo@18 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf0300018 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x149>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x149>; }; pmc_ppu1_gpo@1c { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xf030001c 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x14a>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x20>; xlnx,use-gpo = <0x01>; - phandle = <0x14a>; }; pmc_ppu1_pit@40 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0300040 0x0c>; interrupt-parent = <0x06>; interrupts = <0x03>; - reg = <0x00 0xf0300040 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x5f5e100>; gpios = <0x99 0x01 0x9a 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x14b>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; pmc_ppu1_pit@50 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0300050 0x0c>; interrupt-parent = <0x06>; interrupts = <0x04>; - reg = <0x00 0xf0300050 0x0c>; + frequency = <0x5f5e100>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0x9a>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x5f5e100>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0x9a>; }; pmc_ppu1_pit@60 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0300060 0x0c>; interrupt-parent = <0x06>; interrupts = <0x05>; - reg = <0x00 0xf0300060 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x5f5e100>; gpios = <0x99 0x06 0x9b 0x00>; gpio-names = "ps_config\0ps_hit_in"; @@ -3355,65 +3350,71 @@ Cannot continue.Try installing libgcrypt."; #gpio-cells = <0x01>; windows-frequency = <0x13d620>; phandle = <0x14c>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; pmc_ppu1_pit@70 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xf0300070 0x0c>; interrupt-parent = <0x06>; interrupts = <0x06>; - reg = <0x00 0xf0300070 0x0c>; + frequency = <0x5f5e100>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0x9b>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x5f5e100>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0x9b>; }; }; }; lmb_psm@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "LMB PPU0"; doc-status = "in-progress"; phandle = <0x92>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0b>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0b>; }; main_bus_for_pmc { compatible = "qemu:memory-region"; - alias = <0x11>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0x11>; }; io-module@00 { + compatible = "simple-bus"; doc-status = "complete"; #address-cells = <0x02>; #size-cells = <0x01>; #priority-cells = <0x00>; - compatible = "simple-bus"; priority = <0xffffffff>; container = <0x92>; phandle = <0x14d>; psm0_intc@0C { - #interrupt-cells = <0x01>; compatible = "xlnx,io-intc-1.02.a\0xlnx,io_intc"; - interrupt-controller; - interrupts-extended = <0x93 0x00>; reg = <0x00 0xebc8000c 0x04 0x00 0xebc80030 0x10 0x00 0xebc80080 0x7c>; + #interrupt-cells = <0x01>; + interrupt-controller; + interrupts-extended = <0x93 0x00>; + phandle = <0x07>; xlnx,intc-addr-width = <0x20>; xlnx,intc-base-vectors = <0x00>; xlnx,intc-has-fast = <0x00>; @@ -3421,145 +3422,145 @@ Cannot continue.Try installing libgcrypt."; xlnx,intc-level-edge = <0x00>; xlnx,intc-positive = <0xffff>; xlnx,intc-use-ext-intr = <0x01>; - phandle = <0x07>; }; psm0_gpo@10 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0xebc80010 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0x9c>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x03>; xlnx,use-gpo = <0x01>; - phandle = <0x9c>; }; psm0_pit@40 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xebc80040 0x0c>; interrupt-parent = <0x07>; interrupts = <0x03>; - reg = <0x00 0xebc80040 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0x9c 0x01 0x9d 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x14e>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; psm0_pit@50 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xebc80050 0x0c>; interrupt-parent = <0x07>; interrupts = <0x04>; - reg = <0x00 0xebc80050 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0x9d>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0x9d>; }; psm0_pit@60 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xebc80060 0x0c>; interrupt-parent = <0x07>; interrupts = <0x05>; - reg = <0x00 0xebc80060 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0x9c 0x06 0x9e 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x14f>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; psm0_pit@70 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0xebc80070 0x0c>; interrupt-parent = <0x07>; interrupts = <0x06>; - reg = <0x00 0xebc80070 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0x9e>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0x9e>; }; }; psm_local_reg@0xebc88000 { - gpio-controller; - #gpio-cells = <0x01>; compatible = "xlnx,psmx_local_reg"; reg = <0x00 0xebc88000 0x00 0x8000 0x00>; + gpio-controller; + #gpio-cells = <0x01>; phandle = <0x17>; }; }; lmb_ddrmc@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; doc-name = "LMB DDRMC0"; doc-status = "partial"; phandle = <0x9f>; ddrmc0_ram_data@0x1c000 { - reg = <0x00 0x1c000 0x00 0x4000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x1c000 0x00 0x4000 0x01>; phandle = <0x150>; + qemu,ram = <0x01>; }; ddrmc0_ram_instr@0x20000 { - reg = <0x00 0x20000 0x00 0x20000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x20000 0x00 0x20000 0x01>; phandle = <0x151>; + qemu,ram = <0x01>; }; ddrmc0_ram_exchange@0x08000 { - reg = <0x00 0x8000 0x00 0x8000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x8000 0x00 0x8000 0x01>; phandle = <0x152>; + qemu,ram = <0x01>; }; io-module@00 { + compatible = "simple-bus"; doc-status = "complete"; #address-cells = <0x02>; #size-cells = <0x01>; #priority-cells = <0x00>; - compatible = "simple-bus"; container = <0x9f>; priority = <0xffffffff>; phandle = <0x153>; ddrmc0_intc@0C { - #interrupt-cells = <0x01>; compatible = "xlnx,io-intc-1.02.a\0xlnx,io_intc"; + reg = <0x00 0x1b00c 0x04 0x00 0x1b030 0x10 0x00 0x1b080 0x7c>; + #interrupt-cells = <0x01>; interrupt-controller; interrupts-extended = <0xa0 0x00>; - reg = <0x00 0x1b00c 0x04 0x00 0x1b030 0x10 0x00 0x1b080 0x7c>; + phandle = <0xa1>; xlnx,intc-addr-width = <0x20>; xlnx,intc-base-vectors = <0x00>; xlnx,intc-has-fast = <0x00>; @@ -3567,147 +3568,146 @@ Cannot continue.Try installing libgcrypt."; xlnx,intc-level-edge = <0x00>; xlnx,intc-positive = <0xffff>; xlnx,intc-use-ext-intr = <0x01>; - phandle = <0xa1>; }; ddrmc0_gpo@10 { - #gpio-cells = <0x01>; - gpio-controller; compatible = "xlnx,io-gpo-1.02.a\0xlnx,io_gpo"; reg = <0x00 0x1b010 0x04>; + #gpio-cells = <0x01>; + gpio-controller; + phandle = <0xa2>; xlnx,gpo-init = <0x00>; xlnx,gpo-size = <0x03>; xlnx,use-gpo = <0x01>; - phandle = <0xa2>; }; ddrmc0_pit@40 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0x1b040 0x0c>; interrupt-parent = <0xa1>; interrupts = <0x03>; - reg = <0x00 0x1b040 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0xa2 0x01 0xa3 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x154>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; ddrmc0_pit@50 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0x1b050 0x0c>; interrupt-parent = <0xa1>; interrupts = <0x04>; - reg = <0x00 0x1b050 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xa3>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xa3>; }; ddrmc0_pit@60 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0x1b060 0x0c>; interrupt-parent = <0xa1>; interrupts = <0x05>; - reg = <0x00 0x1b060 0x0c>; - xlnx,pit-interrupt = <0x01>; - xlnx,pit-prescaler = <0x09>; - xlnx,pit-readable = <0x01>; - xlnx,pit-size = <0x20>; - xlnx,use-pit = <0x01>; frequency = <0x1b6b0b00>; gpios = <0xa2 0x06 0xa4 0x00>; gpio-names = "ps_config\0ps_hit_in"; gpio-controller; #gpio-cells = <0x01>; phandle = <0x155>; + xlnx,pit-interrupt = <0x01>; + xlnx,pit-prescaler = <0x09>; + xlnx,pit-readable = <0x01>; + xlnx,pit-size = <0x20>; + xlnx,use-pit = <0x01>; }; ddrmc0_pit@70 { compatible = "xlnx,io-pit-1.02.a\0xlnx,io_pit"; + reg = <0x00 0x1b070 0x0c>; interrupt-parent = <0xa1>; interrupts = <0x06>; - reg = <0x00 0x1b070 0x0c>; + frequency = <0x1b6b0b00>; + gpio-controller; + #gpio-cells = <0x01>; + phandle = <0xa4>; xlnx,pit-interrupt = <0x01>; xlnx,pit-prescaler = <0x09>; xlnx,pit-readable = <0x01>; xlnx,pit-size = <0x20>; xlnx,use-pit = <0x01>; - frequency = <0x1b6b0b00>; - gpio-controller; - #gpio-cells = <0x01>; - phandle = <0xa4>; }; }; ddrmc_uart0@0 { compatible = "xlnx,io_uart"; reg = <0x00 0x1b000 0x0c 0x1b04c 0x04>; - xlnx,use-uart-rx = <0x01>; - xlnx,use-uart-tx = <0x01>; chardev = "ddrmc-uart0\0serial1"; phandle = <0x156>; + xlnx,use-uart-rx = <0x01>; + xlnx,use-uart-tx = <0x01>; }; alias_npi_ddrmc_main { compatible = "qemu:memory-region"; - alias = <0xa5>; reg = <0x00 0x00 0x00 0x8000 0x00>; + alias = <0xa5>; }; }; lmb_ddrmc@1 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x157>; ddrmc1_ram_data@0x1c000 { - reg = <0x00 0x1c000 0x00 0x4000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x1c000 0x00 0x4000 0x01>; phandle = <0x158>; + qemu,ram = <0x01>; }; ddrmc1_ram_instr@0x20000 { - reg = <0x00 0x20000 0x00 0x20000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x20000 0x00 0x20000 0x01>; phandle = <0x159>; + qemu,ram = <0x01>; }; ddrmc1_ram_exchange@0x08000 { - reg = <0x00 0x8000 0x00 0x8000 0x01>; compatible = "qemu:memory-region"; - qemu,ram = <0x01>; + reg = <0x00 0x8000 0x00 0x8000 0x01>; phandle = <0x15a>; + qemu,ram = <0x01>; }; }; amba_rpu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xa6>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0b>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0x0b>; }; timer_a { @@ -3726,56 +3726,56 @@ Cannot continue.Try installing libgcrypt."; }; amba_r5@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xac>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xa6>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xa6>; }; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0xa7>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0xa7>; }; downstream_gic0 { compatible = "qemu:memory-region"; - alias = <0xa8>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0xa8>; }; }; amba_r5@1 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xaf>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xa6>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xa6>; }; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0xa9>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0xa9>; }; downstream_gic0 { compatible = "qemu:memory-region"; - alias = <0xa8>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0xa8>; }; }; @@ -3789,65 +3789,65 @@ Cannot continue.Try installing libgcrypt."; }; tbu0_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x13>; }; tbu1_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x42>; }; tbu2_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x43>; }; tbu3_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x44>; }; tbu4_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x45>; }; tbu5_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x46>; }; tbu6_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x47>; }; @@ -3879,34 +3879,34 @@ Cannot continue.Try installing libgcrypt."; ocm_mem_bank_0@ { compatible = "qemu:memory-region"; - container = <0x0c>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x20000 0x00>; + container = <0x0c>; phandle = <0x15c>; + qemu,ram = <0x01>; }; ocm_mem_bank_1@ { compatible = "qemu:memory-region"; - container = <0x0c>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x20000 0x00>; + container = <0x0c>; phandle = <0x15d>; + qemu,ram = <0x01>; }; ocm_mem_bank_2@ { compatible = "qemu:memory-region"; - container = <0x0c>; - qemu,ram = <0x01>; reg = <0x00 0x40000 0x00 0x20000 0x00>; + container = <0x0c>; phandle = <0x15e>; + qemu,ram = <0x01>; }; ocm_mem_bank_3@ { compatible = "qemu:memory-region"; - container = <0x0c>; - qemu,ram = <0x01>; reg = <0x00 0x60000 0x00 0x20000 0x00>; + container = <0x0c>; phandle = <0x15f>; + qemu,ram = <0x01>; }; xram_mem@0xea800000 { @@ -3916,43 +3916,43 @@ Cannot continue.Try installing libgcrypt."; xram_mem_bank_0@0x0 { compatible = "qemu:memory-region"; - container = <0x0e>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x200000 0x00>; + container = <0x0e>; phandle = <0x160>; + qemu,ram = <0x01>; }; xram_mem_bank_1@0x200000 { compatible = "qemu:memory-region"; - container = <0x0e>; - qemu,ram = <0x01>; reg = <0x00 0x200000 0x00 0x200000 0x00>; + container = <0x0e>; phandle = <0x161>; + qemu,ram = <0x01>; }; xram_mem_bank_2@0x400000 { compatible = "qemu:memory-region"; - container = <0x0e>; - qemu,ram = <0x01>; reg = <0x00 0x400000 0x00 0x200000 0x00>; + container = <0x0e>; phandle = <0x162>; + qemu,ram = <0x01>; }; xram_mem_bank_3@0x600000 { compatible = "qemu:memory-region"; - container = <0x0e>; - qemu,ram = <0x01>; reg = <0x00 0x600000 0x00 0x200000 0x00>; + container = <0x0e>; phandle = <0x163>; + qemu,ram = <0x01>; }; ipi_msgbuf@0 { compatible = "qemu:memory-region"; + reg = <0x00 0xeb3f0000 0x00 0x1000 0x00>; device_type = "memory"; container = <0x08>; - qemu,ram = <0x01>; - reg = <0x00 0xeb3f0000 0x00 0x1000 0x00>; phandle = <0x164>; + qemu,ram = <0x01>; }; pmc_ram@0xf2000000 { @@ -3962,57 +3962,57 @@ Cannot continue.Try installing libgcrypt."; pmc_ram_bank_0@0x0 { compatible = "qemu:memory-region"; - container = <0x54>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x20000 0x00>; + container = <0x54>; phandle = <0x165>; + qemu,ram = <0x01>; }; pmc_ppu1_ram@0xf0200000 { compatible = "qemu:memory-region"; - container = <0x0b>; - qemu,ram = <0x01>; reg = <0x00 0xf0200000 0x00 0x80000 0x00>; + container = <0x0b>; phandle = <0x166>; + qemu,ram = <0x01>; }; pmc_ppu1_ram@0xf0280000 { compatible = "qemu:memory-region"; - container = <0x0b>; - qemu,ram = <0x01>; reg = <0x00 0xf0280000 0x00 0x20000 0x00>; + container = <0x0b>; phandle = <0x167>; + qemu,ram = <0x01>; }; ppu0_mdm_uart@0xf0110000 { - doc-status = "complete"; compatible = "xlnx,xps-uartlite"; + doc-status = "complete"; reg-extended = <0x7e 0x00 0xf0110000 0x00 0x10 0x01>; chardev = "serial0"; }; ppu1_mdm_uart@0xf0310000 { - doc-status = "complete"; compatible = "xlnx,xps-uartlite"; + doc-status = "complete"; reg-extended = <0x97 0x00 0xf0310000 0x00 0x10 0x01>; chardev = "serial1"; }; lqspi_mr@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x60>; }; lospi_mr@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x62>; }; @@ -4022,17 +4022,11 @@ Cannot continue.Try installing libgcrypt."; apu_cpu@0 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x00>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 0"; #interrupt-cells = <0x01>; reset-gpios = <0x31 0x00>; @@ -4042,21 +4036,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x00>; generic-timer-frequency = <0x5f5e100>; phandle = <0x32>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@1 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x01>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 1"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4068,21 +4062,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x100>; generic-timer-frequency = <0x5f5e100>; phandle = <0x33>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@2 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x02>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 2"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4094,21 +4088,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x200>; generic-timer-frequency = <0x5f5e100>; phandle = <0x34>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@3 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x03>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 3"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4120,21 +4114,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x300>; generic-timer-frequency = <0x5f5e100>; phandle = <0x35>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@4 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x04>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 4"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4146,21 +4140,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x10000>; generic-timer-frequency = <0x5f5e100>; phandle = <0x36>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@5 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x05>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 5"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4172,21 +4166,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x10100>; generic-timer-frequency = <0x5f5e100>; phandle = <0x37>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@6 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x06>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 6"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4198,21 +4192,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x10200>; generic-timer-frequency = <0x5f5e100>; phandle = <0x38>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@7 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x07>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 7"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4224,21 +4218,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x10300>; generic-timer-frequency = <0x5f5e100>; phandle = <0x39>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@8 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x08>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 8"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4250,21 +4244,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x20000>; generic-timer-frequency = <0x5f5e100>; phandle = <0x3a>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@9 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x09>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 9"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4276,21 +4270,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x20100>; generic-timer-frequency = <0x5f5e100>; phandle = <0x3b>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@10 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x0a>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 10"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4302,21 +4296,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x20200>; generic-timer-frequency = <0x5f5e100>; phandle = <0x3c>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@11 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x0b>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 11"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4328,21 +4322,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x20300>; generic-timer-frequency = <0x5f5e100>; phandle = <0x3d>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@12 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x0c>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 12"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4354,21 +4348,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x30000>; generic-timer-frequency = <0x5f5e100>; phandle = <0x3e>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@13 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x0d>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 13"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4380,21 +4374,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x30100>; generic-timer-frequency = <0x5f5e100>; phandle = <0x3f>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@14 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x0e>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 14"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4406,21 +4400,21 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x30200>; generic-timer-frequency = <0x5f5e100>; phandle = <0x40>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; apu_cpu@15 { compatible = "cortex-a78-arm-cpu"; - device_type = "cpu"; - arm,ccsidr0 = <0x701fe00a>; - arm,ccsidr1 = <0x201fe012>; reg = <0x0f>; + device_type = "cpu"; core-count = <0x04>; - arm,reset-hivecs = <0x01>; - arm,rvbar = <0xffff0000>; - arm,reset-cbar = <0xe2060000>; mr = <0xaa>; memory = <0xaa>; - qemu,halt = <0x01>; gdb-id = "Cortex-A78 15"; #interrupt-cells = <0x01>; direct-lnx-start-powered-off = <0x01>; @@ -4432,6 +4426,12 @@ Cannot continue.Try installing libgcrypt."; mp-affinity = <0x30300>; generic-timer-frequency = <0x5f5e100>; phandle = <0x41>; + arm,ccsidr0 = <0x701fe00a>; + arm,ccsidr1 = <0x201fe012>; + arm,reset-hivecs = <0x01>; + arm,rvbar = <0xffff0000>; + arm,reset-cbar = <0xe2060000>; + qemu,halt = <0x01>; }; rpu_a@0 { @@ -4442,17 +4442,8 @@ Cannot continue.Try installing libgcrypt."; rpu_cpu_a@0 { compatible = "cortex-r52-arm-cpu"; device_type = "cpu"; - arm,tcmtr = <0x10001>; - arm,ctr = <0x8003c003>; - arm,clidr = <0x9200003>; - arm,ccsidr0 = <0xf01fe019>; - arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x00>; - arm,id_pfr0 = <0x131>; - arm,reset-hivecs = <0x01>; #interrupt-cells = <0x01>; memory = <0xac>; - qemu,halt = <0x01>; memattr_ns = <0xad>; core-count = <0x02>; gdb-id = "Cortex-R52 #a0"; @@ -4460,22 +4451,22 @@ Cannot continue.Try installing libgcrypt."; gpio-names = "reset\0halt\0wfi"; reset-cbar = <0xe2000000>; phandle = <0x29>; - }; - - rpu_cpu_a@1 { - compatible = "cortex-r52-arm-cpu"; - device_type = "cpu"; arm,tcmtr = <0x10001>; arm,ctr = <0x8003c003>; arm,clidr = <0x9200003>; arm,ccsidr0 = <0xf01fe019>; arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x01>; + arm,mp-affinity = <0x00>; arm,id_pfr0 = <0x131>; arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; + }; + + rpu_cpu_a@1 { + compatible = "cortex-r52-arm-cpu"; + device_type = "cpu"; #interrupt-cells = <0x01>; memory = <0xaf>; - qemu,halt = <0x01>; memattr_ns = <0xb0>; core-count = <0x02>; gdb-id = "Cortex-R52 #a1"; @@ -4483,6 +4474,15 @@ Cannot continue.Try installing libgcrypt."; gpio-names = "reset\0halt\0wfi"; reset-cbar = <0xe2000000>; phandle = <0x2b>; + arm,tcmtr = <0x10001>; + arm,ctr = <0x8003c003>; + arm,clidr = <0x9200003>; + arm,ccsidr0 = <0xf01fe019>; + arm,ccsidr1 = <0xf01fe019>; + arm,mp-affinity = <0x01>; + arm,id_pfr0 = <0x131>; + arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; }; }; @@ -4494,17 +4494,8 @@ Cannot continue.Try installing libgcrypt."; rpu_cpu_b@0 { compatible = "cortex-r52-arm-cpu"; device_type = "cpu"; - arm,tcmtr = <0x10001>; - arm,ctr = <0x8003c003>; - arm,clidr = <0x9200003>; - arm,ccsidr0 = <0xf01fe019>; - arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x100>; - arm,id_pfr0 = <0x131>; - arm,reset-hivecs = <0x01>; #interrupt-cells = <0x01>; memory = <0xb2>; - qemu,halt = <0x01>; memattr_ns = <0xb3>; core-count = <0x02>; gdb-id = "Cortex-R52 #b0"; @@ -4512,22 +4503,22 @@ Cannot continue.Try installing libgcrypt."; gpio-names = "reset\0halt\0wfi"; reset-cbar = <0xe2000000>; phandle = <0x2d>; - }; - - rpu_cpu_b@1 { - compatible = "cortex-r52-arm-cpu"; - device_type = "cpu"; arm,tcmtr = <0x10001>; arm,ctr = <0x8003c003>; arm,clidr = <0x9200003>; arm,ccsidr0 = <0xf01fe019>; arm,ccsidr1 = <0xf01fe019>; - arm,mp-affinity = <0x101>; + arm,mp-affinity = <0x100>; arm,id_pfr0 = <0x131>; arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; + }; + + rpu_cpu_b@1 { + compatible = "cortex-r52-arm-cpu"; + device_type = "cpu"; #interrupt-cells = <0x01>; memory = <0xb5>; - qemu,halt = <0x01>; memattr_ns = <0xb6>; core-count = <0x02>; gdb-id = "Cortex-R52 #b1"; @@ -4535,22 +4526,31 @@ Cannot continue.Try installing libgcrypt."; gpio-names = "reset\0halt\0wfi"; reset-cbar = <0xe2000000>; phandle = <0x2f>; + arm,tcmtr = <0x10001>; + arm,ctr = <0x8003c003>; + arm,clidr = <0x9200003>; + arm,ccsidr0 = <0xf01fe019>; + arm,ccsidr1 = <0xf01fe019>; + arm,mp-affinity = <0x101>; + arm,id_pfr0 = <0x131>; + arm,reset-hivecs = <0x01>; + qemu,halt = <0x01>; }; }; }; amba_apu@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xaa>; downstream_amba { compatible = "qemu:memory-region"; - alias = <0x0b>; reg = <0x00 0x00 0xffffffff 0xffffffff 0xffffffff>; + alias = <0x0b>; }; timer { @@ -4565,23 +4565,29 @@ Cannot continue.Try installing libgcrypt."; }; amba_apu_gic@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; container = <0x09>; priority = <0xffffffff>; phandle = <0x16b>; interrupt-controller@0xe2000000 { - #address-cells = <0x00>; - #size-cells = <0x00>; - #interrupt-cells = <0x03>; compatible = "arm-gicv3"; reg = <0x00 0xe2000000 0x00 0x10000 0x00 0x00 0xe2060000 0x00 0x400000 0x00>; + #address-cells = <0x00>; + #size-cells = <0x00>; + #interrupt-cells = <0x03>; interrupt-controller; + num-irq = <0x220>; + has-security-extensions = <0x01>; + redist-region-count = <0x10>; + has-lpi = <0x01>; + sysmem = <0x0b>; + phandle = <0x01>; /* dts-format off */ interrupts-extended = <0x32 0x00 0x33 0x00 0x34 0x00 0x35 0x00 0x36 0x00 0x37 0x00 0x38 0x00 0x39 0x00 0x3a 0x00 0x3b 0x00 0x3c 0x00 0x3d 0x00 0x3e 0x00 0x3f 0x00 0x40 0x00 @@ -4597,12 +4603,6 @@ Cannot continue.Try installing libgcrypt."; 0x09 0x400004>; /* dts-format on */ num-cpu = <0x10>; - num-irq = <0x220>; - has-security-extensions = <0x01>; - redist-region-count = <0x10>; - has-lpi = <0x01>; - sysmem = <0x0b>; - phandle = <0x01>; }; git_its@0xe2040000 { @@ -4626,17 +4626,17 @@ Cannot continue.Try installing libgcrypt."; amba_alias@0 { compatible = "qemu:memory-region"; + reg = <0x00 0x00 0xffffffff 0xffffffff 0x01>; container = <0xb8>; alias = <0x0b>; - reg = <0x00 0x00 0xffffffff 0xffffffff 0x01>; phandle = <0x16c>; }; qemu_sysmem@0 { + compatible = "qemu:system-memory"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:system-memory"; phandle = <0xb8>; }; @@ -4662,31 +4662,31 @@ Cannot continue.Try installing libgcrypt."; ddr@0x00000000 { compatible = "qemu:memory-region"; - container = <0xb9>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x80000000 0x00>; + container = <0xb9>; phandle = <0x7f>; + qemu,ram = <0x01>; }; ddr_2@0x800000000ULL { compatible = "qemu:memory-region-spec"; - container = <0xba>; - qemu,ram = <0x01>; reg = <0x08 0x00 0x08 0x00 0x00>; + container = <0xba>; phandle = <0x16e>; + qemu,ram = <0x01>; }; mdio { + compatible = "mdio"; #address-cells = <0x01>; #size-cells = <0x00>; #priority-cells = <0x00>; - compatible = "mdio"; phandle = <0x18>; phy@1 { compatible = "dp83867"; - device_type = "ethernet-phy"; reg = <0x01>; + device_type = "ethernet-phy"; phandle = <0x16f>; }; }; @@ -4696,72 +4696,72 @@ Cannot continue.Try installing libgcrypt."; }; tbu7_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x48>; }; tbu8_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x49>; }; tbu9_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x4a>; }; tbu10_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x4b>; }; tbu11_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x4c>; }; tbu12_slave@0 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0x4d>; }; mr_rpu_gic_a@0 { + compatible = "simple-bus"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; phandle = <0xa8>; rpu_gic_a@0x0 { + compatible = "arm-gicv3"; + reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; #address-cells = <0x00>; #size-cells = <0x00>; #interrupt-cells = <0x03>; - compatible = "arm-gicv3"; - reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; interrupt-controller; interrupts-extended = <0x29 0x00 0x2b 0x00 0x29 0x01 0x2b 0x01 0x29 0x02 0x2b 0x02 0x29 0x03 0x2b 0x03 0x02 0x01 0x09 0x104 @@ -4777,18 +4777,18 @@ Cannot continue.Try installing libgcrypt."; }; mr_rpu_gic_b@0 { + compatible = "simple-bus"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; phandle = <0xbd>; rpu_gic_b@0x0 { + compatible = "arm-gicv3"; + reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; #address-cells = <0x00>; #size-cells = <0x00>; #interrupt-cells = <0x03>; - compatible = "arm-gicv3"; - reg = <0x00 0x00 0x00 0x10000 0x00 0x00 0x100000 0x00 0x40000 0x00>; interrupt-controller; interrupts-extended = <0x2d 0x00 0x2f 0x00 0x2d 0x01 0x2f 0x01 0x2d 0x02 0x2f 0x02 0x2d 0x03 0x2f 0x03 0x03 0x01 0x09 0x104 @@ -4804,246 +4804,246 @@ Cannot continue.Try installing libgcrypt."; }; tcm_core@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0xa7>; atcm_rpu_core0@0x00000 { compatible = "qemu:memory-region"; - container = <0xa7>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0xa7>; phandle = <0x171>; + qemu,ram = <0x01>; }; btcm_rpu_core0@0x00000 { compatible = "qemu:memory-region"; - container = <0xa7>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0xa7>; phandle = <0x172>; + qemu,ram = <0x01>; }; ctcm_rpu_core0@0x00000 { compatible = "qemu:memory-region"; - container = <0xa7>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0xa7>; phandle = <0x173>; + qemu,ram = <0x01>; }; }; tcm_core@1 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0xa9>; atcm_rpu_core1@0x00000 { compatible = "qemu:memory-region"; - container = <0xa9>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0xa9>; phandle = <0x174>; + qemu,ram = <0x01>; }; btcm_rpu_core1@0x00000 { compatible = "qemu:memory-region"; - container = <0xa9>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0xa9>; phandle = <0x175>; + qemu,ram = <0x01>; }; ctcm_rpu_core1@0x00000 { compatible = "qemu:memory-region"; - container = <0xa9>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0xa9>; phandle = <0x176>; + qemu,ram = <0x01>; }; }; tcm_core@2 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0xbb>; atcm_rpu_core2@0x00000 { compatible = "qemu:memory-region"; - container = <0xbb>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0xbb>; phandle = <0x177>; + qemu,ram = <0x01>; }; btcm_rpu_core2@0x00000 { compatible = "qemu:memory-region"; - container = <0xbb>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0xbb>; phandle = <0x178>; + qemu,ram = <0x01>; }; ctcm_rpu_core2@0x00000 { compatible = "qemu:memory-region"; - container = <0xbb>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0xbb>; phandle = <0x179>; + qemu,ram = <0x01>; }; }; tcm_core@3 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0xbc>; atcm_rpu_core3@0x00000 { compatible = "qemu:memory-region"; - container = <0xbc>; - qemu,ram = <0x01>; reg = <0x00 0x00 0x00 0x10000 0x00>; + container = <0xbc>; phandle = <0x17a>; + qemu,ram = <0x01>; }; btcm_rpu_core3@0x00000 { compatible = "qemu:memory-region"; - container = <0xbc>; - qemu,ram = <0x01>; reg = <0x00 0x10000 0x00 0x10000 0x00>; + container = <0xbc>; phandle = <0x17b>; + qemu,ram = <0x01>; }; ctcm_rpu_core3@0x00000 { compatible = "qemu:memory-region"; - container = <0xbc>; - qemu,ram = <0x01>; reg = <0x00 0x20000 0x00 0x10000 0x00>; + container = <0xbc>; phandle = <0x17c>; + qemu,ram = <0x01>; }; }; tcm_cluster_a@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x0f>; tcm_core_0 { compatible = "qemu:memory-region"; - alias = <0xa7>; reg = <0x00 0x00 0x00 0x40000 0x00>; + alias = <0xa7>; }; tcm_core_1 { compatible = "qemu:memory-region"; - alias = <0xa9>; reg = <0x00 0x40000 0x00 0x40000 0x00>; + alias = <0xa9>; }; }; tcm_cluster_b@0 { + compatible = "qemu:memory-region"; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "qemu:memory-region"; phandle = <0x10>; tcm_core_0 { compatible = "qemu:memory-region"; - alias = <0xbb>; reg = <0x00 0x00 0x00 0x40000 0x00>; + alias = <0xbb>; }; tcm_core_1 { compatible = "qemu:memory-region"; - alias = <0xbc>; reg = <0x00 0x40000 0x00 0x40000 0x00>; + alias = <0xbc>; }; }; amba_r5@2 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xb2>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0xbb>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0xbb>; }; downstream_gic1 { compatible = "qemu:memory-region"; - alias = <0xbd>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0xbd>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xa6>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xa6>; }; }; amba_r5@3 { + compatible = "simple-bus"; + ranges; #address-cells = <0x02>; #size-cells = <0x02>; #priority-cells = <0x01>; - compatible = "simple-bus"; - ranges; phandle = <0xb5>; downstream_tcm { compatible = "qemu:memory-region"; - alias = <0xbc>; reg = <0x00 0x00 0x00 0x400000 0x01>; + alias = <0xbc>; }; downstream_gic1 { compatible = "qemu:memory-region"; - alias = <0xbd>; reg = <0x00 0xe2000000 0x00 0x140000 0x01>; + alias = <0xbd>; }; downstream_amba { compatible = "qemu:memory-region"; - alias = <0xa6>; reg = <0x00 0x00 0xffffffff 0xffffffff 0x00>; + alias = <0xa6>; }; }; rpu2_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x208>; phandle = <0xb3>; }; rpu3_s_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x01>; requester-id = <0x20c>; phandle = <0xb6>; }; usb1_ma { - doc-ignore = <0x01>; compatible = "qemu:memory-transaction-attr"; + doc-ignore = <0x01>; secure = <0x00>; requester-id = <0x232>; phandle = <0x30>; diff --git a/boards/amd/versalnet_apu/versalnet_apu.dts b/boards/amd/versalnet_apu/versalnet_apu.dts index 9037ae133d538..eba3d110b3d7c 100644 --- a/boards/amd/versalnet_apu/versalnet_apu.dts +++ b/boards/amd/versalnet_apu/versalnet_apu.dts @@ -27,13 +27,13 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <100000000>; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <100000000>; + status = "okay"; }; diff --git a/boards/amd/versalnet_rpu/versalnet_rpu.dts b/boards/amd/versalnet_rpu/versalnet_rpu.dts index bb4f708d1281e..7c75a66070bc4 100644 --- a/boards/amd/versalnet_rpu/versalnet_rpu.dts +++ b/boards/amd/versalnet_rpu/versalnet_rpu.dts @@ -38,24 +38,24 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <100000000>; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <100000000>; + status = "okay"; }; &sdhci0 { - status = "okay"; power-delay-ms = <10>; clocks = <&sdhci_ref_clk>; + status = "okay"; }; &sdhci1 { - status = "okay"; clocks = <&sdhci_ref_clk>; + status = "okay"; }; From d9632424ac9c046daf0beb2446a02c30d8b49781 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:31 +0200 Subject: [PATCH 013/142] devicetree: format files in boards/andestech Applying dts-linter results for format files in boards/andestech Signed-off-by: Kyle Micallef Bonnici --- boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350.dts | 2 +- .../andestech/adp_xc7k_ae350/adp_xc7k_ae350_clic.dts | 2 +- .../adp_xc7k_ae350/adp_xc7k_ae350_common.dtsi | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350.dts b/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350.dts index c05eea810c36f..85b365f69f51a 100644 --- a/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350.dts +++ b/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350.dts @@ -11,8 +11,8 @@ #include / { - model = "Andes ADP-XC7K AE350"; compatible = "andestech,adp_xc7k_ae350"; + model = "Andes ADP-XC7K AE350"; }; &mbox { diff --git a/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350_clic.dts b/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350_clic.dts index f1ea692f4c27a..3275b068c08f0 100644 --- a/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350_clic.dts +++ b/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350_clic.dts @@ -11,6 +11,6 @@ #include / { - model = "Andes ADP-XC7K AE350 CLIC"; compatible = "andestech,adp_xc7k_ae350-clic"; + model = "Andes ADP-XC7K AE350 CLIC"; }; diff --git a/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350_common.dtsi b/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350_common.dtsi index bf2bf3721d924..7d94afe33d93f 100644 --- a/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350_common.dtsi +++ b/boards/andestech/adp_xc7k_ae350/adp_xc7k_ae350_common.dtsi @@ -165,9 +165,9 @@ }; &uart1 { - status = "okay"; clock-frequency = <20000000>; current-speed = <115200>; + status = "okay"; }; &gpio0 { @@ -183,14 +183,14 @@ mx25u16: qspi-nor-flash@0 { compatible = "jedec,spi-nor", "andestech,qspi-nor"; + reg = <0>; size = <16777216>; spi-max-frequency = <10000000>; jedec-id = [c2 25 35]; - status = "okay"; - reg = <0>; sfdp-bfp = [e5 20 f1 ff ff ff ff 00 44 eb 08 6b 08 3b 04 bb fe ff ff ff ff ff 00 ff ff ff 44 eb 0c 20 0f 52 10 d8 00 ff]; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -198,8 +198,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_K(1024)>; + label = "storage"; }; }; }; @@ -211,17 +211,17 @@ eeprom: eeprom@50 { compatible = "atmel,at24"; reg = <0x50>; - status = "okay"; size = <16384>; pagesize = <64>; address-width = <16>; timeout = <5>; + status = "okay"; }; }; &spi1 { - status = "okay"; cs-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; + status = "okay"; }; &wdt { From 0fb8a019bc21074899f0d61455260740aa603d4b Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:31 +0200 Subject: [PATCH 014/142] devicetree: format files in boards/antmicro Applying dts-linter results for format files in boards/antmicro Signed-off-by: Kyle Micallef Bonnici --- .../myra_sip_baseboard/myra_sip_baseboard.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/antmicro/myra_sip_baseboard/myra_sip_baseboard.dts b/boards/antmicro/myra_sip_baseboard/myra_sip_baseboard.dts index 4dfd6be25f413..d4b98047fa758 100644 --- a/boards/antmicro/myra_sip_baseboard/myra_sip_baseboard.dts +++ b/boards/antmicro/myra_sip_baseboard/myra_sip_baseboard.dts @@ -116,8 +116,8 @@ sht4x@44 { compatible = "sensirion,sht4x"; - repeatability = <2>; reg = <0x44>; + repeatability = <2>; }; }; @@ -125,9 +125,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa5>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -150,24 +150,24 @@ stm32_lp_tick_source: &lptim1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(34)>; + label = "mcuboot"; }; slot0_partition: partition@8800 { - label = "image-0"; reg = <0x00008800 DT_SIZE_K(240)>; + label = "image-0"; }; slot1_partition: partition@44800 { - label = "image-1"; reg = <0x00044800 DT_SIZE_K(234)>; + label = "image-1"; }; /* Set 4Kb of storage at the end of the 512Kb of flash */ storage_partition: partition@7f000 { - label = "storage"; reg = <0x0007f000 DT_SIZE_K(4)>; + label = "storage"; }; }; }; @@ -215,11 +215,11 @@ stm32_lp_tick_source: &lptim1 { }; &timers6 { - status = "okay"; st,prescaler = <1>; + status = "okay"; }; &timers7 { - status = "okay"; st,prescaler = <1>; + status = "okay"; }; From 414c37f64a95d8c8abc6c62d847e143a597af78a Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:32 +0200 Subject: [PATCH 015/142] devicetree: format files in boards/arduino Applying dts-linter results for format files in boards/arduino Signed-off-by: Kyle Micallef Bonnici --- boards/arduino/due/arduino_due.dts | 15 +++---- boards/arduino/giga_r1/arduino_giga_r1.dtsi | 2 +- .../arduino_giga_r1_stm32h747xx_m4.dts | 4 +- .../arduino_giga_r1_stm32h747xx_m7.dts | 41 +++++++++---------- boards/arduino/mkrzero/arduino_mkrzero.dts | 27 ++++++------ .../arduino_nano_33_ble-common.dtsi | 22 +++++----- .../nano_33_ble/arduino_nano_33_ble.dts | 2 +- .../arduino_nano_33_ble_nrf52840_sense.dts | 10 ++--- .../nano_33_iot/arduino_nano_33_iot.dts | 26 ++++++------ .../nano_matter/arduino_nano_matter.dts | 2 +- .../nicla_sense_me/arduino_nicla_sense_me.dts | 26 ++++++------ .../nicla_vision/arduino_nicla_vision.dtsi | 2 +- .../arduino_nicla_vision_stm32h747xx_m4.dts | 4 +- .../arduino_nicla_vision_stm32h747xx_m7.dts | 36 ++++++++-------- boards/arduino/opta/arduino_opta-common.dtsi | 12 +++--- ...uino_opta-external-flash-partitioning.dtsi | 8 ++-- .../opta/arduino_opta_stm32h747xx_m4.dts | 6 +-- .../opta/arduino_opta_stm32h747xx_m7.dts | 12 +++--- .../portenta_c33/arduino_portenta_c33.dts | 26 ++++++------ .../arduino_portenta_h7-common.dtsi | 12 +++--- .../arduino_portenta_h7_stm32h747xx_m4.dts | 6 +-- .../arduino_portenta_h7_stm32h747xx_m7.dts | 20 ++++----- boards/arduino/uno_r4/arduino_uno_r4.dts | 12 +++--- boards/arduino/zero/arduino_zero.dts | 21 ++++------ 24 files changed, 171 insertions(+), 183 deletions(-) diff --git a/boards/arduino/due/arduino_due.dts b/boards/arduino/due/arduino_due.dts index db79bfabce9a8..a55e0266e7d95 100644 --- a/boards/arduino/due/arduino_due.dts +++ b/boards/arduino/due/arduino_due.dts @@ -7,8 +7,8 @@ #include "arduino_r3_connector.dtsi" / { - model = "Arduino Due with an Atmel SAM3X8E SoC"; compatible = "arduino,due", "atmel,sam3x8e", "atmel,sam3x"; + model = "Arduino Due with an Atmel SAM3X8E SoC"; aliases { uart-0 = &uart; @@ -45,39 +45,36 @@ }; &twi0 { - status = "okay"; - pinctrl-0 = <&twi0_default>; pinctrl-names = "default"; + status = "okay"; }; &twi1 { - status = "okay"; - pinctrl-0 = <&twi1_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&pioa 28 GPIO_ACTIVE_LOW>; + status = "okay"; }; &uart { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart_default>; pinctrl-names = "default"; + status = "okay"; }; &pwm0 { - status = "okay"; - pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; arduino_i2c: &twi1 {}; diff --git a/boards/arduino/giga_r1/arduino_giga_r1.dtsi b/boards/arduino/giga_r1/arduino_giga_r1.dtsi index 37dcb5f1b3981..ebd5573639ce6 100644 --- a/boards/arduino/giga_r1/arduino_giga_r1.dtsi +++ b/boards/arduino/giga_r1/arduino_giga_r1.dtsi @@ -67,9 +67,9 @@ sdhc: &sdmmc1 { status = "okay"; wifi: airoc-wifi { - status = "okay"; compatible = "infineon,airoc-wifi"; wifi-reg-on-gpios = <&gpiob 10 GPIO_ACTIVE_HIGH>; wifi-host-wake-gpios = <&gpioi 8 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m4.dts b/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m4.dts index abce453529e33..fa96c10460dbc 100644 --- a/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m4.dts +++ b/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m4.dts @@ -10,8 +10,8 @@ #include "arduino_giga_r1.dtsi" / { - model = "Arduino GIGA R1 WiFi Board (M4)"; compatible = "arduino,giga-r1"; + model = "Arduino GIGA R1 WiFi Board (M4)"; chosen { zephyr,console = &usart2; @@ -30,8 +30,8 @@ }; &usart2 { - status = "okay"; pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m7.dts b/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m7.dts index 9acf11bb2401e..1c5781186fc32 100644 --- a/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m7.dts +++ b/boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m7.dts @@ -11,8 +11,8 @@ #include "arduino_giga_r1.dtsi" / { - model = "Arduino GIGA R1 WiFi Board (M7)"; compatible = "arduino,giga-r1"; + model = "Arduino GIGA R1 WiFi Board (M7)"; chosen { zephyr,console = &usart1; @@ -27,8 +27,8 @@ sdram1: sdram@c0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xc0000000 DT_SIZE_M(8)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; zephyr,memory-attr = ; }; @@ -41,8 +41,8 @@ }; &clk_hse { - status = "okay"; clock-frequency = ; + status = "okay"; }; &clk_lse { @@ -69,24 +69,24 @@ }; &usart1 { - status = "okay"; pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pb7>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &usart6 { - status = "disabled"; pinctrl-0 = <&usart6_tx_pg14 &usart6_rx_pc7>; pinctrl-names = "default"; current-speed = <115200>; + status = "disabled"; }; &uart4 { - status = "disabled"; pinctrl-0 = <&uart4_tx_ph13 &uart4_rx_pi9>; pinctrl-names = "default"; current-speed = <115200>; + status = "disabled"; }; &uart7 { @@ -94,8 +94,8 @@ &uart7_cts_pf9 &uart7_rts_pf8>; pinctrl-names = "default"; current-speed = <115200>; - status = "okay"; hw-flow-control; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; @@ -112,39 +112,39 @@ }; &i2c4 { - status = "okay"; pinctrl-0 = <&i2c4_scl_pb6 &i2c4_sda_ph12>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c1 { - status = "disabled"; pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; clock-frequency = ; + status = "disabled"; }; &i2c2 { - status = "disabled"; pinctrl-0 = <&i2c2_scl_ph4 &i2c2_sda_pb11>; pinctrl-names = "default"; clock-frequency = ; + status = "disabled"; }; &spi5 { - status = "okay"; pinctrl-0 = <&spi5_nss_pk1 &spi5_sck_ph6 &spi5_miso_pj11 &spi5_mosi_pj10>; pinctrl-names = "default"; + status = "okay"; }; &fdcan2 { - status = "okay"; pinctrl-0 = <&fdcan2_tx_pb13 &fdcan2_rx_pb5>; pinctrl-names = "default"; clocks = <&rcc STM32_CLOCK(APB1_2, 8)>, <&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>; + status = "okay"; }; &flash0 { @@ -154,14 +154,14 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "bootloader"; reg = <0x0 0x40000>; + label = "bootloader"; read-only; }; slot0_partition: partition@40000 { - label = "image-0"; reg = <0x40000 0x000c0000>; + label = "image-0"; }; }; }; @@ -187,13 +187,13 @@ #size-cells = <1>; slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 DT_SIZE_M(1)>; + label = "image-1"; }; storage_partition: partition@100000 { - label = "storage"; reg = <0x00100000 DT_SIZE_M(15)>; + label = "storage"; }; }; }; @@ -204,13 +204,12 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4 &dac1_out2_pa5>; pinctrl-names = "default"; + status = "okay"; }; &fmc { - status = "okay"; pinctrl-0 = <&fmc_nbl0_pe0 &fmc_nbl1_pe1 &fmc_sdclk_pg8 &fmc_sdnwe_ph5 &fmc_sdcke0_ph2 &fmc_sdne0_ph3 &fmc_sdnras_pf11 &fmc_sdncas_pg15 @@ -223,14 +222,14 @@ &fmc_d8_pe11 &fmc_d9_pe12 &fmc_d10_pe13 &fmc_d11_pe14 &fmc_d12_pe15 &fmc_d13_pd8 &fmc_d14_pd9 &fmc_d15_pd10>; pinctrl-names = "default"; + status = "okay"; sdram { - status = "okay"; - power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x220>; refresh-rate = <603>; + status = "okay"; bank@0 { reg = <0>; @@ -248,9 +247,9 @@ }; zephyr_udc0: &usbotg_fs { - status = "okay"; pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12>; pinctrl-names = "default"; + status = "okay"; }; /* alias used by display shields */ diff --git a/boards/arduino/mkrzero/arduino_mkrzero.dts b/boards/arduino/mkrzero/arduino_mkrzero.dts index 3fbf38268d791..828aab675c2b9 100644 --- a/boards/arduino/mkrzero/arduino_mkrzero.dts +++ b/boards/arduino/mkrzero/arduino_mkrzero.dts @@ -11,8 +11,8 @@ #include "arduino_mkr_connector.dtsi" / { - model = "Arduino MKR Zero"; compatible = "arduino,mkrzero"; + model = "Arduino MKR Zero"; chosen { zephyr,console = &sercom5; @@ -42,7 +42,6 @@ }; zephyr_i2c: &sercom0 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -50,6 +49,7 @@ zephyr_i2c: &sercom0 { pinctrl-0 = <&sercom0_i2c_default>; pinctrl-names = "default"; + status = "okay"; atecc508a@c0 { compatible = "atmel,atecc508"; @@ -58,7 +58,6 @@ zephyr_i2c: &sercom0 { }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <3>; dopo = <0>; @@ -67,10 +66,10 @@ zephyr_i2c: &sercom0 { pinctrl-0 = <&sercom1_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <3>; dopo = <0>; @@ -81,12 +80,13 @@ zephyr_i2c: &sercom0 { pinctrl-names = "default"; cs-gpios = <&porta 14 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; - status = "okay"; spi-max-frequency = <1000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -97,7 +97,6 @@ zephyr_i2c: &sercom0 { }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -105,20 +104,19 @@ zephyr_i2c: &sercom0 { pinctrl-0 = <&sercom5_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &adc { - status = "okay"; - pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { - status = "okay"; - pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -128,14 +126,14 @@ zephyr_i2c: &sercom0 { #size-cells = <1>; boot_partition: partition@0 { - label = "bootloader"; reg = <0x00000000 0x2000>; + label = "bootloader"; read-only; }; code_partition: partition@2000 { - label = "code"; reg = <0x2000 0x3A000>; + label = "code"; read-only; }; @@ -145,15 +143,14 @@ zephyr_i2c: &sercom0 { * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 0x00004000>; + label = "storage"; }; }; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/arduino/nano_33_ble/arduino_nano_33_ble-common.dtsi b/boards/arduino/nano_33_ble/arduino_nano_33_ble-common.dtsi index a57be38c429d8..0cb7bdc18af41 100644 --- a/boards/arduino/nano_33_ble/arduino_nano_33_ble-common.dtsi +++ b/boards/arduino/nano_33_ble/arduino_nano_33_ble-common.dtsi @@ -123,14 +123,14 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "sam-ba"; reg = <0x00000000 0x00010000>; + label = "sam-ba"; read-only; }; code_partition: partition@10000 { - label = "code"; reg = <0x00010000 0x000e8000>; + label = "code"; read-only; }; @@ -142,8 +142,8 @@ * if enabled. */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; @@ -155,26 +155,26 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lsm9ds1: lsm9ds1@6b { compatible = "st,lsm9ds1"; @@ -190,10 +190,10 @@ arduino_i2c: &i2c0 { /* SPI2 is used because SPI1/0 shares conflicts with I2C1/0 */ arduino_spi: &spi2 { compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uicr { @@ -213,25 +213,25 @@ arduino_spi: &spi2 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm1 { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-1 = <&pwm1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm2 { - /* Cannot be used together with spi2 because of conflict on P0.13. */ - status = "disabled"; pinctrl-0 = <&pwm2_default>; pinctrl-1 = <&pwm2_sleep>; pinctrl-names = "default", "sleep"; + /* Cannot be used together with spi2 because of conflict on P0.13. */ + status = "disabled"; }; zephyr_udc0: &usbd { diff --git a/boards/arduino/nano_33_ble/arduino_nano_33_ble.dts b/boards/arduino/nano_33_ble/arduino_nano_33_ble.dts index 03963cfe00947..2777e2beb8358 100644 --- a/boards/arduino/nano_33_ble/arduino_nano_33_ble.dts +++ b/boards/arduino/nano_33_ble/arduino_nano_33_ble.dts @@ -10,6 +10,6 @@ #include "arduino_nano_connector.dtsi" / { - model = "Arduino Nano 33 BLE"; compatible = "arduino,arduino_nano_33_ble"; + model = "Arduino Nano 33 BLE"; }; diff --git a/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.dts b/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.dts index 1593360220dff..907f5b2b0b25b 100644 --- a/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.dts +++ b/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.dts @@ -10,8 +10,8 @@ #include "arduino_nano_connector.dtsi" / { - model = "Arduino Nano 33 BLE Sense"; compatible = "arduino,arduino_nano_33_ble_sense"; + model = "Arduino Nano 33 BLE Sense"; mic_pwr: mic_pwr { compatible = "regulator-fixed"; @@ -24,28 +24,28 @@ &i2c1 { hts221: hts221@5f { compatible = "st,hts221"; - status = "okay"; reg = <0x5f>; + status = "okay"; }; lps22hb: lps22hb-press@5c { compatible = "st,lps22hb-press"; - status = "okay"; reg = <0x5c>; + status = "okay"; }; apds9960: apds9960@39 { compatible = "avago,apds9960"; - status = "okay"; reg = <0x39>; int-gpios = <&gpio0 19 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; }; dmic_dev: &pdm0 { - status = "okay"; pinctrl-0 = <&pdm0_default>; pinctrl-1 = <&pdm0_sleep>; pinctrl-names = "default", "sleep"; clock-source = "PCLK32M_HFXO"; + status = "okay"; }; diff --git a/boards/arduino/nano_33_iot/arduino_nano_33_iot.dts b/boards/arduino/nano_33_iot/arduino_nano_33_iot.dts index fed0ec2dd2b85..075afb8a21b86 100644 --- a/boards/arduino/nano_33_iot/arduino_nano_33_iot.dts +++ b/boards/arduino/nano_33_iot/arduino_nano_33_iot.dts @@ -11,8 +11,8 @@ #include "arduino_nano_connector.dtsi" / { - model = "Arduino Nano 33 IOT"; compatible = "arduino,nano-33-iot"; + model = "Arduino Nano 33 IOT"; chosen { zephyr,console = &sercom5; @@ -50,14 +50,12 @@ }; &adc { - status = "okay"; - pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <1>; @@ -66,10 +64,10 @@ pinctrl-0 = <&sercom1_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <1>; dopo = <3>; @@ -80,6 +78,7 @@ pinctrl-names = "default"; cs-gpios = <&porta 14 GPIO_ACTIVE_LOW>; + status = "okay"; nina_w102@0 { compatible = "u-blox,nina"; @@ -92,7 +91,6 @@ }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -100,6 +98,7 @@ pinctrl-0 = <&sercom3_uart_default>; pinctrl-names = "default"; + status = "okay"; nina_prog { compatible = "espressif,esp-at"; @@ -108,7 +107,6 @@ }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -116,6 +114,7 @@ pinctrl-0 = <&sercom4_i2c_default>; pinctrl-names = "default"; + status = "okay"; lsm6ds3@6a { compatible = "st,lsm6ds3"; @@ -129,7 +128,6 @@ }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -137,16 +135,17 @@ pinctrl-0 = <&sercom5_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &tcc2 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; prescaler = <1024>; #pwm-cells = <2>; pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -156,14 +155,14 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "uf2"; reg = <0x00000000 0x2000>; + label = "uf2"; read-only; }; code_partition: partition@2000 { - label = "code"; reg = <0x2000 0x3A000>; + label = "code"; read-only; }; @@ -173,15 +172,14 @@ * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 0x00004000>; + label = "storage"; }; }; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/arduino/nano_matter/arduino_nano_matter.dts b/boards/arduino/nano_matter/arduino_nano_matter.dts index edfc833c1640f..41f78d3bcf879 100644 --- a/boards/arduino/nano_matter/arduino_nano_matter.dts +++ b/boards/arduino/nano_matter/arduino_nano_matter.dts @@ -13,8 +13,8 @@ #include "arduino_nano_matter_connector.dtsi" / { - model = "Arduino Nano Matter"; compatible = "arduino,arduino_nano_matter", "silabs,mgm240sd22vna"; + model = "Arduino Nano Matter"; chosen { zephyr,bt-hci = &bt_hci_silabs; diff --git a/boards/arduino/nicla_sense_me/arduino_nicla_sense_me.dts b/boards/arduino/nicla_sense_me/arduino_nicla_sense_me.dts index 6c53fa7a8151c..a61339d38194c 100644 --- a/boards/arduino/nicla_sense_me/arduino_nicla_sense_me.dts +++ b/boards/arduino/nicla_sense_me/arduino_nicla_sense_me.dts @@ -11,8 +11,8 @@ #include / { - model = "Arduino Nicla Sense ME"; compatible = "arduino,arduino_nicla_sense_me"; + model = "Arduino Nicla Sense ME"; gpio_keys { compatible = "gpio-keys"; @@ -20,8 +20,8 @@ user_button: button { label = "user button"; gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; - status = "okay"; zephyr,code = ; + status = "okay"; }; }; @@ -60,20 +60,20 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* I2C0 in datasheet */ &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; is31fl3194@53 { compatible = "issi,is31fl3194"; @@ -92,11 +92,11 @@ /* I2C1 in datasheet */ zephyr_i2c: &i2c1 { compatible = "nordic,nrf-twim"; - /* Cannot be used together with spi1. */ - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + /* Cannot be used together with spi1. */ + status = "okay"; }; /* SPI1 in datasheet */ @@ -112,11 +112,11 @@ zephyr_i2c: &i2c1 { /* SPI0 in datasheet */ &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>; + status = "okay"; mx25r1635f: mx25r1635f@0 { compatible = "jedec,spi-nor"; @@ -134,8 +134,8 @@ zephyr_i2c: &i2c1 { #size-cells = <1>; logging_partition: partition@0 { - label = "logging"; reg = <0x00000000 DT_SIZE_M(16)>; + label = "logging"; }; }; }; @@ -148,29 +148,29 @@ zephyr_i2c: &i2c1 { #size-cells = <1>; boot_partition: partition@0 { - label = "sam-ba"; reg = <0x00000000 0x00010000>; + label = "sam-ba"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 0x30000>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 0x30000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/arduino/nicla_vision/arduino_nicla_vision.dtsi b/boards/arduino/nicla_vision/arduino_nicla_vision.dtsi index a37fb273b1816..2a9db5499604b 100644 --- a/boards/arduino/nicla_vision/arduino_nicla_vision.dtsi +++ b/boards/arduino/nicla_vision/arduino_nicla_vision.dtsi @@ -55,9 +55,9 @@ sdhc: &sdmmc2 { status = "okay"; wifi: airoc-wifi { - status = "okay"; compatible = "infineon,airoc-wifi"; wifi-reg-on-gpios = <&gpiog 4 GPIO_ACTIVE_HIGH>; wifi-host-wake-gpios = <&gpiod 15 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m4.dts b/boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m4.dts index f8d97508d8358..937c12a09240d 100644 --- a/boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m4.dts +++ b/boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m4.dts @@ -10,8 +10,8 @@ #include "arduino_nicla_vision.dtsi" / { - model = "Arduino Nicla Vision Board (M4)"; compatible = "arduino,nicla-vision"; + model = "Arduino Nicla Vision Board (M4)"; chosen { zephyr,console = &uart4; @@ -30,8 +30,8 @@ }; &uart4 { - status = "okay"; pinctrl-0 = <&uart4_tx_pb9 &uart4_rx_pb8>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m7.dts b/boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m7.dts index aa50fa01cacb8..3f951a24a2927 100644 --- a/boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m7.dts +++ b/boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m7.dts @@ -11,8 +11,8 @@ #include "arduino_nicla_vision.dtsi" / { - model = "Arduino Nicla Vision Board (M7)"; compatible = "arduino,nicla-vision"; + model = "Arduino Nicla Vision Board (M7)"; chosen { zephyr,console = &lpuart1; @@ -37,9 +37,9 @@ }; &clk_hse { - status = "okay"; hse-bypass; clock-frequency = ; + status = "okay"; }; &clk_lse { @@ -67,10 +67,10 @@ }; &lpuart1 { - status = "okay"; pinctrl-0 = <&lpuart1_tx_pa9 &lpuart1_rx_pa10>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &usart1 { @@ -78,8 +78,8 @@ &usart1_rts_pa12 &usart1_cts_pa11>; pinctrl-names = "default"; current-speed = <115200>; - status = "okay"; hw-flow-control; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; @@ -96,46 +96,46 @@ }; zephyr_i2c: &i2c1 { - status = "disabled"; pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; clock-frequency = ; + status = "disabled"; }; &i2c2 { - status = "okay"; pinctrl-0 = <&i2c2_scl_pf1 &i2c2_sda_pf0>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; vl53l1x: vl53l1x@29 { compatible = "st,vl53l1x"; reg = <0x29>; - status = "okay"; xshut-gpios = <&gpiog 10 GPIO_ACTIVE_HIGH>; int-gpios = <&gpiod 8 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; &spi4 { - status = "okay"; pinctrl-0 = <&spi4_nss_pe11 &spi4_sck_pe12 &spi4_miso_pe13 &spi4_mosi_pe14>; pinctrl-names = "default"; + status = "okay"; }; &spi5 { - status = "okay"; pinctrl-0 = <&spi5_nss_pf6 &spi5_sck_pf7 &spi5_miso_pf8 &spi5_mosi_pf11>; pinctrl-names = "default"; + status = "okay"; lsm6dso: lsm6dso@0 { compatible = "st,lsm6dso"; - status = "okay"; reg = <0x0>; irq-gpios = <&gpioa 1 GPIO_ACTIVE_LOW>; spi-max-frequency = <4000000>; + status = "okay"; }; }; @@ -146,14 +146,14 @@ zephyr_i2c: &i2c1 { #size-cells = <1>; boot_partition: partition@0 { - label = "bootloader"; reg = <0x0 0x40000>; + label = "bootloader"; read-only; }; slot0_partition: partition@40000 { - label = "image-0"; reg = <0x40000 0x000c0000>; + label = "image-0"; }; }; }; @@ -179,13 +179,13 @@ zephyr_i2c: &i2c1 { #size-cells = <1>; slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 DT_SIZE_M(1)>; + label = "image-1"; }; storage_partition: partition@100000 { - label = "storage"; reg = <0x00100000 DT_SIZE_M(15)>; + label = "storage"; }; }; }; @@ -215,10 +215,10 @@ zephyr_udc0: &usbotg_hs { }; &i2c3 { - status = "okay"; pinctrl-0 = <&i2c3_scl_pa8 &i2c3_sda_pc9>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; gc2145: gc2145@3c { compatible = "galaxycore,gc2145"; @@ -256,24 +256,24 @@ zephyr_udc0: &usbotg_hs { * GC2145 sensor, so we need to configure the PWM generator... */ &timers3 { - status = "okay"; st,prescaler = <0>; + status = "okay"; cam_clock_pwm: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch2_pa7>; pinctrl-names = "default"; + status = "okay"; }; }; &cam_clock_pwm { /* ...then use the pwmclock node to start the clock generation */ pwmclock: pwmclock { - status = "okay"; compatible = "pwm-clock"; clock-frequency = <0>; #clock-cells = <1>; pwms = <&cam_clock_pwm 2 PWM_HZ(10000000) PWM_POLARITY_NORMAL>; + status = "okay"; }; }; diff --git a/boards/arduino/opta/arduino_opta-common.dtsi b/boards/arduino/opta/arduino_opta-common.dtsi index ddaa555b446a3..4ba5fc40ded23 100644 --- a/boards/arduino/opta/arduino_opta-common.dtsi +++ b/boards/arduino/opta/arduino_opta-common.dtsi @@ -117,12 +117,12 @@ &adc1 { pinctrl-0 = <&adc1_inp0_pa0_c &adc1_inp6_pf12>; pinctrl-names = "default"; - st,adc-clock-source = "SYNC"; - st,adc-prescaler = <4>; vref-mv = <10000>; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "SYNC"; + st,adc-prescaler = <4>; a0: channel@0 { reg = <0>; @@ -144,12 +144,12 @@ &adc2 { pinctrl-0 = <&adc2_inp9_pb0>; pinctrl-names = "default"; - st,adc-clock-source = "SYNC"; - st,adc-prescaler = <4>; vref-mv = <10000>; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "SYNC"; + st,adc-prescaler = <4>; a3: channel@9 { reg = <9>; @@ -163,12 +163,12 @@ &adc3 { pinctrl-0 = <&adc3_inp6_pf10 &adc3_inp7_pf8 &adc3_inp8_pf6 &adc3_inp9_pf4 &adc3_inp0_pc2_c>; pinctrl-names = "default"; - st,adc-clock-source = "SYNC"; - st,adc-prescaler = <4>; vref-mv = <10000>; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "SYNC"; + st,adc-prescaler = <4>; a1: channel@0 { reg = <0>; diff --git a/boards/arduino/opta/arduino_opta-external-flash-partitioning.dtsi b/boards/arduino/opta/arduino_opta-external-flash-partitioning.dtsi index 6ca50f6472694..073dc2d4b6b3d 100644 --- a/boards/arduino/opta/arduino_opta-external-flash-partitioning.dtsi +++ b/boards/arduino/opta/arduino_opta-external-flash-partitioning.dtsi @@ -16,26 +16,26 @@ /* Partition 1: WiFi firmware and certificates 1MB - 4kB */ wlan_partition: partition@1000 { - label = "wlan"; reg = <0x001000 DT_SIZE_K(1020)>; + label = "wlan"; }; /* Partition 2: OTA 5MB */ ota_partition: partition@100000 { - label = "ota"; reg = <0x100000 DT_SIZE_M(5)>; + label = "ota"; }; /* Partition 3: Provisioning KVStore 1MB */ kvs_partition: partition@600000 { - label = "kvs"; reg = <0x600000 DT_SIZE_M(1)>; + label = "kvs"; }; /* Partition 4: User data / OPTA PLC runtime 7MB (littlefs) */ user_partition: partition@700000 { - label = "user"; reg = <0x00000 DT_SIZE_M(7)>; + label = "user"; }; }; }; diff --git a/boards/arduino/opta/arduino_opta_stm32h747xx_m4.dts b/boards/arduino/opta/arduino_opta_stm32h747xx_m4.dts index ea586872b63f8..18d7e9977a960 100644 --- a/boards/arduino/opta/arduino_opta_stm32h747xx_m4.dts +++ b/boards/arduino/opta/arduino_opta_stm32h747xx_m4.dts @@ -12,8 +12,8 @@ #include "arduino_opta-common.dtsi" / { - model = "Arduino OPTA M4 core Programmable Logic Controller"; compatible = "arduino,opta-m4"; + model = "Arduino OPTA M4 core Programmable Logic Controller"; chosen { zephyr,sram = &sram1; @@ -29,13 +29,13 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "unused"; reg = <0x00000000 DT_SIZE_K(512)>; + label = "unused"; }; slot1_partition: partition@80000 { - label = "image-0"; reg = <0x00080000 DT_SIZE_K(512)>; + label = "image-0"; }; }; }; diff --git a/boards/arduino/opta/arduino_opta_stm32h747xx_m7.dts b/boards/arduino/opta/arduino_opta_stm32h747xx_m7.dts index d21a2a759e0bb..8978ec43cb2fc 100644 --- a/boards/arduino/opta/arduino_opta_stm32h747xx_m7.dts +++ b/boards/arduino/opta/arduino_opta_stm32h747xx_m7.dts @@ -12,8 +12,8 @@ #include "arduino_opta-common.dtsi" / { - model = "Arduino OPTA M7 core Programmable Logic Controller"; compatible = "arduino,opta-m7"; + model = "Arduino OPTA M7 core Programmable Logic Controller"; chosen { zephyr,sram = &sram0; @@ -75,14 +75,14 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; boot_partition: partition@0 { - label = "mcu-boot"; reg = <0x00000000 DT_SIZE_K(256)>; + label = "mcu-boot"; read-only; }; slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_K(768)>; + label = "image-0"; }; }; }; @@ -177,14 +177,14 @@ zephyr_udc0: &usbotg_fs { /* WiFi firmware and TLS certificates: 1MB - 4K for MBR using LBA */ wlan_partition: partition@1000 { - label = "wlan"; reg = <0x001000 DT_SIZE_K(1020)>; + label = "wlan"; }; /* Arduino OTA partition: 13MB */ fs_partition: partition@100000 { - label = "fs"; reg = <0x100000 DT_SIZE_M(13)>; + label = "fs"; }; /* The final 2MB is used to keep a memory-mapped copy of the WiFi @@ -193,8 +193,8 @@ zephyr_udc0: &usbotg_fs { * specify a zero size in `reg` we just give the "correct" one. */ wifi_partition: partition@e00000 { - label = "4343WA1"; reg = <0xE00000 DT_SIZE_M(2)>; + label = "4343WA1"; }; }; }; diff --git a/boards/arduino/portenta_c33/arduino_portenta_c33.dts b/boards/arduino/portenta_c33/arduino_portenta_c33.dts index b4f535267e656..24bd14a12e3e3 100644 --- a/boards/arduino/portenta_c33/arduino_portenta_c33.dts +++ b/boards/arduino/portenta_c33/arduino_portenta_c33.dts @@ -14,8 +14,8 @@ #include "arduino_portenta_c33-pinctrl.dtsi" / { - model = "Arduino Portenta C33"; compatible = "renesas,ra6m5", "renesas,ra"; + model = "Arduino Portenta C33"; chosen { zephyr,sram = &sram0; @@ -77,8 +77,8 @@ uart8: uart { current-speed = <921600>; - status = "okay"; hw-flow-control; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; @@ -86,10 +86,10 @@ esp32 { compatible = "renesas,bt-hci-da1453x"; - status = "okay"; reset-gpios = <&ioport8 4 GPIO_ACTIVE_LOW>; reset-assert-duration-ms = <100>; boot-duration-ms = <2000>; + status = "okay"; }; }; }; @@ -132,7 +132,6 @@ }; &iic0 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <87 1>, <88 1>, <89 1>, <90 1>; @@ -140,10 +139,10 @@ clock-frequency = ; pinctrl-0 = <&iic0_default>; pinctrl-names = "default"; + status = "okay"; }; &iic1 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <91 1>, <92 1>, <93 1>, <94 1>; @@ -151,24 +150,25 @@ clock-frequency = ; pinctrl-0 = <&iic1_default>; pinctrl-names = "default"; + status = "okay"; }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; clock-frequency = ; cs-gpios = <&ioport1 3 GPIO_ACTIVE_LOW>, <&ioport1 4 GPIO_ACTIVE_LOW>; + status = "okay"; esp_hosted@1 { - status = "ok"; compatible = "espressif,esp-hosted"; reg = <0x1>; spi-max-frequency = ; reset-gpios = <&ioport8 4 GPIO_ACTIVE_HIGH>; handshake-gpios = <&ioport8 6 GPIO_ACTIVE_HIGH>; dataready-gpios = <&ioport8 3 GPIO_ACTIVE_HIGH>; + status = "ok"; }; }; @@ -258,9 +258,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &port_irq9 { @@ -288,14 +288,14 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; code_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 (DT_SIZE_M(2) - DT_SIZE_K(64))>; + label = "image-0"; }; }; }; @@ -307,8 +307,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; @@ -319,8 +319,8 @@ ð { local-mac-address = [74 90 50 B0 5D E9]; - status = "okay"; phy-handle = <&phy>; + status = "okay"; }; &mdio { @@ -343,11 +343,11 @@ status = "okay"; eth_clock: pwmclock { - status = "okay"; compatible = "pwm-clock"; clock-frequency = ; #clock-cells = <1>; pwms = <&pwm6 1 PWM_KHZ(25000) PWM_POLARITY_NORMAL>; + status = "okay"; }; }; diff --git a/boards/arduino/portenta_h7/arduino_portenta_h7-common.dtsi b/boards/arduino/portenta_h7/arduino_portenta_h7-common.dtsi index ec0dc98d9912d..90f65c54dea6d 100644 --- a/boards/arduino/portenta_h7/arduino_portenta_h7-common.dtsi +++ b/boards/arduino/portenta_h7/arduino_portenta_h7-common.dtsi @@ -130,7 +130,6 @@ zephyr_i2c: &i2c1 { }; &fmc { - status = "okay"; pinctrl-0 = <&fmc_d2_pd0 &fmc_d3_pd1 &fmc_d13_pd8 &fmc_d14_pd9 &fmc_d15_pd10 &fmc_d0_pd14 &fmc_d1_pd15 &fmc_nbl0_pe0 &fmc_nbl1_pe1 &fmc_d4_pe7 &fmc_d5_pe8 &fmc_d6_pe9 @@ -144,9 +143,9 @@ zephyr_i2c: &i2c1 { &fmc_sdnwe_ph5>; pinctrl-names = "default"; st,mem-swap = "disable"; + status = "okay"; sdram { - status = "okay"; mode-register = <0x220>; /** From Arduino github repository: @@ -158,6 +157,7 @@ zephyr_i2c: &i2c1 { */ refresh-rate = <683>; num-auto-refresh = <8>; + status = "okay"; bank@0 { reg = <0>; @@ -204,13 +204,13 @@ zephyr_i2c: &i2c1 { #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_K(15872)>; + label = "storage"; }; wifi_firmware: partition@f80000 { - label = "wifi-firmware"; reg = <0xf80000 DT_SIZE_K(512)>; + label = "wifi-firmware"; }; }; }; @@ -235,9 +235,9 @@ zephyr_i2c: &i2c1 { }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -261,10 +261,10 @@ sdhc: &sdmmc1 { status = "okay"; wifi: airoc-wifi { - status = "okay"; compatible = "infineon,airoc-wifi"; wifi-reg-on-gpios = <&gpioj 1 GPIO_ACTIVE_HIGH>; wifi-host-wake-gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m4.dts b/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m4.dts index 3e1352834819d..3d85981beff31 100644 --- a/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m4.dts +++ b/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m4.dts @@ -10,10 +10,8 @@ #include "arduino_portenta_h7-common.dtsi" / { - model = "Arduino Portenta H7 board"; compatible = "arduino,portenta-h7"; - - /* HW resources are split between CM7 and CM4 */ + model = "Arduino Portenta H7 board"; chosen { zephyr,console = &usart1; @@ -21,6 +19,8 @@ zephyr,sram = &sram1; zephyr,flash = &flash1; }; + + /* HW resources are split between CM7 and CM4 */ }; &rcc { diff --git a/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7.dts b/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7.dts index ba0965e9b0020..b483a2b226e8a 100644 --- a/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7.dts +++ b/boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7.dts @@ -11,8 +11,8 @@ #include <../boards/common/usb/cdc_acm_serial.dtsi> / { - model = "Arduino Portenta H7 board"; compatible = "arduino,portenta-h7"; + model = "Arduino Portenta H7 board"; /* HW resources are split between CM7 and CM4 */ chosen { @@ -40,8 +40,8 @@ sdram1: sdram@c0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xc0000000 DT_SIZE_M(8)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; zephyr,memory-attr = ; }; @@ -88,13 +88,13 @@ status = "okay"; pf1550: pmic@8 { - status = "okay"; - reg = <0x8>; compatible = "nxp,pf1550"; + reg = <0x8>; + status = "okay"; pmic_regulators: regulators { - status = "okay"; compatible = "nxp,pf1550-regulator"; + status = "okay"; pf1550_sw1: BUCK1 { regulator-init-microvolt = <3000000>; @@ -129,7 +129,6 @@ }; pmic_charger: charger { - status = "okay"; compatible = "nxp,pf1550-charger"; constant-charge-current-max-microamp = <100000>; constant-charge-voltage-max-microvolt = <4200000>; @@ -138,6 +137,7 @@ pf1550,system-voltage-min-threshold-microvolt = <3500000>; pf1550,thermistor-monitoring-mode = "thermistor"; pf1550,vbus-current-limit-microamp = <1500000>; + status = "okay"; }; }; }; @@ -158,8 +158,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00010000>; + label = "mcuboot"; read-only; }; @@ -169,8 +169,8 @@ * by the application. */ scratch_partition: partition@10000 { - label = "image-scratch"; reg = <0x00010000 0x00030000>; + label = "image-scratch"; }; /* The arduino default bootloader occupies the address space 0x0 - 0x40000. @@ -179,13 +179,13 @@ * arduino bootloader. */ slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 0x00060000>; + label = "image-0"; }; slot1_partition: partition@A0000 { - label = "image-1"; reg = <0x000A0000 0x00060000>; + label = "image-1"; }; }; }; diff --git a/boards/arduino/uno_r4/arduino_uno_r4.dts b/boards/arduino/uno_r4/arduino_uno_r4.dts index 7119ad6d049c9..0a832c382e2c7 100644 --- a/boards/arduino/uno_r4/arduino_uno_r4.dts +++ b/boards/arduino/uno_r4/arduino_uno_r4.dts @@ -12,8 +12,8 @@ #include / { - model = "Arduino Uno R4 Board"; compatible = "renesas,ra4m1", "renesas,ra"; + model = "Arduino Uno R4 Board"; chosen { zephyr,console = &uart2; @@ -26,11 +26,11 @@ }; &sci2 { - status = "okay"; pinctrl-0 = <&sci2_default>; pinctrl-names = "default"; interrupts = <0 1>, <1 1>, <2 1>, <3 1>; interrupt-names = "rxi", "txi", "tei", "eri"; + status = "okay"; uart2: uart { current-speed = <115200>; @@ -51,9 +51,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &port_irq0 { @@ -96,22 +96,22 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "bootloader"; reg = <0x00000000 0x4000>; + label = "bootloader"; read-only; }; code_partition: partition@4000 { - label = "code"; reg = <0x4000 0x3C000>; + label = "code"; read-only; }; }; }; &hoco { - status = "okay"; clock-frequency = <48000000>; + status = "okay"; }; &pclkblock { diff --git a/boards/arduino/zero/arduino_zero.dts b/boards/arduino/zero/arduino_zero.dts index 9e019102645e6..32c90c87cba39 100644 --- a/boards/arduino/zero/arduino_zero.dts +++ b/boards/arduino/zero/arduino_zero.dts @@ -10,8 +10,8 @@ #include "arduino_zero-pinctrl.dtsi" / { - model = "Arduino Zero"; compatible = "arduino,zero", "atmel,samd21g18a", "atmel,samd21"; + model = "Arduino Zero"; chosen { zephyr,console = &sercom5; @@ -61,7 +61,6 @@ }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -69,10 +68,10 @@ pinctrl-0 = <&sercom0_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -80,10 +79,10 @@ pinctrl-0 = <&sercom5_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <1>; @@ -92,10 +91,10 @@ pinctrl-0 = <&sercom4_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &tcc2 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; /* Gives a maximum period of 1.4 s */ prescaler = <1024>; @@ -103,20 +102,19 @@ pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &adc { - status = "okay"; - pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { - status = "okay"; - pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -131,15 +129,14 @@ * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 0x00004000>; + label = "storage"; }; }; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; From e0a50cc4295e82f377fce52e93887cac01b23309 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:33 +0200 Subject: [PATCH 016/142] devicetree: format files in boards/arm Applying dts-linter results for format files in boards/arm Signed-off-by: Kyle Micallef Bonnici --- .../fvp_base_revc_2xaemv8a.dts | 26 +++++++++---------- .../fvp_baser_aemv8r_fvp_aemv8r_aarch32.dts | 2 +- .../fvp_baser_aemv8r_fvp_aemv8r_aarch64.dts | 4 +-- boards/arm/mps2/mps2_an383.dts | 2 +- boards/arm/mps2/mps2_an521-common.dtsi | 8 +++--- boards/arm/mps2/mps2_an521_cpu0.dts | 6 ++--- boards/arm/mps2/mps2_an521_cpu0_ns.dts | 8 +++--- boards/arm/mps2/mps2_an521_cpu1.dts | 24 ++++++++--------- boards/arm/mps2/mps2_base.dtsi | 12 ++++----- boards/arm/mps3/mps3_common.dtsi | 2 +- .../arm/mps3/mps3_common_soc_peripheral.dtsi | 12 ++++----- boards/arm/mps3/mps3_corstone300_an547.dts | 4 +-- boards/arm/mps3/mps3_corstone300_an547_ns.dts | 18 ++++++------- boards/arm/mps3/mps3_corstone300_an552.dts | 4 +-- boards/arm/mps3/mps3_corstone300_an552_ns.dts | 18 ++++++------- boards/arm/mps3/mps3_corstone300_fvp.dts | 4 +-- boards/arm/mps3/mps3_corstone300_fvp_ns.dts | 18 ++++++------- boards/arm/mps3/mps3_corstone310_an555.dts | 4 +-- boards/arm/mps3/mps3_corstone310_an555_ns.dts | 18 ++++++------- boards/arm/mps3/mps3_corstone310_fvp.dts | 4 +-- boards/arm/mps3/mps3_corstone310_fvp_ns.dts | 18 ++++++------- boards/arm/mps4/mps4_common.dtsi | 2 +- .../arm/mps4/mps4_common_soc_peripheral.dtsi | 12 ++++----- boards/arm/mps4/mps4_corstone315_fvp.dts | 4 +-- boards/arm/mps4/mps4_corstone315_fvp_ns.dts | 18 ++++++------- boards/arm/mps4/mps4_corstone320_fvp.dts | 4 +-- boards/arm/mps4/mps4_corstone320_fvp_ns.dts | 18 ++++++------- boards/arm/v2m_beetle/v2m_beetle.dts | 4 +-- boards/arm/v2m_musca_b1/v2m_musca_b1.dts | 4 +-- .../v2m_musca_b1/v2m_musca_b1_musca_b1_ns.dts | 4 +-- boards/arm/v2m_musca_s1/v2m_musca_s1.dts | 4 +-- .../v2m_musca_s1/v2m_musca_s1_musca_s1_ns.dts | 4 +-- 32 files changed, 147 insertions(+), 147 deletions(-) diff --git a/boards/arm/fvp_base_revc_2xaemv8a/fvp_base_revc_2xaemv8a.dts b/boards/arm/fvp_base_revc_2xaemv8a/fvp_base_revc_2xaemv8a.dts index 3a6ff898bf2db..aa1b6b2688e70 100644 --- a/boards/arm/fvp_base_revc_2xaemv8a/fvp_base_revc_2xaemv8a.dts +++ b/boards/arm/fvp_base_revc_2xaemv8a/fvp_base_revc_2xaemv8a.dts @@ -33,27 +33,27 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-a53"; reg = <0>; + device_type = "cpu"; }; cpu@100 { - device_type = "cpu"; compatible = "arm,cortex-a53"; reg = <0x100>; + device_type = "cpu"; }; cpu@200 { - device_type = "cpu"; compatible = "arm,cortex-a53"; reg = <0x200>; + device_type = "cpu"; }; cpu@300 { - device_type = "cpu"; compatible = "arm,cortex-a53"; reg = <0x300>; + device_type = "cpu"; }; }; @@ -85,9 +85,9 @@ <0x2f100000 0x200000>; // GICR interrupt-controller; #interrupt-cells = <4>; - status = "okay"; #address-cells = <1>; #size-cells = <1>; + status = "okay"; its: msi-controller@2f020000 { compatible = "arm,gic-v3-its"; @@ -99,37 +99,37 @@ uart0: uart@1c090000 { compatible = "arm,pl011"; reg = <0x1c090000 0x1000>; - status = "disabled"; interrupts = ; interrupt-names = "irq_5"; clocks = <&uartclk>; + status = "disabled"; }; uart1: uart@1c0a0000 { compatible = "arm,pl011"; reg = <0x1c0a0000 0x1000>; - status = "disabled"; interrupts = ; interrupt-names = "irq_6"; clocks = <&uartclk>; + status = "disabled"; }; uart2: uart@1c0b0000 { compatible = "arm,pl011"; reg = <0x1c0b0000 0x1000>; - status = "disabled"; interrupts = ; interrupt-names = "irq_7"; clocks = <&uartclk>; + status = "disabled"; }; uart3: uart@1c0c0000 { compatible = "arm,pl011"; reg = <0x1c0c0000 0x1000>; - status = "disabled"; interrupts = ; interrupt-names = "irq_8"; clocks = <&uartclk>; + status = "disabled"; }; ethernet@1a000000 { @@ -138,21 +138,21 @@ eth: ethernet { compatible = "smsc,lan91c111"; interrupts = ; - status = "disabled"; phy-handle = <&phy>; + status = "disabled"; }; mdio: mdio { compatible = "smsc,lan91c111-mdio"; - status = "disabled"; #address-cells = <1>; #size-cells = <0>; + status = "disabled"; phy: ethernet-phy@0 { compatible = "ethernet-phy"; - status = "disabled"; reg = <0>; + status = "disabled"; }; }; }; @@ -170,6 +170,6 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/arm/fvp_baser_aemv8r/fvp_baser_aemv8r_fvp_aemv8r_aarch32.dts b/boards/arm/fvp_baser_aemv8r/fvp_baser_aemv8r_fvp_aemv8r_aarch32.dts index 5436ef4cc9f86..24d6afa8d6fca 100644 --- a/boards/arm/fvp_baser_aemv8r/fvp_baser_aemv8r_fvp_aemv8r_aarch32.dts +++ b/boards/arm/fvp_baser_aemv8r/fvp_baser_aemv8r_fvp_aemv8r_aarch32.dts @@ -40,6 +40,6 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/arm/fvp_baser_aemv8r/fvp_baser_aemv8r_fvp_aemv8r_aarch64.dts b/boards/arm/fvp_baser_aemv8r/fvp_baser_aemv8r_fvp_aemv8r_aarch64.dts index 6d8261fde1756..c15c25ebd310a 100644 --- a/boards/arm/fvp_baser_aemv8r/fvp_baser_aemv8r_fvp_aemv8r_aarch64.dts +++ b/boards/arm/fvp_baser_aemv8r/fvp_baser_aemv8r_fvp_aemv8r_aarch64.dts @@ -48,11 +48,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/arm/mps2/mps2_an383.dts b/boards/arm/mps2/mps2_an383.dts index ef21f37b3f7dc..938fb5d4f449c 100644 --- a/boards/arm/mps2/mps2_an383.dts +++ b/boards/arm/mps2/mps2_an383.dts @@ -22,9 +22,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m0+"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/arm/mps2/mps2_an521-common.dtsi b/boards/arm/mps2/mps2_an521-common.dtsi index b96f1144982a1..351451e7cc346 100644 --- a/boards/arm/mps2/mps2_an521-common.dtsi +++ b/boards/arm/mps2/mps2_an521-common.dtsi @@ -130,36 +130,36 @@ uart4: uart@204000 { i2c_touch: i2c@207000 { compatible = "arm,versatile-i2c"; + reg = <0x207000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x207000 0x1000>; }; i2c_audio_conf: i2c@208000 { compatible = "arm,versatile-i2c"; + reg = <0x208000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x208000 0x1000>; }; i2c_shield0: i2c@20c000 { compatible = "arm,versatile-i2c"; + reg = <0x20c000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x20c000 0x1000>; pinctrl-0 = <&sbcon0_default>; pinctrl-names = "default"; }; i2c_shield1: i2c@20d000 { compatible = "arm,versatile-i2c"; + reg = <0x20d000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x20d000 0x1000>; pinctrl-0 = <&sbcon1_default>; pinctrl-names = "default"; }; diff --git a/boards/arm/mps2/mps2_an521_cpu0.dts b/boards/arm/mps2/mps2_an521_cpu0.dts index b16d6341581f2..7e21aef150838 100644 --- a/boards/arm/mps2/mps2_an521_cpu0.dts +++ b/boards/arm/mps2/mps2_an521_cpu0.dts @@ -75,9 +75,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m33"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -110,16 +110,16 @@ }; psram: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(16)>; /* Table 3-6, row 1. */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(16)>; }; soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "mps2_an521-common.dtsi" }; diff --git a/boards/arm/mps2/mps2_an521_cpu0_ns.dts b/boards/arm/mps2/mps2_an521_cpu0_ns.dts index a696d2aacd110..29a396d9502c9 100644 --- a/boards/arm/mps2/mps2_an521_cpu0_ns.dts +++ b/boards/arm/mps2/mps2_an521_cpu0_ns.dts @@ -67,9 +67,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m33"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -102,15 +102,15 @@ }; psram: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(16)>; /* Table 3-6, row 1. */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(16)>; }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; /* This code memory region must match what the TF-M * project has defined for that board - a single image boot is @@ -135,9 +135,9 @@ soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps2_an521-common.dtsi" }; diff --git a/boards/arm/mps2/mps2_an521_cpu1.dts b/boards/arm/mps2/mps2_an521_cpu1.dts index acc956c42a3ea..7ab081cf25261 100644 --- a/boards/arm/mps2/mps2_an521_cpu1.dts +++ b/boards/arm/mps2/mps2_an521_cpu1.dts @@ -67,9 +67,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m33"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -102,23 +102,15 @@ }; psram: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(16)>; /* Table 3-6, row 1. */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(16)>; }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; - - /* The code memory region defined below is selected to remain - * compatible with what TF-M has defined for a single boot image, - * where 468 KB memory at the bottom of the 4 MB code region is - * marked as 'Unused'. Please see the memory layout in: - * - * https://github.com/zephyrproject-rtos/trusted-firmware-m/blob/master/platform/ext/target/arm/mps2/an521/partition/flash_layout.h - */ code: memory@38B000 { reg = <0x0038B000 DT_SIZE_K(468)>; @@ -133,13 +125,21 @@ ram: memory@28180000 { reg = <0x28180000 DT_SIZE_K(512)>; }; + + /* The code memory region defined below is selected to remain + * compatible with what TF-M has defined for a single boot image, + * where 468 KB memory at the bottom of the 4 MB code region is + * marked as 'Unused'. Please see the memory layout in: + * + * https://github.com/zephyrproject-rtos/trusted-firmware-m/blob/master/platform/ext/target/arm/mps2/an521/partition/flash_layout.h + */ }; soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps2_an521-common.dtsi" }; diff --git a/boards/arm/mps2/mps2_base.dtsi b/boards/arm/mps2/mps2_base.dtsi index bc65108ab8b6e..2900139c40193 100644 --- a/boards/arm/mps2/mps2_base.dtsi +++ b/boards/arm/mps2/mps2_base.dtsi @@ -81,8 +81,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage_partition"; reg = <0x00000000 0x8000>; + label = "storage_partition"; }; }; }; @@ -153,8 +153,8 @@ wdog0: wdog@40008000 { compatible = "arm,cmsdk-watchdog"; - clocks = <&sysclk>; reg = <0x40008000 0x1000>; + clocks = <&sysclk>; }; uart4: uart@40009000 { @@ -211,36 +211,36 @@ i2c_touch: i2c@40022000 { compatible = "arm,versatile-i2c"; + reg = <0x40022000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x40022000 0x1000>; }; i2c_audio_conf: i2c@40023000 { compatible = "arm,versatile-i2c"; + reg = <0x40023000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x40023000 0x1000>; }; i2c_shield0: i2c@40029000 { compatible = "arm,versatile-i2c"; + reg = <0x40029000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x40029000 0x1000>; pinctrl-0 = <&sbcon0_default>; pinctrl-names = "default"; }; i2c_shield1: i2c@4002a000 { compatible = "arm,versatile-i2c"; + reg = <0x4002a000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x4002a000 0x1000>; pinctrl-0 = <&sbcon1_default>; pinctrl-names = "default"; }; diff --git a/boards/arm/mps3/mps3_common.dtsi b/boards/arm/mps3/mps3_common.dtsi index 066c3570efbfc..96707f096afa9 100644 --- a/boards/arm/mps3/mps3_common.dtsi +++ b/boards/arm/mps3/mps3_common.dtsi @@ -100,7 +100,6 @@ /* DDR4 - 2G, alternates non-secure/secure every 256M */ ddr4: memory@60000000 { - device_type = "memory"; compatible = "zephyr,memory-region"; reg = <0x60000000 DT_SIZE_M(256) 0x70000000 DT_SIZE_M(256) @@ -110,6 +109,7 @@ 0xb0000000 DT_SIZE_M(256) 0xc0000000 DT_SIZE_M(256) 0xd0000000 DT_SIZE_M(256)>; + device_type = "memory"; zephyr,memory-region = "DDR4"; }; }; diff --git a/boards/arm/mps3/mps3_common_soc_peripheral.dtsi b/boards/arm/mps3/mps3_common_soc_peripheral.dtsi index d46f6c602cf10..cf8f4243d978f 100644 --- a/boards/arm/mps3/mps3_common_soc_peripheral.dtsi +++ b/boards/arm/mps3/mps3_common_soc_peripheral.dtsi @@ -53,18 +53,18 @@ eth0: eth@1400000 { i2c_touch: i2c@9200000 { compatible = "arm,versatile-i2c"; + reg = <0x9200000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x9200000 0x1000>; }; i2c_audio_conf: i2c@9201000 { compatible = "arm,versatile-i2c"; + reg = <0x9201000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x9201000 0x1000>; }; spi_adc: spi@9202000 { @@ -103,30 +103,30 @@ spi_shield1: spi@9204000 { i2c_shield0: i2c@9205000 { compatible = "arm,versatile-i2c"; + reg = <0x9205000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x9205000 0x1000>; pinctrl-0 = <&sbcon2_default>; pinctrl-names = "default"; }; i2c_shield1: i2c@9206000 { compatible = "arm,versatile-i2c"; + reg = <0x9206000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x9206000 0x1000>; pinctrl-0 = <&sbcon3_default>; pinctrl-names = "default"; }; i2c_ddr4_eeprom: i2c@9208000 { compatible = "arm,versatile-i2c"; + reg = <0x9208000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x9208000 0x1000>; }; gpio_led0: mps3_fpgaio@9302000 { @@ -208,12 +208,12 @@ uart4: uart@9307000 { uart5: uart@9308000 { compatible = "arm,cmsdk-uart"; - status = "disabled"; reg = <0x9308000 0x1000>; interrupt-names = "tx", "rx"; interrupts = <126 3 125 3>; clocks = <&sysclk>; current-speed = <115200>; + status = "disabled"; }; pinctrl: pinctrl { diff --git a/boards/arm/mps3/mps3_corstone300_an547.dts b/boards/arm/mps3/mps3_corstone300_an547.dts index 55188180f0cf0..4daa5e7713b7d 100644 --- a/boards/arm/mps3/mps3_corstone300_an547.dts +++ b/boards/arm/mps3/mps3_corstone300_an547.dts @@ -29,9 +29,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m55"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -86,9 +86,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone300_an547_ns.dts b/boards/arm/mps3/mps3_corstone300_an547_ns.dts index 9540682e37b2b..c669416477074 100644 --- a/boards/arm/mps3/mps3_corstone300_an547_ns.dts +++ b/boards/arm/mps3/mps3_corstone300_an547_ns.dts @@ -29,9 +29,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m55"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -70,15 +70,9 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; - - /* The memory regions defined below must match what the TF-M - * project has defined for that board - a single image boot is - * assumed. Please see the memory layout in: - * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone300/common/partition/flash_layout.h - */ code: memory@28080000 { reg = <0x28080000 DT_SIZE_K(512)>; @@ -87,13 +81,19 @@ ram: memory@21020000 { reg = <0x21020000 DT_SIZE_M(2)>; }; + + /* The memory regions defined below must match what the TF-M + * project has defined for that board - a single image boot is + * assumed. Please see the memory layout in: + * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone300/common/partition/flash_layout.h + */ }; soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone300_an552.dts b/boards/arm/mps3/mps3_corstone300_an552.dts index 51aabcda2fa49..aed22283d6ce7 100644 --- a/boards/arm/mps3/mps3_corstone300_an552.dts +++ b/boards/arm/mps3/mps3_corstone300_an552.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m55"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -85,9 +85,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone300_an552_ns.dts b/boards/arm/mps3/mps3_corstone300_an552_ns.dts index 7b8bab99ff6dc..bcd834b8df41e 100644 --- a/boards/arm/mps3/mps3_corstone300_an552_ns.dts +++ b/boards/arm/mps3/mps3_corstone300_an552_ns.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m55"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -69,15 +69,9 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; - - /* The memory regions defined below must match what the TF-M - * project has defined for that board - a single image boot is - * assumed. Please see the memory layout in: - * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone300/common/partition/flash_layout.h - */ code: memory@28080000 { reg = <0x28080000 DT_SIZE_K(512)>; @@ -86,13 +80,19 @@ ram: memory@21020000 { reg = <0x21020000 DT_SIZE_M(1)>; }; + + /* The memory regions defined below must match what the TF-M + * project has defined for that board - a single image boot is + * assumed. Please see the memory layout in: + * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone300/common/partition/flash_layout.h + */ }; soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone300_fvp.dts b/boards/arm/mps3/mps3_corstone300_fvp.dts index 886b8d7762911..a33b9e312d76d 100644 --- a/boards/arm/mps3/mps3_corstone300_fvp.dts +++ b/boards/arm/mps3/mps3_corstone300_fvp.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m55"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -85,9 +85,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone300_fvp_ns.dts b/boards/arm/mps3/mps3_corstone300_fvp_ns.dts index d2be764eb5020..41c2d44d7ef7b 100644 --- a/boards/arm/mps3/mps3_corstone300_fvp_ns.dts +++ b/boards/arm/mps3/mps3_corstone300_fvp_ns.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m55"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -69,15 +69,9 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; - - /* The memory regions defined below must match what the TF-M - * project has defined for that board - a single image boot is - * assumed. Please see the memory layout in: - * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone300/common/partition/flash_layout.h - */ code: memory@28080000 { reg = <0x28080000 DT_SIZE_K(512)>; @@ -86,13 +80,19 @@ ram: memory@21020000 { reg = <0x21020000 DT_SIZE_M(1)>; }; + + /* The memory regions defined below must match what the TF-M + * project has defined for that board - a single image boot is + * assumed. Please see the memory layout in: + * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone300/common/partition/flash_layout.h + */ }; soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone310_an555.dts b/boards/arm/mps3/mps3_corstone310_an555.dts index 47c2a9626a813..e4b68b27bf71a 100644 --- a/boards/arm/mps3/mps3_corstone310_an555.dts +++ b/boards/arm/mps3/mps3_corstone310_an555.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m85"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -85,9 +85,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone310_an555_ns.dts b/boards/arm/mps3/mps3_corstone310_an555_ns.dts index 4a910777e113b..2616234ceecd7 100644 --- a/boards/arm/mps3/mps3_corstone310_an555_ns.dts +++ b/boards/arm/mps3/mps3_corstone310_an555_ns.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m85"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -69,15 +69,9 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; - - /* The memory regions defined below must match what the TF-M - * project has defined for that board - a single image boot is - * assumed. Please see the memory layout in: - * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone310/common/partition/flash_layout.h - */ code: memory@1000000 { reg = <0x01000000 DT_SIZE_M(2)>; @@ -86,13 +80,19 @@ ram: memory@21000000 { reg = <0x21000000 DT_SIZE_M(4)>; }; + + /* The memory regions defined below must match what the TF-M + * project has defined for that board - a single image boot is + * assumed. Please see the memory layout in: + * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone310/common/partition/flash_layout.h + */ }; soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone310_fvp.dts b/boards/arm/mps3/mps3_corstone310_fvp.dts index 585a7297d72c1..b44d53bf9b62f 100644 --- a/boards/arm/mps3/mps3_corstone310_fvp.dts +++ b/boards/arm/mps3/mps3_corstone310_fvp.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m85"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -85,9 +85,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps3/mps3_corstone310_fvp_ns.dts b/boards/arm/mps3/mps3_corstone310_fvp_ns.dts index 9cd73ee3959fa..874cd57d24f9e 100644 --- a/boards/arm/mps3/mps3_corstone310_fvp_ns.dts +++ b/boards/arm/mps3/mps3_corstone310_fvp_ns.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m85"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -69,15 +69,9 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; - - /* The memory regions defined below must match what the TF-M - * project has defined for that board - a single image boot is - * assumed. Please see the memory layout in: - * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone310/common/partition/flash_layout.h - */ code: memory@28080000 { reg = <0x28080000 DT_SIZE_K(512)>; @@ -86,13 +80,19 @@ ram: memory@21020000 { reg = <0x21020000 DT_SIZE_M(1)>; }; + + /* The memory regions defined below must match what the TF-M + * project has defined for that board - a single image boot is + * assumed. Please see the memory layout in: + * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps3/corstone310/common/partition/flash_layout.h + */ }; soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps3_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps4/mps4_common.dtsi b/boards/arm/mps4/mps4_common.dtsi index 0bfb8a1533b30..d5f65a8c614a1 100644 --- a/boards/arm/mps4/mps4_common.dtsi +++ b/boards/arm/mps4/mps4_common.dtsi @@ -100,7 +100,6 @@ /* DDR4 - 2G, alternates non-secure/secure every 256M */ ddr4: memory@60000000 { - device_type = "memory"; compatible = "zephyr,memory-region"; reg = <0x60000000 DT_SIZE_M(256) 0x70000000 DT_SIZE_M(256) @@ -110,6 +109,7 @@ 0xb0000000 DT_SIZE_M(256) 0xc0000000 DT_SIZE_M(256) 0xd0000000 DT_SIZE_M(256)>; + device_type = "memory"; zephyr,memory-region = "DDR4"; }; }; diff --git a/boards/arm/mps4/mps4_common_soc_peripheral.dtsi b/boards/arm/mps4/mps4_common_soc_peripheral.dtsi index 6cc3f405ea762..8df7d0b6726f8 100644 --- a/boards/arm/mps4/mps4_common_soc_peripheral.dtsi +++ b/boards/arm/mps4/mps4_common_soc_peripheral.dtsi @@ -52,18 +52,18 @@ eth0: eth@400000 { i2c_touch: i2c@8100000 { compatible = "arm,versatile-i2c"; + reg = <0x8100000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x8100000 0x1000>; }; i2c_audio_conf: i2c@8101000 { compatible = "arm,versatile-i2c"; + reg = <0x8101000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x8101000 0x1000>; }; spi_adc: spi@8102000 { @@ -102,30 +102,30 @@ spi_shield1: spi@8104000 { i2c_shield0: i2c@8105000 { compatible = "arm,versatile-i2c"; + reg = <0x8105000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x8105000 0x1000>; pinctrl-0 = <&sbcon2_default>; pinctrl-names = "default"; }; i2c_shield1: i2c@8106000 { compatible = "arm,versatile-i2c"; + reg = <0x8106000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x8106000 0x1000>; pinctrl-0 = <&sbcon3_default>; pinctrl-names = "default"; }; i2c_ddr4_eeprom: i2c@8108000 { compatible = "arm,versatile-i2c"; + reg = <0x8108000 0x1000>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; - reg = <0x8108000 0x1000>; }; gpio_led0: mps4_fpgaio@8202000 { @@ -204,12 +204,12 @@ uart4: uart@8207000 { uart5: uart@8208000 { compatible = "arm,cmsdk-uart"; - status = "disabled"; reg = <0x8208000 0x1000>; interrupt-names = "tx", "rx"; interrupts = <126 3 125 3>; clocks = <&sysclk>; current-speed = <115200>; + status = "disabled"; }; pinctrl: pinctrl { diff --git a/boards/arm/mps4/mps4_corstone315_fvp.dts b/boards/arm/mps4/mps4_corstone315_fvp.dts index 98c87ce7ed7a1..d00d8edb55847 100644 --- a/boards/arm/mps4/mps4_corstone315_fvp.dts +++ b/boards/arm/mps4/mps4_corstone315_fvp.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m85"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -85,9 +85,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "mps4_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps4/mps4_corstone315_fvp_ns.dts b/boards/arm/mps4/mps4_corstone315_fvp_ns.dts index cb5a38baf47de..0cea7d50152bd 100644 --- a/boards/arm/mps4/mps4_corstone315_fvp_ns.dts +++ b/boards/arm/mps4/mps4_corstone315_fvp_ns.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m85"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -69,15 +69,9 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; - - /* The memory regions defined below must match what the TF-M - * project has defined for that board - a single image boot is - * assumed. Please see the memory layout in: - * https://git.trustedfirmware.org/plugins/gitiles/TF-M/trusted-firmware-m.git/+/HEAD/platform/ext/target/arm/mps4/common/partition/flash_layout.h - */ code: memory@28080000 { reg = <0x28080000 DT_SIZE_K(512)>; @@ -86,13 +80,19 @@ ram: memory@21020000 { reg = <0x21020000 DT_SIZE_M(1)>; }; + + /* The memory regions defined below must match what the TF-M + * project has defined for that board - a single image boot is + * assumed. Please see the memory layout in: + * https://git.trustedfirmware.org/plugins/gitiles/TF-M/trusted-firmware-m.git/+/HEAD/platform/ext/target/arm/mps4/common/partition/flash_layout.h + */ }; soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps4_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps4/mps4_corstone320_fvp.dts b/boards/arm/mps4/mps4_corstone320_fvp.dts index 98c87ce7ed7a1..d00d8edb55847 100644 --- a/boards/arm/mps4/mps4_corstone320_fvp.dts +++ b/boards/arm/mps4/mps4_corstone320_fvp.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m85"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -85,9 +85,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "mps4_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/mps4/mps4_corstone320_fvp_ns.dts b/boards/arm/mps4/mps4_corstone320_fvp_ns.dts index c511a7cc700b3..b3a4e1c0ee397 100644 --- a/boards/arm/mps4/mps4_corstone320_fvp_ns.dts +++ b/boards/arm/mps4/mps4_corstone320_fvp_ns.dts @@ -28,9 +28,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m85"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -69,15 +69,9 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; - - /* The memory regions defined below must match what the TF-M - * project has defined for that board - a single image boot is - * assumed. Please see the memory layout in: - * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps4/corstone320/common/partition/flash_layout.h - */ code: memory@28080000 { reg = <0x28080000 DT_SIZE_K(512)>; @@ -86,13 +80,19 @@ ram: memory@21020000 { reg = <0x21020000 DT_SIZE_M(1)>; }; + + /* The memory regions defined below must match what the TF-M + * project has defined for that board - a single image boot is + * assumed. Please see the memory layout in: + * https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps4/corstone320/common/partition/flash_layout.h + */ }; soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "mps4_common_soc_peripheral.dtsi" }; diff --git a/boards/arm/v2m_beetle/v2m_beetle.dts b/boards/arm/v2m_beetle/v2m_beetle.dts index 846f03787a100..e2cb980d6da2f 100644 --- a/boards/arm/v2m_beetle/v2m_beetle.dts +++ b/boards/arm/v2m_beetle/v2m_beetle.dts @@ -26,8 +26,8 @@ cpu@0 { compatible = "arm,cortex-m3"; - clock-frequency = <24000000>; reg = <0>; + clock-frequency = <24000000>; }; }; @@ -91,8 +91,8 @@ wdog0: wdog@40008000 { compatible = "arm,cmsdk-watchdog"; - clocks = <&sysclk>; reg = <0x40008000 0x1000>; + clocks = <&sysclk>; }; gpio0: gpio@40010000 { diff --git a/boards/arm/v2m_musca_b1/v2m_musca_b1.dts b/boards/arm/v2m_musca_b1/v2m_musca_b1.dts index db82671c4ae0d..c128dfa0e3d95 100644 --- a/boards/arm/v2m_musca_b1/v2m_musca_b1.dts +++ b/boards/arm/v2m_musca_b1/v2m_musca_b1.dts @@ -50,9 +50,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m33"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -86,9 +86,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "v2m_musca_b1-common.dtsi" }; diff --git a/boards/arm/v2m_musca_b1/v2m_musca_b1_musca_b1_ns.dts b/boards/arm/v2m_musca_b1/v2m_musca_b1_musca_b1_ns.dts index c24d8c256754c..2ce5c78f31ea8 100644 --- a/boards/arm/v2m_musca_b1/v2m_musca_b1_musca_b1_ns.dts +++ b/boards/arm/v2m_musca_b1/v2m_musca_b1_musca_b1_ns.dts @@ -27,9 +27,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m33"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -58,9 +58,9 @@ soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "v2m_musca_b1-common.dtsi" }; diff --git a/boards/arm/v2m_musca_s1/v2m_musca_s1.dts b/boards/arm/v2m_musca_s1/v2m_musca_s1.dts index 27c7db335b1dd..8b56aa5a3c3d5 100644 --- a/boards/arm/v2m_musca_s1/v2m_musca_s1.dts +++ b/boards/arm/v2m_musca_s1/v2m_musca_s1.dts @@ -50,9 +50,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m33"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -91,9 +91,9 @@ soc { peripheral@50000000 { + ranges = <0x0 0x50000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x50000000 0x10000000>; #include "v2m_musca_s1-common.dtsi" }; diff --git a/boards/arm/v2m_musca_s1/v2m_musca_s1_musca_s1_ns.dts b/boards/arm/v2m_musca_s1/v2m_musca_s1_musca_s1_ns.dts index afe985c20f6f5..ef4e0319b1745 100644 --- a/boards/arm/v2m_musca_s1/v2m_musca_s1_musca_s1_ns.dts +++ b/boards/arm/v2m_musca_s1/v2m_musca_s1_musca_s1_ns.dts @@ -27,9 +27,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m33"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -58,9 +58,9 @@ soc { peripheral@40000000 { + ranges = <0x0 0x40000000 0x10000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x40000000 0x10000000>; #include "v2m_musca_s1-common.dtsi" }; From 2c0bc517c253571a6eb8a1d898e3bbd84d78dc80 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:33 +0200 Subject: [PATCH 017/142] devicetree: format files in boards/aspeed Applying dts-linter results for format files in boards/aspeed Signed-off-by: Kyle Micallef Bonnici --- boards/aspeed/ast1030_evb/ast1030_evb.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/aspeed/ast1030_evb/ast1030_evb.dts b/boards/aspeed/ast1030_evb/ast1030_evb.dts index f8ea0ff3a7e29..707f80002e772 100644 --- a/boards/aspeed/ast1030_evb/ast1030_evb.dts +++ b/boards/aspeed/ast1030_evb/ast1030_evb.dts @@ -8,8 +8,8 @@ #include / { - model = "Aspeed AST1030 Evaluation board"; compatible = "aspeed,ast1030-evb"; + model = "Aspeed AST1030 Evaluation board"; chosen { zephyr,console = &uart5; From e0fe8f0cdcaf3e5e3ae11518ce2a0c881b6374d8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:33 +0200 Subject: [PATCH 018/142] devicetree: format files in boards/atmarktechno Applying dts-linter results for format files in boards/atmarktechno Signed-off-by: Kyle Micallef Bonnici --- boards/atmarktechno/degu_evk/degu_evk.dts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/boards/atmarktechno/degu_evk/degu_evk.dts b/boards/atmarktechno/degu_evk/degu_evk.dts index c751b9a6aac81..defa1d5b69f82 100644 --- a/boards/atmarktechno/degu_evk/degu_evk.dts +++ b/boards/atmarktechno/degu_evk/degu_evk.dts @@ -10,8 +10,8 @@ #include / { - model = "Degu Evaluation Kit"; compatible = "nordic,pca10056-dk"; + model = "Degu Evaluation Kit"; chosen { zephyr,sram = &sram0; @@ -120,26 +120,26 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -153,28 +153,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00014000>; + label = "mcuboot"; }; slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 0x0006e000>; + label = "image-0"; }; slot1_partition: partition@82000 { - label = "image-1"; reg = <0x00082000 0x0006e000>; + label = "image-1"; }; scratch_partition: partition@f0000 { - label = "image-scratch"; reg = <0x000f0000 0x00008000>; + label = "image-scratch"; }; storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; From e4fbef4b3281078e6d348eaf78b1c84e866f01c6 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:34 +0200 Subject: [PATCH 019/142] devicetree: format files in boards/atmel Applying dts-linter results for format files in boards/atmel Signed-off-by: Kyle Micallef Bonnici --- boards/atmel/sam/sam4e_xpro/sam4e_xpro.dts | 36 ++++++-------- boards/atmel/sam/sam4l_ek/sam4l_ek.dts | 13 ++--- .../sam/sam4s_xplained/sam4s_xplained.dts | 27 +++++------ .../sam_e70_xplained-common.dtsi | 45 +++++++----------- .../sam_e70_xplained_same70q21.dts | 2 +- .../sam_e70_xplained_same70q21b.dts | 2 +- .../sam/sam_v71_xult/sam_v71_xult-common.dtsi | 47 +++++++------------ .../sam_v71_xult/sam_v71_xult_samv71q21.dts | 2 +- .../sam_v71_xult/sam_v71_xult_samv71q21b.dts | 2 +- .../atmel/sam0/samc21n_xpro/samc21n_xpro.dts | 23 +++++---- boards/atmel/sam0/samd20_xpro/samd20_xpro.dts | 14 +++--- boards/atmel/sam0/samd21_xpro/samd21_xpro.dts | 19 ++++---- boards/atmel/sam0/same54_xpro/same54_xpro.dts | 33 ++++++------- boards/atmel/sam0/saml21_xpro/saml21_xpro.dts | 21 ++++----- boards/atmel/sam0/samr21_xpro/samr21_xpro.dts | 23 +++++---- boards/atmel/sam0/samr34_xpro/samr34_xpro.dts | 18 ++++--- 16 files changed, 140 insertions(+), 187 deletions(-) diff --git a/boards/atmel/sam/sam4e_xpro/sam4e_xpro.dts b/boards/atmel/sam/sam4e_xpro/sam4e_xpro.dts index ed75ab0e6c0d7..7366dc44afcfc 100644 --- a/boards/atmel/sam/sam4e_xpro/sam4e_xpro.dts +++ b/boards/atmel/sam/sam4e_xpro/sam4e_xpro.dts @@ -11,8 +11,8 @@ #include / { - model = "Atmel SAM4E Xplained Pro Board with an Atmel SAM4E16E SoC"; compatible = "atmel,sam4e_xpro", "atmel,sam4e16e", "atmel,sam4e"; + model = "Atmel SAM4E Xplained Pro Board with an Atmel SAM4E16E SoC"; aliases { i2c-0 = &twi0; @@ -143,43 +143,39 @@ }; &afec0 { - status = "okay"; - pinctrl-0 = <&afec0_default>; pinctrl-names = "default"; + status = "okay"; }; &afec1 { - status = "okay"; - pinctrl-0 = <&afec1_default>; pinctrl-names = "default"; + status = "okay"; }; &twi0 { - status = "okay"; - pinctrl-0 = <&twi0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; - pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&piob 14 GPIO_ACTIVE_LOW>, <&piod 23 GPIO_ACTIVE_LOW>, <&piod 30 GPIO_ACTIVE_LOW>; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { @@ -188,49 +184,45 @@ }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gmac { - status = "okay"; - pinctrl-0 = <&gmac_mii>; pinctrl-names = "default"; - zephyr,random-mac-address; - phy-handle = <&phy>; -}; -&mdio { + zephyr,random-mac-address; status = "okay"; +}; +&mdio { pinctrl-0 = <&mdio_default>; pinctrl-names = "default"; + status = "okay"; phy: ethernet-phy@0 { compatible = "ethernet-phy"; - status = "okay"; reg = <0>; + status = "okay"; }; }; &pwm0 { - status = "okay"; - pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; &hsmci { - status = "okay"; - pinctrl-0 = <&hsmci_default>; pinctrl-names = "default"; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/atmel/sam/sam4l_ek/sam4l_ek.dts b/boards/atmel/sam/sam4l_ek/sam4l_ek.dts index c0b18c85c9fb7..c281465cba85d 100644 --- a/boards/atmel/sam/sam4l_ek/sam4l_ek.dts +++ b/boards/atmel/sam/sam4l_ek/sam4l_ek.dts @@ -10,8 +10,8 @@ #include / { - model = "Atmel SAM4L-EK Board with an Atmel SAM4LC4C SoC"; compatible = "atmel,sam4l_ek"; + model = "Atmel SAM4L-EK Board with an Atmel SAM4LC4C SoC"; aliases { i2c-0 = &twim0; @@ -51,21 +51,20 @@ }; &usart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; - pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>, <&gpioc 0 GPIO_ACTIVE_LOW>; + status = "okay"; }; &tc0 { @@ -74,8 +73,6 @@ }; &twim0 { - status = "okay"; - pinctrl-0 = <&twi0_default>; pinctrl-names = "default"; @@ -91,11 +88,11 @@ hs-data-strength-low = "0.5"; hs-master-code = <0>; + status = "okay"; }; zephyr_udc0: &usbc { - status = "okay"; - pinctrl-0 = <&usbc_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/atmel/sam/sam4s_xplained/sam4s_xplained.dts b/boards/atmel/sam/sam4s_xplained/sam4s_xplained.dts index d6d6adcb91ad4..94d32c8beb33a 100644 --- a/boards/atmel/sam/sam4s_xplained/sam4s_xplained.dts +++ b/boards/atmel/sam/sam4s_xplained/sam4s_xplained.dts @@ -10,8 +10,8 @@ #include / { - model = "Atmel SAM4S Xplained Board with an Atmel SAM4S16C SoC"; compatible = "atmel,sam4s_xplained", "atmel,sam4s16c", "atmel,sam4s"; + model = "Atmel SAM4S Xplained Board with an Atmel SAM4S16C SoC"; aliases { i2c-0 = &twi0; @@ -32,15 +32,15 @@ sram1: sram@60000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0x60000000 DT_SIZE_K(512)>; + device_type = "memory"; zephyr,memory-region = "SRAM1"; }; sram2: sram@61000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0x61000000 DT_SIZE_K(512)>; + device_type = "memory"; zephyr,memory-region = "SRAM2"; }; @@ -158,48 +158,43 @@ }; &twi0 { - status = "okay"; - pinctrl-0 = <&twi0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; - pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&pioa 31 GPIO_ACTIVE_LOW>, <&pioa 30 GPIO_ACTIVE_LOW>; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &pwm0 { - status = "okay"; - pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; - pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; @@ -207,13 +202,13 @@ startup-time = <64>; settling-time = <3>; tracking-time = <2>; + status = "okay"; }; &dacc { - status = "okay"; - pinctrl-0 = <&dacc_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt { @@ -233,9 +228,9 @@ xplained4_spi: &spi0 {}; xplained4_serial: &uart1 {}; &smc { - status = "okay"; pinctrl-0 = <&smc_default>; pinctrl-names = "default"; + status = "okay"; is66wv51216dbll@0 { reg = <0>; diff --git a/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained-common.dtsi b/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained-common.dtsi index e383df40b4c41..f0b21b55a013f 100644 --- a/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained-common.dtsi +++ b/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained-common.dtsi @@ -57,17 +57,15 @@ }; &afec0 { - status = "okay"; - pinctrl-0 = <&afec0_default>; pinctrl-names = "default"; + status = "okay"; }; &afec1 { - status = "okay"; - pinctrl-0 = <&afec1_default>; pinctrl-names = "default"; + status = "okay"; }; &dacc { @@ -75,10 +73,9 @@ }; &twihs0 { - status = "okay"; - pinctrl-0 = <&twihs0_default>; pinctrl-names = "default"; + status = "okay"; eeprom: eeprom@5f { compatible = "atmel,24mac402"; @@ -87,15 +84,12 @@ }; &twihs2 { - status = "okay"; - pinctrl-0 = <&twihs2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; - pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; @@ -104,14 +98,15 @@ dmas = <&xdmac 1 DMA_PERID_SPI0_TX>, <&xdmac 2 DMA_PERID_SPI0_RX>; dma-names = "tx", "rx"; + status = "okay"; }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt { @@ -123,33 +118,30 @@ zephyr_udc0: &usbhs { }; &gmac { - status = "okay"; - pinctrl-0 = <&gmac_rmii>; pinctrl-names = "default"; mac-eeprom = <&eeprom>; phy-handle = <&phy>; + status = "okay"; }; &mdio { - status = "okay"; - pinctrl-0 = <&mdio_default>; pinctrl-names = "default"; + status = "okay"; phy: ethernet-phy@0 { compatible = "ethernet-phy"; - status = "okay"; reg = <0>; + status = "okay"; }; }; &pwm0 { - status = "okay"; - pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -163,39 +155,38 @@ zephyr_udc0: &usbhs { * is reserved for the bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 0x00010000>; + label = "mcuboot"; read-only; }; /* From sector 1 to sector 7 (included): slot0 (896 kbytes) */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 0x000e0000>; + label = "image-0"; }; /* From sector 8 to sector 14 (included): slot1 (896 kbytes) */ slot1_partition: partition@100000 { - label = "image-1"; reg = <0x00100000 0x000e0000>; + label = "image-1"; }; /* Sector 15: scratch (128 kbytes) */ scratch_partition: partition@1e0000 { - label = "image-scratch"; reg = <0x001e0000 0x00020000>; + label = "image-scratch"; }; }; }; &ssc { - status = "okay"; - pinctrl-0 = <&ssc_default>; pinctrl-names = "default"; dma-names = "rx", "tx"; dmas = <&xdmac 22 DMA_PERID_SSC_RX>, <&xdmac 23 DMA_PERID_SSC_TX>; + status = "okay"; }; &xdmac { @@ -203,10 +194,9 @@ zephyr_udc0: &usbhs { }; &can0 { - status = "okay"; - pinctrl-0 = <&can0_default>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -242,11 +232,10 @@ zephyr_udc0: &usbhs { }; &hsmci { - status = "okay"; - pinctrl-names = "default"; pinctrl-0 = <&hsmci_default>; cd-gpios = <&pioc 16 GPIO_ACTIVE_LOW>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained_same70q21.dts b/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained_same70q21.dts index 9ca18e32927c0..d66b63d719bfa 100644 --- a/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained_same70q21.dts +++ b/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained_same70q21.dts @@ -12,6 +12,6 @@ #include "sam_e70_xplained-common.dtsi" / { - model = "Atmel SAM E70 Xplained board"; compatible = "atmel,sam_e70_xplained", "atmel,same70q21", "atmel,same70"; + model = "Atmel SAM E70 Xplained board"; }; diff --git a/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained_same70q21b.dts b/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained_same70q21b.dts index 50bd89a5ed343..d7712891440ce 100644 --- a/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained_same70q21b.dts +++ b/boards/atmel/sam/sam_e70_xplained/sam_e70_xplained_same70q21b.dts @@ -11,6 +11,6 @@ #include "sam_e70_xplained-common.dtsi" / { - model = "Atmel SAM E70B Xplained board"; compatible = "atmel,sam_e70b_xplained", "atmel,same70q21b", "atmel,same70b"; + model = "Atmel SAM E70B Xplained board"; }; diff --git a/boards/atmel/sam/sam_v71_xult/sam_v71_xult-common.dtsi b/boards/atmel/sam/sam_v71_xult/sam_v71_xult-common.dtsi index de60c6c15939f..bff4baa8430b7 100644 --- a/boards/atmel/sam/sam_v71_xult/sam_v71_xult-common.dtsi +++ b/boards/atmel/sam/sam_v71_xult/sam_v71_xult-common.dtsi @@ -174,17 +174,15 @@ }; &afec0 { - status = "okay"; - pinctrl-0 = <&afec0_default>; pinctrl-names = "default"; + status = "okay"; }; &afec1 { - status = "okay"; - pinctrl-0 = <&afec1_default>; pinctrl-names = "default"; + status = "okay"; }; &dacc { @@ -192,10 +190,9 @@ }; &twihs0 { - status = "okay"; - pinctrl-0 = <&twihs0_default>; pinctrl-names = "default"; + status = "okay"; eeprom: eeprom@5f { compatible = "atmel,24mac402"; @@ -204,15 +201,12 @@ }; &twihs2 { - status = "okay"; - pinctrl-0 = <&twihs2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; - pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; @@ -221,22 +215,23 @@ dmas = <&xdmac 1 DMA_PERID_SPI0_TX>, <&xdmac 2 DMA_PERID_SPI0_RX>; dma-names = "tx", "rx"; + status = "okay"; }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; &uart3 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart3_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt { @@ -248,33 +243,30 @@ zephyr_udc0: &usbhs { }; &gmac { - status = "okay"; - pinctrl-0 = <&gmac_rmii>; pinctrl-names = "default"; mac-eeprom = <&eeprom>; phy-handle = <&phy>; + status = "okay"; }; &mdio { - status = "okay"; - pinctrl-0 = <&mdio_default>; pinctrl-names = "default"; + status = "okay"; phy: ethernet-phy@0 { compatible = "ethernet-phy"; - status = "okay"; reg = <0>; + status = "okay"; }; }; &pwm0 { - status = "okay"; - pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &pioa { @@ -308,46 +300,44 @@ zephyr_udc0: &usbhs { * is reserved for the bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 0x00010000>; + label = "mcuboot"; read-only; }; /* From sector 1 to sector 7 (included): slot0 (896 kbytes) */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 0x000e0000>; + label = "image-0"; }; /* From sector 8 to sector 14 (included): slot1 (896 kbytes) */ slot1_partition: partition@100000 { - label = "image-1"; reg = <0x00100000 0x000e0000>; + label = "image-1"; }; /* Sector 15: scratch (128 kbytes) */ scratch_partition: partition@1e0000 { - label = "image-scratch"; reg = <0x001e0000 0x00020000>; + label = "image-scratch"; }; }; }; &ssc { - status = "okay"; - pinctrl-0 = <&ssc_default>; pinctrl-names = "default"; dma-names = "rx", "tx"; dmas = <&xdmac 22 DMA_PERID_SSC_RX>, <&xdmac 23 DMA_PERID_SSC_TX>; + status = "okay"; }; &can1 { - status = "okay"; - pinctrl-0 = <&can1_default>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -359,11 +349,10 @@ zephyr_udc0: &usbhs { }; &hsmci { - status = "okay"; - pinctrl-names = "default"; pinctrl-0 = <&hsmci_default>; cd-gpios = <&piod 18 GPIO_ACTIVE_LOW>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/atmel/sam/sam_v71_xult/sam_v71_xult_samv71q21.dts b/boards/atmel/sam/sam_v71_xult/sam_v71_xult_samv71q21.dts index ed06c0752b032..0a1bb2a664d56 100644 --- a/boards/atmel/sam/sam_v71_xult/sam_v71_xult_samv71q21.dts +++ b/boards/atmel/sam/sam_v71_xult/sam_v71_xult_samv71q21.dts @@ -12,6 +12,6 @@ #include "sam_v71_xult-common.dtsi" / { - model = "Atmel SAM V71 Xplained Ultra board"; compatible = "atmel,sam_v71_xult", "atmel,samv71q21", "atmel,samv71"; + model = "Atmel SAM V71 Xplained Ultra board"; }; diff --git a/boards/atmel/sam/sam_v71_xult/sam_v71_xult_samv71q21b.dts b/boards/atmel/sam/sam_v71_xult/sam_v71_xult_samv71q21b.dts index 313093defd842..f9805cd7a34c4 100644 --- a/boards/atmel/sam/sam_v71_xult/sam_v71_xult_samv71q21b.dts +++ b/boards/atmel/sam/sam_v71_xult/sam_v71_xult_samv71q21b.dts @@ -11,6 +11,6 @@ #include "sam_v71_xult-common.dtsi" / { - model = "Atmel SAM V71B Xplained Ultra board"; compatible = "atmel,sam_v71_xult", "atmel,samv71q21b", "atmel,samv71b"; + model = "Atmel SAM V71B Xplained Ultra board"; }; diff --git a/boards/atmel/sam0/samc21n_xpro/samc21n_xpro.dts b/boards/atmel/sam0/samc21n_xpro/samc21n_xpro.dts index 6b7f20c1af526..7c842a4ba836f 100644 --- a/boards/atmel/sam0/samc21n_xpro/samc21n_xpro.dts +++ b/boards/atmel/sam0/samc21n_xpro/samc21n_xpro.dts @@ -13,8 +13,8 @@ #include / { - model = "SAM C21N Xplained Pro"; compatible = "samc21n,xpro", "atmel,samc21n18a", "atmel,samc21"; + model = "SAM C21N Xplained Pro"; chosen { zephyr,console = &sercom4; @@ -65,9 +65,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc1 { @@ -76,25 +76,24 @@ }; &tcc2 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; prescaler = <256>; #pwm-cells = <2>; pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &rtc { - status = "okay"; counter-mode = "clock"; prescaler = <1024>; atmel,assigned-clocks = <&osc32kctrl 4>; + status = "okay"; }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <9600>; rxpo = <1>; @@ -102,10 +101,10 @@ pinctrl-0 = <&sercom0_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -113,10 +112,10 @@ pinctrl-0 = <&sercom1_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -124,10 +123,10 @@ pinctrl-0 = <&sercom2_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -135,10 +134,10 @@ pinctrl-0 = <&sercom4_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <2>; @@ -147,6 +146,7 @@ pinctrl-0 = <&sercom5_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -161,17 +161,16 @@ * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 0x00004000>; + label = "storage"; }; }; }; &can0 { - status = "okay"; - pinctrl-0 = <&can0_default>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; diff --git a/boards/atmel/sam0/samd20_xpro/samd20_xpro.dts b/boards/atmel/sam0/samd20_xpro/samd20_xpro.dts index 69517f4aabb21..ef1619c9a9eda 100644 --- a/boards/atmel/sam0/samd20_xpro/samd20_xpro.dts +++ b/boards/atmel/sam0/samd20_xpro/samd20_xpro.dts @@ -13,8 +13,8 @@ #include / { - model = "SAM D20 Xplained Pro"; compatible = "samd20,xpro", "atmel,samd20j18", "atmel,samd20"; + model = "SAM D20 Xplained Pro"; chosen { zephyr,console = &sercom3; @@ -55,13 +55,12 @@ }; &rtc { - status = "okay"; counter-mode = "clock"; prescaler = <1024>; + status = "okay"; }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <1>; @@ -71,10 +70,10 @@ pinctrl-0 = <&sercom0_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -82,10 +81,10 @@ pinctrl-0 = <&sercom2_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -93,10 +92,10 @@ pinctrl-0 = <&sercom3_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -104,6 +103,7 @@ pinctrl-0 = <&sercom4_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -118,8 +118,8 @@ * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/atmel/sam0/samd21_xpro/samd21_xpro.dts b/boards/atmel/sam0/samd21_xpro/samd21_xpro.dts index 7b6aac474c9ae..e4cef57e8315e 100644 --- a/boards/atmel/sam0/samd21_xpro/samd21_xpro.dts +++ b/boards/atmel/sam0/samd21_xpro/samd21_xpro.dts @@ -13,8 +13,8 @@ #include / { - model = "SAM D21 Xplained Pro"; compatible = "samd21,xpro", "atmel,samd21j18a", "atmel,samd21"; + model = "SAM D21 Xplained Pro"; chosen { zephyr,console = &sercom3; @@ -64,7 +64,6 @@ }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; /* Gives a maximum period of 1.4s */ prescaler = <4>; @@ -72,16 +71,16 @@ pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &rtc { - status = "okay"; counter-mode = "clock"; prescaler = <1024>; + status = "okay"; }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <9600>; rxpo = <3>; @@ -89,10 +88,10 @@ pinctrl-0 = <&sercom0_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -100,10 +99,10 @@ pinctrl-0 = <&sercom1_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -111,10 +110,10 @@ pinctrl-0 = <&sercom2_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -122,10 +121,10 @@ pinctrl-0 = <&sercom3_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <2>; @@ -134,11 +133,11 @@ pinctrl-0 = <&sercom5_spi_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/atmel/sam0/same54_xpro/same54_xpro.dts b/boards/atmel/sam0/same54_xpro/same54_xpro.dts index ba942e3aa8c1d..4dabf02e60020 100644 --- a/boards/atmel/sam0/same54_xpro/same54_xpro.dts +++ b/boards/atmel/sam0/same54_xpro/same54_xpro.dts @@ -11,8 +11,8 @@ #include / { - model = "SAM E54 Xplained Pro"; compatible = "same54,xpro", "atmel,same54p20a", "atmel,same54"; + model = "SAM E54 Xplained Pro"; chosen { zephyr,console = &sercom2; @@ -62,7 +62,6 @@ }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; /* Gives a maximum period of 1.1s for 120MHz main clock */ prescaler = <8>; @@ -70,18 +69,18 @@ pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &rtc { - status = "okay"; counter-mode = "clock"; prescaler = <1024>; atmel,assigned-clocks = <&osc32kctrl 4>; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -91,10 +90,10 @@ pinctrl-0 = <&sercom2_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <3>; dopo = <0>; @@ -103,10 +102,10 @@ pinctrl-0 = <&sercom4_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom7 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -114,6 +113,7 @@ pinctrl-0 = <&sercom7_i2c_default>; pinctrl-names = "default"; + status = "okay"; eeprom: eeprom@5e { compatible = "atmel,24mac402"; @@ -126,9 +126,12 @@ }; &dac0 { - status = "okay"; reference = "intref"; + pinctrl-0 = <&dac0_default>; + pinctrl-names = "default"; + status = "okay"; + channel_0 { oversampling = "OSR_1"; refresh-period = <1>; @@ -140,38 +143,32 @@ refresh-period = <1>; current-control = "CC1M"; }; - - pinctrl-0 = <&dac0_default>; - pinctrl-names = "default"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; &gmac { - status = "okay"; - pinctrl-0 = <&gmac_rmii>; pinctrl-names = "default"; mac-eeprom = <&eeprom>; phy-handle = <&phy>; + status = "okay"; }; &mdio { - status = "okay"; - pinctrl-0 = <&mdio_default>; pinctrl-names = "default"; + status = "okay"; phy: ethernet-phy@0 { compatible = "ethernet-phy"; - status = "okay"; reg = <0>; + status = "okay"; }; }; @@ -187,8 +184,8 @@ zephyr_udc0: &usb0 { * if enabled. */ storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/atmel/sam0/saml21_xpro/saml21_xpro.dts b/boards/atmel/sam0/saml21_xpro/saml21_xpro.dts index 0427946143af9..b8f832a9731e5 100644 --- a/boards/atmel/sam0/saml21_xpro/saml21_xpro.dts +++ b/boards/atmel/sam0/saml21_xpro/saml21_xpro.dts @@ -11,8 +11,8 @@ #include / { - model = "SAM L21 Xplained Pro"; compatible = "saml21,xpro", "atmel,saml21j18b", "atmel,saml21"; + model = "SAM L21 Xplained Pro"; chosen { zephyr,console = &sercom3; @@ -65,7 +65,6 @@ }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; /* Gives a maximum period of 1.4s */ prescaler = <4>; @@ -73,18 +72,18 @@ pinctrl-0 = <&tcc0_default>; pinctrl-names = "default"; + status = "okay"; }; &rtc { - status = "okay"; counter-mode = "clock"; prescaler = <1024>; atmel,assigned-clocks = <&osc32kctrl 4>; + status = "okay"; }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <1>; @@ -93,10 +92,10 @@ pinctrl-0 = <&sercom0_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -104,10 +103,10 @@ pinctrl-0 = <&sercom1_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -115,10 +114,10 @@ pinctrl-0 = <&sercom2_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -126,10 +125,10 @@ pinctrl-0 = <&sercom3_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -137,10 +136,10 @@ pinctrl-0 = <&sercom4_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <1>; @@ -149,11 +148,11 @@ pinctrl-0 = <&sercom5_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb0_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/atmel/sam0/samr21_xpro/samr21_xpro.dts b/boards/atmel/sam0/samr21_xpro/samr21_xpro.dts index bdec094db7cc2..f8aaca423dd75 100644 --- a/boards/atmel/sam0/samr21_xpro/samr21_xpro.dts +++ b/boards/atmel/sam0/samr21_xpro/samr21_xpro.dts @@ -12,8 +12,8 @@ #include / { - model = "SAM R21 Xplained Pro"; compatible = "samr21,xpro", "atmel,samr21g18a", "atmel,samr21"; + model = "SAM R21 Xplained Pro"; chosen { zephyr,console = &sercom0; @@ -122,29 +122,28 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; prescaler = <4>; #pwm-cells = <2>; pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &rtc { - status = "okay"; counter-mode = "clock"; prescaler = <1024>; + status = "okay"; }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -152,10 +151,10 @@ pinctrl-0 = <&sercom0_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -163,10 +162,10 @@ pinctrl-0 = <&sercom1_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-spi"; /* * CS-PB31; MOSI-PB30; MISO-PC19; SCLK-PC18 @@ -181,6 +180,7 @@ pinctrl-names = "default"; cs-gpios = <&portb 31 GPIO_ACTIVE_LOW>; + status = "okay"; ieee802154: rf2xx@0 { compatible = "atmel,rf2xx"; @@ -190,7 +190,6 @@ reset-gpios = <&portb 15 GPIO_ACTIVE_LOW>; slptr-gpios = <&porta 20 GPIO_ACTIVE_HIGH>; dig2-gpios = <&portb 17 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; - status = "okay"; tx-pwr-min = [01 11]; /* -17.0 dBm */ tx-pwr-max = [00 04]; /* 4.0 dBm */ tx-pwr-table = [00 01 03 04 05 05 06 06 @@ -199,11 +198,11 @@ 0c 0c 0d 0d 0d 0d 0d 0d 0d 0d 0e 0e 0e 0e 0e 0e 0e 0e 0e 0e 0e 0e 0f 0f]; + status = "okay"; }; }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <2>; @@ -212,13 +211,13 @@ pinctrl-0 = <&sercom5_spi_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; ext1_spi: &sercom5 {}; @@ -243,8 +242,8 @@ ext2_i2c: &sercom1 {}; * if enabled. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/atmel/sam0/samr34_xpro/samr34_xpro.dts b/boards/atmel/sam0/samr34_xpro/samr34_xpro.dts index ad4600adfc61b..e93581af81516 100644 --- a/boards/atmel/sam0/samr34_xpro/samr34_xpro.dts +++ b/boards/atmel/sam0/samr34_xpro/samr34_xpro.dts @@ -11,8 +11,8 @@ #include / { - model = "SAM R34 Xplained Pro"; compatible = "samr34,xpro", "atmel,samr34j18b", "atmel,samr34"; + model = "SAM R34 Xplained Pro"; chosen { zephyr,console = &sercom0; @@ -65,7 +65,6 @@ }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; /* Gives a maximum period of 1.4s */ prescaler = <4>; @@ -73,18 +72,18 @@ pinctrl-0 = <&tcc0_default>; pinctrl-names = "default"; + status = "okay"; }; &rtc { - status = "okay"; counter-mode = "clock"; prescaler = <1024>; atmel,assigned-clocks = <&osc32kctrl 4>; + status = "okay"; }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -92,10 +91,10 @@ pinctrl-0 = <&sercom0_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -103,6 +102,7 @@ pinctrl-0 = <&sercom1_default>; pinctrl-names = "default"; + status = "okay"; }; /* SERCOM4 is used for the internal LoRa radio */ @@ -111,16 +111,14 @@ }; &lora { - status = "okay"; - tcxo-power-gpios = <&porta 9 GPIO_ACTIVE_HIGH>; /* TCXO_PWR */ tcxo-power-startup-delay-ms = <5>; rfi-enable-gpios = <&porta 13 GPIO_ACTIVE_HIGH>; /* BAND_SEL */ rfo-enable-gpios = <&porta 13 GPIO_ACTIVE_HIGH>; /* BAND_SEL */ + status = "okay"; }; &sercom5 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <1>; @@ -129,11 +127,11 @@ pinctrl-0 = <&sercom5_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb0_default>; pinctrl-names = "default"; + status = "okay"; }; From e8c570c2b9d232dcaa4d0ef8148fc6abb426005d Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:34 +0200 Subject: [PATCH 020/142] devicetree: format files in boards/bbc Applying dts-linter results for format files in boards/bbc Signed-off-by: Kyle Micallef Bonnici --- boards/bbc/microbit/bbc_microbit.dts | 30 +++++++++++----------- boards/bbc/microbit_v2/bbc_microbit_v2.dts | 30 +++++++++++----------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/boards/bbc/microbit/bbc_microbit.dts b/boards/bbc/microbit/bbc_microbit.dts index 019b783acced2..187dff6bd7819 100644 --- a/boards/bbc/microbit/bbc_microbit.dts +++ b/boards/bbc/microbit/bbc_microbit.dts @@ -10,8 +10,8 @@ #include / { - model = "BBC Micro:bit"; compatible = "bbc,microbit"; + model = "BBC Micro:bit"; /* These aliases are provided for compatibility with samples */ aliases { @@ -51,7 +51,6 @@ led_matrix: led_matrix { compatible = "nordic,nrf-led-matrix"; - status = "okay"; width = <5>; height = <5>; pixel-mapping = [00 13 01 14 02 @@ -74,6 +73,7 @@ refresh-frequency = <50>; timer = <&timer2>; pixel-group-size = <3>; + status = "okay"; }; edge_connector: connector { @@ -109,55 +109,55 @@ }; &gpio0 { - status = "okay"; /* * Use the sensing mechanism for all pins by default, as GPIOTE channels * are needed for the LED matrix and the SW PWM. */ sense-edge-mask = <0xffffffff>; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; - /* See https://tech.microbit.org/hardware/i2c/ for board variants */ - /* v1.3 MMA8653FC (= FXOS8700) + MAG3110 */ pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mma8653fc: mma8653fc@1d { compatible = "nxp,fxos8700", "nxp,mma8653fc"; - status = "okay"; reg = <0x1d>; int1-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>; int2-gpios = <&gpio0 27 GPIO_ACTIVE_LOW>; + status = "okay"; }; /* v1.5 variant 1 LSM303AGR */ lsm303agr_magn: lsm303agr-magn@1e { compatible = "st,lis2mdl", "st,lsm303agr-magn"; - status = "disabled"; reg = <0x1e>; irq-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>; /* A3 */ + status = "disabled"; }; lsm303agr_accel: lsm303agr-accel@19 { compatible = "st,lis2dh", "st,lsm303agr-accel"; - status = "disabled"; reg = <0x19>; irq-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; + status = "disabled"; }; + + /* See https://tech.microbit.org/hardware/i2c/ for board variants */ }; &flash0 { @@ -167,28 +167,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 0x1a000>; + label = "image-0"; }; slot1_partition: partition@22000 { - label = "image-1"; reg = <0x00022000 0x1a000>; + label = "image-1"; }; scratch_partition: partition@3c000 { - label = "image-scratch"; reg = <0x0003c000 0x2000>; + label = "image-scratch"; }; storage_partition: partition@3e000 { - label = "storage"; reg = <0x0003e000 0x00002000>; + label = "storage"; }; }; }; diff --git a/boards/bbc/microbit_v2/bbc_microbit_v2.dts b/boards/bbc/microbit_v2/bbc_microbit_v2.dts index 112e857df51a7..ed450d4bd1915 100644 --- a/boards/bbc/microbit_v2/bbc_microbit_v2.dts +++ b/boards/bbc/microbit_v2/bbc_microbit_v2.dts @@ -10,8 +10,8 @@ #include / { - model = "BBC Micro:bit V2"; compatible = "bbc,microbit-v2"; + model = "BBC Micro:bit V2"; /* These aliases are provided for compatibility with samples */ aliases { @@ -51,7 +51,6 @@ led_matrix: led_matrix { compatible = "nordic,nrf-led-matrix"; - status = "okay"; width = <5>; height = <5>; pixel-mapping = [00 01 02 03 04 @@ -73,6 +72,7 @@ timer = <&timer4>; pwm = <&pwm0>; pixel-group-size = <4>; + status = "okay"; }; edge_connector: connector { @@ -115,46 +115,46 @@ }; &pwm1 { - /* buzzer */ - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-1 = <&pwm1_sleep>; pinctrl-names = "default", "sleep"; + /* buzzer */ + status = "okay"; }; &uart0 { compatible = "nordic,nrf-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; - /* See https://tech.microbit.org/hardware/i2c/ for board variants */ - pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lsm303agr_magn: lsm303agr-magn@1e { compatible = "st,lis2mdl", "st,lsm303agr-magn"; - status = "okay"; reg = <0x1e>; irq-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>; /* A3 */ + status = "okay"; }; lsm303agr_accel: lsm303agr-accel@19 { compatible = "st,lis2dh", "st,lsm303agr-accel"; - status = "okay"; reg = <0x19>; irq-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>; + status = "okay"; }; + + /* See https://tech.microbit.org/hardware/i2c/ for board variants */ }; &flash0 { @@ -164,28 +164,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xC000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xA000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007A000 0x00006000>; + label = "storage"; }; }; }; From 5d227c353b229389362f44d59d3ee8960176f3f8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:34 +0200 Subject: [PATCH 021/142] devicetree: format files in boards/bcdevices Applying dts-linter results for format files in boards/bcdevices Signed-off-by: Kyle Micallef Bonnici --- .../blueclover_plt_demo_v2_nrf52832.dts | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/boards/bcdevices/plt_demo_v2/blueclover_plt_demo_v2_nrf52832.dts b/boards/bcdevices/plt_demo_v2/blueclover_plt_demo_v2_nrf52832.dts index f712184c3444b..9a4667afca908 100644 --- a/boards/bcdevices/plt_demo_v2/blueclover_plt_demo_v2_nrf52832.dts +++ b/boards/bcdevices/plt_demo_v2/blueclover_plt_demo_v2_nrf52832.dts @@ -11,8 +11,8 @@ #include / { - model = "Blue Clover PLT Demo Board V2"; compatible = "nordic,blueclover-plt-demo-v2-nrf52832"; + model = "Blue Clover PLT Demo Board V2"; chosen { zephyr,console = &uart0; @@ -69,21 +69,21 @@ }; &uart0 { - status = "okay"; compatible = "nordic,nrf-uart"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; sht3xd@44 { compatible = "sensirion,sht3xd"; @@ -97,20 +97,20 @@ }; &pwm0 { - /* buzzer */ - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + /* buzzer */ + status = "okay"; }; &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; apa102: apa102@0 { compatible = "apa,apa102"; @@ -130,28 +130,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; From 15a2fdf1296e2691a7879144522eda77a19c5d75 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:34 +0200 Subject: [PATCH 022/142] devicetree: format files in boards/beagle Applying dts-linter results for format files in boards/beagle Signed-off-by: Kyle Micallef Bonnici --- .../beaglebone_ai64_j721e_main_r5f0_0.dts | 6 ++-- .../beagleconnect_freedom.dts | 35 +++++++++---------- .../beagle/beagleplay/beagleplay_cc1352p7.dts | 6 ++-- .../beaglev_fire/beaglev_fire_common.dtsi | 4 +-- .../beaglev_fire_polarfire_u54.dts | 2 +- .../beaglev_fire_polarfire_u54_smp.dts | 2 +- .../beagley_ai_j722s_main_r5f0_0.dts | 4 +-- .../beagley_ai_j722s_mcu_r5f0_0.dts | 4 +-- .../pocketbeagle_2_am62_a53-common.dtsi | 4 +-- .../pocketbeagle_2_m4-common.dtsi | 4 +-- .../pocketbeagle_2_mspm0l1105.dts | 2 +- 11 files changed, 36 insertions(+), 37 deletions(-) diff --git a/boards/beagle/beaglebone_ai64/beaglebone_ai64_j721e_main_r5f0_0.dts b/boards/beagle/beaglebone_ai64/beaglebone_ai64_j721e_main_r5f0_0.dts index c8676ebce825c..06c10504af8f2 100644 --- a/boards/beagle/beaglebone_ai64/beaglebone_ai64_j721e_main_r5f0_0.dts +++ b/boards/beagle/beaglebone_ai64/beaglebone_ai64_j721e_main_r5f0_0.dts @@ -13,8 +13,8 @@ #include / { - model = "BeagleBoard.org BeagleBone AI-64"; compatible = "beagle,beaglebone-ai64"; + model = "BeagleBoard.org BeagleBone AI-64"; chosen { zephyr,sram = &atcm; @@ -55,16 +55,16 @@ }; &i2c6 { - status = "okay"; pinctrl-0 = <&i2c6_scl_default &i2c6_sda_default>; pinctrl-names = "default"; + status = "okay"; }; &uart2 { - status = "okay"; pinctrl-0 = <&uart2_tx_default &uart2_rx_default>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &systick_timer { diff --git a/boards/beagle/beagleconnect_freedom/beagleconnect_freedom.dts b/boards/beagle/beagleconnect_freedom/beagleconnect_freedom.dts index 3187a51aceeb8..39e51af86ba44 100644 --- a/boards/beagle/beagleconnect_freedom/beagleconnect_freedom.dts +++ b/boards/beagle/beagleconnect_freedom/beagleconnect_freedom.dts @@ -14,8 +14,8 @@ #define BTN_GPIO_FLAGS (GPIO_ACTIVE_LOW | GPIO_PULL_UP) / { - model = "BeagleConnect Freedom"; compatible = "beagle,beagleconnect-freedom"; + model = "BeagleConnect Freedom"; aliases { led0 = &led0; @@ -59,12 +59,12 @@ */ antenna_mux0: antenna_mux0 { compatible = "skyworks,sky13317"; - status = "okay"; gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>, <&gpio0 30 GPIO_ACTIVE_HIGH>; pinctrl-0 = <&board_ant_tx_pa_off &board_ant_subg_off>; pinctrl-1 = <&board_ant_tx_pa_off &board_ant_subg_on>; pinctrl-2 = <&board_ant_tx_pa_on &board_ant_subg_on>; pinctrl-names = "default", "ant_subg", "ant_subg_pa"; + status = "okay"; }; leds: leds { @@ -76,23 +76,23 @@ }; sens_i2c: sensor-switch { - status = "okay"; compatible = "gpio-i2c-switch"; #address-cells = <1>; #size-cells = <0>; controller = <&i2c0>; gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; + status = "okay"; light: opt3001-light@44 { - status = "okay"; compatible = "ti,opt3001"; reg = <0x44>; + status = "okay"; }; humidity: hdc2010-humidity@41 { - status = "okay"; compatible = "ti,hdc2010"; reg = <0x41>; + status = "okay"; }; }; }; @@ -105,14 +105,14 @@ /* Allocate 56 KiB for mcuboot */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(56)>; + label = "mcuboot"; }; /* Allocate 640 KiB for application */ slot0_partition: partition@e000 { - label = "image-0"; reg = <0x0000e000 DT_SIZE_K(640)>; + label = "image-0"; }; /* (avoid touching CCFG) */ @@ -133,26 +133,26 @@ /* Side away from battery connector (with MSP430) */ &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; + status = "okay"; }; /* Side with battery connector (with CC1352 and not MSP430) */ &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_rx_default &uart1_tx_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_scl_default &i2c0_sda_default>; pinctrl-1 = <&i2c0_scl_sleep &i2c0_sda_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mcu: msp430-usbbridge@4 { compatible = "beagle,usbbridge"; @@ -161,7 +161,6 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_sck_default &spi0_mosi_default &spi0_miso_default &spi0_cs0_default &spi0_cs1_default &spi0_cs2_default>; @@ -169,6 +168,7 @@ cs-gpios = <&gpio0 8 GPIO_ACTIVE_LOW>, // SPI flash <&gpio0 28 GPIO_ACTIVE_LOW>, // mikroBUS port 1 <&gpio0 27 GPIO_ACTIVE_LOW>; // mikroBUS port 2 + status = "okay"; spi_flash0: gd25q16c@0 { compatible = "jedec,spi-nor"; @@ -189,19 +189,19 @@ /* Allocate 640 KiB for application */ slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 DT_SIZE_K(640)>; + label = "image-1"; }; /* Allocate 128 KiB scratch for image swap */ scratch_partition: partition@A0000 { - label = "image-scratch"; reg = <0x000a0000 DT_SIZE_K(128)>; + label = "image-scratch"; }; storage_partition: partition@c0000 { - label = "storage"; reg = <0x000c0000 DT_SIZE_K(1280)>; + label = "storage"; }; }; }; @@ -220,22 +220,21 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; &pwm1 { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; - #address-cells = <1>; #size-cells = <0>; + status = "okay"; /* MB1 AN */ channel@9 { diff --git a/boards/beagle/beagleplay/beagleplay_cc1352p7.dts b/boards/beagle/beagleplay/beagleplay_cc1352p7.dts index 173a2f69eb92d..be713911cf4b8 100644 --- a/boards/beagle/beagleplay/beagleplay_cc1352p7.dts +++ b/boards/beagle/beagleplay/beagleplay_cc1352p7.dts @@ -10,8 +10,8 @@ #include "beagleplay-cc1352p7-pinctrl.dtsi" / { - model = "beagleplay"; compatible = "beagle,beagleplay-cc1352p7"; + model = "beagleplay"; aliases { led0 = &led0; @@ -55,12 +55,12 @@ */ antenna_mux0: antenna_mux0 { compatible = "skyworks,sky13317"; - status = "okay"; gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>, <&gpio0 30 GPIO_ACTIVE_HIGH>; pinctrl-0 = <&board_ant_tx_pa_off &board_ant_subg_off>; pinctrl-1 = <&board_ant_tx_pa_off &board_ant_subg_on>; pinctrl-2 = <&board_ant_tx_pa_on &board_ant_subg_on>; pinctrl-names = "default", "ant_subg", "ant_subg_pa"; + status = "okay"; }; }; @@ -78,10 +78,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; + status = "okay"; }; &rtc { diff --git a/boards/beagle/beaglev_fire/beaglev_fire_common.dtsi b/boards/beagle/beaglev_fire/beaglev_fire_common.dtsi index e961291e952d6..2fd2e695b7fb9 100644 --- a/boards/beagle/beaglev_fire/beaglev_fire_common.dtsi +++ b/boards/beagle/beaglev_fire/beaglev_fire_common.dtsi @@ -10,8 +10,8 @@ #include / { - model = "beagle,beaglev-fire"; compatible = "beagle,beaglev-fire", "microchip,mpfs"; + model = "beagle,beaglev-fire"; aliases {}; @@ -33,9 +33,9 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <150000000>; + status = "okay"; }; &gpio2 { diff --git a/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54.dts b/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54.dts index 36513a8f6517d..19888ac0c3c0d 100644 --- a/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54.dts +++ b/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54.dts @@ -2,8 +2,8 @@ #include "beaglev_fire_common.dtsi" / { - model = "beagle,beaglev-fire"; compatible = "beagle,beaglev-fire", "microchip,mpfs"; + model = "beagle,beaglev-fire"; cpus { cpu@0 { diff --git a/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54_smp.dts b/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54_smp.dts index 9d81bf66e06ec..f1bcf3270432a 100644 --- a/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54_smp.dts +++ b/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54_smp.dts @@ -2,6 +2,6 @@ #include "beaglev_fire_polarfire_u54.dts" / { - model = "beagle,beaglev-fire"; compatible = "beagle,beaglev-fire", "microchip,mpfs"; + model = "beagle,beaglev-fire"; }; diff --git a/boards/beagle/beagley_ai/beagley_ai_j722s_main_r5f0_0.dts b/boards/beagle/beagley_ai/beagley_ai_j722s_main_r5f0_0.dts index ac4d2b46e2ed6..3d65072de2a2f 100644 --- a/boards/beagle/beagley_ai/beagley_ai_j722s_main_r5f0_0.dts +++ b/boards/beagle/beagley_ai/beagley_ai_j722s_main_r5f0_0.dts @@ -12,8 +12,8 @@ #include / { - model = "BeagleBoard.org BeagleY-AI"; compatible = "beagle,beagley-ai"; + model = "BeagleBoard.org BeagleY-AI"; chosen { zephyr,sram = &atcm; @@ -54,10 +54,10 @@ }; &uart1 { - status = "okay"; pinctrl-0 = <&uart1_tx_default &uart1_rx_default>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &systick_timer { diff --git a/boards/beagle/beagley_ai/beagley_ai_j722s_mcu_r5f0_0.dts b/boards/beagle/beagley_ai/beagley_ai_j722s_mcu_r5f0_0.dts index 2c6f9f8c5f4f2..6f6b60900ff30 100644 --- a/boards/beagle/beagley_ai/beagley_ai_j722s_mcu_r5f0_0.dts +++ b/boards/beagle/beagley_ai/beagley_ai_j722s_mcu_r5f0_0.dts @@ -12,8 +12,8 @@ #include / { - model = "BeagleBoard.org BeagleY-AI"; compatible = "beagle,beagley-ai"; + model = "BeagleBoard.org BeagleY-AI"; chosen { zephyr,sram = &atcm; @@ -54,10 +54,10 @@ }; &uart1 { - status = "okay"; pinctrl-0 = <&uart1_tx_default &uart1_rx_default>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &systick_timer { diff --git a/boards/beagle/pocketbeagle_2/pocketbeagle_2_am62_a53-common.dtsi b/boards/beagle/pocketbeagle_2/pocketbeagle_2_am62_a53-common.dtsi index e6240a4a70547..44ea83c658d17 100644 --- a/boards/beagle/pocketbeagle_2/pocketbeagle_2_am62_a53-common.dtsi +++ b/boards/beagle/pocketbeagle_2/pocketbeagle_2_am62_a53-common.dtsi @@ -7,8 +7,8 @@ #include "pocketbeagle_2_am62_a53-pinctrl.dtsi" / { - model = "BeagleBoard.org PocketBeagle 2"; compatible = "beagle,pocketbeagle_2_a53"; + model = "BeagleBoard.org PocketBeagle 2"; chosen { zephyr,console = &main_uart6; @@ -22,8 +22,8 @@ }; ddr0: memory@80000000 { - device_type = "memory"; reg = <0x80000000 DT_SIZE_M(512)>; + device_type = "memory"; #address-cells = <0x1>; #size-cells = <0x1>; diff --git a/boards/beagle/pocketbeagle_2/pocketbeagle_2_m4-common.dtsi b/boards/beagle/pocketbeagle_2/pocketbeagle_2_m4-common.dtsi index f2720e7f7f68e..ddee39b2308f3 100644 --- a/boards/beagle/pocketbeagle_2/pocketbeagle_2_m4-common.dtsi +++ b/boards/beagle/pocketbeagle_2/pocketbeagle_2_m4-common.dtsi @@ -8,8 +8,8 @@ #include "pocketbeagle_2_m4-pinctrl.dtsi" / { - model = "BeagleBoard.org PocketBeagle 2"; compatible = "beagle,pocketbeagle_2_m4"; + model = "BeagleBoard.org PocketBeagle 2"; chosen { /* Split and place TEXT and DATA in I-RAM and D-RAM respectively. `sram_icode` @@ -30,8 +30,8 @@ cpus { cpu@0 { - status = "okay"; clock-frequency = <400000000>; + status = "okay"; }; }; diff --git a/boards/beagle/pocketbeagle_2/pocketbeagle_2_mspm0l1105.dts b/boards/beagle/pocketbeagle_2/pocketbeagle_2_mspm0l1105.dts index c13fbbf7a8e0c..758b783226767 100644 --- a/boards/beagle/pocketbeagle_2/pocketbeagle_2_mspm0l1105.dts +++ b/boards/beagle/pocketbeagle_2/pocketbeagle_2_mspm0l1105.dts @@ -9,8 +9,8 @@ #include / { - model = "BeagleBoard.org PocketBeagle 2"; compatible = "beagle,pocketbeagle_2_mspm0l1105"; + model = "BeagleBoard.org PocketBeagle 2"; chosen { zephyr,sram = &sram0; From 640e7354dbd1a664fbbf3b7243ce4e7941aed8ce Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:34 +0200 Subject: [PATCH 023/142] devicetree: format files in boards/bflb Applying dts-linter results for format files in boards/bflb Signed-off-by: Kyle Micallef Bonnici --- boards/bflb/bl60x/bl604e_iot_dvk/bl604e_iot_dvk.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/bflb/bl60x/bl604e_iot_dvk/bl604e_iot_dvk.dts b/boards/bflb/bl60x/bl604e_iot_dvk/bl604e_iot_dvk.dts index c559df9721886..ae606fcc4b380 100644 --- a/boards/bflb/bl60x/bl604e_iot_dvk/bl604e_iot_dvk.dts +++ b/boards/bflb/bl60x/bl604e_iot_dvk/bl604e_iot_dvk.dts @@ -10,8 +10,8 @@ #include "bl604e_iot_dvk-pinctrl.dtsi" / { - model = "BL604E IOT DVK development board"; compatible = "bflb,bl604"; + model = "BL604E IOT DVK development board"; chosen { zephyr,flash = &flash0; @@ -42,24 +42,24 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x100000>; + label = "image-0"; read-only; }; storage_partition: partition@100000 { - label = "storage"; reg = <0x00100000 (0xF00000 - 0x2000)>; + label = "storage"; }; }; }; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; From be0152b329fc66af02abd374f231f31eda851f26 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:35 +0200 Subject: [PATCH 024/142] devicetree: format files in boards/blues Applying dts-linter results for format files in boards/blues Signed-off-by: Kyle Micallef Bonnici --- boards/blues/cygnet/cygnet.dts | 6 +++--- boards/blues/swan_r5/swan_r5.dts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/blues/cygnet/cygnet.dts b/boards/blues/cygnet/cygnet.dts index 2ae18a5b20252..f15ab35811331 100644 --- a/boards/blues/cygnet/cygnet.dts +++ b/boards/blues/cygnet/cygnet.dts @@ -11,8 +11,8 @@ #include / { - model = "Blues Cygnet"; compatible = "blues,cygnet"; + model = "Blues Cygnet"; chosen { zephyr,console = &lpuart1; @@ -117,9 +117,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -145,8 +145,8 @@ * Reserve the final 16 KiB for file system partition */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/blues/swan_r5/swan_r5.dts b/boards/blues/swan_r5/swan_r5.dts index 795751591c33d..34e5c088778c2 100644 --- a/boards/blues/swan_r5/swan_r5.dts +++ b/boards/blues/swan_r5/swan_r5.dts @@ -11,8 +11,8 @@ #include / { - model = "Blues Wireless Swan board"; compatible = "blues,swan-r5"; + model = "Blues Wireless Swan board"; chosen { zephyr,console = &lpuart1; @@ -169,9 +169,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -189,8 +189,8 @@ zephyr_udc0: &usbotg_fs { /* Reserve last 16KiB for property storage */ storage_partition: partition@1FB000 { - label = "storage"; reg = <0x001FB000 0x00004000>; + label = "storage"; }; }; }; From 752908353cc0099ecd25014e3ee2f9f87e7456dd Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:35 +0200 Subject: [PATCH 025/142] devicetree: format files in boards/brcm Applying dts-linter results for format files in boards/brcm Signed-off-by: Kyle Micallef Bonnici --- boards/brcm/bcm958401m2/bcm958401m2.dts | 2 +- boards/brcm/bcm958402m2/bcm958402m2_bcm58402_a72.dts | 4 ++-- boards/brcm/bcm958402m2/bcm958402m2_bcm58402_m7.dts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/brcm/bcm958401m2/bcm958401m2.dts b/boards/brcm/bcm958401m2/bcm958401m2.dts index ea47dcf1c5732..f93b66fc35112 100644 --- a/boards/brcm/bcm958401m2/bcm958401m2.dts +++ b/boards/brcm/bcm958401m2/bcm958401m2.dts @@ -8,8 +8,8 @@ #include / { - model = "Broadcom BCM958401M2"; compatible = "brcm,valkyrie"; + model = "Broadcom BCM958401M2"; #address-cells = <1>; #size-cells = <1>; diff --git a/boards/brcm/bcm958402m2/bcm958402m2_bcm58402_a72.dts b/boards/brcm/bcm958402m2/bcm958402m2_bcm58402_a72.dts index 3f7ecb54868bf..e56d36d6375db 100644 --- a/boards/brcm/bcm958402m2/bcm958402m2_bcm58402_a72.dts +++ b/boards/brcm/bcm958402m2/bcm958402m2_bcm58402_a72.dts @@ -9,8 +9,8 @@ #include / { - model = "Broadcom BCM958402M2_A72"; compatible = "brcm,viper"; + model = "Broadcom BCM958402M2_A72"; #address-cells = <1>; #size-cells = <1>; @@ -22,6 +22,6 @@ }; &uart1 { - status = "okay"; current-speed = <57600>; + status = "okay"; }; diff --git a/boards/brcm/bcm958402m2/bcm958402m2_bcm58402_m7.dts b/boards/brcm/bcm958402m2/bcm958402m2_bcm58402_m7.dts index dd97aea62e466..5827e883cf9ed 100644 --- a/boards/brcm/bcm958402m2/bcm958402m2_bcm58402_m7.dts +++ b/boards/brcm/bcm958402m2/bcm958402m2_bcm58402_m7.dts @@ -9,8 +9,8 @@ #include / { - model = "Broadcom BCM958402M2_M7"; compatible = "brcm,viper"; + model = "Broadcom BCM958402M2_M7"; #address-cells = <1>; #size-cells = <1>; From ab5e7dab80cf0bdb61ac919ff54f07123ca153b8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:35 +0200 Subject: [PATCH 026/142] devicetree: format files in boards/bytesatwork Applying dts-linter results for format files in boards/bytesatwork Signed-off-by: Kyle Micallef Bonnici --- .../bytesatwork/bytesensi_l/bytesensi_l.dts | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/boards/bytesatwork/bytesensi_l/bytesensi_l.dts b/boards/bytesatwork/bytesensi_l/bytesensi_l.dts index baf7b0209d6c9..3c82b6b5f436c 100644 --- a/boards/bytesatwork/bytesensi_l/bytesensi_l.dts +++ b/boards/bytesatwork/bytesensi_l/bytesensi_l.dts @@ -12,8 +12,8 @@ #include / { - model = "bytesatwork BLE/LORA sensor board"; compatible = "bytesatwork,bytesensi-l"; + model = "bytesatwork BLE/LORA sensor board"; chosen { zephyr,console = &uart0; @@ -37,28 +37,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00005000>; + label = "storage"; }; }; }; @@ -84,25 +84,25 @@ &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; light_sensor: apds9960@39 { - status = "okay"; compatible = "avago,apds9960"; reg = <0x39>; int-gpios = <&gpio0 25 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; temperature_sensor: tmp11x@4a { - status = "okay"; compatible = "ti,tmp11x"; reg = <0x4a>; #address-cells = <1>; #size-cells = <0>; + status = "okay"; eeprom: ti_tmp11x_eeprom@0 { compatible = "ti,tmp11x-eeprom"; @@ -112,31 +112,30 @@ }; gas_sensor: ccs811@5a { - status = "okay"; compatible = "ams,ccs811"; reg = <0x5a>; irq-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>; wake-gpios = <&gpio0 27 GPIO_ACTIVE_LOW>; + status = "okay"; }; pressure_sensor: lps22hb-press@5c { - status = "okay"; compatible = "st,lps22hb-press"; reg = <0x5c>; + status = "okay"; }; }; &spi1 { - status = "okay"; compatible = "nordic,nrf-spi"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>, <&gpio0 5 GPIO_ACTIVE_LOW>; + status = "okay"; lora: lora@0 { - status = "okay"; compatible = "semtech,sx1276"; reg = <0>; reset-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; @@ -146,28 +145,29 @@ <&gpio0 23 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; spi-max-frequency = <1000000>; power-amplifier-output = "pa-boost"; + status = "okay"; }; nor_flash: mx25r6435f@1 { - status = "okay"; compatible = "jedec,spi-nor"; - size = <0x4000000>; reg = <1>; + size = <0x4000000>; spi-max-frequency = <8000000>; - status = "okay"; jedec-id = [c2 28 17]; + status = "okay"; + status = "okay"; }; }; &uart0 { - status = "okay"; current-speed = <9600>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; gnss: u_blox_m8 { - status = "okay"; compatible = "gnss-nmea-generic"; + status = "okay"; }; }; From 535c5eb35c65faba400741929d9207adf39a3eb9 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:35 +0200 Subject: [PATCH 027/142] devicetree: format files in boards/cdns Applying dts-linter results for format files in boards/cdns Signed-off-by: Kyle Micallef Bonnici --- boards/cdns/xt-sim/xt-sim.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/cdns/xt-sim/xt-sim.dts b/boards/cdns/xt-sim/xt-sim.dts index 459cf81daa4dc..5254c6ae623ac 100644 --- a/boards/cdns/xt-sim/xt-sim.dts +++ b/boards/cdns/xt-sim/xt-sim.dts @@ -8,8 +8,8 @@ #include "sample_controller.dtsi" / { - model = "xt-sim"; compatible = "cdns,xtensa-sample-controller"; + model = "xt-sim"; chosen { zephyr,sram = &sram0; From b9809e2cadd9b0bc0e176162f30a50f418f090b4 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:35 +0200 Subject: [PATCH 028/142] devicetree: format files in boards/circuitdojo Applying dts-linter results for format files in boards/circuitdojo Signed-off-by: Kyle Micallef Bonnici --- .../feather/circuitdojo_feather_nrf9160.dts | 2 +- .../feather/circuitdojo_feather_nrf9160_common.dtsi | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/circuitdojo/feather/circuitdojo_feather_nrf9160.dts b/boards/circuitdojo/feather/circuitdojo_feather_nrf9160.dts index 2c9081e2799f4..65dfe9f3e37a2 100644 --- a/boards/circuitdojo/feather/circuitdojo_feather_nrf9160.dts +++ b/boards/circuitdojo/feather/circuitdojo_feather_nrf9160.dts @@ -20,6 +20,6 @@ }; &uart0 { - status = "okay"; current-speed = <1000000>; + status = "okay"; }; diff --git a/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_common.dtsi b/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_common.dtsi index 30f52b3893378..782acaef85720 100644 --- a/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_common.dtsi +++ b/boards/circuitdojo/feather/circuitdojo_feather_nrf9160_common.dtsi @@ -8,8 +8,8 @@ #include / { - model = "Circuit Dojo nRF9160 Feather"; compatible = "circuitdojo,feather-nrf9160"; + model = "Circuit Dojo nRF9160 Feather"; chosen { zephyr,console = &uart0; @@ -105,11 +105,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { @@ -127,11 +127,11 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; pcf85063a@51 { compatible = "nxp,pcf85063a"; @@ -147,19 +147,19 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; w25q32jv: w25q32jv@0 { compatible = "jedec,spi-nor"; From b95d8d9254f35d9ea99d5e48c7512e03893d6fe2 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:35 +0200 Subject: [PATCH 029/142] devicetree: format files in boards/contextualelectronics Applying dts-linter results for format files in boards/contextualelectronics Signed-off-by: Kyle Micallef Bonnici --- .../abc/contextualelectronics_abc.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/contextualelectronics/abc/contextualelectronics_abc.dts b/boards/contextualelectronics/abc/contextualelectronics_abc.dts index 6eebd2d7bf797..8ed37a19125f3 100644 --- a/boards/contextualelectronics/abc/contextualelectronics_abc.dts +++ b/boards/contextualelectronics/abc/contextualelectronics_abc.dts @@ -10,8 +10,8 @@ #include "contextualelectronics_abc-pinctrl.dtsi" / { - model = "nRF52840 BLE Cell"; compatible = "nordic,nrf52840-ble-cell"; + model = "nRF52840 BLE Cell"; chosen { zephyr,console = &uart0; @@ -45,20 +45,17 @@ &uart0 { compatible = "nordic,nrf-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { - status = "okay"; current-speed = <115200>; - /* UART Pin info. */ - /* Use hardware flow control. */ hw-flow-control; @@ -66,31 +63,34 @@ arduino_serial: &uart1 { pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; quectel_bg9x { compatible = "quectel,bg9x"; - status = "okay"; mdm-power-gpios = <&gpio1 5 0>; mdm-reset-gpios = <&gpio1 6 0>; mdm-dtr-gpios = <&gpio0 22 0>; + status = "okay"; }; + + /* UART Pin info. */ }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; /* This SPI device is interfaced with the SD card. */ pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; From e8eb65afddd85855fa06455754312f63e9a9c608 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:36 +0200 Subject: [PATCH 030/142] devicetree: format files in boards/croxel Applying dts-linter results for format files in boards/croxel Signed-off-by: Kyle Micallef Bonnici --- .../croxel_cx1825/croxel_cx1825_nrf52840.dts | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/boards/croxel/croxel_cx1825/croxel_cx1825_nrf52840.dts b/boards/croxel/croxel_cx1825/croxel_cx1825_nrf52840.dts index ebcb17d6f61f2..79593c6c8684b 100644 --- a/boards/croxel/croxel_cx1825/croxel_cx1825_nrf52840.dts +++ b/boards/croxel/croxel_cx1825/croxel_cx1825_nrf52840.dts @@ -10,8 +10,8 @@ #include / { - model = "Croxel CX1825 NRF52840"; compatible = "croxel,cx1825-nrf52840"; + model = "Croxel CX1825 NRF52840"; chosen { zephyr,sram = &sram0; @@ -86,44 +86,44 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; hts221: hts221@5f { compatible = "st,hts221"; - status = "okay"; reg = <0x5f>; drdy-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; + status = "okay"; }; lps22hb: lps22hb-press@5c { compatible = "st,lps22hb-press"; - status = "okay"; reg = <0x5c>; + status = "okay"; }; apds9960: apds9960@39 { compatible = "avago,apds9960"; - status = "okay"; reg = <0x39>; int-gpios = <&gpio0 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; lis3dh: lis3dh@18 { compatible = "st,lis3dh", "st,lis2dh"; - status = "okay"; reg = <0x18>; irq-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; @@ -141,18 +141,18 @@ zephyr_udc0: &usbd { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x0000C000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x00076000>; + label = "image-0"; }; slot1_partition: partition@82000 { - label = "image-1"; reg = <0x00082000 0x00076000>; + label = "image-1"; }; /* @@ -160,8 +160,8 @@ zephyr_udc0: &usbd { * if enabled. */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; From c8d2680049d8c6782f3e3a0a0ac636648c6e5b29 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:36 +0200 Subject: [PATCH 031/142] devicetree: format files in boards/ct Applying dts-linter results for format files in boards/ct Signed-off-by: Kyle Micallef Bonnici --- boards/ct/ctcc/ctcc_nrf52840.dts | 10 +++++----- boards/ct/ctcc/ctcc_nrf9161_common.dtsi | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/boards/ct/ctcc/ctcc_nrf52840.dts b/boards/ct/ctcc/ctcc_nrf52840.dts index aa408b0b2a318..207aaf59879b2 100644 --- a/boards/ct/ctcc/ctcc_nrf52840.dts +++ b/boards/ct/ctcc/ctcc_nrf52840.dts @@ -8,8 +8,8 @@ #include / { - model = "CTHINGS.CO Connectivity Card nRF52840"; compatible = "ct,ctcc-nrf52840"; + model = "CTHINGS.CO Connectivity Card nRF52840"; chosen { zephyr,sram = &sram0; @@ -47,23 +47,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00012000>; + label = "mcuboot"; }; slot0_partition: partition@12000 { - label = "image-0"; reg = <0x00012000 0x00076000>; + label = "image-0"; }; slot1_partition: partition@88000 { - label = "image-1"; reg = <0x00088000 0x00074000>; + label = "image-1"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/ct/ctcc/ctcc_nrf9161_common.dtsi b/boards/ct/ctcc/ctcc_nrf9161_common.dtsi index bc13e2d05fb78..e49226645d738 100644 --- a/boards/ct/ctcc/ctcc_nrf9161_common.dtsi +++ b/boards/ct/ctcc/ctcc_nrf9161_common.dtsi @@ -8,8 +8,8 @@ #include / { - model = "CTHINGS.CO Connectivity Card nRF9161"; compatible = "ct,ctcc-nrf9161"; + model = "CTHINGS.CO Connectivity Card nRF9161"; chosen { zephyr,console = &uart0; @@ -49,30 +49,30 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 16 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r6435: mx25r6435fm2il0@0 { compatible = "jedec,spi-nor"; - status = "disabled"; reg = <0>; spi-max-frequency = <10000000>; size = ; has-dpd; dpd-wakeup-sequence = <30000>, <20>, <30000>; jedec-id = [c2 25 38]; + status = "disabled"; }; }; From 641baae3186d179312c19a18de1da77854a83e63 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:36 +0200 Subject: [PATCH 032/142] devicetree: format files in boards/cypress Applying dts-linter results for format files in boards/cypress Signed-off-by: Kyle Micallef Bonnici --- .../cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0.dts | 4 ++-- .../cy8ckit_062_ble_cy8c6347_m0_0_0_0.overlay | 2 +- .../cy8ckit_062_ble_cy8c6347_m0_1_0_0.overlay | 4 ++-- .../cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.dts | 4 ++-- .../cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m0.dts | 6 +++--- .../cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m4.dts | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0.dts b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0.dts index b4394a6a91042..9bf3993e289e6 100644 --- a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0.dts +++ b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0.dts @@ -11,8 +11,8 @@ #include "cy8ckit_062_ble_common.dtsi" / { - model = "Cypress PSOC 6 BLE Pioneer Kit"; compatible = "cypress,cy8c6xx7_cm0p", "cypress,psoc6"; + model = "Cypress PSOC 6 BLE Pioneer Kit"; chosen { zephyr,sram = &sram0; @@ -25,8 +25,8 @@ }; &spi6 { - status = "okay"; interrupt-parent = <&intmux_ch16>; + status = "okay"; }; arduino_spi: &spi6 {}; diff --git a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_0_0_0.overlay b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_0_0_0.overlay index 9ef0f747cd06a..6857ac25ecd74 100644 --- a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_0_0_0.overlay +++ b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_0_0_0.overlay @@ -17,13 +17,13 @@ }; &uart5 { - status = "okay"; current-speed = <115200>; interrupt-parent = <&intmux_ch21>; pinctrl-0 = <&p5_0_scb5_uart_rx &p5_1_scb5_uart_tx>; pinctrl-names = "default"; + status = "okay"; }; arduino_serial: &uart5 {}; diff --git a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_1_0_0.overlay b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_1_0_0.overlay index 619ab8064fcbf..9635e96115277 100644 --- a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_1_0_0.overlay +++ b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_1_0_0.overlay @@ -18,23 +18,23 @@ }; &uart2 { - status = "okay"; current-speed = <115200>; interrupt-parent = <&intmux_ch21>; pinctrl-0 = <&p9_0_scb2_uart_rx &p9_1_scb2_uart_tx>; pinctrl-names = "default"; + status = "okay"; }; &uart5 { - status = "okay"; current-speed = <115200>; interrupt-parent = <&intmux_ch22>; pinctrl-0 = <&p5_0_scb5_uart_rx &p5_1_scb5_uart_tx>; pinctrl-names = "default"; + status = "okay"; }; arduino_serial: &uart5 {}; diff --git a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.dts b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.dts index 81cd184bb1f70..eefb4ca4591bf 100644 --- a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.dts +++ b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.dts @@ -12,8 +12,8 @@ #include "cy8ckit_062_ble_cy8c6347-pinctrl.dtsi" / { - model = "Cypress PSOC 6 BLE Pioneer Kit"; compatible = "cypress,cy8c6xx7_cm4", "cypress,psoc6"; + model = "Cypress PSOC 6 BLE Pioneer Kit"; aliases { uart-6 = &uart6; @@ -28,9 +28,9 @@ }; &uart6 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&p13_0_scb6_uart_rx &p13_1_scb6_uart_tx>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m0.dts b/boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m0.dts index 67074881b3508..aa7358d68c882 100644 --- a/boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m0.dts +++ b/boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m0.dts @@ -12,8 +12,8 @@ #include "cy8ckit_062_wifi_bt_cy8c6247-pinctrl.dtsi" / { - model = "cy8ckit_062_wifi_bt_m0 with a Cypress PSOC 6 SoC"; compatible = "cypress,cy8ckit_062_wifi_bt_m0", "cypress,PSOC6"; + model = "cy8ckit_062_wifi_bt_m0 with a Cypress PSOC 6 SoC"; aliases { sw0 = &user_bt; @@ -49,8 +49,8 @@ }; &gpio_prt0 { - status = "okay"; interrupt-parent = <&intmux_ch20>; + status = "okay"; }; &gpio_prt13 { @@ -58,11 +58,11 @@ }; &uart6 { - status = "okay"; current-speed = <115200>; interrupt-parent = <&intmux_ch21>; pinctrl-0 = <&p13_0_scb6_uart_rx &p13_1_scb6_uart_tx>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m4.dts b/boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m4.dts index 04bbfa1fb96ac..beb5128cec63d 100644 --- a/boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m4.dts +++ b/boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m4.dts @@ -10,8 +10,8 @@ #include "cy8ckit_062_wifi_bt_cy8c6247-pinctrl.dtsi" / { - model = "cy8ckit_062_wifi_bt_m4 with a Cypress PSOC 6 SoC"; compatible = "cypress,cy8ckit_062_wifi_bt_m4", "cypress,PSOC6"; + model = "cy8ckit_062_wifi_bt_m4 with a Cypress PSOC 6 SoC"; aliases { uart-5 = &uart5; @@ -26,9 +26,9 @@ }; &uart5 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&p5_0_scb5_uart_rx &p5_1_scb5_uart_tx>; pinctrl-names = "default"; + status = "okay"; }; From 49567ea2fcfbb2614a450ae932ed15ca97aacc84 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:36 +0200 Subject: [PATCH 033/142] devicetree: format files in boards/dfrobot Applying dts-linter results for format files in boards/dfrobot Signed-off-by: Kyle Micallef Bonnici --- boards/dfrobot/beetle_rp2040/beetle_rp2040.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/dfrobot/beetle_rp2040/beetle_rp2040.dts b/boards/dfrobot/beetle_rp2040/beetle_rp2040.dts index abaed0e4c68ec..4806f2650069c 100644 --- a/boards/dfrobot/beetle_rp2040/beetle_rp2040.dts +++ b/boards/dfrobot/beetle_rp2040/beetle_rp2040.dts @@ -15,8 +15,8 @@ #include "beetle_rp2040-pinctrl.dtsi" / { - model = "DFRobot Beetle RP2040"; compatible = "dfrobot,beetle_rp2040"; + model = "DFRobot Beetle RP2040"; chosen { zephyr,sram = &sram0; @@ -56,8 +56,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -66,8 +66,8 @@ * size is 2 MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(2) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -79,9 +79,9 @@ &uart1 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &timer { @@ -93,11 +93,11 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@2 { reg = <2>; From 8acb86f86563bc61128be28b1bc0def866d6aca8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:36 +0200 Subject: [PATCH 034/142] devicetree: format files in boards/digilent Applying dts-linter results for format files in boards/digilent Signed-off-by: Kyle Micallef Bonnici --- .../arty_a7_designstart_fpga_cortex_m1.dts | 2 +- .../arty_a7_designstart_fpga_cortex_m3.dts | 2 +- .../arty_a7/dts/arty_a7_arm_designstart.dtsi | 16 ++++++++-------- boards/digilent/zybo/zybo.dts | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/boards/digilent/arty_a7/arty_a7_designstart_fpga_cortex_m1.dts b/boards/digilent/arty_a7/arty_a7_designstart_fpga_cortex_m1.dts index 29bfbc0341b65..5d19c0beeaa8f 100644 --- a/boards/digilent/arty_a7/arty_a7_designstart_fpga_cortex_m1.dts +++ b/boards/digilent/arty_a7/arty_a7_designstart_fpga_cortex_m1.dts @@ -16,9 +16,9 @@ #size-cells = <0>; cpu0: cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m1"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; }; diff --git a/boards/digilent/arty_a7/arty_a7_designstart_fpga_cortex_m3.dts b/boards/digilent/arty_a7/arty_a7_designstart_fpga_cortex_m3.dts index 4191febff6e9c..bdeadd71c237a 100644 --- a/boards/digilent/arty_a7/arty_a7_designstart_fpga_cortex_m3.dts +++ b/boards/digilent/arty_a7/arty_a7_designstart_fpga_cortex_m3.dts @@ -16,9 +16,9 @@ #size-cells = <0>; cpu0: cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m3"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; diff --git a/boards/digilent/arty_a7/dts/arty_a7_arm_designstart.dtsi b/boards/digilent/arty_a7/dts/arty_a7_arm_designstart.dtsi index 516f8e5eb30b8..a8690a0c1b565 100644 --- a/boards/digilent/arty_a7/dts/arty_a7_arm_designstart.dtsi +++ b/boards/digilent/arty_a7/dts/arty_a7_arm_designstart.dtsi @@ -166,16 +166,15 @@ daplink_qspi_mux: daplink_qspi_mux { compatible = "arm,daplink-qspi-mux"; - status = "disabled"; interrupt-parent = <&nvic>; interrupts = <7 0>; mux-gpios = <&daplink_gpio0 0 GPIO_ACTIVE_HIGH>; + status = "disabled"; }; soc { daplink_gpio0: gpio@40010000 { compatible = "xlnx,xps-gpio-1.00.a"; - status = "disabled"; reg = <0x40010000 0x10000>; gpio-controller; #gpio-cells = <2>; @@ -186,11 +185,11 @@ xlnx,gpio-width = <0x20>; xlnx,is-dual = <0x0>; xlnx,tri-default = <0xffffffff>; + status = "disabled"; }; daplink_quad_spi0: spi@40020000 { compatible = "xlnx,xps-spi-2.00.a"; - status = "disabled"; reg = <0x40020000 0x10000>; interrupts = <4 0>; #address-cells = <1>; @@ -198,11 +197,11 @@ xlnx,num-ss-bits = <0x1>; xlnx,num-transfer-bits = <0x8>; + status = "disabled"; }; daplink_single_spi0: spi@40030000 { compatible = "xlnx,xps-spi-2.00.a"; - status = "disabled"; reg = <0x40030000 0x10000>; interrupts = <5 0>; #address-cells = <1>; @@ -210,18 +209,19 @@ xlnx,num-ss-bits = <0x1>; xlnx,num-transfer-bits = <0x8>; + status = "disabled"; }; uartlite0: uartlite@40100000 { compatible = "xlnx,xps-uartlite-1.00.a"; - interrupts = <0 0>; reg = <0x40100000 0x10000>; + interrupts = <0 0>; }; gpio0: gpio@40110000 { compatible = "xlnx,xps-gpio-1.00.a"; - interrupts = <1 0>; reg = <0x40110000 0x10000>; + interrupts = <1 0>; gpio-controller; #gpio-cells = <2>; @@ -246,8 +246,8 @@ gpio1: gpio@40120000 { compatible = "xlnx,xps-gpio-1.00.a"; - interrupts = <2 0>; reg = <0x40120000 0x10000>; + interrupts = <2 0>; gpio-controller; #gpio-cells = <2>; @@ -293,7 +293,6 @@ #size-cells = <1>; fpga_bitstream_partition: partition@0 { - label = "fpga_bitstream"; /* From Xilinx 7 Series FPGA User Guide (UG470) * Table 1-1: Bitstream Length * Bits Bytes (sector multiple) @@ -301,6 +300,7 @@ * A100T: 30,606,304 0x3a8000 */ reg = <0x00000000 0x218000>; + label = "fpga_bitstream"; }; }; }; diff --git a/boards/digilent/zybo/zybo.dts b/boards/digilent/zybo/zybo.dts index 8f3c124267990..f3630c3d4e840 100644 --- a/boards/digilent/zybo/zybo.dts +++ b/boards/digilent/zybo/zybo.dts @@ -12,8 +12,8 @@ #include "zybo-pinctrl.dtsi" / { - model = "Digilent Zybo board"; compatible = "digilent,zynq-zybo", "xlnx,zynq-7000"; + model = "Digilent Zybo board"; #address-cells = <1>; #size-cells = <1>; @@ -36,15 +36,15 @@ #size-cells = <0>; cpu0: cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <0>; + device_type = "cpu"; }; cpu1: cpu@1 { - device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <1>; + device_type = "cpu"; }; }; @@ -80,11 +80,11 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <100000000>; pinctrl-0 = <&pinctrl_uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &psgpio { From dad7c0b9fb573154c3b3943d3287bf87a6293a60 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:36 +0200 Subject: [PATCH 035/142] devicetree: format files in boards/doiting Applying dts-linter results for format files in boards/doiting Signed-off-by: Kyle Micallef Bonnici --- boards/doiting/dt_bl10_devkit/dt_bl10_devkit.dts | 8 ++++---- boards/doiting/dt_xt_zb1_devkit/dt_xt_zb1_devkit.dts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/doiting/dt_bl10_devkit/dt_bl10_devkit.dts b/boards/doiting/dt_bl10_devkit/dt_bl10_devkit.dts index c765bdb2525ab..f34968bd9fc87 100644 --- a/boards/doiting/dt_bl10_devkit/dt_bl10_devkit.dts +++ b/boards/doiting/dt_bl10_devkit/dt_bl10_devkit.dts @@ -9,8 +9,8 @@ #include "dt_bl10_devkit-pinctrl.dtsi" / { - model = "2.4GHz Wi-Fi and BLE coexistence Module Development Kit"; compatible = "bflb,bl602"; + model = "2.4GHz Wi-Fi and BLE coexistence Module Development Kit"; chosen { zephyr,flash = &flash0; @@ -41,24 +41,24 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x100000>; + label = "image-0"; read-only; }; storage_partition: partition@100000 { - label = "storage"; reg = <0x00100000 (0xF00000 - 0x2000)>; + label = "storage"; }; }; }; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/doiting/dt_xt_zb1_devkit/dt_xt_zb1_devkit.dts b/boards/doiting/dt_xt_zb1_devkit/dt_xt_zb1_devkit.dts index 79c17e5574320..d641de967e705 100644 --- a/boards/doiting/dt_xt_zb1_devkit/dt_xt_zb1_devkit.dts +++ b/boards/doiting/dt_xt_zb1_devkit/dt_xt_zb1_devkit.dts @@ -9,8 +9,8 @@ #include "dt_xt_zb1_devkit-pinctrl.dtsi" / { - model = "Zigbee 3.0 and BLE 5.0 Coexistence Module Development Kit"; compatible = "bflb,bl702"; + model = "Zigbee 3.0 and BLE 5.0 Coexistence Module Development Kit"; chosen { zephyr,flash = &flash0; @@ -40,24 +40,24 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x80000>; + label = "image-0"; read-only; }; storage_partition: partition@80000 { - label = "storage"; reg = <0x00080000 (0x80000 - 0x2000)>; + label = "storage"; }; }; }; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; From e97ef32f1e7827b810539579932afbbb9b6441af Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:37 +0200 Subject: [PATCH 036/142] devicetree: format files in boards/dptechnics Applying dts-linter results for format files in boards/dptechnics Signed-off-by: Kyle Micallef Bonnici --- boards/dptechnics/walter/walter_esp32s3_appcpu.dts | 2 +- boards/dptechnics/walter/walter_esp32s3_procpu.dts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/dptechnics/walter/walter_esp32s3_appcpu.dts b/boards/dptechnics/walter/walter_esp32s3_appcpu.dts index e7e6ff46a86f2..63ab71c1c54ca 100644 --- a/boards/dptechnics/walter/walter_esp32s3_appcpu.dts +++ b/boards/dptechnics/walter/walter_esp32s3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "DPTechnics Walter APPCPU"; compatible = "espressif,esp32s3"; + model = "DPTechnics Walter APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/dptechnics/walter/walter_esp32s3_procpu.dts b/boards/dptechnics/walter/walter_esp32s3_procpu.dts index bed299d884a0f..239a2855e29a7 100644 --- a/boards/dptechnics/walter/walter_esp32s3_procpu.dts +++ b/boards/dptechnics/walter/walter_esp32s3_procpu.dts @@ -10,8 +10,8 @@ #include / { - model = "DPTechnics Walter PROCPU"; compatible = "espressif,esp32s3"; + model = "DPTechnics Walter PROCPU"; aliases { modem = &modem; @@ -40,17 +40,17 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; hw-flow-control; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; modem: modem { - status = "okay"; compatible = "sqn,gm02s"; mdm-reset-gpios = <&gpio1 13 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>; mdm-wake-gpios = <&gpio1 14 (GPIO_OPEN_SOURCE | GPIO_ACTIVE_HIGH)>; + status = "okay"; }; }; @@ -77,17 +77,17 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &twai { From 59c5ac2ee05bb251dd52cbab75e487bf86cb67f9 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:37 +0200 Subject: [PATCH 037/142] devicetree: format files in boards/dragino Applying dts-linter results for format files in boards/dragino Signed-off-by: Kyle Micallef Bonnici --- boards/dragino/lsn50/dragino_lsn50.dts | 2 +- boards/dragino/nbsn95/dragino_nbsn95.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/dragino/lsn50/dragino_lsn50.dts b/boards/dragino/lsn50/dragino_lsn50.dts index 6e7ab61f4844c..a9dccac2f332d 100644 --- a/boards/dragino/lsn50/dragino_lsn50.dts +++ b/boards/dragino/lsn50/dragino_lsn50.dts @@ -9,8 +9,8 @@ #include / { - model = "Dragino LSN50 LoRA Sensor Node"; compatible = "vendor,dragino"; + model = "Dragino LSN50 LoRA Sensor Node"; chosen { zephyr,console = &usart1; diff --git a/boards/dragino/nbsn95/dragino_nbsn95.dts b/boards/dragino/nbsn95/dragino_nbsn95.dts index b20a7e27749c3..b32f0e04e1f94 100644 --- a/boards/dragino/nbsn95/dragino_nbsn95.dts +++ b/boards/dragino/nbsn95/dragino_nbsn95.dts @@ -9,8 +9,8 @@ #include / { - model = "Dragino NBSN95 NB-IoT Sensor Node"; compatible = "vendor,dragino"; + model = "Dragino NBSN95 NB-IoT Sensor Node"; chosen { zephyr,console = &usart2; From 483c0f5a1b81cea3414864e110b931ea4138f303 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:37 +0200 Subject: [PATCH 038/142] devicetree: format files in boards/ebyte Applying dts-linter results for format files in boards/ebyte Signed-off-by: Kyle Micallef Bonnici --- boards/ebyte/e73_tbb/ebyte_e73_tbb_nrf52832.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/ebyte/e73_tbb/ebyte_e73_tbb_nrf52832.dts b/boards/ebyte/e73_tbb/ebyte_e73_tbb_nrf52832.dts index cb06d4ef06c28..9181464e4244b 100644 --- a/boards/ebyte/e73_tbb/ebyte_e73_tbb_nrf52832.dts +++ b/boards/ebyte/e73_tbb/ebyte_e73_tbb_nrf52832.dts @@ -12,8 +12,8 @@ #include / { - model = "EBYTE E73-TBB NRF52832"; compatible = "ebyte,e73-tbb-nrf52832"; + model = "EBYTE E73-TBB NRF52832"; chosen { zephyr,console = &uart0; @@ -93,19 +93,19 @@ }; &uart0 { - status = "okay"; compatible = "nordic,nrf-uarte"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -115,28 +115,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; From 00f94d6ccc1b2766da06bc1f9c2e86eccf05fa12 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:37 +0200 Subject: [PATCH 039/142] devicetree: format files in boards/efinix Applying dts-linter results for format files in boards/efinix Signed-off-by: Kyle Micallef Bonnici --- boards/efinix/titanium_ti60_f225/titanium_ti60_f225.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/efinix/titanium_ti60_f225/titanium_ti60_f225.dts b/boards/efinix/titanium_ti60_f225/titanium_ti60_f225.dts index b1117aa22edcd..305d2583c6601 100644 --- a/boards/efinix/titanium_ti60_f225/titanium_ti60_f225.dts +++ b/boards/efinix/titanium_ti60_f225/titanium_ti60_f225.dts @@ -9,8 +9,8 @@ #include / { - model = "Efinix Titanium Ti60 F225"; compatible = "efinix,titanium-ti60-f225"; + model = "Efinix Titanium Ti60 F225"; chosen { zephyr,console = &uart0; @@ -43,8 +43,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &gpio0 { From d403b42419d3434d397118ca5cc63c6099b00f75 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:37 +0200 Subject: [PATCH 040/142] devicetree: format files in boards/electronut Applying dts-linter results for format files in boards/electronut Signed-off-by: Kyle Micallef Bonnici --- boards/electronut/nrf52840_blip/nrf52840_blip.dts | 12 ++++++------ boards/electronut/nrf52840_papyr/nrf52840_papyr.dts | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/boards/electronut/nrf52840_blip/nrf52840_blip.dts b/boards/electronut/nrf52840_blip/nrf52840_blip.dts index fc78f3447abf7..9acf8181ae090 100644 --- a/boards/electronut/nrf52840_blip/nrf52840_blip.dts +++ b/boards/electronut/nrf52840_blip/nrf52840_blip.dts @@ -14,8 +14,8 @@ #include / { - model = "Electronut Labs Blip"; compatible = "nordic,pca10056-dk"; + model = "Electronut Labs Blip"; chosen { zephyr,console = &uart0; @@ -92,18 +92,18 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -126,25 +126,25 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi3 { - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/electronut/nrf52840_papyr/nrf52840_papyr.dts b/boards/electronut/nrf52840_papyr/nrf52840_papyr.dts index 04ae063bb4792..a255906933812 100644 --- a/boards/electronut/nrf52840_papyr/nrf52840_papyr.dts +++ b/boards/electronut/nrf52840_papyr/nrf52840_papyr.dts @@ -11,8 +11,8 @@ #include / { - model = "Papyr"; compatible = "nordic,pca10056-dk"; + model = "Papyr"; chosen { zephyr,console = &uart0; @@ -114,33 +114,33 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { From 21f509e8db24ca808af56472e716e7fd2f8b6c6e Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:37 +0200 Subject: [PATCH 041/142] devicetree: format files in boards/element14 Applying dts-linter results for format files in boards/element14 Signed-off-by: Kyle Micallef Bonnici --- boards/element14/warp7/warp7_mcimx7d_m4.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/element14/warp7/warp7_mcimx7d_m4.dts b/boards/element14/warp7/warp7_mcimx7d_m4.dts index 2ae4e4b7676b2..89998e43403a2 100644 --- a/boards/element14/warp7/warp7_mcimx7d_m4.dts +++ b/boards/element14/warp7/warp7_mcimx7d_m4.dts @@ -11,8 +11,8 @@ #include / { - model = "WaRP7 IMX7S board"; compatible = "nxp,mcimx7d_m4"; + model = "WaRP7 IMX7S board"; aliases { sw0 = &user_switch_1; @@ -39,19 +39,19 @@ }; &uart2 { - status = "okay"; current-speed = <115200>; modem-mode = <0>; pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "okay"; }; &uart6 { - status = "okay"; current-speed = <115200>; modem-mode = <0>; pinctrl-0 = <&uart6_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio7 { @@ -74,9 +74,9 @@ }; &i2c4 { - status = "okay"; pinctrl-0 = <&i2c4_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1e { compatible = "nxp,fxos8700"; From c54836cbb0cf91e8368b5c12701b838290897775 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:37 +0200 Subject: [PATCH 042/142] devicetree: format files in boards/embedsky Applying dts-linter results for format files in boards/embedsky Signed-off-by: Kyle Micallef Bonnici --- boards/embedsky/tq_h503a/tq_h503a.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/embedsky/tq_h503a/tq_h503a.dts b/boards/embedsky/tq_h503a/tq_h503a.dts index 3068fc36c7302..55040382d1e5a 100644 --- a/boards/embedsky/tq_h503a/tq_h503a.dts +++ b/boards/embedsky/tq_h503a/tq_h503a.dts @@ -9,8 +9,8 @@ #include / { - model = "TQ H503A board"; compatible = "embedsky,tq-h503a"; + model = "TQ H503A board"; #address-cells = <1>; #size-cells = <1>; From e07622d9d50969bb219b9b211295107d9c20c818 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:38 +0200 Subject: [PATCH 043/142] devicetree: format files in boards/enclustra Applying dts-linter results for format files in boards/enclustra Signed-off-by: Kyle Micallef Bonnici --- boards/enclustra/mercury_xu/mercury_xu.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/enclustra/mercury_xu/mercury_xu.dts b/boards/enclustra/mercury_xu/mercury_xu.dts index ddd7c43d8498c..f2a3a719521ab 100644 --- a/boards/enclustra/mercury_xu/mercury_xu.dts +++ b/boards/enclustra/mercury_xu/mercury_xu.dts @@ -9,8 +9,8 @@ #include "mercury_xu-pinctrl.dtsi" / { - model = "Mercury XU"; compatible = "enclustra,mercury_xu"; + model = "Mercury XU"; sram0: memory@0 { compatible = "mmio-sram"; @@ -25,17 +25,17 @@ }; fpga0: fpga { - status = "okay"; compatible = "xlnx,fpga"; + status = "okay"; }; }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <99999901>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { @@ -44,8 +44,8 @@ }; &ttc0 { - status = "okay"; clock-frequency = <5000000>; + status = "okay"; }; &psgpio { From 98235fe5fef53da784004aac5e331a4e68b04505 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:38 +0200 Subject: [PATCH 044/142] devicetree: format files in boards/ene Applying dts-linter results for format files in boards/ene Signed-off-by: Kyle Micallef Bonnici --- boards/ene/kb1062_evb/kb1062_evb.dts | 4 ++-- boards/ene/kb1200_evb/kb1200_evb.dts | 30 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/boards/ene/kb1062_evb/kb1062_evb.dts b/boards/ene/kb1062_evb/kb1062_evb.dts index ec6d2f19bb498..e053c4efe7947 100644 --- a/boards/ene/kb1062_evb/kb1062_evb.dts +++ b/boards/ene/kb1062_evb/kb1062_evb.dts @@ -12,8 +12,8 @@ #include / { - model = "KB1062 board"; compatible = "ene,kb1062"; + model = "KB1062 board"; aliases { uart0 = &uart0; @@ -55,10 +55,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&ser0_tx_gpio16 &ser0_rx_gpio17>; pinctrl-names = "default"; + status = "okay"; }; &gpio0x1x { diff --git a/boards/ene/kb1200_evb/kb1200_evb.dts b/boards/ene/kb1200_evb/kb1200_evb.dts index fb1c87a36b8fa..b0f0c0d13d0c4 100644 --- a/boards/ene/kb1200_evb/kb1200_evb.dts +++ b/boards/ene/kb1200_evb/kb1200_evb.dts @@ -12,8 +12,8 @@ #include / { - model = "KB1200 board"; compatible = "ene,kb1200"; + model = "KB1200 board"; aliases { uart0 = &uart0; @@ -57,22 +57,22 @@ &uart0 { pinctrl-0 = <&uart0_tx_gpio03 &uart0_rx_gpio01>; pinctrl-names = "default"; - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart1 { pinctrl-0 = <&uart1_tx_gpio36 &uart1_rx_gpio28>; pinctrl-names = "default"; - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart2 { pinctrl-0 = <&uart2_tx_gpio04 &uart2_rx_gpio55>; pinctrl-names = "default"; - status = "okay"; current-speed = <115200>; + status = "okay"; }; &gpio0x1x { @@ -80,65 +80,65 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_gpio0a &adc1_gpio0b &adc2_gpio0c &adc3_gpio0d>; pinctrl-names = "default"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_gpio3a>; pinctrl-names = "default"; + status = "okay"; }; &pwm4 { - status = "okay"; pinctrl-0 = <&pwm4_gpio31>; pinctrl-names = "default"; + status = "okay"; }; &pwm5 { - status = "okay"; pinctrl-0 = <&pwm5_gpio30>; pinctrl-names = "default"; + status = "okay"; }; &pwm6 { - status = "okay"; pinctrl-0 = <&pwm6_gpio37>; pinctrl-names = "default"; + status = "okay"; }; &tach0 { - status = "okay"; pinctrl-0 = <&tach0_gpio48>; pinctrl-names = "default"; pulses-per-round = <2>; sample-time-us = <2>; + status = "okay"; }; &tach1 { - status = "okay"; pinctrl-0 = <&tach1_gpio4e>; pinctrl-names = "default"; pulses-per-round = <1>; sample-time-us = <8>; + status = "okay"; }; &tach2 { - status = "okay"; pinctrl-0 = <&tach2_gpio0e>; pinctrl-names = "default"; pulses-per-round = <2>; sample-time-us = <16>; + status = "okay"; }; &tach3 { - status = "okay"; pinctrl-0 = <&tach3_gpio43>; pinctrl-names = "default"; pulses-per-round = <1>; sample-time-us = <64>; + status = "okay"; }; &wdt0 { @@ -146,15 +146,15 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_clk_gpio2c &i2c0_dat_gpio2d>; pinctrl-names = "default"; + status = "okay"; }; &i2c8 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c8_clk_gpio70 &i2c8_dat_gpio71>; pinctrl-names = "default"; + status = "okay"; }; From 1ad5a5bf8d52f923dd9114443c2bdb636b4acc76 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:38 +0200 Subject: [PATCH 045/142] devicetree: format files in boards/enjoydigital Applying dts-linter results for format files in boards/enjoydigital Signed-off-by: Kyle Micallef Bonnici --- boards/enjoydigital/litex_vexriscv/litex_vexriscv.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/enjoydigital/litex_vexriscv/litex_vexriscv.dts b/boards/enjoydigital/litex_vexriscv/litex_vexriscv.dts index 4f94a15fad6ba..a3211759d5bb0 100644 --- a/boards/enjoydigital/litex_vexriscv/litex_vexriscv.dts +++ b/boards/enjoydigital/litex_vexriscv/litex_vexriscv.dts @@ -9,8 +9,8 @@ #include / { - model = "LiteX VexRiscV"; compatible = "litex,vexriscv"; + model = "LiteX VexRiscV"; chosen { zephyr,console = &uart0; @@ -23,8 +23,8 @@ }; ram0: memory@40000000 { - device_type = "memory"; reg = <0x40000000 0x10000000>; + device_type = "memory"; }; }; @@ -33,8 +33,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &timer0 { From b7fdac4d5e61708efd6127c995b3808605d385f3 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:39 +0200 Subject: [PATCH 046/142] devicetree: format files in boards/espressif Applying dts-linter results for format files in boards/espressif Signed-off-by: Kyle Micallef Bonnici --- .../esp32_devkitc/esp32_devkitc_appcpu.dts | 2 +- .../esp32_devkitc/esp32_devkitc_procpu.dts | 10 +++++----- .../esp32_ethernet_kit_appcpu.dts | 2 +- .../esp32_ethernet_kit_procpu.dts | 8 ++++---- .../esp32c3_devkitc/esp32c3_devkitc.dts | 12 ++++++------ .../esp32c3_devkitm/esp32c3_devkitm.dts | 12 ++++++------ .../espressif/esp32c3_rust/esp32c3_rust.dts | 8 ++++---- .../esp32c6_devkitc_hpcore.dts | 8 ++++---- .../esp32c6_devkitc_lpcore.dts | 4 ++-- .../esp32h2_devkitm/esp32h2_devkitm.dts | 6 +++--- .../esp32s2_devkitc/esp32s2_devkitc.dts | 10 +++++----- .../espressif/esp32s2_saola/esp32s2_saola.dts | 10 +++++----- .../esp32s3_devkitc_appcpu.dts | 2 +- .../esp32s3_devkitc_procpu.dts | 8 ++++---- .../esp32s3_devkitm_appcpu.dts | 2 +- .../esp32s3_devkitm_procpu.dts | 8 ++++---- .../esp32s3_eye/esp32s3_eye_appcpu.dts | 2 +- .../esp32s3_eye/esp32s3_eye_procpu.dts | 17 ++++++++--------- .../esp8684_devkitm/esp8684_devkitm.dts | 4 ++-- .../esp_wrover_kit/esp_wrover_kit_appcpu.dts | 2 +- .../esp_wrover_kit/esp_wrover_kit_procpu.dts | 19 +++++++++---------- 21 files changed, 77 insertions(+), 79 deletions(-) diff --git a/boards/espressif/esp32_devkitc/esp32_devkitc_appcpu.dts b/boards/espressif/esp32_devkitc/esp32_devkitc_appcpu.dts index 62427d3d2ded6..c9ad2f0021074 100644 --- a/boards/espressif/esp32_devkitc/esp32_devkitc_appcpu.dts +++ b/boards/espressif/esp32_devkitc/esp32_devkitc_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Espressif ESP32-DevkitC APPCPU"; compatible = "espressif,esp32"; + model = "Espressif ESP32-DevkitC APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/espressif/esp32_devkitc/esp32_devkitc_procpu.dts b/boards/espressif/esp32_devkitc/esp32_devkitc_procpu.dts index 7432a24d48ab1..add87eed9ae3a 100644 --- a/boards/espressif/esp32_devkitc/esp32_devkitc_procpu.dts +++ b/boards/espressif/esp32_devkitc/esp32_devkitc_procpu.dts @@ -12,8 +12,8 @@ #include / { - model = "Espressif ESP32-DevkitC PROCPU"; compatible = "espressif,esp32"; + model = "Espressif ESP32-DevkitC PROCPU"; aliases { uart-0 = &uart0; @@ -43,10 +43,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { @@ -82,12 +82,12 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2s0 { @@ -105,17 +105,17 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { diff --git a/boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_appcpu.dts b/boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_appcpu.dts index c4a99a62ef96f..4e7f0a32fb308 100644 --- a/boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_appcpu.dts +++ b/boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Espressif ESP32-Ethernet-Kit APPCPU"; compatible = "espressif,esp32"; + model = "Espressif ESP32-Ethernet-Kit APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_procpu.dts b/boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_procpu.dts index bf2fbbd6d3a7e..951c97354e39f 100644 --- a/boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_procpu.dts +++ b/boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_procpu.dts @@ -10,8 +10,8 @@ #include / { - model = "Espressif ESP32-Ethernet-Kit PROCPU"; compatible = "espressif,esp32"; + model = "Espressif ESP32-Ethernet-Kit PROCPU"; aliases { uart-0 = &uart0; @@ -29,10 +29,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -58,9 +58,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { @@ -89,8 +89,8 @@ phy: ethernet-phy@1 { compatible = "ethernet-phy"; - status = "disabled"; reg = <1>; + status = "disabled"; }; }; diff --git a/boards/espressif/esp32c3_devkitc/esp32c3_devkitc.dts b/boards/espressif/esp32c3_devkitc/esp32c3_devkitc.dts index 627ee822aa669..ed9ecf544b7dd 100644 --- a/boards/espressif/esp32c3_devkitc/esp32c3_devkitc.dts +++ b/boards/espressif/esp32c3_devkitc/esp32c3_devkitc.dts @@ -12,8 +12,8 @@ #include / { - model = "Espressif ESP32C3-DevkitC"; compatible = "espressif,esp32c3"; + model = "Espressif ESP32C3-DevkitC"; chosen { zephyr,sram = &sram1; @@ -42,10 +42,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &usb_serial { @@ -54,10 +54,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -67,9 +67,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -89,10 +89,10 @@ }; &twai { - /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ - status = "disabled"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ + status = "disabled"; }; &esp32_bt_hci { diff --git a/boards/espressif/esp32c3_devkitm/esp32c3_devkitm.dts b/boards/espressif/esp32c3_devkitm/esp32c3_devkitm.dts index 824a214878dbd..0c0512c3843e9 100644 --- a/boards/espressif/esp32c3_devkitm/esp32c3_devkitm.dts +++ b/boards/espressif/esp32c3_devkitm/esp32c3_devkitm.dts @@ -12,8 +12,8 @@ #include / { - model = "Espressif ESP32C3-DevkitM"; compatible = "espressif,esp32c3"; + model = "Espressif ESP32C3-DevkitM"; chosen { zephyr,sram = &sram1; @@ -42,10 +42,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &usb_serial { @@ -54,10 +54,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2s { @@ -73,9 +73,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -95,10 +95,10 @@ }; &twai { - /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ - status = "disabled"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ + status = "disabled"; }; &esp32_bt_hci { diff --git a/boards/espressif/esp32c3_rust/esp32c3_rust.dts b/boards/espressif/esp32c3_rust/esp32c3_rust.dts index 46193c5cd3b74..e32f5550aa02a 100644 --- a/boards/espressif/esp32c3_rust/esp32c3_rust.dts +++ b/boards/espressif/esp32c3_rust/esp32c3_rust.dts @@ -13,8 +13,8 @@ #include / { - model = "Espressif ESP32C3-RUST"; compatible = "espressif,esp32c3_rust"; + model = "Espressif ESP32C3-RUST"; chosen { zephyr,sram = &sram1; @@ -55,13 +55,13 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; /* Workaround to support WS2812 driver */ line-idle-low; status = "okay"; + status = "okay"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; @@ -86,19 +86,19 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; icm42670@68 { compatible = "invensense,icm42670"; reg = <0x68>; - status = "okay"; accel-hz = <800>; accel-fs = <16>; gyro-hz = <800>; gyro-fs = <2000>; + status = "okay"; }; shtc3@70 { diff --git a/boards/espressif/esp32c6_devkitc/esp32c6_devkitc_hpcore.dts b/boards/espressif/esp32c6_devkitc/esp32c6_devkitc_hpcore.dts index 59a271cc8e9ad..226e4f989c9c3 100644 --- a/boards/espressif/esp32c6_devkitc/esp32c6_devkitc_hpcore.dts +++ b/boards/espressif/esp32c6_devkitc/esp32c6_devkitc_hpcore.dts @@ -12,8 +12,8 @@ #include / { - model = "esp32c6_devkitc HP Core"; compatible = "espressif,esp32c6"; + model = "esp32c6_devkitc HP Core"; chosen { zephyr,sram = &sramhp; @@ -41,10 +41,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -52,18 +52,18 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { diff --git a/boards/espressif/esp32c6_devkitc/esp32c6_devkitc_lpcore.dts b/boards/espressif/esp32c6_devkitc/esp32c6_devkitc_lpcore.dts index 739781e692b55..24db3345c4c4b 100644 --- a/boards/espressif/esp32c6_devkitc/esp32c6_devkitc_lpcore.dts +++ b/boards/espressif/esp32c6_devkitc/esp32c6_devkitc_lpcore.dts @@ -9,8 +9,8 @@ #include / { - model = "Espressif ESP32C6-DevkitC LPCORE"; compatible = "espressif,esp32c6"; + model = "Espressif ESP32C6-DevkitC LPCORE"; chosen { zephyr,sram = &sramlp; @@ -21,6 +21,6 @@ }; &lp_uart { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/espressif/esp32h2_devkitm/esp32h2_devkitm.dts b/boards/espressif/esp32h2_devkitm/esp32h2_devkitm.dts index d8a6630a0d6dc..2f57ab72263ba 100644 --- a/boards/espressif/esp32h2_devkitm/esp32h2_devkitm.dts +++ b/boards/espressif/esp32h2_devkitm/esp32h2_devkitm.dts @@ -12,8 +12,8 @@ #include / { - model = "Espressif ESP32H2-DevkitM"; compatible = "espressif,esp32h2"; + model = "Espressif ESP32H2-DevkitM"; chosen { zephyr,sram = &sramhp; @@ -41,10 +41,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -66,9 +66,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { diff --git a/boards/espressif/esp32s2_devkitc/esp32s2_devkitc.dts b/boards/espressif/esp32s2_devkitc/esp32s2_devkitc.dts index c4a151f12f19b..8f409439b5361 100644 --- a/boards/espressif/esp32s2_devkitc/esp32s2_devkitc.dts +++ b/boards/espressif/esp32s2_devkitc/esp32s2_devkitc.dts @@ -13,8 +13,8 @@ #include / { - model = "Espressif ESP32S2_DevKitC"; compatible = "espressif,esp32s2"; + model = "Espressif ESP32S2_DevKitC"; aliases { sw0 = &user_button; @@ -42,10 +42,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -85,10 +85,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { @@ -110,17 +110,17 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { diff --git a/boards/espressif/esp32s2_saola/esp32s2_saola.dts b/boards/espressif/esp32s2_saola/esp32s2_saola.dts index 005a76a0b7c6e..66b089d729d27 100644 --- a/boards/espressif/esp32s2_saola/esp32s2_saola.dts +++ b/boards/espressif/esp32s2_saola/esp32s2_saola.dts @@ -13,8 +13,8 @@ #include / { - model = "Espressif ESP32S2-Saola"; compatible = "espressif,esp32s2"; + model = "Espressif ESP32S2-Saola"; aliases { sw0 = &user_button; @@ -42,10 +42,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -85,10 +85,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { @@ -110,17 +110,17 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { diff --git a/boards/espressif/esp32s3_devkitc/esp32s3_devkitc_appcpu.dts b/boards/espressif/esp32s3_devkitc/esp32s3_devkitc_appcpu.dts index 367fa4317005c..4e63c454079b4 100644 --- a/boards/espressif/esp32s3_devkitc/esp32s3_devkitc_appcpu.dts +++ b/boards/espressif/esp32s3_devkitc/esp32s3_devkitc_appcpu.dts @@ -10,8 +10,8 @@ #include "esp32s3_devkitc-pinctrl.dtsi" / { - model = "Espressif ESP32S3-DevkitC APPCPU"; compatible = "espressif,esp32s3"; + model = "Espressif ESP32S3-DevkitC APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/espressif/esp32s3_devkitc/esp32s3_devkitc_procpu.dts b/boards/espressif/esp32s3_devkitc/esp32s3_devkitc_procpu.dts index aec1f058e43fd..9d6eadb0d56b1 100644 --- a/boards/espressif/esp32s3_devkitc/esp32s3_devkitc_procpu.dts +++ b/boards/espressif/esp32s3_devkitc/esp32s3_devkitc_procpu.dts @@ -12,8 +12,8 @@ #include "esp32s3_devkitc-pinctrl.dtsi" / { - model = "Espressif ESP32S3-DevkitC PROCPU"; compatible = "espressif,esp32s3"; + model = "Espressif ESP32S3-DevkitC PROCPU"; aliases { i2c-0 = &i2c0; @@ -50,10 +50,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -103,17 +103,17 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &twai { diff --git a/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_appcpu.dts b/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_appcpu.dts index 08a9e005be31b..c1eaeba333f50 100644 --- a/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_appcpu.dts +++ b/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_appcpu.dts @@ -10,8 +10,8 @@ #include "esp32s3_devkitm-pinctrl.dtsi" / { - model = "Espressif ESP32S3-DevkitM APPCPU"; compatible = "espressif,esp32s3"; + model = "Espressif ESP32S3-DevkitM APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts b/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts index f3bdfd37d89eb..0323340137389 100644 --- a/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts +++ b/boards/espressif/esp32s3_devkitm/esp32s3_devkitm_procpu.dts @@ -12,8 +12,8 @@ #include "esp32s3_devkitm-pinctrl.dtsi" / { - model = "Espressif ESP32S3-DevkitM PROCPU"; compatible = "espressif,esp32s3"; + model = "Espressif ESP32S3-DevkitM PROCPU"; aliases { i2c-0 = &i2c0; @@ -46,10 +46,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -99,17 +99,17 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &twai { diff --git a/boards/espressif/esp32s3_eye/esp32s3_eye_appcpu.dts b/boards/espressif/esp32s3_eye/esp32s3_eye_appcpu.dts index 8e323c4e46361..dbdaba4d9847c 100644 --- a/boards/espressif/esp32s3_eye/esp32s3_eye_appcpu.dts +++ b/boards/espressif/esp32s3_eye/esp32s3_eye_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Espressif ESP32S3-EYE APPCPU"; compatible = "espressif,esp32s3"; + model = "Espressif ESP32S3-EYE APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/espressif/esp32s3_eye/esp32s3_eye_procpu.dts b/boards/espressif/esp32s3_eye/esp32s3_eye_procpu.dts index 1530a9846b685..232c2f795e4ba 100644 --- a/boards/espressif/esp32s3_eye/esp32s3_eye_procpu.dts +++ b/boards/espressif/esp32s3_eye/esp32s3_eye_procpu.dts @@ -13,8 +13,8 @@ #include / { - model = "Espressif ESP32S3-EYE PROCPU"; compatible = "espressif,esp32s3"; + model = "Espressif ESP32S3-EYE PROCPU"; aliases { i2c-0 = &i2c0; @@ -92,8 +92,8 @@ st7789v: st7789v@0 { compatible = "sitronix,st7789v"; - mipi-max-frequency = <20000000>; reg = <0>; + mipi-max-frequency = <20000000>; width = <240>; height = <240>; x-offset = <0>; @@ -123,16 +123,16 @@ }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; ov2640: ov2640@30 { compatible = "ovti,ov2640"; reg = <0x30>; - status = "okay"; clock-rate-control = <0x80>; + status = "okay"; port { ov2640_ep_out: endpoint { @@ -143,13 +143,13 @@ }; &lcd_cam { - status = "okay"; cam-clk = <10000000>; pinctrl-0 = <&lcd_cam_default>; pinctrl-names = "default"; source = <&ov2640>; dmas = <&dma 2>; dma-names = "rx"; + status = "okay"; port { dvp_ep_in: endpoint { @@ -179,9 +179,9 @@ }; &adc0 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@0 { reg = <0>; @@ -195,9 +195,9 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { @@ -218,12 +218,11 @@ &sdhc { sdhc0: sdhc@0 { - status = "okay"; - pinctrl-0 = <&sdhc0_default>; pinctrl-names = "default"; max-bus-freq = <52000000>; bus-width = <1>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/espressif/esp8684_devkitm/esp8684_devkitm.dts b/boards/espressif/esp8684_devkitm/esp8684_devkitm.dts index dff26f60ab5af..d82c32a2c255f 100644 --- a/boards/espressif/esp8684_devkitm/esp8684_devkitm.dts +++ b/boards/espressif/esp8684_devkitm/esp8684_devkitm.dts @@ -12,8 +12,8 @@ #include / { - model = "Espressif ESP8684-DevkitM"; compatible = "espressif,esp32c2"; + model = "Espressif ESP8684-DevkitM"; chosen { zephyr,sram = &sram1; @@ -41,10 +41,10 @@ }; &uart0 { - status = "okay"; current-speed = <74880>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { diff --git a/boards/espressif/esp_wrover_kit/esp_wrover_kit_appcpu.dts b/boards/espressif/esp_wrover_kit/esp_wrover_kit_appcpu.dts index 903f48f308e43..8956fc05b8b3c 100644 --- a/boards/espressif/esp_wrover_kit/esp_wrover_kit_appcpu.dts +++ b/boards/espressif/esp_wrover_kit/esp_wrover_kit_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Espressif ESP32-Wrover-Kit APPCPU"; compatible = "espressif,esp32"; + model = "Espressif ESP32-Wrover-Kit APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/espressif/esp_wrover_kit/esp_wrover_kit_procpu.dts b/boards/espressif/esp_wrover_kit/esp_wrover_kit_procpu.dts index c772065928e51..e12a1bf901c89 100644 --- a/boards/espressif/esp_wrover_kit/esp_wrover_kit_procpu.dts +++ b/boards/espressif/esp_wrover_kit/esp_wrover_kit_procpu.dts @@ -10,8 +10,8 @@ #include / { - model = "Espressif ESP32-Wrover-Kit PROCPU"; compatible = "espressif,esp32"; + model = "Espressif ESP32-Wrover-Kit PROCPU"; aliases { led0 = &blue_led; @@ -89,8 +89,8 @@ ili9341: ili9341@0 { compatible = "ilitek,ili9341"; - mipi-max-frequency = <25000000>; reg = <0>; + mipi-max-frequency = <25000000>; pixel-format = <0>; rotation = <0>; width = <240>; @@ -100,17 +100,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "disabled"; }; &gpio0 { @@ -129,36 +129,36 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &ledc0 { pinctrl-0 = <&ledc0_default>; pinctrl-names = "default"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel0@0 { reg = <0x0>; @@ -198,8 +198,6 @@ &sdhc { sdhc1: sdhc@1 { - status = "okay"; - pinctrl-0 = <&sdhc0_default>; pinctrl-names = "default"; power-delay-ms = <100>; @@ -212,6 +210,7 @@ d1-pin = <4>; d2-pin = <12>; d3-pin = <13>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; From fd4521ef43348eb31a571520d4f8c0536db2ad57 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:39 +0200 Subject: [PATCH 047/142] devicetree: format files in boards/ezurio Applying dts-linter results for format files in boards/ezurio Signed-off-by: Kyle Micallef Bonnici --- .../bl5340_dvk/bl5340_dvk_nrf5340_cpuapp.dts | 2 +- .../bl5340_dvk_nrf5340_cpuapp_common.dtsi | 28 ++++++++--------- .../bl5340_dvk_nrf5340_cpuapp_ns.dts | 2 +- .../bl5340_dvk/bl5340_dvk_nrf5340_cpunet.dts | 4 +-- .../bl5340_dvk_nrf5340_cpunet_common.dtsi | 8 ++--- ...dvk_nrf5340_shared_sram_planning_conf.dtsi | 2 +- .../bl54l15_dvk/bl54l15_dvk_common.dtsi | 2 +- .../bl54l15_dvk_nrf54l10_cpuapp_ns.dts | 14 ++++----- .../bl54l15_dvk_nrf54l15_cpuapp_ns.dts | 7 ++--- .../bl54l15_dvk_nrf54l15_cpuflpr.dts | 6 ++-- .../nrf54l_10_15_cpuapp_common.dtsi | 6 ++-- .../bl54l15u_dvk/bl54l15u_dvk_common.dtsi | 2 +- .../bl54l15u_dvk_nrf54l15_cpuapp_ns.dts | 7 ++--- .../bl54l15u_dvk_nrf54l15_cpuflpr.dts | 6 ++-- .../bl54l15u_dvk/nrf54l15_cpuapp_common.dtsi | 6 ++-- boards/ezurio/bl652_dvk/bl652_dvk.dts | 20 ++++++------- boards/ezurio/bl653_dvk/bl653_dvk.dts | 20 ++++++------- boards/ezurio/bl654_dvk/bl654_dvk.dts | 10 +++---- .../bl654_dvk/bl654_dvk_nrf52840_pa.dts | 2 +- .../bl654_sensor_board/bl654_sensor_board.dts | 20 ++++++------- boards/ezurio/bl654_usb/bl654_usb.dts | 8 ++--- boards/ezurio/bl654_usb/bl654_usb_common.dtsi | 4 +-- .../bl654_usb/bl654_usb_nrf52840_bare.dts | 8 ++--- boards/ezurio/bt510/bt510.dts | 16 +++++----- boards/ezurio/bt610/bt610.dts | 30 +++++++++---------- boards/ezurio/mg100/mg100.dts | 30 +++++++++---------- .../pinnacle_100_dvk/pinnacle_100_dvk.dts | 28 ++++++++--------- boards/ezurio/rm1xx_dvk/rm1xx_dvk.dts | 16 +++++----- 28 files changed, 156 insertions(+), 158 deletions(-) diff --git a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp.dts b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp.dts index a1ef13d63e543..940753f3fbf75 100644 --- a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp.dts +++ b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp.dts @@ -10,8 +10,8 @@ #include "bl5340_dvk_nrf5340_cpuapp_common.dtsi" / { - model = "Ezurio BL5340 (nRF5340) Application"; compatible = "ezurio,bl5340-dvk-cpuapp"; + model = "Ezurio BL5340 (nRF5340) Application"; chosen { zephyr,sram = &sram0_image; diff --git a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_common.dtsi b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_common.dtsi index b98b89298f2e1..144736c85f011 100644 --- a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_common.dtsi +++ b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_common.dtsi @@ -174,11 +174,11 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; at24c256@50 { compatible = "atmel,at24c256", "atmel,at24"; @@ -230,12 +230,12 @@ &spi2 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; enc424j600@0 { compatible = "microchip,enc424j600"; @@ -247,18 +247,18 @@ &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; sdhc0: sdhc@0 { - reg = <0>; compatible = "zephyr,sdhc-spi-slot"; - status = "okay"; + reg = <0>; spi-max-frequency = <8000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -270,20 +270,20 @@ &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { @@ -294,17 +294,17 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -334,8 +334,8 @@ /* 64K */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00010000>; + label = "mcuboot"; }; /* 640K */ @@ -358,8 +358,8 @@ * if enabled. 32K */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; @@ -382,23 +382,23 @@ /* 128K */ scratch_partition: partition@e0000 { - label = "image-scratch"; reg = <0x000e0000 0x00020000>; + label = "image-scratch"; }; /* 7MB */ lfs_partition: partition@100000 { - label = "lfs_storage"; reg = <0x00100000 0x00700000>; + label = "lfs_storage"; }; }; }; / { reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_image: image@20000000 { /* Zephyr image(s) memory */ diff --git a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_ns.dts b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_ns.dts index 35410c51b70cb..f5bd2d7649fb2 100644 --- a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_ns.dts +++ b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpuapp_ns.dts @@ -10,8 +10,8 @@ #include "bl5340_dvk_nrf5340_cpuapp_common.dtsi" / { - model = "Ezurio BL5340 (nRF5340) Application"; compatible = "ezurio,bl5340-dvk-cpuapp"; + model = "Ezurio BL5340 (nRF5340) Application"; chosen { zephyr,sram = &sram0_ns; diff --git a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpunet.dts b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpunet.dts index ef70281f16670..02cdb0daa11e9 100644 --- a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpunet.dts +++ b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpunet.dts @@ -11,8 +11,8 @@ #include "bl5340_dvk_nrf5340_cpunet_common.dtsi" / { - model = "Ezurio BL5340 (nRF5340) Network"; compatible = "ezurio,bl5340-dvk-cpunet"; + model = "Ezurio BL5340 (nRF5340) Network"; chosen { zephyr,console = &uart0; @@ -32,9 +32,9 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpunet_common.dtsi b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpunet_common.dtsi index 8f6785d97733e..fedd4402dbae0 100644 --- a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpunet_common.dtsi +++ b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_cpunet_common.dtsi @@ -42,26 +42,26 @@ /* 48K */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; /* 88K */ slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x16000>; + label = "image-0"; }; /* 88K */ slot1_partition: partition@22000 { - label = "image-1"; reg = <0x00022000 0x16000>; + label = "image-1"; }; /* 32K */ storage_partition: partition@38000 { - label = "storage"; reg = <0x00038000 0x8000>; + label = "storage"; }; }; }; diff --git a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_shared_sram_planning_conf.dtsi b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_shared_sram_planning_conf.dtsi index fbb059494c36b..301dc1cf89ecc 100644 --- a/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_shared_sram_planning_conf.dtsi +++ b/boards/ezurio/bl5340_dvk/bl5340_dvk_nrf5340_shared_sram_planning_conf.dtsi @@ -19,9 +19,9 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_shared: memory@20070000 { /* SRAM allocated to shared memory */ diff --git a/boards/ezurio/bl54l15_dvk/bl54l15_dvk_common.dtsi b/boards/ezurio/bl54l15_dvk/bl54l15_dvk_common.dtsi index 62aa39437b8ca..467bd0e63d96d 100644 --- a/boards/ezurio/bl54l15_dvk/bl54l15_dvk_common.dtsi +++ b/boards/ezurio/bl54l15_dvk/bl54l15_dvk_common.dtsi @@ -103,10 +103,10 @@ }; &pwm20 { - status = "okay"; pinctrl-0 = <&pwm20_default>; pinctrl-1 = <&pwm20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Get a node label for wi-fi spi to use in shield files */ diff --git a/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l10_cpuapp_ns.dts b/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l10_cpuapp_ns.dts index 59ba8bbed25af..fed08d432bd2a 100644 --- a/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l10_cpuapp_ns.dts +++ b/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l10_cpuapp_ns.dts @@ -42,9 +42,9 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_s: image_s@20000000 { /* Secure image memory */ @@ -72,33 +72,33 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ slot0_partition: partition@0 { - label = "image-0"; reg = <0x0000000 DT_SIZE_K(384)>; + label = "image-0"; }; tfm_ps_partition: partition@60000 { - label = "tfm-ps"; reg = <0x00060000 DT_SIZE_K(16)>; + label = "tfm-ps"; }; tfm_its_partition: partition@64000 { - label = "tfm-its"; reg = <0x00064000 DT_SIZE_K(16)>; + label = "tfm-its"; }; tfm_otp_partition: partition@68000 { - label = "tfm-otp"; reg = <0x00068000 DT_SIZE_K(8)>; + label = "tfm-otp"; }; slot0_ns_partition: partition@6A000 { - label = "image-0-nonsecure"; reg = <0x0006A000 DT_SIZE_K(494)>; + label = "image-0-nonsecure"; }; storage_partition: partition@E5800 { - label = "storage"; reg = <0x000E5800 DT_SIZE_K(32)>; + label = "storage"; }; }; }; diff --git a/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l15_cpuapp_ns.dts b/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l15_cpuapp_ns.dts index bca01b2b06247..27cf9042f41c9 100644 --- a/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l15_cpuapp_ns.dts +++ b/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l15_cpuapp_ns.dts @@ -42,9 +42,9 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_s: image_s@20000000 { /* Secure image memory */ @@ -59,13 +59,12 @@ }; &uart30 { - /* Disable so that TF-M can use this UART */ - status = "disabled"; - current-speed = <115200>; pinctrl-0 = <&uart30_default>; pinctrl-1 = <&uart30_sleep>; pinctrl-names = "default", "sleep"; + /* Disable so that TF-M can use this UART */ + status = "disabled"; }; /* Include default memory partition configuration file */ diff --git a/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l15_cpuflpr.dts b/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l15_cpuflpr.dts index 0e00b2d1e5e4f..6b381c6bc1c64 100644 --- a/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l15_cpuflpr.dts +++ b/boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l15_cpuflpr.dts @@ -10,8 +10,8 @@ #include "bl54l15_dvk_common.dtsi" / { - model = "Ezurio BL54L15 DVK nRF54L15 FLPR MCU"; compatible = "ezurio,bl54l15_dvk_nrf54l15-cpuflpr"; + model = "Ezurio BL54L15 DVK nRF54L15 FLPR MCU"; chosen { zephyr,console = &uart30; @@ -23,10 +23,10 @@ }; &cpuflpr_sram { - status = "okay"; /* size must be increased due to booting from SRAM */ reg = <0x20028000 DT_SIZE_K(96)>; ranges = <0x0 0x20028000 0x18000>; + status = "okay"; }; &cpuflpr_rram { @@ -36,8 +36,8 @@ #size-cells = <1>; cpuflpr_code_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(96)>; + label = "image-0"; }; }; }; diff --git a/boards/ezurio/bl54l15_dvk/nrf54l_10_15_cpuapp_common.dtsi b/boards/ezurio/bl54l15_dvk/nrf54l_10_15_cpuapp_common.dtsi index 1be03181fc113..d1d724f0dd244 100644 --- a/boards/ezurio/bl54l15_dvk/nrf54l_10_15_cpuapp_common.dtsi +++ b/boards/ezurio/bl54l15_dvk/nrf54l_10_15_cpuapp_common.dtsi @@ -41,8 +41,8 @@ }; &vregmain { - status = "okay"; regulator-initial-mode = ; + status = "okay"; }; &grtc { @@ -93,15 +93,14 @@ }; &spi00 { - status = "okay"; cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi00_default>; pinctrl-1 = <&spi00_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; - status = "okay"; reg = <0>; spi-max-frequency = <8000000>; jedec-id = [c2 28 17]; @@ -113,6 +112,7 @@ has-dpd; t-enter-dpd = <10000>; t-exit-dpd = <35000>; + status = "okay"; }; }; diff --git a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_common.dtsi b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_common.dtsi index 72206859685e8..6ae1336535166 100644 --- a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_common.dtsi +++ b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_common.dtsi @@ -103,10 +103,10 @@ }; &pwm20 { - status = "okay"; pinctrl-0 = <&pwm20_default>; pinctrl-1 = <&pwm20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Get a node label for wi-fi spi to use in shield files */ diff --git a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.dts b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.dts index 6530b554d343a..0073a22dbd609 100644 --- a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.dts +++ b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.dts @@ -42,9 +42,9 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_s: image_s@20000000 { /* Secure image memory */ @@ -59,13 +59,12 @@ }; &uart30 { - /* Disable so that TF-M can use this UART */ - status = "disabled"; - current-speed = <115200>; pinctrl-0 = <&uart30_default>; pinctrl-1 = <&uart30_sleep>; pinctrl-names = "default", "sleep"; + /* Disable so that TF-M can use this UART */ + status = "disabled"; }; /* Include default memory partition configuration file */ diff --git a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuflpr.dts b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuflpr.dts index 12e280a9a90eb..3a4f9493e4892 100644 --- a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuflpr.dts +++ b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuflpr.dts @@ -10,8 +10,8 @@ #include "bl54l15u_dvk_common.dtsi" / { - model = "Ezurio BL54L15u DVK nRF54L15 FLPR MCU"; compatible = "ezurio,bl54l15u_dvk_nrf54l15-cpuflpr"; + model = "Ezurio BL54L15u DVK nRF54L15 FLPR MCU"; chosen { zephyr,console = &uart30; @@ -23,10 +23,10 @@ }; &cpuflpr_sram { - status = "okay"; /* size must be increased due to booting from SRAM */ reg = <0x20028000 DT_SIZE_K(96)>; ranges = <0x0 0x20028000 0x18000>; + status = "okay"; }; &cpuflpr_rram { @@ -36,8 +36,8 @@ #size-cells = <1>; cpuflpr_code_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(96)>; + label = "image-0"; }; }; }; diff --git a/boards/ezurio/bl54l15u_dvk/nrf54l15_cpuapp_common.dtsi b/boards/ezurio/bl54l15u_dvk/nrf54l15_cpuapp_common.dtsi index 550c50ea252f5..edaffa181068b 100644 --- a/boards/ezurio/bl54l15u_dvk/nrf54l15_cpuapp_common.dtsi +++ b/boards/ezurio/bl54l15u_dvk/nrf54l15_cpuapp_common.dtsi @@ -41,8 +41,8 @@ }; &vregmain { - status = "okay"; regulator-initial-mode = ; + status = "okay"; }; &grtc { @@ -93,15 +93,14 @@ }; &spi00 { - status = "okay"; cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi00_default>; pinctrl-1 = <&spi00_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; - status = "okay"; reg = <0>; spi-max-frequency = <8000000>; jedec-id = [c2 28 17]; @@ -113,6 +112,7 @@ has-dpd; t-enter-dpd = <10000>; t-exit-dpd = <35000>; + status = "okay"; }; }; diff --git a/boards/ezurio/bl652_dvk/bl652_dvk.dts b/boards/ezurio/bl652_dvk/bl652_dvk.dts index 23f61e4e80a5d..7311958a30b61 100644 --- a/boards/ezurio/bl652_dvk/bl652_dvk.dts +++ b/boards/ezurio/bl652_dvk/bl652_dvk.dts @@ -12,8 +12,8 @@ #include / { - model = "Ezurio BL652 DVK"; compatible = "ezurio,bl652_dvk"; + model = "Ezurio BL652 DVK"; chosen { zephyr,console = &uart0; @@ -90,21 +90,21 @@ }; &uart0 { - status = "okay"; compatible = "nordic,nrf-uart"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; dac0: mcp4725@60 { /* MCP4725 not populated at factory */ @@ -122,10 +122,10 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -140,11 +140,11 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -154,28 +154,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/ezurio/bl653_dvk/bl653_dvk.dts b/boards/ezurio/bl653_dvk/bl653_dvk.dts index 5279f263c3629..16dbeb711493c 100644 --- a/boards/ezurio/bl653_dvk/bl653_dvk.dts +++ b/boards/ezurio/bl653_dvk/bl653_dvk.dts @@ -12,8 +12,8 @@ #include / { - model = "Ezurio BL653 Dev Kit"; compatible = "ezurio,bl653_dvk"; + model = "Ezurio BL653 Dev Kit"; chosen { zephyr,console = &uart0; @@ -123,19 +123,19 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; dac0: mcp4725@60 { /* MCP4725 not populated at factory */ @@ -153,19 +153,19 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -175,28 +175,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xC000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xA000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007A000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/ezurio/bl654_dvk/bl654_dvk.dts b/boards/ezurio/bl654_dvk/bl654_dvk.dts index ccc2df01d4a67..1aed8412f19f8 100644 --- a/boards/ezurio/bl654_dvk/bl654_dvk.dts +++ b/boards/ezurio/bl654_dvk/bl654_dvk.dts @@ -13,8 +13,8 @@ #include / { - model = "Ezurio BL654 Dev Kit"; compatible = "ezurio,bl654_dvk"; + model = "Ezurio BL654 Dev Kit"; chosen { zephyr,console = &uart0; @@ -121,19 +121,19 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; dac0: mcp4725@60 { /* MCP4725 not populated at factory */ @@ -151,10 +151,10 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -169,11 +169,11 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r6435f@0 { compatible = "jedec,spi-nor"; diff --git a/boards/ezurio/bl654_dvk/bl654_dvk_nrf52840_pa.dts b/boards/ezurio/bl654_dvk/bl654_dvk_nrf52840_pa.dts index ee5d7260fa4e0..6b34286ba3b5d 100644 --- a/boards/ezurio/bl654_dvk/bl654_dvk_nrf52840_pa.dts +++ b/boards/ezurio/bl654_dvk/bl654_dvk_nrf52840_pa.dts @@ -10,7 +10,6 @@ / { /* Information from Nordic SDK-Based Application Development and SKY66112 datasheet */ nrf_radio_fem: fem { - status = "okay"; compatible = "generic-fem-two-ctrl-pins"; ctx-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; crx-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>; @@ -18,6 +17,7 @@ crx-settle-time-us = <5>; tx-gain-db = <22>; rx-gain-db = <11>; + status = "okay"; }; }; diff --git a/boards/ezurio/bl654_sensor_board/bl654_sensor_board.dts b/boards/ezurio/bl654_sensor_board/bl654_sensor_board.dts index e297ec2fa1eff..6e8db342af0cd 100644 --- a/boards/ezurio/bl654_sensor_board/bl654_sensor_board.dts +++ b/boards/ezurio/bl654_sensor_board/bl654_sensor_board.dts @@ -11,8 +11,8 @@ #include / { - model = "Ezurio BL654 Sensor Board"; compatible = "ezurio,bl654-sensor-board"; + model = "Ezurio BL654 Sensor Board"; chosen { zephyr,console = &uart0; @@ -82,32 +82,32 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; bme280@76 { compatible = "bosch,bme280"; - status = "okay"; reg = <0x76>; + status = "okay"; }; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -121,23 +121,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00010000>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 0x00070000>; + label = "image-0"; }; slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 0x00070000>; + label = "image-1"; }; scratch_partition: partition@f0000 { - label = "image-scratch"; reg = <0x000f0000 0x00008000>; + label = "image-scratch"; }; /* @@ -150,8 +150,8 @@ * if enabled. */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; diff --git a/boards/ezurio/bl654_usb/bl654_usb.dts b/boards/ezurio/bl654_usb/bl654_usb.dts index f061051dadaaa..0e899c0cf9a6c 100644 --- a/boards/ezurio/bl654_usb/bl654_usb.dts +++ b/boards/ezurio/bl654_usb/bl654_usb.dts @@ -22,23 +22,23 @@ * be built with CDC ACM support and w/o optimizations. */ boot_partition: partition@1000 { - label = "mcuboot"; reg = <0x00001000 0x0000f000>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 0x00066000>; + label = "image-0"; }; slot1_partition: partition@76000 { - label = "image-1"; reg = <0x00076000 0x00066000>; + label = "image-1"; }; storage_partition: partition@dc000 { - label = "storage"; reg = <0x000dc000 0x00004000>; + label = "storage"; }; /* Onboard USB bootloader <0xe0000 0x1c000> diff --git a/boards/ezurio/bl654_usb/bl654_usb_common.dtsi b/boards/ezurio/bl654_usb/bl654_usb_common.dtsi index c1a6a5dc05dfe..37d7928febd32 100644 --- a/boards/ezurio/bl654_usb/bl654_usb_common.dtsi +++ b/boards/ezurio/bl654_usb/bl654_usb_common.dtsi @@ -11,8 +11,8 @@ #include "bl654_usb-pinctrl.dtsi" / { - model = "Ezurio BL654 USB"; compatible = "ezurio,bl654-usb-nrf52840"; + model = "Ezurio BL654 USB"; chosen { zephyr,sram = &sram0; @@ -72,10 +72,10 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/ezurio/bl654_usb/bl654_usb_nrf52840_bare.dts b/boards/ezurio/bl654_usb/bl654_usb_nrf52840_bare.dts index f84ac6acd7780..b140557b0f7ea 100644 --- a/boards/ezurio/bl654_usb/bl654_usb_nrf52840_bare.dts +++ b/boards/ezurio/bl654_usb/bl654_usb_nrf52840_bare.dts @@ -21,23 +21,23 @@ * with an RTT console, CDC ACM support, and w/o optimizations. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00012000>; + label = "mcuboot"; }; slot0_partition: partition@12000 { - label = "image-0"; reg = <0x00012000 0x00075000>; + label = "image-0"; }; slot1_partition: partition@87000 { - label = "image-1"; reg = <0x00087000 0x00075000>; + label = "image-1"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/ezurio/bt510/bt510.dts b/boards/ezurio/bt510/bt510.dts index 27ea12e39a8ab..ea655d1bdc213 100644 --- a/boards/ezurio/bt510/bt510.dts +++ b/boards/ezurio/bt510/bt510.dts @@ -11,8 +11,8 @@ #include / { - model = "Ezurio Sentrius BT510 Sensor"; compatible = "ezurio,bt510"; + model = "Ezurio Sentrius BT510 Sensor"; chosen { zephyr,console = &uart0; @@ -100,19 +100,19 @@ &uart0 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12: lis2dh12@18 { compatible = "st,lis2dh12", "st,lis2dh"; @@ -140,26 +140,26 @@ /* 96K */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00018000>; + label = "mcuboot"; }; /* 396K */ slot0_partition: partition@18000 { - label = "image-0"; reg = <0x00018000 0x00063000>; + label = "image-0"; }; /* 396K */ slot1_partition: partition@7b000 { - label = "image-1"; reg = <0x0007b000 0x00063000>; + label = "image-1"; }; /* 8K */ scratch_partition: partition@de000 { - label = "image-scratch"; reg = <0x000de000 0x00002000>; + label = "image-scratch"; }; /* @@ -173,8 +173,8 @@ */ /* 128K */ storage_partition: partition@e0000 { - label = "storage"; reg = <0x000e0000 0x00020000>; + label = "storage"; }; }; }; diff --git a/boards/ezurio/bt610/bt610.dts b/boards/ezurio/bt610/bt610.dts index 791e6c75421ab..59df3e83c10ff 100644 --- a/boards/ezurio/bt610/bt610.dts +++ b/boards/ezurio/bt610/bt610.dts @@ -11,8 +11,8 @@ #include / { - model = "Ezurio BT610 Sensor"; compatible = "ezurio,bt610"; + model = "Ezurio BT610 Sensor"; chosen { zephyr,console = &uart0; @@ -131,17 +131,17 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm1 { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-1 = <&pwm1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &adc { @@ -168,28 +168,28 @@ &uart0 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; gpio_exp0: tca9538@70 { compatible = "ti,tca9538"; @@ -203,19 +203,19 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 25 0>, <&gpio0 31 0>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -247,14 +247,14 @@ /* 96K */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00018000>; + label = "mcuboot"; }; /* 896K */ slot0_partition: partition@18000 { - label = "image-0"; reg = <0x00018000 0x000E0000>; + label = "image-0"; }; /* @@ -267,8 +267,8 @@ * if enabled. 32K */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; @@ -281,26 +281,26 @@ /* 896K */ slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 0x000E0000>; + label = "image-1"; }; /* 16K */ scratch_partition: partition@E0000 { - label = "image-scratch"; reg = <0x000E0000 0x00004000>; + label = "image-scratch"; }; /* 112K */ customer_partition: partition@E4000 { - label = "customer-storage"; reg = <0x000E4000 0x0001C000>; + label = "customer-storage"; }; /* 7MB */ lfs_partition: partition@100000 { - label = "lfs_storage"; reg = <0x00100000 0x00700000>; + label = "lfs_storage"; }; }; }; diff --git a/boards/ezurio/mg100/mg100.dts b/boards/ezurio/mg100/mg100.dts index f7505e18fb79c..efdf8854b9c15 100644 --- a/boards/ezurio/mg100/mg100.dts +++ b/boards/ezurio/mg100/mg100.dts @@ -11,8 +11,8 @@ #include / { - model = "MG100"; compatible = "ezurio,mg100"; + model = "MG100"; chosen { zephyr,console = &uart0; @@ -99,25 +99,24 @@ &uart0 { compatible = "nordic,nrf-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; hw-flow-control; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; hl7800: hl7800 { compatible = "swir,hl7800"; - status = "okay"; mdm-reset-gpios = <&gpio1 15 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>; mdm-wake-gpios = <&gpio1 13 (GPIO_OPEN_SOURCE | GPIO_ACTIVE_HIGH)>; mdm-pwr-on-gpios = <&gpio1 2 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>; @@ -126,39 +125,40 @@ mdm-uart-dsr-gpios = <&gpio0 25 0>; mdm-uart-cts-gpios = <&gpio0 15 0>; mdm-gpio6-gpios = <&gpio1 12 0>; + status = "okay"; }; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh@19 { compatible = "st,lis3dh", "st,lis2dh"; - status = "okay"; reg = <0x19>; irq-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; anym-on-int1; + status = "okay"; }; }; &spi2 { compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 29 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; - status = "okay"; reg = <0>; spi-max-frequency = <8000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -169,10 +169,10 @@ }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -200,14 +200,14 @@ /* 96K */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00018000>; + label = "mcuboot"; }; /* 896K */ slot0_partition: partition@18000 { - label = "image-0"; reg = <0x00018000 0x000E0000>; + label = "image-0"; }; /* @@ -220,8 +220,8 @@ * if enabled. 32K */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; @@ -234,20 +234,20 @@ /* 896K */ slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 0x000E0000>; + label = "image-1"; }; /* 128K */ scratch_partition: partition@E0000 { - label = "image-scratch"; reg = <0x000E0000 0x00020000>; + label = "image-scratch"; }; /* 7MB */ lfs_partition: partition@100000 { - label = "lfs_storage"; reg = <0x00100000 0x00700000>; + label = "lfs_storage"; }; }; }; diff --git a/boards/ezurio/pinnacle_100_dvk/pinnacle_100_dvk.dts b/boards/ezurio/pinnacle_100_dvk/pinnacle_100_dvk.dts index 5660a0624d8f4..7b66e79e09fbb 100644 --- a/boards/ezurio/pinnacle_100_dvk/pinnacle_100_dvk.dts +++ b/boards/ezurio/pinnacle_100_dvk/pinnacle_100_dvk.dts @@ -11,8 +11,8 @@ #include / { - model = "Pinnacle 100 Dev Kit"; compatible = "ezurio,pinnacle-100-dvk"; + model = "Pinnacle 100 Dev Kit"; chosen { zephyr,console = &uart0; @@ -119,25 +119,24 @@ &uart0 { compatible = "nordic,nrf-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; hw-flow-control; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; hl7800: hl7800 { compatible = "swir,hl7800"; - status = "okay"; mdm-reset-gpios = <&gpio1 15 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>; mdm-wake-gpios = <&gpio1 13 (GPIO_OPEN_SOURCE | GPIO_ACTIVE_HIGH)>; mdm-pwr-on-gpios = <&gpio1 2 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>; @@ -146,21 +145,22 @@ mdm-uart-dsr-gpios = <&gpio0 25 0>; mdm-uart-cts-gpios = <&gpio0 15 0>; mdm-gpio6-gpios = <&gpio1 12 0>; + status = "okay"; }; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; bme680@76 { compatible = "bosch,bme680"; - status = "okay"; reg = <0x76>; + status = "okay"; }; }; @@ -175,17 +175,17 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -213,14 +213,14 @@ /* 96K */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00018000>; + label = "mcuboot"; }; /* 896K */ slot0_partition: partition@18000 { - label = "image-0"; reg = <0x00018000 0x000E0000>; + label = "image-0"; }; /* @@ -233,8 +233,8 @@ * if enabled. 32K */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; @@ -247,20 +247,20 @@ /* 896K */ slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 0x000E0000>; + label = "image-1"; }; /* 128K */ scratch_partition: partition@E0000 { - label = "image-scratch"; reg = <0x000E0000 0x00020000>; + label = "image-scratch"; }; /* 7MB */ lfs_partition: partition@100000 { - label = "lfs_storage"; reg = <0x00100000 0x00700000>; + label = "lfs_storage"; }; }; }; diff --git a/boards/ezurio/rm1xx_dvk/rm1xx_dvk.dts b/boards/ezurio/rm1xx_dvk/rm1xx_dvk.dts index dddb743cf092b..3bd318477fb57 100644 --- a/boards/ezurio/rm1xx_dvk/rm1xx_dvk.dts +++ b/boards/ezurio/rm1xx_dvk/rm1xx_dvk.dts @@ -11,8 +11,8 @@ #include / { - model = "Ezurio RM1XX_DVK"; compatible = "ezurio,rm1xx_dvk"; + model = "Ezurio RM1XX_DVK"; chosen { zephyr,console = &uart0; @@ -52,10 +52,10 @@ &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* SPI0 cannot be used with I2C0 */ @@ -70,13 +70,13 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, <&gpio0 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; at25: at25df041b@0 { compatible = "jedec,spi-nor"; @@ -109,10 +109,10 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -123,14 +123,14 @@ /* 52K */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x0000C000>; + label = "mcuboot"; }; /* 188K */ slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x00030000>; + label = "image-0"; }; /* @@ -138,8 +138,8 @@ * if enabled. 16KB */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003C000 0x00004000>; + label = "storage"; }; }; }; @@ -154,8 +154,8 @@ /* 68K */ lfs_partition: partition@30000 { - label = "lfs_storage"; reg = <0x00030000 0x00010000>; + label = "lfs_storage"; }; }; }; From 3ea919c6faaf1d4266ad762129dddbc6d6379c3b Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:39 +0200 Subject: [PATCH 048/142] devicetree: format files in boards/fanke Applying dts-linter results for format files in boards/fanke Signed-off-by: Kyle Micallef Bonnici --- boards/fanke/fk723m1_zgt6/fk723m1_zgt6.dts | 4 ++-- boards/fanke/fk743m5_xih6/fk743m5_xih6.dts | 8 ++++---- boards/fanke/fk750m1_vbt6/fk750m1_vbt6.dts | 8 ++++---- boards/fanke/fk7b0m1_vbt6/fk7b0m1_vbt6.dts | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/boards/fanke/fk723m1_zgt6/fk723m1_zgt6.dts b/boards/fanke/fk723m1_zgt6/fk723m1_zgt6.dts index 62dc04073254b..4482751daed69 100644 --- a/boards/fanke/fk723m1_zgt6/fk723m1_zgt6.dts +++ b/boards/fanke/fk723m1_zgt6/fk723m1_zgt6.dts @@ -10,8 +10,8 @@ #include / { - model = "FK723M1-ZGT6 board"; compatible = "fanke,fk723m1-zgt6"; + model = "FK723M1-ZGT6 board"; chosen { zephyr,console = &usart1; @@ -123,8 +123,8 @@ zephyr_udc0: &usbotg_hs { clocks = <&rcc STM32_CLOCK(AHB3, 16)>, <&rcc STM32_SRC_PLL1_Q SDMMC_SEL(0)>; disk-name = "SD"; - status = "okay"; bus-width = <4>; + status = "okay"; }; &octospi1 { diff --git a/boards/fanke/fk743m5_xih6/fk743m5_xih6.dts b/boards/fanke/fk743m5_xih6/fk743m5_xih6.dts index e416e334d99c4..e0673dadc3a27 100644 --- a/boards/fanke/fk743m5_xih6/fk743m5_xih6.dts +++ b/boards/fanke/fk743m5_xih6/fk743m5_xih6.dts @@ -9,8 +9,8 @@ #include / { - model = "FANKE FK743M5-XIH6 board"; compatible = "fanke,fk743m5-xih6"; + model = "FANKE FK743M5-XIH6 board"; chosen { zephyr,console = &usart1; @@ -102,9 +102,9 @@ size = ; /* 64 Mbits */ qspi-max-frequency = <40000000>; cs-high-time = <2>; /* >= 50 ns */ - status = "okay"; spi-bus-width = <4>; writeoc = "PP_1_1_4"; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -112,8 +112,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_M(8)>; + label = "storage"; }; }; }; @@ -135,11 +135,11 @@ status = "okay"; sdram { - status = "okay"; power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x230>; refresh-rate = <0x603>; + status = "okay"; bank@0 { reg = <0>; diff --git a/boards/fanke/fk750m1_vbt6/fk750m1_vbt6.dts b/boards/fanke/fk750m1_vbt6/fk750m1_vbt6.dts index f9ca8aefc4bc4..7b3aee97bce29 100644 --- a/boards/fanke/fk750m1_vbt6/fk750m1_vbt6.dts +++ b/boards/fanke/fk750m1_vbt6/fk750m1_vbt6.dts @@ -12,8 +12,8 @@ #include / { - model = "FANKE FK750M1-VBT6 board"; compatible = "fanke,fk750m1-vbt6"; + model = "FANKE FK750M1-VBT6 board"; chosen { zephyr,console = &usart1; @@ -45,8 +45,8 @@ st7789v_240x240: st7789v@0 { compatible = "sitronix,st7789v"; - mipi-max-frequency = <20000000>; reg = <0>; + mipi-max-frequency = <20000000>; width = <240>; height = <240>; x-offset = <0>; @@ -125,9 +125,9 @@ size = ; /* 64 Mbits */ qspi-max-frequency = <40000000>; cs-high-time = <2>; /* >= 50 ns */ - status = "okay"; spi-bus-width = <4>; writeoc = "PP_1_1_4"; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -135,8 +135,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_M(64)>; + label = "storage"; }; }; }; diff --git a/boards/fanke/fk7b0m1_vbt6/fk7b0m1_vbt6.dts b/boards/fanke/fk7b0m1_vbt6/fk7b0m1_vbt6.dts index 34157ada81f8d..e36e2024f9f65 100644 --- a/boards/fanke/fk7b0m1_vbt6/fk7b0m1_vbt6.dts +++ b/boards/fanke/fk7b0m1_vbt6/fk7b0m1_vbt6.dts @@ -11,8 +11,8 @@ #include / { - model = "FANKE FK7B0M1-VBT6 board"; compatible = "fanke,fk7b0m1-vbt6"; + model = "FANKE FK7B0M1-VBT6 board"; chosen { zephyr,console = &usart1; @@ -118,11 +118,11 @@ reg = <0>; spi-max-frequency = ; size = ; /* 64 Mbits */ - status = "okay"; jedec-id = [ef 40 17]; has-dpd; t-enter-dpd = <3500>; t-exit-dpd = <3500>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -130,8 +130,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_M(8)>; /* 64 Mbits */ + label = "storage"; }; }; }; From dc2736694338e408664dc57a2a97635fd5f0ba1c Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:40 +0200 Subject: [PATCH 049/142] devicetree: format files in boards/firefly Applying dts-linter results for format files in boards/firefly Signed-off-by: Kyle Micallef Bonnici --- boards/firefly/roc_rk3568_pc/roc_rk3568_pc.dts | 6 +++--- boards/firefly/roc_rk3588_pc/roc_rk3588_pc.dts | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/firefly/roc_rk3568_pc/roc_rk3568_pc.dts b/boards/firefly/roc_rk3568_pc/roc_rk3568_pc.dts index 829086ba045f0..39d17b01568ff 100644 --- a/boards/firefly/roc_rk3568_pc/roc_rk3568_pc.dts +++ b/boards/firefly/roc_rk3568_pc/roc_rk3568_pc.dts @@ -10,8 +10,8 @@ #include / { - model = "Firefly ROC-RK3568-PC"; compatible = "rockchip,rk3568"; + model = "Firefly ROC-RK3568-PC"; chosen { zephyr,console = &uart2; @@ -20,13 +20,13 @@ }; sram0: memory@40000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x40000000 DT_SIZE_M(1)>; + device_type = "memory"; }; }; &uart2 { - status = "okay"; current-speed = <1500000>; + status = "okay"; }; diff --git a/boards/firefly/roc_rk3588_pc/roc_rk3588_pc.dts b/boards/firefly/roc_rk3588_pc/roc_rk3588_pc.dts index aafa1611113e6..beb4b9962fd3f 100644 --- a/boards/firefly/roc_rk3588_pc/roc_rk3588_pc.dts +++ b/boards/firefly/roc_rk3588_pc/roc_rk3588_pc.dts @@ -9,8 +9,8 @@ #include / { - model = "Firefly ROC-RK3588-PC"; compatible = "rockchip,rk3588"; + model = "Firefly ROC-RK3588-PC"; chosen { zephyr,console = &uart2; @@ -20,17 +20,17 @@ dram: memory@50000000 { compatible = "mmio-sram"; - device_type = "memory"; reg = <0x50000000 DT_SIZE_M(1)>; + device_type = "memory"; }; }; &uart2 { - status = "okay"; current-speed = <1500000>; + status = "okay"; }; &uart3 { - status = "disabled"; current-speed = <115200>; + status = "disabled"; }; From 3f2ea2168ec3001a00f4514ec58d323452a0ba84 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:40 +0200 Subject: [PATCH 050/142] devicetree: format files in boards/fobe Applying dts-linter results for format files in boards/fobe Signed-off-by: Kyle Micallef Bonnici --- .../quill_nrf52840_mesh/quill_nrf52840_mesh.dts | 2 +- .../quill_nrf52840_mesh_common.dtsi | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/boards/fobe/quill_nrf52840_mesh/quill_nrf52840_mesh.dts b/boards/fobe/quill_nrf52840_mesh/quill_nrf52840_mesh.dts index 8c0967ba4449c..d7caa3a3ee8b4 100644 --- a/boards/fobe/quill_nrf52840_mesh/quill_nrf52840_mesh.dts +++ b/boards/fobe/quill_nrf52840_mesh/quill_nrf52840_mesh.dts @@ -8,6 +8,6 @@ #include "quill_nrf52840_mesh_common.dtsi" / { - model = "FoBE Quill nRF52840 Mesh"; compatible = "fobe,quill-nrf52840-mesh"; + model = "FoBE Quill nRF52840 Mesh"; }; diff --git a/boards/fobe/quill_nrf52840_mesh/quill_nrf52840_mesh_common.dtsi b/boards/fobe/quill_nrf52840_mesh/quill_nrf52840_mesh_common.dtsi index aac440914bdfb..8c3e5e77d75aa 100644 --- a/boards/fobe/quill_nrf52840_mesh/quill_nrf52840_mesh_common.dtsi +++ b/boards/fobe/quill_nrf52840_mesh/quill_nrf52840_mesh_common.dtsi @@ -67,9 +67,8 @@ st7789v_tft: st7789v_tft@0 { compatible = "sitronix,st7789v"; - power-domains = <&disp_pwr>; - status = "okay"; reg = <0>; + power-domains = <&disp_pwr>; mipi-max-frequency = ; width = <135>; height = <240>; @@ -91,6 +90,7 @@ ram-param = [00 F0]; rgb-param = [40 02 14]; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; + status = "okay"; }; }; @@ -124,38 +124,38 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio1 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "okay"; lora0: lora@0 { compatible = "semtech,sx1262"; - label = "sx1262"; reg = <0>; + label = "sx1262"; reset-gpios = <&gpio1 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; busy-gpios = <&gpio1 4 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; rx-enable-gpios = <&gpio0 25 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; @@ -168,11 +168,11 @@ }; &spi3 { - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 12 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "okay"; }; ®0 { From 34b087567065e51376f5b5029ec71cddf38d35d7 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:40 +0200 Subject: [PATCH 051/142] devicetree: format files in boards/franzininho Applying dts-linter results for format files in boards/franzininho Signed-off-by: Kyle Micallef Bonnici --- .../esp32s2_franzininho/esp32s2_franzininho.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.dts b/boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.dts index c11bb9916bf3c..33cea84a05f0c 100644 --- a/boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.dts +++ b/boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.dts @@ -11,8 +11,8 @@ #include / { - model = "ESP32S2 Franzininho"; compatible = "espressif,esp32s2"; + model = "ESP32S2 Franzininho"; aliases { led0 = &user_led_0; @@ -45,10 +45,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -76,10 +76,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { @@ -95,17 +95,17 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { From bc6f81c1cc6a912cfee910376e3cb00be28a1b79 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:40 +0200 Subject: [PATCH 052/142] devicetree: format files in boards/fysetc Applying dts-linter results for format files in boards/fysetc Signed-off-by: Kyle Micallef Bonnici --- boards/fysetc/ucan/ucan.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/fysetc/ucan/ucan.dts b/boards/fysetc/ucan/ucan.dts index 917b7c988f76b..4a0bd8392c00d 100644 --- a/boards/fysetc/ucan/ucan.dts +++ b/boards/fysetc/ucan/ucan.dts @@ -10,8 +10,8 @@ #include / { - model = "FYSETC UCAN board"; compatible = "fysetc,ucan"; + model = "FYSETC UCAN board"; chosen { zephyr,sram = &sram0; @@ -48,8 +48,8 @@ }; &clk_hse { - status = "okay"; clock-frequency = ; + status = "okay"; }; &pll { @@ -86,14 +86,14 @@ zephyr_udc0: &usb { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 DT_SIZE_K(80)>; + label = "image-0"; }; }; }; From 9f24d194541e52b15faa39692171b2b55892b538 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:40 +0200 Subject: [PATCH 053/142] devicetree: format files in boards/gaisler Applying dts-linter results for format files in boards/gaisler Signed-off-by: Kyle Micallef Bonnici --- boards/gaisler/generic_leon3/generic_leon3.dts | 2 +- boards/gaisler/gr716a_mini/gr716a_mini.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/gaisler/generic_leon3/generic_leon3.dts b/boards/gaisler/generic_leon3/generic_leon3.dts index 52d3681112f62..c8c4ab841795b 100644 --- a/boards/gaisler/generic_leon3/generic_leon3.dts +++ b/boards/gaisler/generic_leon3/generic_leon3.dts @@ -9,8 +9,8 @@ #include / { - model = "Generic LEON3 system"; compatible = "gaisler,generic-leon3"; + model = "Generic LEON3 system"; chosen { zephyr,console = &uart0; diff --git a/boards/gaisler/gr716a_mini/gr716a_mini.dts b/boards/gaisler/gr716a_mini/gr716a_mini.dts index 7ff8f86229796..c7ed85d353724 100644 --- a/boards/gaisler/gr716a_mini/gr716a_mini.dts +++ b/boards/gaisler/gr716a_mini/gr716a_mini.dts @@ -10,8 +10,8 @@ #include / { - model = "GR716-MINI Development Board"; compatible = "gaisler,gr716a-mini"; + model = "GR716-MINI Development Board"; chosen { zephyr,console = &uart0; From f6276eb55d3ae98a8443f4ea259aacb7702445e1 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:40 +0200 Subject: [PATCH 054/142] devicetree: format files in boards/gardena Applying dts-linter results for format files in boards/gardena Signed-off-by: Kyle Micallef Bonnici --- boards/gardena/sgrm/sgrm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/gardena/sgrm/sgrm.dts b/boards/gardena/sgrm/sgrm.dts index 66d3cbeb2fd08..0a9d703138def 100644 --- a/boards/gardena/sgrm/sgrm.dts +++ b/boards/gardena/sgrm/sgrm.dts @@ -9,8 +9,8 @@ #include "sgrm-pinctrl.dtsi" / { - model = "GARDENA Smart Garden Radio Module"; compatible = "gardena,sgrm-sim3u167", "silabs,sim3u167", "silabs,sim3u"; + model = "GARDENA Smart Garden Radio Module"; chosen { zephyr,console = &usart1; From 62a002a7971f99dd068092cd508fca04f241d716 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:41 +0200 Subject: [PATCH 055/142] devicetree: format files in boards/gd Applying dts-linter results for format files in boards/gd Signed-off-by: Kyle Micallef Bonnici --- boards/gd/gd32a503v_eval/gd32a503v_eval.dts | 14 ++++++------- boards/gd/gd32e103v_eval/gd32e103v_eval.dts | 14 ++++++------- boards/gd/gd32e507v_start/gd32e507v_start.dts | 8 ++++---- boards/gd/gd32e507z_eval/gd32e507z_eval.dts | 8 ++++---- boards/gd/gd32f350r_eval/gd32f350r_eval.dts | 6 +++--- boards/gd/gd32f403z_eval/gd32f403z_eval.dts | 10 +++++----- boards/gd/gd32f407v_start/gd32f407v_start.dts | 8 ++++---- boards/gd/gd32f450i_eval/gd32f450i_eval.dts | 20 +++++++++---------- boards/gd/gd32f450v_start/gd32f450v_start.dts | 8 ++++---- boards/gd/gd32f450z_eval/gd32f450z_eval.dts | 18 ++++++++--------- boards/gd/gd32f470i_eval/gd32f470i_eval.dts | 18 ++++++++--------- boards/gd/gd32l233r_eval/gd32l233r_eval.dts | 6 +++--- .../gd32vf103c_starter/gd32vf103c_starter.dts | 8 ++++---- boards/gd/gd32vf103v_eval/gd32vf103v_eval.dts | 18 ++++++++--------- 14 files changed, 82 insertions(+), 82 deletions(-) diff --git a/boards/gd/gd32a503v_eval/gd32a503v_eval.dts b/boards/gd/gd32a503v_eval/gd32a503v_eval.dts index 46dab29cf8083..469d0e0ab1887 100644 --- a/boards/gd/gd32a503v_eval/gd32a503v_eval.dts +++ b/boards/gd/gd32a503v_eval/gd32a503v_eval.dts @@ -9,8 +9,8 @@ #include "gd32a503v_eval-pinctrl.dtsi" / { - model = "GigaDevice GD32A503V-EVAL"; compatible = "gd,gd32a503v-eval"; + model = "GigaDevice GD32A503V-EVAL"; chosen { zephyr,sram = &sram0; @@ -65,22 +65,22 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac { - status = "okay"; pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &fwdgt { @@ -88,17 +88,17 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&gpioa 1 GPIO_ACTIVE_LOW>; + status = "okay"; nor_flash: gd25q16@0 { compatible = "jedec,spi-nor"; - size = <0x1000000>; reg = <0>; + size = <0x1000000>; spi-max-frequency = <4000000>; - status = "okay"; jedec-id = [c8 40 15]; + status = "okay"; }; }; diff --git a/boards/gd/gd32e103v_eval/gd32e103v_eval.dts b/boards/gd/gd32e103v_eval/gd32e103v_eval.dts index 01469eed70321..67552d8a18ee0 100644 --- a/boards/gd/gd32e103v_eval/gd32e103v_eval.dts +++ b/boards/gd/gd32e103v_eval/gd32e103v_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice gd32e103v Evaluation Kit"; compatible = "gd,gd32e103v"; + model = "GigaDevice gd32e103v Evaluation Kit"; chosen { zephyr,sram = &sram0; @@ -107,43 +107,43 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { - status = "okay"; prescaler = <128>; + status = "okay"; pwm0: pwm { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; eeprom0: eeprom@50 { compatible = "atmel,at24"; reg = <0x50>; - status = "okay"; size = <256>; pagesize = <8>; address-width = <8>; timeout = <5>; + status = "okay"; }; }; &dac { - status = "okay"; pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &fwdgt { diff --git a/boards/gd/gd32e507v_start/gd32e507v_start.dts b/boards/gd/gd32e507v_start/gd32e507v_start.dts index 5f1d09ee058a4..3b02ff949c4c6 100644 --- a/boards/gd/gd32e507v_start/gd32e507v_start.dts +++ b/boards/gd/gd32e507v_start/gd32e507v_start.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32E507V-START"; compatible = "gd,gd32e507v-start"; + model = "GigaDevice GD32E507V-START"; chosen { zephyr,sram = &sram0; @@ -64,20 +64,20 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer2 { - status = "okay"; prescaler = <256>; + status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&pwm2_default>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/gd/gd32e507z_eval/gd32e507z_eval.dts b/boards/gd/gd32e507z_eval/gd32e507z_eval.dts index 7bd36862fff1d..070694e484856 100644 --- a/boards/gd/gd32e507z_eval/gd32e507z_eval.dts +++ b/boards/gd/gd32e507z_eval/gd32e507z_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32E507Z-EVAL"; compatible = "gd,gd32e507z-eval"; + model = "GigaDevice GD32E507Z-EVAL"; chosen { zephyr,sram = &sram0; @@ -107,19 +107,19 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { - status = "okay"; prescaler = <256>; + status = "okay"; pwm0: pwm { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/gd/gd32f350r_eval/gd32f350r_eval.dts b/boards/gd/gd32f350r_eval/gd32f350r_eval.dts index 84133e75e4eb0..5cd456e7c8555 100644 --- a/boards/gd/gd32f350r_eval/gd32f350r_eval.dts +++ b/boards/gd/gd32f350r_eval/gd32f350r_eval.dts @@ -9,8 +9,8 @@ #include "gd32f350r_eval-pinctrl.dtsi" / { - model = "GigaDevice GD32F350R Evaluation Kit"; compatible = "gd,gd32f350r-eval"; + model = "GigaDevice GD32F350R Evaluation Kit"; chosen { zephyr,sram = &sram0; @@ -26,18 +26,18 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; /* Set ADC0 clock source to RCU_ADCCK_APB2_DIV4. */ rcu-clock-source = <4>; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &fwdgt { diff --git a/boards/gd/gd32f403z_eval/gd32f403z_eval.dts b/boards/gd/gd32f403z_eval/gd32f403z_eval.dts index e22a3d3f967d7..33ccd28e9ea7a 100644 --- a/boards/gd/gd32f403z_eval/gd32f403z_eval.dts +++ b/boards/gd/gd32f403z_eval/gd32f403z_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32F403Z Evaluation Kit"; compatible = "gd,gd32f403z"; + model = "GigaDevice GD32F403Z Evaluation Kit"; chosen { zephyr,sram = &sram0; @@ -104,26 +104,26 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { - status = "okay"; prescaler = <256>; + status = "okay"; pwm0: pwm { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/gd/gd32f407v_start/gd32f407v_start.dts b/boards/gd/gd32f407v_start/gd32f407v_start.dts index 746b5769d537d..ad2edd654c4fa 100644 --- a/boards/gd/gd32f407v_start/gd32f407v_start.dts +++ b/boards/gd/gd32f407v_start/gd32f407v_start.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32F407V-START"; compatible = "gd,gd32f407v-start"; + model = "GigaDevice GD32F407V-START"; chosen { zephyr,sram = &sram0; @@ -62,19 +62,19 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer2 { - status = "okay"; prescaler = <256>; + status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&pwm2_default>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/gd/gd32f450i_eval/gd32f450i_eval.dts b/boards/gd/gd32f450i_eval/gd32f450i_eval.dts index 66e04d32f6bd7..942ca48af6671 100644 --- a/boards/gd/gd32f450i_eval/gd32f450i_eval.dts +++ b/boards/gd/gd32f450i_eval/gd32f450i_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32F450I-EVAL"; compatible = "gd,gd32f450i-eval"; + model = "GigaDevice GD32F450I-EVAL"; chosen { zephyr,sram = &sram0; @@ -110,47 +110,47 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac { - status = "okay"; pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &timer1 { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; eeprom0: eeprom@50 { compatible = "atmel,at24"; reg = <0x50>; - status = "okay"; size = <256>; pagesize = <8>; address-width = <8>; timeout = <5>; + status = "okay"; }; }; @@ -159,20 +159,20 @@ }; &spi5 { - status = "okay"; pinctrl-0 = <&spi5_default>; pinctrl-names = "default"; cs-gpios = <&gpioi 8 GPIO_ACTIVE_LOW>; dmas = <&dma1 5 1 0 0>, <&dma1 6 1 0 0>; dma-names = "tx", "rx"; + status = "okay"; nor_flash: gd25q16@0 { compatible = "jedec,spi-nor"; - size = <0x1000000>; reg = <0>; + size = <0x1000000>; spi-max-frequency = <4000000>; - status = "okay"; jedec-id = [c8 40 15]; + status = "okay"; }; }; diff --git a/boards/gd/gd32f450v_start/gd32f450v_start.dts b/boards/gd/gd32f450v_start/gd32f450v_start.dts index a822217b84a32..7e1bb7724adbf 100644 --- a/boards/gd/gd32f450v_start/gd32f450v_start.dts +++ b/boards/gd/gd32f450v_start/gd32f450v_start.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32F450V-START"; compatible = "gd,gd32f450v-start"; + model = "GigaDevice GD32F450V-START"; chosen { zephyr,sram = &sram0; @@ -62,19 +62,19 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer2 { - status = "okay"; prescaler = <256>; + status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&pwm2_default>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/gd/gd32f450z_eval/gd32f450z_eval.dts b/boards/gd/gd32f450z_eval/gd32f450z_eval.dts index ffb53ffc2e8df..897f8ad375c65 100644 --- a/boards/gd/gd32f450z_eval/gd32f450z_eval.dts +++ b/boards/gd/gd32f450z_eval/gd32f450z_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32F450Z-EVAL"; compatible = "gd,gd32f450z-eval"; + model = "GigaDevice GD32F450Z-EVAL"; chosen { zephyr,sram = &sram0; @@ -102,57 +102,57 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac { - status = "okay"; pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &timer1 { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; eeprom0: eeprom@50 { compatible = "atmel,at24"; reg = <0x50>; - status = "okay"; size = <256>; pagesize = <8>; address-width = <8>; timeout = <5>; + status = "okay"; }; }; &spi5 { - status = "okay"; pinctrl-0 = <&spi5_default>; pinctrl-names = "default"; cs-gpios = <&gpiog 9 GPIO_ACTIVE_LOW>; + status = "okay"; nor_flash: gd25q16@0 { compatible = "jedec,spi-nor"; - size = <0x1000000>; reg = <0>; + size = <0x1000000>; spi-max-frequency = <4000000>; - status = "okay"; jedec-id = [c8 40 15]; + status = "okay"; }; }; diff --git a/boards/gd/gd32f470i_eval/gd32f470i_eval.dts b/boards/gd/gd32f470i_eval/gd32f470i_eval.dts index 590f7ff2b73ed..09e86c67adda5 100644 --- a/boards/gd/gd32f470i_eval/gd32f470i_eval.dts +++ b/boards/gd/gd32f470i_eval/gd32f470i_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32F470I-EVAL"; compatible = "gd,gd32f470i-eval"; + model = "GigaDevice GD32F470I-EVAL"; chosen { zephyr,sram = &sram0; @@ -110,57 +110,57 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac { - status = "okay"; pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &timer1 { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; eeprom0: eeprom@50 { compatible = "atmel,at24"; reg = <0x50>; - status = "okay"; size = <256>; pagesize = <8>; address-width = <8>; timeout = <5>; + status = "okay"; }; }; &spi5 { - status = "okay"; pinctrl-0 = <&spi5_default>; pinctrl-names = "default"; cs-gpios = <&gpioi 8 GPIO_ACTIVE_LOW>; + status = "okay"; nor_flash: gd25q16@0 { compatible = "jedec,spi-nor"; - size = <0x1000000>; reg = <0>; + size = <0x1000000>; spi-max-frequency = <4000000>; - status = "okay"; jedec-id = [c8 40 15]; + status = "okay"; }; }; diff --git a/boards/gd/gd32l233r_eval/gd32l233r_eval.dts b/boards/gd/gd32l233r_eval/gd32l233r_eval.dts index 269494fdfa82e..131b848fcff8e 100644 --- a/boards/gd/gd32l233r_eval/gd32l233r_eval.dts +++ b/boards/gd/gd32l233r_eval/gd32l233r_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32L233R Evaluation Kit"; compatible = "gd,gd32l233r-eval"; + model = "GigaDevice GD32L233R Evaluation Kit"; chosen { zephyr,sram = &sram; @@ -88,14 +88,14 @@ }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/gd/gd32vf103c_starter/gd32vf103c_starter.dts b/boards/gd/gd32vf103c_starter/gd32vf103c_starter.dts index ddec3fdf5b96e..e2f53665f9e87 100644 --- a/boards/gd/gd32vf103c_starter/gd32vf103c_starter.dts +++ b/boards/gd/gd32vf103c_starter/gd32vf103c_starter.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32VF103C-STARTER"; compatible = "gd,gd32vf103c-starter"; + model = "GigaDevice GD32VF103C-STARTER"; chosen { zephyr,sram = &sram0; @@ -75,20 +75,20 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer2 { - status = "okay"; prescaler = <128>; + status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&pwm2_default>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/gd/gd32vf103v_eval/gd32vf103v_eval.dts b/boards/gd/gd32vf103v_eval/gd32vf103v_eval.dts index 60ed026b42701..fd57a32e4eeda 100644 --- a/boards/gd/gd32vf103v_eval/gd32vf103v_eval.dts +++ b/boards/gd/gd32vf103v_eval/gd32vf103v_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "GigaDevice GD32VF103V-EVAL"; compatible = "gd,gd32vf103v-eval"; + model = "GigaDevice GD32VF103V-EVAL"; chosen { zephyr,sram = &sram0; @@ -114,50 +114,50 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { - status = "okay"; prescaler = <128>; + status = "okay"; pwm0: pwm { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-names = "default"; + status = "okay"; }; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&gpioe 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; nor_flash: gd25q16@0 { compatible = "jedec,spi-nor"; - size = <0x1000000>; reg = <0>; + size = <0x1000000>; spi-max-frequency = <4000000>; - status = "okay"; jedec-id = [c8 40 15]; + status = "okay"; }; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &fwdgt { From 41e0340f3101ec9d521cb107b5ecc74b8a273750 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:41 +0200 Subject: [PATCH 056/142] devicetree: format files in boards/google Applying dts-linter results for format files in boards/google Signed-off-by: Kyle Micallef Bonnici --- boards/google/dragonclaw/google_dragonclaw.dts | 2 +- boards/google/icetower/google_icetower.dts | 4 ++-- boards/google/quincy/google_quincy.dts | 4 ++-- boards/google/twinkie_v2/google_twinkie_v2.dts | 5 ++--- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/boards/google/dragonclaw/google_dragonclaw.dts b/boards/google/dragonclaw/google_dragonclaw.dts index f60396e7a8d92..64367a4562428 100644 --- a/boards/google/dragonclaw/google_dragonclaw.dts +++ b/boards/google/dragonclaw/google_dragonclaw.dts @@ -10,8 +10,8 @@ #include / { - model = "Google Dragonclaw development board"; compatible = "google,dragonclaw-fpmcu"; + model = "Google Dragonclaw development board"; chosen { zephyr,console = &usart2; diff --git a/boards/google/icetower/google_icetower.dts b/boards/google/icetower/google_icetower.dts index 8bc6fd3fa190a..7ec5f4bb9461d 100644 --- a/boards/google/icetower/google_icetower.dts +++ b/boards/google/icetower/google_icetower.dts @@ -10,8 +10,8 @@ #include / { - model = "Google Icetower development board"; compatible = "google,icetower-fpmcu"; + model = "Google Icetower development board"; chosen { zephyr,console = &usart1; @@ -27,9 +27,9 @@ }; &clk_hsi { - status = "okay"; hsi-div = <1>; clock-frequency = ; + status = "okay"; }; &rcc { diff --git a/boards/google/quincy/google_quincy.dts b/boards/google/quincy/google_quincy.dts index 2a075c9b5645d..0476648a91532 100644 --- a/boards/google/quincy/google_quincy.dts +++ b/boards/google/quincy/google_quincy.dts @@ -10,8 +10,8 @@ #include / { - model = "Google Quincy development board"; compatible = "google,quincy-fpmcu"; + model = "Google Quincy development board"; chosen { zephyr,console = &uart1; @@ -48,9 +48,9 @@ /* SHI0: communication with the AP */ &shi0 { - status = "okay"; pinctrl-0 = <&shi_gp46_47_53_55>; pinctrl-names = "default"; + status = "okay"; }; /* SPIP0: communication with the fingerprint sensor */ diff --git a/boards/google/twinkie_v2/google_twinkie_v2.dts b/boards/google/twinkie_v2/google_twinkie_v2.dts index 5b949b9ea97e3..d1561aa0ee29a 100644 --- a/boards/google/twinkie_v2/google_twinkie_v2.dts +++ b/boards/google/twinkie_v2/google_twinkie_v2.dts @@ -10,8 +10,8 @@ #include / { - model = "Google Twinkie V2"; compatible = "google,twinkie-v2"; + model = "Google Twinkie V2"; chosen { zephyr,sram = &sram0; @@ -177,10 +177,9 @@ }; &ucpd1 { - status = "okay"; - psc-ucpdclk = <1>; hbitclkdiv = <27>; pinctrl-0 = <&ucpd1_cc1_pa8 &ucpd1_cc2_pb15>; pinctrl-names = "default"; + status = "okay"; }; From 43c8d11783adac09baaf7fc1a0d064af40de6dc8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:41 +0200 Subject: [PATCH 057/142] devicetree: format files in boards/hardkernel Applying dts-linter results for format files in boards/hardkernel Signed-off-by: Kyle Micallef Bonnici --- boards/hardkernel/odroid_go/odroid_go_appcpu.dts | 2 +- boards/hardkernel/odroid_go/odroid_go_procpu.dts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/hardkernel/odroid_go/odroid_go_appcpu.dts b/boards/hardkernel/odroid_go/odroid_go_appcpu.dts index 3fe5151c7cec6..3830a5080d394 100644 --- a/boards/hardkernel/odroid_go/odroid_go_appcpu.dts +++ b/boards/hardkernel/odroid_go/odroid_go_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "ODROID-GO Game Kit APPCPU"; compatible = "hardkernel,odroid_go", "espressif,esp32"; + model = "ODROID-GO Game Kit APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/hardkernel/odroid_go/odroid_go_procpu.dts b/boards/hardkernel/odroid_go/odroid_go_procpu.dts index b51120268dd95..362a1524062b5 100644 --- a/boards/hardkernel/odroid_go/odroid_go_procpu.dts +++ b/boards/hardkernel/odroid_go/odroid_go_procpu.dts @@ -11,8 +11,8 @@ #include / { - model = "ODROID-GO Game Kit PROCPU"; compatible = "hardkernel,odroid_go", "espressif,esp32"; + model = "ODROID-GO Game Kit PROCPU"; chosen { zephyr,sram = &sram1; @@ -98,9 +98,9 @@ ili9341: ili9341@0 { compatible = "ilitek,ili9341"; + reg = <0>; mipi-max-frequency = <25000000>; pixel-format = <0>; - reg = <0>; rotation = <270>; width = <320>; height = <240>; @@ -109,10 +109,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -130,24 +130,25 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 4 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 15 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; sd0: sd@1 { compatible = "zephyr,sdhc-spi-slot"; reg = <1>; + spi-max-frequency = <20000000>; status = "okay"; mmc { @@ -155,7 +156,6 @@ disk-name = "SD"; status = "okay"; }; - spi-max-frequency = <20000000>; }; }; From a657a7adbb3013a94749b7ba38a29d9a33399405 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:41 +0200 Subject: [PATCH 058/142] devicetree: format files in boards/heltec Applying dts-linter results for format files in boards/heltec Signed-off-by: Kyle Micallef Bonnici --- .../heltec_wifi_lora32_v2_appcpu.dts | 2 +- .../heltec_wifi_lora32_v2_procpu.dts | 8 ++++---- .../heltec_wireless_stick_lite_v3_appcpu.dts | 2 +- .../heltec_wireless_stick_lite_v3_procpu.dts | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/boards/heltec/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2_appcpu.dts b/boards/heltec/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2_appcpu.dts index 0363d711293de..08bcd0bc0e1dd 100644 --- a/boards/heltec/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2_appcpu.dts +++ b/boards/heltec/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Heltec Wi-Fi Lora32 V2 APPCPU"; compatible = "espressif,esp32"; + model = "Heltec Wi-Fi Lora32 V2 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/heltec/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2_procpu.dts b/boards/heltec/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2_procpu.dts index a2965c750e670..7e2e1ae6c6f9a 100644 --- a/boards/heltec/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2_procpu.dts +++ b/boards/heltec/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2_procpu.dts @@ -11,8 +11,8 @@ #include / { - model = "Heltec Wi-Fi Lora32 V2 PROCPU"; compatible = "espressif,esp32"; + model = "Heltec Wi-Fi Lora32 V2 PROCPU"; aliases { uart-0 = &uart0; @@ -67,10 +67,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -82,21 +82,21 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 4 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 15 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; + status = "okay"; lora0: lora@0 { compatible = "semtech,sx1276"; diff --git a/boards/heltec/heltec_wireless_stick_lite_v3/heltec_wireless_stick_lite_v3_appcpu.dts b/boards/heltec/heltec_wireless_stick_lite_v3/heltec_wireless_stick_lite_v3_appcpu.dts index 6a8ca48d962d1..477ff4a7a488f 100644 --- a/boards/heltec/heltec_wireless_stick_lite_v3/heltec_wireless_stick_lite_v3_appcpu.dts +++ b/boards/heltec/heltec_wireless_stick_lite_v3/heltec_wireless_stick_lite_v3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Heltec Wireless Stick Lite V3 APPCPU"; compatible = "espressif,esp32s3"; + model = "Heltec Wireless Stick Lite V3 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/heltec/heltec_wireless_stick_lite_v3/heltec_wireless_stick_lite_v3_procpu.dts b/boards/heltec/heltec_wireless_stick_lite_v3/heltec_wireless_stick_lite_v3_procpu.dts index 723cafa532e3c..e4476a5944011 100644 --- a/boards/heltec/heltec_wireless_stick_lite_v3/heltec_wireless_stick_lite_v3_procpu.dts +++ b/boards/heltec/heltec_wireless_stick_lite_v3/heltec_wireless_stick_lite_v3_procpu.dts @@ -15,8 +15,8 @@ #include / { - model = "Heltec Wireless Stick Lite V3 PROCPU"; compatible = "espressif,esp32s3"; + model = "Heltec Wireless Stick Lite V3 PROCPU"; aliases { pwm-0 = &ledc0; @@ -88,10 +88,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -105,9 +105,9 @@ &ledc0 { pinctrl-0 = <&ledc0_default>; pinctrl-names = "default"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel0@0 { reg = <0x0>; @@ -124,9 +124,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; lora0: lora@0 { compatible = "semtech,sx1262"; @@ -171,10 +171,10 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &esp32_bt_hci { From 3e0291384b6858cc7f3f8af8e641ff9301d4a233 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:41 +0200 Subject: [PATCH 059/142] devicetree: format files in boards/holyiot Applying dts-linter results for format files in boards/holyiot Signed-off-by: Kyle Micallef Bonnici --- boards/holyiot/yj16019/holyiot_yj16019.dts | 4 ++-- boards/holyiot/yj17095/holyiot_yj17095.dts | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/holyiot/yj16019/holyiot_yj16019.dts b/boards/holyiot/yj16019/holyiot_yj16019.dts index e97ae44c75369..dd4c450ff6e22 100644 --- a/boards/holyiot/yj16019/holyiot_yj16019.dts +++ b/boards/holyiot/yj16019/holyiot_yj16019.dts @@ -11,8 +11,8 @@ #include / { - model = "Holyiot YJ-16019"; compatible = "holyiot,yj-16019"; + model = "Holyiot YJ-16019"; leds { compatible = "gpio-leds"; @@ -50,8 +50,8 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/holyiot/yj17095/holyiot_yj17095.dts b/boards/holyiot/yj17095/holyiot_yj17095.dts index c6a396fdc9894..edce8542738ad 100644 --- a/boards/holyiot/yj17095/holyiot_yj17095.dts +++ b/boards/holyiot/yj17095/holyiot_yj17095.dts @@ -8,8 +8,8 @@ #include / { - model = "Holyiot YJ-17095"; compatible = "holyiot,yj-17095"; + model = "Holyiot YJ-17095"; chosen { zephyr,sram = &sram0; @@ -50,23 +50,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x37000>; + label = "image-0"; }; slot1_partition: partition@43000 { - label = "image-1"; reg = <0x00043000 0x37000>; + label = "image-1"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; From 7339047e91ccdac74295fb38ce24cbc842b6a6f3 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:42 +0200 Subject: [PATCH 060/142] devicetree: format files in boards/iar Applying dts-linter results for format files in boards/iar Signed-off-by: Kyle Micallef Bonnici --- .../iar/stm32f429ii_aca/stm32f429ii_aca.dts | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/boards/iar/stm32f429ii_aca/stm32f429ii_aca.dts b/boards/iar/stm32f429ii_aca/stm32f429ii_aca.dts index 2ef4de73bf064..3b4492eb220a1 100644 --- a/boards/iar/stm32f429ii_aca/stm32f429ii_aca.dts +++ b/boards/iar/stm32f429ii_aca/stm32f429ii_aca.dts @@ -12,8 +12,8 @@ #include / { - model = "IAR STM32F429II-ACA board"; compatible = "iar,stm32f429ii-aca"; + model = "IAR STM32F429II-ACA board"; chosen { zephyr,sram = &sram0; @@ -23,8 +23,8 @@ sdram2: sdram@d0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xd0000000 DT_SIZE_M(8)>; + device_type = "memory"; zephyr,memory-region = "SDRAM2"; }; @@ -186,27 +186,26 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_ph4 &i2c2_sda_ph5>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi5 { pinctrl-0 = <&spi5_nss_pf6 &spi5_sck_pf7 &spi5_miso_pf8 &spi5_mosi_pf9>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioc 2 GPIO_ACTIVE_LOW>; + status = "okay"; }; &fmc { - status = "okay"; pinctrl-0 = <&fmc_nbl0_pe0 &fmc_nbl1_pe1 &fmc_sdclk_pg8 &fmc_sdnwe_pc0 &fmc_sdcke0_pc3 &fmc_sdne0_pc2 &fmc_sdnras_pf11 &fmc_sdncas_pg15 @@ -219,14 +218,14 @@ &fmc_d8_pe11 &fmc_d9_pe12 &fmc_d10_pe13 &fmc_d11_pe14 &fmc_d12_pe15 &fmc_d13_pd8 &fmc_d14_pd9 &fmc_d15_pd10>; pinctrl-names = "default"; + status = "okay"; sdram { - status = "okay"; - power-up-delay = <100>; num-auto-refresh = <1>; mode-register = <0>; refresh-rate = <1386>; + status = "okay"; bank@1 { reg = <1>; @@ -248,11 +247,11 @@ compatible = "st,stm32f4-adc", "st,stm32-adc"; pinctrl-0 = <&adc2_in6_pa6>; pinctrl-names = "default"; - st,adc-prescaler = <2>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-prescaler = <2>; + status = "okay"; channel@6 { reg = <6>; From e46e35ff783b3f8ae01f4ff8cae3bb3a24c445cb Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:42 +0200 Subject: [PATCH 061/142] devicetree: format files in boards/infineon Applying dts-linter results for format files in boards/infineon Signed-off-by: Kyle Micallef Bonnici --- .../infineon/cy8ckit_062s2_ai/cy8ckit_062s2_ai.dts | 8 ++++---- boards/infineon/cy8ckit_062s4/cy8ckit_062s4.dts | 4 ++-- .../cy8cproto_062_4343w/cy8cproto_062_4343w.dts | 14 +++++++------- .../cy8cproto_063_ble/cy8cproto_063_ble.dts | 6 +++--- .../cyw920829m2evk_02/cyw920829m2evk_02.dts | 14 +++++++------- boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk.dts | 6 +++--- .../kit_psc3m5_evk_psc3m5fds2afq1_ns.dts | 6 +++--- .../kit_xmc72_evk/kit_xmc72_evk_common.dtsi | 2 +- .../kit_xmc72_evk_xmc7200d_e272k8384_m0p.dts | 2 +- .../kit_xmc72_evk_xmc7200d_e272k8384_m7_0.dts | 2 +- .../kit_xmc72_evk_xmc7200d_e272k8384_m7_1.dts | 2 +- .../infineon/xmc45_relax_kit/xmc45_relax_kit.dts | 8 ++++---- .../infineon/xmc47_relax_kit/xmc47_relax_kit.dts | 14 +++++++------- 13 files changed, 44 insertions(+), 44 deletions(-) diff --git a/boards/infineon/cy8ckit_062s2_ai/cy8ckit_062s2_ai.dts b/boards/infineon/cy8ckit_062s2_ai/cy8ckit_062s2_ai.dts index 5f5614f377284..04eb15c25bffb 100644 --- a/boards/infineon/cy8ckit_062s2_ai/cy8ckit_062s2_ai.dts +++ b/boards/infineon/cy8ckit_062s2_ai/cy8ckit_062s2_ai.dts @@ -10,8 +10,8 @@ #include / { - model = "CY8CKIT-062S2-AI PSOC 6 AI Evaluation Kit"; compatible = "infineon,cy8ckit_062s2_ai", "cypress,PSOC6"; + model = "CY8CKIT-062S2-AI PSOC 6 AI Evaluation Kit"; chosen { zephyr,console = &uart5; @@ -52,8 +52,8 @@ }; &fll0 { - status = "okay"; clock-frequency = <100000000>; + status = "okay"; }; &clk_hf0 { @@ -93,18 +93,18 @@ /* UART connected to KitProg3 */ uart5: &scb5 { compatible = "infineon,cat1-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&p5_1_scb5_uart_tx &p5_0_scb5_uart_rx>; pinctrl-names = "default"; + status = "okay"; }; uart1: &scb1 { compatible = "infineon,cat1-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&p10_0_scb1_uart_rx &p10_1_scb1_uart_tx>; pinctrl-names = "default"; + status = "okay"; }; &p5_1_scb5_uart_tx { diff --git a/boards/infineon/cy8ckit_062s4/cy8ckit_062s4.dts b/boards/infineon/cy8ckit_062s4/cy8ckit_062s4.dts index 6992a1378dbc5..64dd4b545f3c3 100644 --- a/boards/infineon/cy8ckit_062s4/cy8ckit_062s4.dts +++ b/boards/infineon/cy8ckit_062s4/cy8ckit_062s4.dts @@ -8,8 +8,8 @@ #include / { - model = "Infineon PSOC 62S4 Pioneer Kit"; compatible = "cypress,psoc6"; + model = "Infineon PSOC 62S4 Pioneer Kit"; chosen { zephyr,sram = &sram0; @@ -69,10 +69,10 @@ uart2: &scb2 { compatible = "infineon,cat1-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&p3_0_scb2_uart_rx &p3_1_scb2_uart_tx>; pinctrl-names = "default"; + status = "okay"; }; &gpio_prt3 { diff --git a/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w.dts b/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w.dts index 5df947eccfed3..d4d6533d39c95 100644 --- a/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w.dts +++ b/boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w.dts @@ -10,8 +10,8 @@ #include "cy8cproto_062_4343w-pinctrl.dtsi" / { - model = "cy8cproto_062_4343w with an Cypress PSOCâ„¢ 6 SoC"; compatible = "cypress,cy8cproto_062_4343w", "cypress,PSOC6"; + model = "cy8cproto_062_4343w with an Cypress PSOCâ„¢ 6 SoC"; aliases { uart-5 = &uart5; @@ -35,16 +35,15 @@ uart5: &scb5 { compatible = "infineon,cat1-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&p5_1_scb5_uart_tx &p5_0_scb5_uart_rx>; pinctrl-names = "default"; + status = "okay"; }; uart2: &scb2 { compatible = "infineon,cat1-uart"; - status = "okay"; /* The UART bus speed (current_speed) for zephyr_bt_uart should be the same * as the default baudrate defined in CYW43xx firmware (default 115200). @@ -57,12 +56,12 @@ uart2: &scb2 { /* HW Flow control must be enabled for HCI H4 */ hw-flow-control; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; murata-1dx { - status = "okay"; compatible = "infineon,cyw43xxx-bt-hci"; bt-reg-on-gpios = <&gpio_prt3 4 GPIO_ACTIVE_HIGH>; @@ -73,33 +72,34 @@ uart2: &scb2 { * default speed. */ fw-download-speed = <3000000>; + status = "okay"; }; }; }; &sdhc0 { - status = "okay"; /* SDIO pins */ pinctrl-0 = <&p2_4_sdio_cmd &p2_5_sdio_clk &p2_0_sdio_data0 &p2_1_sdio_data1 &p2_2_sdio_data2 &p2_3_sdio_data3>; pinctrl-names = "default"; + status = "okay"; /* Wi-Fi configuration */ airoc-wifi { - status = "okay"; compatible = "infineon,airoc-wifi"; /* Wi-Fi control gpios */ wifi-reg-on-gpios = <&gpio_prt2 6 GPIO_ACTIVE_HIGH>; wifi-host-wake-gpios = <&gpio_prt0 4 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; /* System clock configuration */ &fll0 { - status = "okay"; clock-frequency = <100000000>; + status = "okay"; }; &clk_hf0 { diff --git a/boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble.dts b/boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble.dts index ea61b06df94da..efc318288b14b 100644 --- a/boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble.dts +++ b/boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble.dts @@ -12,8 +12,8 @@ #include / { - model = "CY8CPROTO-063-BLE PSOCâ„¢ 6 BLE Prototyping Kit"; compatible = "cypress,cy8cproto_063_ble", "cypress,PSOC6"; + model = "CY8CPROTO-063-BLE PSOCâ„¢ 6 BLE Prototyping Kit"; aliases { uart-5 = &uart5; @@ -82,18 +82,18 @@ uart5: &scb5 { compatible = "infineon,cat1-uart"; - status = "okay"; current-speed = <115200>; /* UART pins */ pinctrl-0 = <&p5_1_scb5_uart_tx &p5_0_scb5_uart_rx>; pinctrl-names = "default"; + status = "okay"; }; /* System clock configuration */ &fll0 { - status = "okay"; clock-frequency = <100000000>; + status = "okay"; }; &clk_hf0 { diff --git a/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02.dts b/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02.dts index 92f56fff7d6a5..ab1aed045eaee 100644 --- a/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02.dts +++ b/boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02.dts @@ -10,8 +10,8 @@ #include "cyw920829m2evk_02-pinctrl.dtsi" / { - model = "The Infineon AIROCâ„¢ CYW20829 Bluetooth® LE evaluation kit (CYW92089M2EVK-02)"; compatible = "infineon,cyw920829m2evk_02", "infineon,CYW20829"; + model = "The Infineon AIROCâ„¢ CYW20829 Bluetooth® LE evaluation kit (CYW92089M2EVK-02)"; aliases { watchdog0 = &watchdog0; @@ -33,7 +33,6 @@ uart2: &scb2 { compatible = "infineon,cat1-uart"; - status = "okay"; current-speed = <115200>; hw-flow-control; @@ -42,12 +41,13 @@ uart2: &scb2 { dmas = <&dma0 8>, <&dma0 9>; dma-names = "tx", "rx"; + status = "okay"; }; &dma0 { + compatible = "infineon,cat1-dma"; #address-cells = <1>; #size-cells = <0>; - compatible = "infineon,cat1-dma"; status = "okay"; }; @@ -72,8 +72,8 @@ uart2: &scb2 { }; &clk_hf0 { - status = "okay"; clocks = <&fll0>; + status = "okay"; }; &clk_hf1 { @@ -123,19 +123,19 @@ uart2: &scb2 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 0x20000>; + label = "mcuboot"; read-only; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x20000 0x60000>; + label = "image-0"; }; slot1_partition: partition@80000 { - label = "image-1"; reg = <0x80000 0x60000>; + label = "image-1"; }; storage_partition: storage_partition@E0000 { diff --git a/boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk.dts b/boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk.dts index 29f469463255a..96c3cf9626fbe 100644 --- a/boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk.dts +++ b/boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk.dts @@ -11,8 +11,8 @@ #include "kit_psc3m5_evk-pinctrl.dtsi" / { - model = "The Infineon PSOCâ„¢ Control C3M5 Evaluation Kit"; compatible = "infineon,kit_psc3m5_evk", "infineon,PSC3M5"; + model = "The Infineon PSOCâ„¢ Control C3M5 Evaluation Kit"; aliases { watchdog0 = &watchdog0; @@ -28,19 +28,19 @@ uart3: &scb3 { compatible = "infineon,cat1-uart-pdl"; - status = "okay"; current-speed = <115200>; clocks = <&peri0_group4_8bit_0>; pinctrl-0 = <&p6_3_scb3_uart_tx &p6_2_scb3_uart_rx &p6_1_scb3_uart_rts &p6_0_scb3_uart_cts>; pinctrl-names = "default"; + status = "okay"; }; &peri0_group4_8bit_0 { - status = "okay"; scb-block = <3>; div-value = <109>; + status = "okay"; }; &path_mux0 { diff --git a/boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk_psc3m5fds2afq1_ns.dts b/boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk_psc3m5fds2afq1_ns.dts index 49dd0814e0bd0..adbfeed579e65 100644 --- a/boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk_psc3m5fds2afq1_ns.dts +++ b/boards/infineon/kit_psc3m5_evk/kit_psc3m5_evk_psc3m5fds2afq1_ns.dts @@ -11,8 +11,8 @@ #include "kit_psc3m5_evk-pinctrl.dtsi" / { - model = "The Infineon PSOCâ„¢ Control C3M5 Evaluation Kit"; compatible = "infineon,kit_psc3m5_evk", "infineon,PSC3M5"; + model = "The Infineon PSOCâ„¢ Control C3M5 Evaluation Kit"; aliases { watchdog0 = &watchdog0; @@ -28,19 +28,19 @@ uart3: &scb3 { compatible = "infineon,cat1-uart-pdl"; - status = "okay"; current-speed = <115200>; clocks = <&peri0_group4_8bit_0>; pinctrl-0 = <&p6_3_scb3_uart_tx &p6_2_scb3_uart_rx &p6_1_scb3_uart_rts &p6_0_scb3_uart_cts>; pinctrl-names = "default"; + status = "okay"; }; &peri0_group4_8bit_0 { - status = "okay"; scb-block = <3>; div-value = <109>; + status = "okay"; }; &path_mux0 { diff --git a/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_common.dtsi b/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_common.dtsi index 43137558abcf7..66284b362a3d2 100644 --- a/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_common.dtsi +++ b/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_common.dtsi @@ -55,13 +55,13 @@ uart3: &scb3 { compatible = "infineon,cat1-uart"; - status = "okay"; current-speed = <115200>; /* UART pins */ pinctrl-0 = <&p13_1_scb3_uart_tx &p13_0_scb3_uart_rx &p13_2_scb3_uart_rts &p13_3_scb3_uart_cts>; pinctrl-names = "default"; + status = "okay"; }; &gpio_prt13 { diff --git a/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m0p.dts b/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m0p.dts index 0820c7d669379..c6d422444e07a 100644 --- a/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m0p.dts +++ b/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m0p.dts @@ -12,8 +12,8 @@ #include "kit_xmc72_evk_common.dtsi" / { - model = "Infineon Evaluation board for XMC7200D-E272K8384 M0"; compatible = "infineon,kit_xmc72_evk", "infineon,XMC7200"; + model = "Infineon Evaluation board for XMC7200D-E272K8384 M0"; chosen { zephyr,sram = &m0p_code; diff --git a/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m7_0.dts b/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m7_0.dts index 1e14555daedf0..474bb965c8c13 100644 --- a/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m7_0.dts +++ b/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m7_0.dts @@ -12,8 +12,8 @@ #include "kit_xmc72_evk_common.dtsi" / { - model = "Infineon Evaluation board for XMC7200D-E272K8384 M7"; compatible = "infineon,kit_xmc72_evk", "infineon,XMC7200"; + model = "Infineon Evaluation board for XMC7200D-E272K8384 M7"; aliases { uart-3 = &uart3; diff --git a/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m7_1.dts b/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m7_1.dts index ccfb909208a18..25b91eeb1410a 100644 --- a/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m7_1.dts +++ b/boards/infineon/kit_xmc72_evk/kit_xmc72_evk_xmc7200d_e272k8384_m7_1.dts @@ -12,8 +12,8 @@ #include "kit_xmc72_evk_common.dtsi" / { - model = "Infineon Evaluation board for XMC7200D-E272K8384 M7"; compatible = "infineon,kit_xmc72_evk", "infineon,XMC7200"; + model = "Infineon Evaluation board for XMC7200D-E272K8384 M7"; aliases { uart-3 = &uart3; diff --git a/boards/infineon/xmc45_relax_kit/xmc45_relax_kit.dts b/boards/infineon/xmc45_relax_kit/xmc45_relax_kit.dts index b578d244bea42..0be18974d37c5 100644 --- a/boards/infineon/xmc45_relax_kit/xmc45_relax_kit.dts +++ b/boards/infineon/xmc45_relax_kit/xmc45_relax_kit.dts @@ -14,9 +14,9 @@ #include "xmc45_relax_kit-pinctrl.dtsi" / { - model = "Infineon XMC4500 Relax Kit"; compatible = "infineon,xm4500-relax-kit", "infineon,xmc4500", "infineon,xmc4xxx"; + model = "Infineon XMC4500 Relax Kit"; aliases { led0 = &led1; @@ -90,8 +90,8 @@ }; storage_partition: partition@80000 { - label = "storage"; reg = <0x80000 0x80000>; + label = "storage"; }; }; }; @@ -141,7 +141,6 @@ }; ð { - status = "okay"; pinctrl-0 = <ð_p2_4_rxer ð_p2_2_rxd0 ð_p2_3_rxd1 ð_p15_8_clk_rmii ð_p15_9_crs_dv ð_p2_5_tx_en ð_p2_8_txd0 ð_p2_9_txd1>; @@ -155,13 +154,14 @@ phy-connection-type = "rmii"; phy-handle = <&phy>; + status = "okay"; }; &mdio { - status = "okay"; mdi-port-ctrl = "P2_0"; pinctrl-0 = <ð_p2_0_mdo ð_p2_7_mdc>; pinctrl-names = "default"; + status = "okay"; phy: ethernet-phy@0 { compatible = "ethernet-phy"; diff --git a/boards/infineon/xmc47_relax_kit/xmc47_relax_kit.dts b/boards/infineon/xmc47_relax_kit/xmc47_relax_kit.dts index 11bd2f42e3c41..c656281b09ea3 100644 --- a/boards/infineon/xmc47_relax_kit/xmc47_relax_kit.dts +++ b/boards/infineon/xmc47_relax_kit/xmc47_relax_kit.dts @@ -14,8 +14,8 @@ #include "arduino_r3_connector.dtsi" / { - model = "Infineon XMC4700 Relax Kit board"; compatible = "infineon,xmc4700", "infineon,xmc4xxx"; + model = "Infineon XMC4700 Relax Kit board"; aliases { led0 = &led1; @@ -85,8 +85,8 @@ }; storage_partition: partition@80000 { - label = "storage"; reg = <0x80000 0x80000>; + label = "storage"; }; }; }; @@ -126,15 +126,14 @@ miso-src = "DX0C"; interrupts = <96 1 97 1>; interrupt-names = "tx", "rx"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; &usic1ch1 { compatible = "infineon,xmc4xxx-i2c"; - status = "okay"; pinctrl-0 = <&i2c_scl_p0_13_u1c1 &i2c_sda_p3_15_u1c1>; pinctrl-names = "default"; @@ -144,6 +143,7 @@ #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; &adc0 { @@ -178,7 +178,6 @@ }; ð { - status = "okay"; pinctrl-0 = <ð_p2_4_rxer ð_p2_2_rxd0 ð_p2_3_rxd1 ð_p15_8_clk_rmii ð_p15_9_crs_dv ð_p2_5_tx_en ð_p2_8_txd0 ð_p2_9_txd1>; @@ -192,13 +191,14 @@ phy-connection-type = "rmii"; phy-handle = <&phy>; + status = "okay"; }; &mdio { - status = "okay"; mdi-port-ctrl = "P2_0"; pinctrl-0 = <ð_p2_0_mdo ð_p2_7_mdc>; pinctrl-names = "default"; + status = "okay"; phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -215,8 +215,8 @@ }; &can_node1 { - status = "okay"; input-src = "RXDC"; pinctrl-0 = <&can_tx_p1_12_node1 &can_rx_p1_13_node1>; pinctrl-names = "default"; + status = "okay"; }; From 97c06e139a91aa86170ac6fe48657c9d05ea05ad Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:42 +0200 Subject: [PATCH 062/142] devicetree: format files in boards/innblue Applying dts-linter results for format files in boards/innblue Signed-off-by: Kyle Micallef Bonnici --- boards/innblue/innblue21/innblue21_common.dtsi | 12 ++++++------ boards/innblue/innblue22/innblue22_common.dtsi | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/boards/innblue/innblue21/innblue21_common.dtsi b/boards/innblue/innblue21/innblue21_common.dtsi index 035e2fc5d3dea..9c54d6e99221b 100644 --- a/boards/innblue/innblue21/innblue21_common.dtsi +++ b/boards/innblue/innblue21/innblue21_common.dtsi @@ -7,8 +7,8 @@ #include / { - model = "innblue v21 Dev Kit"; compatible = "innblue,innblue21"; + model = "innblue v21 Dev Kit"; chosen { zephyr,console = &uart0; @@ -89,19 +89,19 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart2 { @@ -113,13 +113,13 @@ &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12_accel: lis2dh12-accel@19 { compatible = "st,lis2dh"; @@ -150,17 +150,17 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm1 { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-1 = <&pwm1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Include default memory partition configuration file */ diff --git a/boards/innblue/innblue22/innblue22_common.dtsi b/boards/innblue/innblue22/innblue22_common.dtsi index 5fb73623e3379..96fda205e566d 100644 --- a/boards/innblue/innblue22/innblue22_common.dtsi +++ b/boards/innblue/innblue22/innblue22_common.dtsi @@ -7,8 +7,8 @@ #include / { - model = "innblue v22 Dev Kit"; compatible = "innblue,innblue22"; + model = "innblue v22 Dev Kit"; chosen { zephyr,console = &uart0; @@ -81,20 +81,20 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart2 { @@ -106,13 +106,13 @@ &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; bq27421@55 { compatible = "ti,bq274xx"; @@ -152,17 +152,17 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm1 { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-1 = <&pwm1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Include default memory partition configuration file */ From d61c9ed31d87211e458a1ae49c6af928d7910dbe Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:43 +0200 Subject: [PATCH 063/142] devicetree: format files in boards/intel Applying dts-linter results for format files in boards/intel Signed-off-by: Kyle Micallef Bonnici --- boards/intel/adl/intel_adl_crb.dts | 2 +- boards/intel/adl/intel_adl_rvp.dts | 2 +- boards/intel/adsp/intel_adsp_ace15_mtpm.dts | 2 +- boards/intel/adsp/intel_adsp_ace20_lnl.dts | 2 +- boards/intel/adsp/intel_adsp_ace30_ptl.dts | 2 +- boards/intel/adsp/intel_adsp_ace30_ptl_sim.dts | 2 +- boards/intel/adsp/intel_adsp_ace30_wcl.dts | 2 +- boards/intel/adsp/intel_adsp_ace30_wcl_sim.dts | 2 +- boards/intel/adsp/intel_adsp_ace40_nvl.dts | 2 +- boards/intel/adsp/intel_adsp_ace40_nvls.dts | 2 +- boards/intel/adsp/intel_adsp_cavs25.dts | 2 +- boards/intel/adsp/intel_adsp_cavs25_tgph.dts | 2 +- boards/intel/btl/intel_btl_s_crb.dts | 2 +- boards/intel/ehl/intel_ehl_crb.dts | 2 +- boards/intel/ehl/intel_ehl_crb_sbl.dts | 2 +- boards/intel/ish/intel_ish_5_4_1.dts | 2 +- boards/intel/ish/intel_ish_5_6_0.dts | 2 +- boards/intel/ish/intel_ish_5_8_0.dts | 2 +- boards/intel/niosv_g/niosv_g.dts | 2 +- boards/intel/niosv_m/niosv_m.dts | 2 +- boards/intel/ptl/intel_ptl_h_crb.dts | 2 +- boards/intel/rpl/intel_rpl_p_crb.dts | 2 +- boards/intel/rpl/intel_rpl_s_crb.dts | 2 +- .../socfpga/agilex5_socdk/intel_socfpga_agilex5_socdk.dts | 6 +++--- .../socfpga/agilex_socdk/intel_socfpga_agilex_socdk.dts | 4 ++-- .../intel/socfpga_std/cyclonev_socdk/cyclonev_socdk.dts | 8 ++++---- 26 files changed, 32 insertions(+), 32 deletions(-) diff --git a/boards/intel/adl/intel_adl_crb.dts b/boards/intel/adl/intel_adl_crb.dts index e78b92aff4d95..419d5f310b92a 100644 --- a/boards/intel/adl/intel_adl_crb.dts +++ b/boards/intel/adl/intel_adl_crb.dts @@ -7,8 +7,8 @@ #include "intel_adl.dts" / { - model = "Intel Alder Lake CRB"; compatible = "intel,alder-lake-crb"; + model = "Intel Alder Lake CRB"; chosen { zephyr,console = &uart0; diff --git a/boards/intel/adl/intel_adl_rvp.dts b/boards/intel/adl/intel_adl_rvp.dts index dd946c247c467..8ce48cada394a 100644 --- a/boards/intel/adl/intel_adl_rvp.dts +++ b/boards/intel/adl/intel_adl_rvp.dts @@ -7,8 +7,8 @@ #include "intel_adl.dts" / { - model = "Intel Alder Lake RVP"; compatible = "intel,alder-lake-rvp"; + model = "Intel Alder Lake RVP"; chosen { zephyr,console = &uart0_legacy; diff --git a/boards/intel/adsp/intel_adsp_ace15_mtpm.dts b/boards/intel/adsp/intel_adsp_ace15_mtpm.dts index cc0fc9d0803aa..87e15b3a71de7 100644 --- a/boards/intel/adsp/intel_adsp_ace15_mtpm.dts +++ b/boards/intel/adsp/intel_adsp_ace15_mtpm.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_ace15_mtpm"; compatible = "intel,intel_adsp_ace20_lnl"; + model = "intel_adsp_ace15_mtpm"; aliases { dma0 = &lpgpdma0; diff --git a/boards/intel/adsp/intel_adsp_ace20_lnl.dts b/boards/intel/adsp/intel_adsp_ace20_lnl.dts index 6df8089a508bf..9c68921951d65 100644 --- a/boards/intel/adsp/intel_adsp_ace20_lnl.dts +++ b/boards/intel/adsp/intel_adsp_ace20_lnl.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_ace20_lnl"; compatible = "intel,intel_adsp_ace20_lnl"; + model = "intel_adsp_ace20_lnl"; chosen { zephyr,sram = &sram0; diff --git a/boards/intel/adsp/intel_adsp_ace30_ptl.dts b/boards/intel/adsp/intel_adsp_ace30_ptl.dts index 9e25712bc2c3e..7493e2c8d3977 100644 --- a/boards/intel/adsp/intel_adsp_ace30_ptl.dts +++ b/boards/intel/adsp/intel_adsp_ace30_ptl.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_ace30_ptl"; compatible = "intel"; + model = "intel_adsp_ace30_ptl"; chosen { zephyr,sram = &sram0; diff --git a/boards/intel/adsp/intel_adsp_ace30_ptl_sim.dts b/boards/intel/adsp/intel_adsp_ace30_ptl_sim.dts index 90fa43821ac10..01a83a0e6c599 100644 --- a/boards/intel/adsp/intel_adsp_ace30_ptl_sim.dts +++ b/boards/intel/adsp/intel_adsp_ace30_ptl_sim.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_ace30_ptl_sim"; compatible = "intel"; + model = "intel_adsp_ace30_ptl_sim"; chosen { zephyr,sram = &sram0; diff --git a/boards/intel/adsp/intel_adsp_ace30_wcl.dts b/boards/intel/adsp/intel_adsp_ace30_wcl.dts index e488d77181dd0..06a34079b3f46 100644 --- a/boards/intel/adsp/intel_adsp_ace30_wcl.dts +++ b/boards/intel/adsp/intel_adsp_ace30_wcl.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_ace30_wcl"; compatible = "intel"; + model = "intel_adsp_ace30_wcl"; chosen { zephyr,sram = &sram0; diff --git a/boards/intel/adsp/intel_adsp_ace30_wcl_sim.dts b/boards/intel/adsp/intel_adsp_ace30_wcl_sim.dts index fab0812265e06..cd04281608aef 100644 --- a/boards/intel/adsp/intel_adsp_ace30_wcl_sim.dts +++ b/boards/intel/adsp/intel_adsp_ace30_wcl_sim.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_ace30_wcl_sim"; compatible = "intel"; + model = "intel_adsp_ace30_wcl_sim"; chosen { zephyr,sram = &sram0; diff --git a/boards/intel/adsp/intel_adsp_ace40_nvl.dts b/boards/intel/adsp/intel_adsp_ace40_nvl.dts index e088bc0916300..8d18cdc888c54 100644 --- a/boards/intel/adsp/intel_adsp_ace40_nvl.dts +++ b/boards/intel/adsp/intel_adsp_ace40_nvl.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_ace40_nvl"; compatible = "intel"; + model = "intel_adsp_ace40_nvl"; chosen { zephyr,sram = &sram0; diff --git a/boards/intel/adsp/intel_adsp_ace40_nvls.dts b/boards/intel/adsp/intel_adsp_ace40_nvls.dts index 12eeb5971cb34..4911b01a4cf3d 100644 --- a/boards/intel/adsp/intel_adsp_ace40_nvls.dts +++ b/boards/intel/adsp/intel_adsp_ace40_nvls.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_ace40_nvls"; compatible = "intel"; + model = "intel_adsp_ace40_nvls"; chosen { zephyr,sram = &sram0; diff --git a/boards/intel/adsp/intel_adsp_cavs25.dts b/boards/intel/adsp/intel_adsp_cavs25.dts index ac7a8c058aae1..ad1545295d110 100644 --- a/boards/intel/adsp/intel_adsp_cavs25.dts +++ b/boards/intel/adsp/intel_adsp_cavs25.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_cavs25"; compatible = "intel,intel_adsp_cavs25"; + model = "intel_adsp_cavs25"; aliases { dma0 = &lpgpdma0; diff --git a/boards/intel/adsp/intel_adsp_cavs25_tgph.dts b/boards/intel/adsp/intel_adsp_cavs25_tgph.dts index 5b916c9ee3ade..ebbd1cc114b40 100644 --- a/boards/intel/adsp/intel_adsp_cavs25_tgph.dts +++ b/boards/intel/adsp/intel_adsp_cavs25_tgph.dts @@ -9,8 +9,8 @@ #include / { - model = "intel_adsp_cavs25_tgph"; compatible = "intel,intel_adsp_cavs25_tgph"; + model = "intel_adsp_cavs25_tgph"; aliases { dma0 = &lpgpdma0; diff --git a/boards/intel/btl/intel_btl_s_crb.dts b/boards/intel/btl/intel_btl_s_crb.dts index fb526ca62590c..b2dad0691604c 100644 --- a/boards/intel/btl/intel_btl_s_crb.dts +++ b/boards/intel/btl/intel_btl_s_crb.dts @@ -12,8 +12,8 @@ #include / { - model = "intel_btl_s_crb"; compatible = "intel,bartlett-lake-crb"; + model = "intel_btl_s_crb"; chosen { zephyr,sram = &dram0; diff --git a/boards/intel/ehl/intel_ehl_crb.dts b/boards/intel/ehl/intel_ehl_crb.dts index ea4358c7b2007..d0d15f96a50d4 100644 --- a/boards/intel/ehl/intel_ehl_crb.dts +++ b/boards/intel/ehl/intel_ehl_crb.dts @@ -13,8 +13,8 @@ #include / { - model = "intel_ehl_crb"; compatible = "intel,elkhart_lake_crb"; + model = "intel_ehl_crb"; chosen { zephyr,sram = &dram0; diff --git a/boards/intel/ehl/intel_ehl_crb_sbl.dts b/boards/intel/ehl/intel_ehl_crb_sbl.dts index a15381202126d..82c2b386281fa 100644 --- a/boards/intel/ehl/intel_ehl_crb_sbl.dts +++ b/boards/intel/ehl/intel_ehl_crb_sbl.dts @@ -21,8 +21,8 @@ }; / { - model = "intel_ehl_crb"; compatible = "intel,elkhart_lake_crb_sbl"; + model = "intel_ehl_crb"; chosen { zephyr,sram = &dram0; diff --git a/boards/intel/ish/intel_ish_5_4_1.dts b/boards/intel/ish/intel_ish_5_4_1.dts index 04479034cf41f..f73b7db6a3433 100644 --- a/boards/intel/ish/intel_ish_5_4_1.dts +++ b/boards/intel/ish/intel_ish_5_4_1.dts @@ -9,8 +9,8 @@ #include "intel/intel_ish5.dtsi" / { - model = "intel_ish_5_4_1"; compatible = "intel,ish_5_4_1"; + model = "intel_ish_5_4_1"; chosen { zephyr,sram = &sram; diff --git a/boards/intel/ish/intel_ish_5_6_0.dts b/boards/intel/ish/intel_ish_5_6_0.dts index 431180843de66..fed63f0cde42b 100644 --- a/boards/intel/ish/intel_ish_5_6_0.dts +++ b/boards/intel/ish/intel_ish_5_6_0.dts @@ -9,8 +9,8 @@ #include "intel/intel_ish5.dtsi" / { - model = "intel_ish_5_6_0"; compatible = "intel,ish_5_6_0"; + model = "intel_ish_5_6_0"; chosen { zephyr,sram = &sram; diff --git a/boards/intel/ish/intel_ish_5_8_0.dts b/boards/intel/ish/intel_ish_5_8_0.dts index 34c5ef2f73364..84673acbcafa3 100644 --- a/boards/intel/ish/intel_ish_5_8_0.dts +++ b/boards/intel/ish/intel_ish_5_8_0.dts @@ -9,8 +9,8 @@ #include "intel/intel_ish5_8.dtsi" / { - model = "intel_ish_5_8_0"; compatible = "intel,ish_5_8_0"; + model = "intel_ish_5_8_0"; chosen { zephyr,sram = &sram; diff --git a/boards/intel/niosv_g/niosv_g.dts b/boards/intel/niosv_g/niosv_g.dts index cbaf19ec02d43..a54a39bf40041 100644 --- a/boards/intel/niosv_g/niosv_g.dts +++ b/boards/intel/niosv_g/niosv_g.dts @@ -9,8 +9,8 @@ #include / { - model = "niosv_g"; compatible = "intel,niosv_g"; + model = "niosv_g"; chosen { zephyr,console = &uart0; diff --git a/boards/intel/niosv_m/niosv_m.dts b/boards/intel/niosv_m/niosv_m.dts index e32edc3c7c22c..ed8bbcf37df56 100644 --- a/boards/intel/niosv_m/niosv_m.dts +++ b/boards/intel/niosv_m/niosv_m.dts @@ -9,8 +9,8 @@ #include / { - model = "niosv_m"; compatible = "intel,niosv_m"; + model = "niosv_m"; chosen { zephyr,console = &uart0; diff --git a/boards/intel/ptl/intel_ptl_h_crb.dts b/boards/intel/ptl/intel_ptl_h_crb.dts index 09c83b2cccb91..fb4b9386879d6 100644 --- a/boards/intel/ptl/intel_ptl_h_crb.dts +++ b/boards/intel/ptl/intel_ptl_h_crb.dts @@ -12,8 +12,8 @@ #include / { - model = "intel_ptl_h_crb"; compatible = "intel,panther-lake-crb"; + model = "intel_ptl_h_crb"; chosen { zephyr,sram = &dram0; diff --git a/boards/intel/rpl/intel_rpl_p_crb.dts b/boards/intel/rpl/intel_rpl_p_crb.dts index ea07719a9b5e4..6d30187d4b2de 100644 --- a/boards/intel/rpl/intel_rpl_p_crb.dts +++ b/boards/intel/rpl/intel_rpl_p_crb.dts @@ -12,8 +12,8 @@ #include / { - model = "intel_rpl_p_crb"; compatible = "intel,raptor-lake-crb"; + model = "intel_rpl_p_crb"; chosen { zephyr,sram = &dram0; diff --git a/boards/intel/rpl/intel_rpl_s_crb.dts b/boards/intel/rpl/intel_rpl_s_crb.dts index 9a18aa57266d3..f0da909650053 100644 --- a/boards/intel/rpl/intel_rpl_s_crb.dts +++ b/boards/intel/rpl/intel_rpl_s_crb.dts @@ -12,8 +12,8 @@ #include / { - model = "intel_rpl_s_crb"; compatible = "intel,raptor-lake-crb"; + model = "intel_rpl_s_crb"; chosen { zephyr,sram = &dram0; diff --git a/boards/intel/socfpga/agilex5_socdk/intel_socfpga_agilex5_socdk.dts b/boards/intel/socfpga/agilex5_socdk/intel_socfpga_agilex5_socdk.dts index 223f4dd3532b7..1edc8abfaf326 100644 --- a/boards/intel/socfpga/agilex5_socdk/intel_socfpga_agilex5_socdk.dts +++ b/boards/intel/socfpga/agilex5_socdk/intel_socfpga_agilex5_socdk.dts @@ -9,8 +9,8 @@ #include / { - model = "Intel SoC FPGA Agilex5"; compatible = "intel,socfpga-agilex5"; + model = "Intel SoC FPGA Agilex5"; #address-cells = <1>; #size-cells = <1>; @@ -33,8 +33,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &xgmac0 { @@ -48,8 +48,8 @@ max-speed = <1000>; max-frame-size = <9018>; jumbo-pkt-en; - zephyr,random-mac-address; phy-handle = <&phy0>; + zephyr,random-mac-address; }; &mdio0 { diff --git a/boards/intel/socfpga/agilex_socdk/intel_socfpga_agilex_socdk.dts b/boards/intel/socfpga/agilex_socdk/intel_socfpga_agilex_socdk.dts index 1c6020133fa75..dd9da449a64e4 100644 --- a/boards/intel/socfpga/agilex_socdk/intel_socfpga_agilex_socdk.dts +++ b/boards/intel/socfpga/agilex_socdk/intel_socfpga_agilex_socdk.dts @@ -10,8 +10,8 @@ #include / { - model = "Intel SoC FPGA Agilex"; compatible = "intel,socfpga-agilex"; + model = "Intel SoC FPGA Agilex"; #address-cells = <1>; #size-cells = <1>; @@ -23,8 +23,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &qspi { diff --git a/boards/intel/socfpga_std/cyclonev_socdk/cyclonev_socdk.dts b/boards/intel/socfpga_std/cyclonev_socdk/cyclonev_socdk.dts index 7e6f8740eae13..8455f76a06dc7 100644 --- a/boards/intel/socfpga_std/cyclonev_socdk/cyclonev_socdk.dts +++ b/boards/intel/socfpga_std/cyclonev_socdk/cyclonev_socdk.dts @@ -10,13 +10,13 @@ #include / { - model = "Altera SOCFPGA Cyclone V SoC Development Kit"; compatible = "altr,socfpga-cyclonev-socdk", "altr,socfpga-cyclonev", "altr,socfpga"; + model = "Altera SOCFPGA Cyclone V SoC Development Kit"; ddr0: memory@0 { + reg = <0x0 0x40000000>; /* 1GB */ name = "memory"; device_type = "memory"; - reg = <0x0 0x40000000>; /* 1GB */ }; aliases { @@ -50,8 +50,8 @@ soc { gmac1: ethernet@ff702000 { - status = "okay"; local-mac-address = [e6 88 2d 82 1f d4]; + status = "okay"; }; gpio0: gpio@ff708000 { @@ -71,12 +71,12 @@ eeprom: eeprom@51 { compatible = "microchip,at24lc32a", "atmel,at24"; - status = "okay"; reg = <0x51>; size = <4096>; address-width = <8>; timeout = <25>; pagesize = <32>; + status = "okay"; }; ds3231: rtc@68 { From 21875d13dcaefbff29466af6fb58cbd91bbae6d4 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:43 +0200 Subject: [PATCH 064/142] devicetree: format files in boards/ite Applying dts-linter results for format files in boards/ite Signed-off-by: Kyle Micallef Bonnici --- boards/ite/it515xx_evb/it515xx_evb.dts | 24 +++++++------- boards/ite/it82xx2_evb/it82xx2_evb.dts | 44 ++++++++++++------------ boards/ite/it8xxx2_evb/it8xxx2_evb.dts | 46 +++++++++++++------------- 3 files changed, 57 insertions(+), 57 deletions(-) diff --git a/boards/ite/it515xx_evb/it515xx_evb.dts b/boards/ite/it515xx_evb/it515xx_evb.dts index 08c99ca1ebcb6..0a6fb5ba37624 100644 --- a/boards/ite/it515xx_evb/it515xx_evb.dts +++ b/boards/ite/it515xx_evb/it515xx_evb.dts @@ -11,8 +11,8 @@ #include / { - model = "IT515XX EV-Board"; compatible = "ite,it515xx-evb"; + model = "IT515XX EV-Board"; aliases { i2c-0 = &i2c0; @@ -41,20 +41,20 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_clk_gpf2_default &i2c0_data_gpf3_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <1843200>; pinctrl-0 = <&uart1_rx_gpc7_default &uart1_tx_gpe6_default>; pinctrl-names = "default"; + status = "okay"; }; &ite_uart1_wrapper { @@ -68,24 +68,23 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@20000 { - label = "image-1"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-1"; }; storage_partition: partition@40000 { - label = "storage"; reg = <0x00040000 DT_SIZE_K(256)>; + label = "storage"; }; }; }; &kbd { - status = "okay"; pinctrl-0 = <&ksi0_default &ksi1_default &ksi2_default @@ -113,12 +112,13 @@ pinctrl-names = "default"; row-size = <8>; col-size = <16>; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_ch3_gpi3_default>; pinctrl-names = "default"; + status = "okay"; }; /* @@ -127,27 +127,27 @@ * then we should set pwm output frequency <=324Hz. */ &pwm0 { - status = "okay"; prescaler-cx = ; pinctrl-0 = <&pwm0_gpa0_default>; pinctrl-names = "default"; + status = "okay"; }; /* test fan */ &pwm7 { - status = "okay"; prescaler-cx = ; pinctrl-0 = <&pwm7_gpa7_default>; pinctrl-names = "default"; + status = "okay"; }; /* test fan tachometer sensor */ &tach0 { - status = "okay"; input-pin = ; pulses-per-round = <2>; pinctrl-0 = <&tach0a_gpd6_default>; pinctrl-names = "default"; + status = "okay"; }; &sha256 { @@ -156,8 +156,8 @@ /* voltage comparator for test */ &vcmp1 { - status = "okay"; threshold-mv = <1500>; scan-period = <0x4>; io-channels = <&adc0 3>; + status = "okay"; }; diff --git a/boards/ite/it82xx2_evb/it82xx2_evb.dts b/boards/ite/it82xx2_evb/it82xx2_evb.dts index f26b3a9f6ab36..d7f32e58f635f 100644 --- a/boards/ite/it82xx2_evb/it82xx2_evb.dts +++ b/boards/ite/it82xx2_evb/it82xx2_evb.dts @@ -10,8 +10,8 @@ #include / { - model = "IT82XX2 EV-Board"; compatible = "ite,it82xx2-evb"; + model = "IT82XX2 EV-Board"; aliases { i2c-0 = &i2c0; @@ -42,78 +42,78 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_ch3_gpi3_default>; pinctrl-names = "default"; + status = "okay"; }; /* voltage comparator for test */ &vcmp0 { - status = "okay"; scan-period = ; comparison = ; threshold-mv = <2000>; io-channels = <&adc0 3>; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_clk_gpb3_default &i2c0_data_gpb4_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_clk_gpc1_default &i2c1_data_gpc2_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c2 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_clk_gpf6_default &i2c2_data_gpf7_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c3 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c3_clk_gph1_default &i2c3_data_gph2_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c4 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c4_clk_gpe0_default &i2c4_data_gpe7_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c5 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c5_clk_gpa4_default &i2c5_data_gpa5_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <1843200>; + status = "okay"; }; &uart2 { - status = "okay"; current-speed = <460800>; clock-frequency = <1843200>; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; @@ -122,17 +122,17 @@ }; &ite_uart1_wrapper { - status = "okay"; pinctrl-0 = <&uart1_rx_gpb0_default &uart1_tx_gpb1_default>; pinctrl-names = "default"; + status = "okay"; }; &ite_uart2_wrapper { - status = "okay"; pinctrl-0 = <&uart2_rx_gpf0_default &uart2_tx_gpf1_default>; pinctrl-names = "default"; + status = "okay"; }; /* @@ -141,31 +141,30 @@ * then we should set frequency <=324Hz. */ &pwm0 { - status = "okay"; prescaler-cx = ; pinctrl-0 = <&pwm0_gpa0_default>; pinctrl-names = "default"; + status = "okay"; }; /* pwm for fan */ &pwm7 { - status = "okay"; prescaler-cx = ; pinctrl-0 = <&pwm7_gpa7_default>; pinctrl-names = "default"; + status = "okay"; }; /* fan tachometer sensor */ &tach0 { - status = "okay"; channel = ; pulses-per-round = <2>; pinctrl-0 = <&tach0a_gpd6_default>; pinctrl-names = "default"; + status = "okay"; }; &kbd { - status = "okay"; pinctrl-0 = <&ksi0_default &ksi1_default &ksi2_default @@ -193,12 +192,13 @@ pinctrl-names = "default"; row-size = <8>; col-size = <16>; + status = "okay"; }; &peci0 { - status = "okay"; pinctrl-0 = <&peci_gpf6_default>; pinctrl-names = "default"; + status = "okay"; }; &sha0 { @@ -206,10 +206,10 @@ }; zephyr_udc0: &usb0 { - status = "okay"; pinctrl-0 = <&usb0_dm_gph5_default &usb0_dp_gph6_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -219,18 +219,18 @@ zephyr_udc0: &usb0 { #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@20000 { - label = "image-1"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-1"; }; storage_partition: partition@40000 { - label = "storage"; reg = <0x00040000 DT_SIZE_K(256)>; + label = "storage"; }; }; }; diff --git a/boards/ite/it8xxx2_evb/it8xxx2_evb.dts b/boards/ite/it8xxx2_evb/it8xxx2_evb.dts index e3faab3791bc7..da66a6c37723d 100644 --- a/boards/ite/it8xxx2_evb/it8xxx2_evb.dts +++ b/boards/ite/it8xxx2_evb/it8xxx2_evb.dts @@ -10,8 +10,8 @@ #include / { - model = "IT8XXX2 EV-Board"; compatible = "ite,it8xxx2-evb"; + model = "IT8XXX2 EV-Board"; aliases { i2c-0 = &i2c0; @@ -42,78 +42,78 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_ch3_gpi3_default>; pinctrl-names = "default"; + status = "okay"; }; /* voltage comparator for test */ &vcmp0 { - status = "okay"; scan-period = ; comparison = ; threshold-mv = <2000>; io-channels = <&adc0 3>; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_clk_gpb3_default &i2c0_data_gpb4_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_clk_gpc1_default &i2c1_data_gpc2_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c2 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_clk_gpf6_default &i2c2_data_gpf7_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c3 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c3_clk_gph1_default &i2c3_data_gph2_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c4 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c4_clk_gpe0_default &i2c4_data_gpe7_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c5 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c5_clk_gpa4_default &i2c5_data_gpa5_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <1843200>; + status = "okay"; }; &uart2 { - status = "okay"; current-speed = <460800>; clock-frequency = <1843200>; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; @@ -122,17 +122,17 @@ }; &ite_uart1_wrapper { - status = "okay"; pinctrl-0 = <&uart1_rx_gpb0_default &uart1_tx_gpb1_default>; pinctrl-names = "default"; + status = "okay"; }; &ite_uart2_wrapper { - status = "okay"; pinctrl-0 = <&uart2_rx_gph1_default &uart2_tx_gph2_default>; pinctrl-names = "default"; + status = "okay"; }; /* @@ -141,31 +141,30 @@ * then we should set frequency <=324Hz. */ &pwm0 { - status = "okay"; prescaler-cx = ; pinctrl-0 = <&pwm0_gpa0_default>; pinctrl-names = "default"; + status = "okay"; }; /* pwm for fan */ &pwm7 { - status = "okay"; prescaler-cx = ; pinctrl-0 = <&pwm7_gpa7_default>; pinctrl-names = "default"; + status = "okay"; }; /* fan tachometer sensor */ &tach0 { - status = "okay"; channel = ; pulses-per-round = <2>; pinctrl-0 = <&tach0a_gpd6_default>; pinctrl-names = "default"; + status = "okay"; }; &kbd { - status = "okay"; pinctrl-0 = <&ksi0_default &ksi1_default &ksi2_default @@ -193,12 +192,13 @@ pinctrl-names = "default"; row-size = <8>; col-size = <16>; + status = "okay"; }; &peci0 { - status = "okay"; pinctrl-0 = <&peci_gpf6_default>; pinctrl-names = "default"; + status = "okay"; }; &sha0 { @@ -212,28 +212,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x20000>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 0x20000>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 0x10000>; + label = "image-1"; }; scratch_partition: partition@50000 { - label = "image-scratch"; reg = <0x00050000 0x10000>; + label = "image-scratch"; }; storage_partition: partition@60000 { - label = "storage"; reg = <0x00060000 0x20000>; + label = "storage"; }; }; }; From dace4279e4113e5d69abfb00fa329b4135cdb5b1 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:43 +0200 Subject: [PATCH 065/142] devicetree: format files in boards/khadas Applying dts-linter results for format files in boards/khadas Signed-off-by: Kyle Micallef Bonnici --- boards/khadas/edge2/khadas_edge2.dts | 2 +- boards/khadas/edgev/khadas_edgev.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/khadas/edge2/khadas_edge2.dts b/boards/khadas/edge2/khadas_edge2.dts index 021015213b731..eabaf11c924e4 100644 --- a/boards/khadas/edge2/khadas_edge2.dts +++ b/boards/khadas/edge2/khadas_edge2.dts @@ -8,8 +8,8 @@ #include / { - model = "Khadas Edge2"; compatible = "khadas,edge2"; + model = "Khadas Edge2"; chosen { zephyr,sram = &sram0; diff --git a/boards/khadas/edgev/khadas_edgev.dts b/boards/khadas/edgev/khadas_edgev.dts index 687c04cecd8c3..a2a6ec293d1ed 100644 --- a/boards/khadas/edgev/khadas_edgev.dts +++ b/boards/khadas/edgev/khadas_edgev.dts @@ -9,8 +9,8 @@ #include / { - model = "Khadas Edge-V"; compatible = "khadas,edgev"; + model = "Khadas Edge-V"; chosen { zephyr,sram = &sram0; From f743d15fca89fcb4b0a5d80f903b64ea678099ca Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:43 +0200 Subject: [PATCH 066/142] devicetree: format files in boards/kincony Applying dts-linter results for format files in boards/kincony Signed-off-by: Kyle Micallef Bonnici --- .../kincony_kc868_a32/kincony_kc868_a32_appcpu.dts | 2 +- .../kincony_kc868_a32/kincony_kc868_a32_procpu.dts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_appcpu.dts b/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_appcpu.dts index d9747997ed0e8..433346b335f2a 100644 --- a/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_appcpu.dts +++ b/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Kincony KC868_A32 APPCPU"; compatible = "espressif,esp32"; + model = "Kincony KC868_A32 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_procpu.dts b/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_procpu.dts index 980a4f359e583..8c28f6673dc1d 100644 --- a/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_procpu.dts +++ b/boards/kincony/kincony_kc868_a32/kincony_kc868_a32_procpu.dts @@ -10,8 +10,8 @@ #include / { - model = "Kincony KC868_A32 PROCPU"; compatible = "espressif,esp32"; + model = "Kincony KC868_A32 PROCPU"; aliases { uart-0 = &uart0; @@ -37,12 +37,12 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 15 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 13 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; i2c0_pcf8574@21 { compatible = "nxp,pcf857x"; @@ -78,12 +78,12 @@ }; &i2c1 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 4 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 5 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; i2c1_pcf8574@21 { compatible = "nxp,pcf857x"; @@ -125,15 +125,15 @@ phy: ethernet-phy@0 { compatible = "ethernet-phy"; - status = "okay"; reg = <0>; + status = "okay"; }; }; ð { - status = "okay"; phy-handle = <&phy>; ref-clk-output-gpios = <&gpio0 17 0>; + status = "okay"; }; &psram0 { @@ -161,10 +161,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &esp32_bt_hci { From 8592e89dd73a9e2593c16e01568b2cf1ece8210e Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:43 +0200 Subject: [PATCH 067/142] devicetree: format files in boards/kws Applying dts-linter results for format files in boards/kws Signed-off-by: Kyle Micallef Bonnici --- boards/kws/pico2_spe/pico2_spe.dtsi | 8 ++++---- boards/kws/pico_spe/pico_spe.dts | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/boards/kws/pico2_spe/pico2_spe.dtsi b/boards/kws/pico2_spe/pico2_spe.dtsi index f99ec6f98aa7d..4ebfd9bd349bd 100644 --- a/boards/kws/pico2_spe/pico2_spe.dtsi +++ b/boards/kws/pico2_spe/pico2_spe.dtsi @@ -62,9 +62,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -73,10 +73,10 @@ &spi1 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; cs-gpios = <&pico_header 13 GPIO_ACTIVE_LOW>; + status = "okay"; lan8651: lan865x@0 { compatible = "microchip,lan865x"; @@ -84,15 +84,15 @@ spi-max-frequency = ; int-gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; rst-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>; - status = "okay"; local-mac-address = [CA 2F B7 10 23 79]; + status = "okay"; lan865x_mdio: lan865x_mdio { compatible = "microchip,lan865x-mdio"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; ethernet-phy@0 { compatible = "microchip,t1s-phy"; diff --git a/boards/kws/pico_spe/pico_spe.dts b/boards/kws/pico_spe/pico_spe.dts index 1b333f69e9fe3..9586ba12020bf 100644 --- a/boards/kws/pico_spe/pico_spe.dts +++ b/boards/kws/pico_spe/pico_spe.dts @@ -94,8 +94,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -104,8 +104,8 @@ * size is 2MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(2) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -113,9 +113,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -124,24 +124,24 @@ &i2c0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; - status = "disabled"; clock-frequency = ; + status = "disabled"; }; &spi1 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; cs-gpios = <&pico_header 13 GPIO_ACTIVE_LOW>; + status = "okay"; lan8651: lan865x@0 { compatible = "microchip,lan865x"; @@ -149,14 +149,14 @@ spi-max-frequency = ; int-gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; rst-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>; - status = "okay"; local-mac-address = [CA 2F B7 10 23 78]; + status = "okay"; lan865x_mdio: lan865x_mdio { compatible = "microchip,lan865x-mdio"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; ethernet-phy@0 { compatible = "microchip,t1s-phy"; @@ -187,9 +187,9 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbd { From 129ccfd2b9d4f7f27555344f32294805765302b8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:44 +0200 Subject: [PATCH 068/142] devicetree: format files in boards/lilygo Applying dts-linter results for format files in boards/lilygo Signed-off-by: Kyle Micallef Bonnici --- boards/lilygo/tdongle_s3/tdongle_s3_appcpu.dts | 2 +- boards/lilygo/tdongle_s3/tdongle_s3_procpu.dts | 4 ++-- .../ttgo_lora32/ttgo_lora32_esp32_appcpu.dts | 2 +- .../ttgo_lora32/ttgo_lora32_esp32_procpu.dts | 11 +++++------ .../ttgo_t7v1_5/ttgo_t7v1_5_esp32_appcpu.dts | 2 +- .../ttgo_t7v1_5/ttgo_t7v1_5_esp32_procpu.dts | 8 ++++---- boards/lilygo/ttgo_t8c3/ttgo_t8c3.dts | 10 +++++----- boards/lilygo/ttgo_t8s3/ttgo_t8s3_appcpu.dts | 2 +- boards/lilygo/ttgo_t8s3/ttgo_t8s3_procpu.dts | 10 +++++----- .../lilygo/ttgo_tbeam/ttgo_tbeam_esp32_appcpu.dts | 2 +- .../lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts | 14 +++++++------- boards/lilygo/ttgo_toiplus/ttgo_toiplus.dts | 10 +++++----- boards/lilygo/twatch_s3/twatch_s3_appcpu.dts | 2 +- boards/lilygo/twatch_s3/twatch_s3_procpu.dts | 12 ++++++------ 14 files changed, 45 insertions(+), 46 deletions(-) diff --git a/boards/lilygo/tdongle_s3/tdongle_s3_appcpu.dts b/boards/lilygo/tdongle_s3/tdongle_s3_appcpu.dts index 2d2422e11a9ef..7c1a4792b651f 100644 --- a/boards/lilygo/tdongle_s3/tdongle_s3_appcpu.dts +++ b/boards/lilygo/tdongle_s3/tdongle_s3_appcpu.dts @@ -10,8 +10,8 @@ #include / { - model = "TDONGLE S3 APPCPU"; compatible = "espressif,esp32s3"; + model = "TDONGLE S3 APPCPU"; chosen { zephyr,sram = &sram0; diff --git a/boards/lilygo/tdongle_s3/tdongle_s3_procpu.dts b/boards/lilygo/tdongle_s3/tdongle_s3_procpu.dts index 542781c515cfd..aad7870c72896 100644 --- a/boards/lilygo/tdongle_s3/tdongle_s3_procpu.dts +++ b/boards/lilygo/tdongle_s3/tdongle_s3_procpu.dts @@ -14,8 +14,8 @@ #include / { - model = "TDONGLE S3 PROCPU"; compatible = "espressif,esp32s3"; + model = "TDONGLE S3 PROCPU"; aliases { watchdog0 = &wdt0; @@ -63,9 +63,9 @@ st7735r: st7735r@0 { compatible = "sitronix,st7735r"; + reg = <0>; mipi-max-frequency = <20000000>; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; - reg = <0>; width = <160>; height = <80>; inversion-on; diff --git a/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu.dts b/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu.dts index a4c5d93acfb4f..cab0c8a529da6 100644 --- a/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu.dts +++ b/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "ttgo LoRa32 APPCPU"; compatible = "espressif,esp32"; + model = "ttgo LoRa32 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_procpu.dts b/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_procpu.dts index aaed6346e1143..3e07972c6b6fe 100644 --- a/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_procpu.dts +++ b/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_procpu.dts @@ -11,8 +11,8 @@ #include / { - model = "ttgo LoRa32 PROCPU"; compatible = "lilygo,ttgo-lora32"; + model = "ttgo LoRa32 PROCPU"; aliases { led0 = &green_led; @@ -44,10 +44,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -60,12 +60,12 @@ /* OLED display */ &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; ssd1306_128x64: ssd1306@3c { compatible = "solomon,ssd1306fb"; @@ -85,10 +85,10 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; + status = "okay"; lora0: lora@0 { compatible = "semtech,sx1276"; @@ -128,8 +128,6 @@ &sdhc { sdhc1: sdhc@1 { - status = "okay"; - pinctrl-0 = <&sdhc0_default>; pinctrl-names = "default"; power-delay-ms = <100>; @@ -142,6 +140,7 @@ d1-pin = <4>; d2-pin = <12>; d3-pin = <13>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_appcpu.dts b/boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_appcpu.dts index d61269a1d5282..a234c84490b67 100644 --- a/boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_appcpu.dts +++ b/boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "ttgo t7 v1.5 APPCPU"; compatible = "espressif,esp32"; + model = "ttgo t7 v1.5 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_procpu.dts b/boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_procpu.dts index a30b5e00d1062..f040061684508 100644 --- a/boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_procpu.dts +++ b/boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_procpu.dts @@ -11,8 +11,8 @@ #include / { - model = "ttgo T7 V1.5 PROCPU"; compatible = "lilygo,ttgo-t7v1_5"; + model = "ttgo T7 V1.5 PROCPU"; aliases { led0 = &green_led; @@ -40,10 +40,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -56,21 +56,21 @@ /* OLED display */ &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 27 GPIO_ACTIVE_LOW>; + status = "okay"; }; &timer0 { diff --git a/boards/lilygo/ttgo_t8c3/ttgo_t8c3.dts b/boards/lilygo/ttgo_t8c3/ttgo_t8c3.dts index ebe7ffdca9b22..42701ea11b434 100644 --- a/boards/lilygo/ttgo_t8c3/ttgo_t8c3.dts +++ b/boards/lilygo/ttgo_t8c3/ttgo_t8c3.dts @@ -11,8 +11,8 @@ #include / { - model = "Lilygo TTGO T8-C3"; compatible = "lilygo,ttgo-t8c3"; + model = "Lilygo TTGO T8-C3"; aliases { led0 = &green_led; @@ -45,10 +45,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &usb_serial { @@ -56,10 +56,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -69,9 +69,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -91,9 +91,9 @@ }; &twai { - status = "okay"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + status = "okay"; }; &wifi { diff --git a/boards/lilygo/ttgo_t8s3/ttgo_t8s3_appcpu.dts b/boards/lilygo/ttgo_t8s3/ttgo_t8s3_appcpu.dts index fe07757f5cf47..fcd09f546462f 100644 --- a/boards/lilygo/ttgo_t8s3/ttgo_t8s3_appcpu.dts +++ b/boards/lilygo/ttgo_t8s3/ttgo_t8s3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "TTGO T8S3 APPCPU"; compatible = "espressif,esp32s3"; + model = "TTGO T8S3 APPCPU"; chosen { zephyr,sram = &sram0; diff --git a/boards/lilygo/ttgo_t8s3/ttgo_t8s3_procpu.dts b/boards/lilygo/ttgo_t8s3/ttgo_t8s3_procpu.dts index 50eac26bb9bd5..f6f35ef84c957 100644 --- a/boards/lilygo/ttgo_t8s3/ttgo_t8s3_procpu.dts +++ b/boards/lilygo/ttgo_t8s3/ttgo_t8s3_procpu.dts @@ -12,8 +12,8 @@ #include / { - model = "TTGO T8S3 PROCPU"; compatible = "espressif,esp32s3"; + model = "TTGO T8S3 PROCPU"; aliases { i2c-0 = &i2c0; @@ -47,10 +47,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -82,18 +82,18 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; /* dma-enabled; TODO */ clock-frequency = <20000000>; cs-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; + status = "okay"; sd0: sd@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; - status = "okay"; spi-max-frequency = <20000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -106,9 +106,9 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &twai { diff --git a/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_appcpu.dts b/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_appcpu.dts index 3547f3e351ae4..d2fbb3cfc419d 100644 --- a/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_appcpu.dts +++ b/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "TTGO TBeam APPCPU"; compatible = "espressif,esp32"; + model = "TTGO TBeam APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts b/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts index fc524286776ec..21003cfb342e9 100644 --- a/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts +++ b/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts @@ -11,8 +11,8 @@ #include / { - model = "TTGO TBeam PROCPU"; compatible = "lilygo,ttgo-tbeam"; + model = "TTGO TBeam PROCPU"; aliases { led0 = &red_led; @@ -44,17 +44,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <9600>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; gnss: gnss-nmea-generic { compatible = "gnss-nmea-generic"; @@ -70,12 +70,12 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; ssd1306_128x64: ssd1306@3c { compatible = "solomon,ssd1306fb"; @@ -92,9 +92,9 @@ }; axp2101: axp2101@34 { - status = "okay"; - reg = <0x34>; compatible = "x-powers,axp2101"; + reg = <0x34>; + status = "okay"; regulator { compatible = "x-powers,axp2101-regulator"; @@ -136,10 +136,10 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; + status = "okay"; lora0: lora@0 { compatible = "semtech,sx1276"; diff --git a/boards/lilygo/ttgo_toiplus/ttgo_toiplus.dts b/boards/lilygo/ttgo_toiplus/ttgo_toiplus.dts index d928241dfaccd..61572be079ae1 100644 --- a/boards/lilygo/ttgo_toiplus/ttgo_toiplus.dts +++ b/boards/lilygo/ttgo_toiplus/ttgo_toiplus.dts @@ -11,8 +11,8 @@ #include / { - model = "Lilygo TTGO T-OI-PLUS"; compatible = "lilygo,ttgo-toiplus"; + model = "Lilygo TTGO T-OI-PLUS"; aliases { led0 = &green_led; @@ -45,17 +45,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -65,9 +65,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -87,9 +87,9 @@ }; &twai { - status = "okay"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + status = "okay"; }; &wifi { diff --git a/boards/lilygo/twatch_s3/twatch_s3_appcpu.dts b/boards/lilygo/twatch_s3/twatch_s3_appcpu.dts index 35d19fc17b1ca..56dd5a1621eda 100644 --- a/boards/lilygo/twatch_s3/twatch_s3_appcpu.dts +++ b/boards/lilygo/twatch_s3/twatch_s3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "T-Watch S3 APPCPU"; compatible = "espressif,esp32s3"; + model = "T-Watch S3 APPCPU"; chosen { zephyr,sram = &sram0; diff --git a/boards/lilygo/twatch_s3/twatch_s3_procpu.dts b/boards/lilygo/twatch_s3/twatch_s3_procpu.dts index 2b274a5eb2377..e61dee0ffacac 100644 --- a/boards/lilygo/twatch_s3/twatch_s3_procpu.dts +++ b/boards/lilygo/twatch_s3/twatch_s3_procpu.dts @@ -11,8 +11,8 @@ #include / { - model = "T-Watch S3 PROCPU"; compatible = "espressif,esp32s3"; + model = "T-Watch S3 PROCPU"; aliases { i2c-0 = &i2c0; @@ -46,9 +46,9 @@ st7789v: st7789v@0 { compatible = "sitronix,st7789v"; + reg = <0>; mipi-max-frequency = <20000000>; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; - reg = <0>; width = <240>; height = <240>; x-offset = <0>; @@ -93,9 +93,9 @@ &ledc0 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&ledc0_default>; pinctrl-names = "default"; + status = "okay"; channel0@0 { reg = <0x0>; @@ -106,9 +106,9 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { @@ -126,15 +126,15 @@ bma423: bma423@19 { compatible = "bosch,bma4xx"; reg = <0x19>; - status = "okay"; int1-gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; + status = "okay"; }; haptic: drv2605@5a { compatible = "ti,drv2605"; reg = <0x5a>; - status = "okay"; actuator-mode = "ERM"; + status = "okay"; }; axp2101@34 { From 1d905afb16de346c39d8058e895423669dad14c8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:44 +0200 Subject: [PATCH 069/142] devicetree: format files in boards/lowrisc Applying dts-linter results for format files in boards/lowrisc Signed-off-by: Kyle Micallef Bonnici --- boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.dts b/boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.dts index 7e548b20531d9..e9bdc65a6a6b1 100644 --- a/boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.dts +++ b/boards/lowrisc/opentitan_earlgrey/opentitan_earlgrey.dts @@ -9,8 +9,8 @@ #include / { - model = "OpenTitan Earlgrey"; compatible = "lowrisc,opentitan-earlgrey"; + model = "OpenTitan Earlgrey"; chosen { zephyr,console = &uart0; @@ -21,9 +21,9 @@ }; &uart0 { - status = "okay"; clock-frequency = <125000>; current-speed = <7200>; + status = "okay"; }; &mtimer { From 2a4101a5f4ff2fd38ae6119e813e69dc38821825 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:44 +0200 Subject: [PATCH 070/142] devicetree: format files in boards/luatos Applying dts-linter results for format files in boards/luatos Signed-off-by: Kyle Micallef Bonnici --- .../esp32c3_luatos_core/esp32c3_luatos_core.dtsi | 12 ++++++------ .../esp32s3_luatos_core/esp32s3_luatos_core.dtsi | 6 +++--- .../esp32s3_luatos_core_appcpu.dts | 2 +- .../esp32s3_luatos_core_appcpu_usb.dts | 2 +- .../esp32s3_luatos_core_procpu.dts | 2 +- .../esp32s3_luatos_core_procpu_usb.dts | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core.dtsi b/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core.dtsi index 00bca318cec76..9fe056aea8beb 100644 --- a/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core.dtsi +++ b/boards/luatos/esp32c3_luatos_core/esp32c3_luatos_core.dtsi @@ -10,8 +10,8 @@ #include / { - model = "ESP32C3 Luatos Core"; compatible = "espressif,esp32c3"; + model = "ESP32C3 Luatos Core"; aliases { sw0 = &user_button1; @@ -47,17 +47,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -67,9 +67,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -89,10 +89,10 @@ }; &twai { - /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ - status = "disabled"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ + status = "disabled"; }; &esp32_bt_hci { diff --git a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core.dtsi b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core.dtsi index 0692026e60789..05d13bdee914e 100644 --- a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core.dtsi +++ b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core.dtsi @@ -36,10 +36,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -65,17 +65,17 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &twai { diff --git a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu.dts b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu.dts index e302416886aea..dc4d282803562 100644 --- a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu.dts +++ b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "ESP32S3 Luatos Core APPCPU"; compatible = "espressif,esp32s3"; + model = "ESP32S3 Luatos Core APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu_usb.dts b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu_usb.dts index eee5d310b6956..37b177150670f 100644 --- a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu_usb.dts +++ b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_appcpu_usb.dts @@ -9,8 +9,8 @@ #include / { - model = "ESP32S3 Luatos Core USB APPCPU"; compatible = "espressif,esp32s3"; + model = "ESP32S3 Luatos Core USB APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu.dts b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu.dts index 0b7973b8810e6..34fd9e8c71002 100644 --- a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu.dts +++ b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu.dts @@ -8,8 +8,8 @@ #include "esp32s3_luatos_core.dtsi" / { - model = "ESP32S3 Luatos Core PROCPU"; compatible = "espressif,esp32s3"; + model = "ESP32S3 Luatos Core PROCPU"; aliases { led0 = &led0; diff --git a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu_usb.dts b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu_usb.dts index 0d7d8c6ae8a03..d914e15fb0bf9 100644 --- a/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu_usb.dts +++ b/boards/luatos/esp32s3_luatos_core/esp32s3_luatos_core_procpu_usb.dts @@ -8,8 +8,8 @@ #include "esp32s3_luatos_core.dtsi" / { - model = "ESP32S3 Luatos Core USB PROCPU"; compatible = "espressif,esp32s3"; + model = "ESP32S3 Luatos Core USB PROCPU"; aliases { led0 = &led0; From a0bf468edfd52f269dfb10d967e8e8196a256498 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:45 +0200 Subject: [PATCH 071/142] devicetree: format files in boards/m5stack Applying dts-linter results for format files in boards/m5stack Signed-off-by: Kyle Micallef Bonnici --- .../m5stack_atom_lite_appcpu.dts | 2 +- .../m5stack_atom_lite_procpu.dts | 10 ++++----- .../m5stack_atoms3/m5stack_atoms3_appcpu.dts | 2 +- .../m5stack_atoms3/m5stack_atoms3_procpu.dts | 10 ++++----- .../m5stack_atoms3_lite_appcpu.dts | 2 +- .../m5stack_atoms3_lite_procpu.dts | 10 ++++----- .../m5stack_core2/m5stack_core2_appcpu.dts | 2 +- .../m5stack_core2/m5stack_core2_procpu.dts | 16 +++++++------- .../m5stack_cores3/m5stack_cores3_appcpu.dts | 2 +- .../m5stack_cores3/m5stack_cores3_procpu.dts | 4 ++-- .../m5stack_cores3_procpu_common.dtsi | 22 +++++++++---------- .../m5stack_cores3_procpu_se.dts | 2 +- .../m5stack_fire/m5stack_fire_appcpu.dts | 2 +- .../m5stack_fire/m5stack_fire_procpu.dts | 22 +++++++++---------- .../m5stack_stamps3_appcpu.dts | 2 +- .../m5stack_stamps3_procpu.dts | 16 +++++++------- .../m5stickc_plus/m5stickc_plus_appcpu.dts | 2 +- .../m5stickc_plus/m5stickc_plus_procpu.dts | 12 +++++----- boards/m5stack/stamp_c3/stamp_c3.dts | 12 +++++----- 19 files changed, 76 insertions(+), 76 deletions(-) diff --git a/boards/m5stack/m5stack_atom_lite/m5stack_atom_lite_appcpu.dts b/boards/m5stack/m5stack_atom_lite/m5stack_atom_lite_appcpu.dts index 3262496f254fe..33b3830e1f913 100644 --- a/boards/m5stack/m5stack_atom_lite/m5stack_atom_lite_appcpu.dts +++ b/boards/m5stack/m5stack_atom_lite/m5stack_atom_lite_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "M5Stack Atom Lite APPCPU"; compatible = "espressif,esp32"; + model = "M5Stack Atom Lite APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/m5stack/m5stack_atom_lite/m5stack_atom_lite_procpu.dts b/boards/m5stack/m5stack_atom_lite/m5stack_atom_lite_procpu.dts index 53f7841f0a2b6..c49ce6d9e197c 100644 --- a/boards/m5stack/m5stack_atom_lite/m5stack_atom_lite_procpu.dts +++ b/boards/m5stack/m5stack_atom_lite/m5stack_atom_lite_procpu.dts @@ -16,8 +16,8 @@ #include / { - model = "M5Stack ATOM Lite PROCPU"; compatible = "m5stack,m5stack-atom-lite"; + model = "M5Stack ATOM Lite PROCPU"; chosen { zephyr,sram = &sram1; @@ -56,28 +56,28 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; sda-gpios = <&gpio0 25 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; + status = "okay"; }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; sda-gpios = <&gpio0 26 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio1 0 GPIO_OPEN_DRAIN>; + status = "okay"; }; &timer0 { @@ -111,10 +111,10 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; line-idle-low; pinctrl-0 = <&spim3_ws2812_led>; pinctrl-names = "default"; + status = "okay"; status_rgb_led: ws2812@0 { compatible = "worldsemi,ws2812-spi"; diff --git a/boards/m5stack/m5stack_atoms3/m5stack_atoms3_appcpu.dts b/boards/m5stack/m5stack_atoms3/m5stack_atoms3_appcpu.dts index 2bc18ec2048b5..0922ad1205bd2 100644 --- a/boards/m5stack/m5stack_atoms3/m5stack_atoms3_appcpu.dts +++ b/boards/m5stack/m5stack_atoms3/m5stack_atoms3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "M5Stack AtomS3 APPCPU"; compatible = "espressif,esp32s3"; + model = "M5Stack AtomS3 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/m5stack/m5stack_atoms3/m5stack_atoms3_procpu.dts b/boards/m5stack/m5stack_atoms3/m5stack_atoms3_procpu.dts index cbc697bcdf34a..cb3477cafcd99 100644 --- a/boards/m5stack/m5stack_atoms3/m5stack_atoms3_procpu.dts +++ b/boards/m5stack/m5stack_atoms3/m5stack_atoms3_procpu.dts @@ -13,8 +13,8 @@ #include / { - model = "M5Stack AtomS3 PROCPU"; compatible = "m5stack,atoms3"; + model = "M5Stack AtomS3 PROCPU"; chosen { zephyr,sram = &sram1; @@ -95,17 +95,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; mpu6886: mpu6886@68 { compatible = "invensense,mpu6050"; @@ -115,10 +115,10 @@ }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -128,9 +128,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { diff --git a/boards/m5stack/m5stack_atoms3_lite/m5stack_atoms3_lite_appcpu.dts b/boards/m5stack/m5stack_atoms3_lite/m5stack_atoms3_lite_appcpu.dts index 0385c9e39a39d..f7770706d4115 100644 --- a/boards/m5stack/m5stack_atoms3_lite/m5stack_atoms3_lite_appcpu.dts +++ b/boards/m5stack/m5stack_atoms3_lite/m5stack_atoms3_lite_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "M5Stack AtomS3 Lite APPCPU"; compatible = "espressif,esp32s3"; + model = "M5Stack AtomS3 Lite APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/m5stack/m5stack_atoms3_lite/m5stack_atoms3_lite_procpu.dts b/boards/m5stack/m5stack_atoms3_lite/m5stack_atoms3_lite_procpu.dts index 5f3f9d3f81623..0fd1cc1542dc0 100644 --- a/boards/m5stack/m5stack_atoms3_lite/m5stack_atoms3_lite_procpu.dts +++ b/boards/m5stack/m5stack_atoms3_lite/m5stack_atoms3_lite_procpu.dts @@ -14,8 +14,8 @@ #include / { - model = "M5Stack AtomS3 Lite PROCPU"; compatible = "m5stack,atoms3_lite"; + model = "M5Stack AtomS3 Lite PROCPU"; chosen { zephyr,sram = &sram1; @@ -50,24 +50,24 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -77,10 +77,10 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; line-idle-low; pinctrl-0 = <&spim3_ws2812_led>; pinctrl-names = "default"; + status = "okay"; status_rgb_led: ws2812@0 { compatible = "worldsemi,ws2812-spi"; diff --git a/boards/m5stack/m5stack_core2/m5stack_core2_appcpu.dts b/boards/m5stack/m5stack_core2/m5stack_core2_appcpu.dts index 4f7258310b72b..7f49c7f63040b 100644 --- a/boards/m5stack/m5stack_core2/m5stack_core2_appcpu.dts +++ b/boards/m5stack/m5stack_core2/m5stack_core2_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "M5Stack Core2 APPCPU"; compatible = "espressif,esp32"; + model = "M5Stack Core2 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/m5stack/m5stack_core2/m5stack_core2_procpu.dts b/boards/m5stack/m5stack_core2/m5stack_core2_procpu.dts index 1d9551c7cc132..8278bcb955993 100644 --- a/boards/m5stack/m5stack_core2/m5stack_core2_procpu.dts +++ b/boards/m5stack/m5stack_core2/m5stack_core2_procpu.dts @@ -14,8 +14,8 @@ #include / { - model = "M5Stack Core2 PROCPU"; compatible = "m5stack,core2"; + model = "M5Stack Core2 PROCPU"; aliases { pwr-led = &pwr_led; @@ -65,8 +65,8 @@ ili9342c: ili9342c@0 { compatible = "ilitek,ili9342c"; - mipi-max-frequency = <30000000>; reg = <0>; + mipi-max-frequency = <30000000>; vin-supply = <&lcd_bg>; pixel-format = ; display-inversion; @@ -92,17 +92,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_tx_gpio1 &uart0_rx_gpio3>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&uart1_rx_gpio33 &uart1_tx_gpio32>; pinctrl-names = "default"; + status = "disabled"; }; &gpio0 { @@ -114,13 +114,13 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; scl-timeout-us = <0>; pinctrl-names = "default"; + status = "okay"; pfc8563_rtc: pfc8563@51 { compatible = "nxp,pcf8563"; @@ -196,30 +196,30 @@ }; &i2c1 { - status = "disabled"; clock-frequency = ; sda-gpios = <&gpio1 0 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio1 1 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "disabled"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; dma-enabled; clock-frequency = <20000000>; cs-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>, <&gpio0 4 GPIO_ACTIVE_LOW>; + status = "okay"; sd0: sd@1 { compatible = "zephyr,sdhc-spi-slot"; reg = <1>; - status = "okay"; spi-max-frequency = <20000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/m5stack/m5stack_cores3/m5stack_cores3_appcpu.dts b/boards/m5stack/m5stack_cores3/m5stack_cores3_appcpu.dts index ff04bc68817eb..0af06758f080e 100644 --- a/boards/m5stack/m5stack_cores3/m5stack_cores3_appcpu.dts +++ b/boards/m5stack/m5stack_cores3/m5stack_cores3_appcpu.dts @@ -10,8 +10,8 @@ #include "m5stack_cores3-pinctrl.dtsi" / { - model = "M5Stack CoreS3 APPCPU"; compatible = "espressif,esp32s3"; + model = "M5Stack CoreS3 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu.dts b/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu.dts index 6a1b43d1c6eb9..62c161e5b4788 100644 --- a/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu.dts +++ b/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu.dts @@ -9,8 +9,8 @@ #include "m5stack_cores3_procpu_common.dtsi" / { - model = "M5Stack CoreS3 PROCPU"; compatible = "m5stack,cores3"; + model = "M5Stack CoreS3 PROCPU"; aliases { accel0 = &bmi270; @@ -26,8 +26,8 @@ bmm150: bmm150@10 { compatible = "bosch,bmm150"; - status = "okay"; reg = <0x10>; + status = "okay"; }; }; diff --git a/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi b/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi index 078f7afe7f255..ee58c519d9b63 100644 --- a/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi +++ b/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi @@ -46,24 +46,24 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &uart2 { - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "disabled"; }; &gpio0 { @@ -75,10 +75,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; axp2101@34 { compatible = "x-powers,axp2101"; @@ -163,8 +163,8 @@ axp2101_led: led { compatible = "x-powers,axp2101-led"; - status = "okay"; x-powers,mode = "by-reg"; + status = "okay"; }; fuel_gauge: fuel_gauge { @@ -193,37 +193,37 @@ }; ft6336_touch: ft5336@38 { - status = "okay"; compatible = "focaltech,ft5336"; reg = <0x38>; int-gpios = <&aw9523b_gpio 10 GPIO_ACTIVE_LOW>; reset-gpios = <&aw9523b_gpio 0 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; clock-frequency = <20000000>; cs-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>, /* LCD */ <&gpio0 4 GPIO_ACTIVE_LOW>; /* TF-CARD */ + status = "okay"; + status = "okay"; sd0: sd@1 { compatible = "zephyr,sdhc-spi-slot"; reg = <1>; - status = "okay"; spi-max-frequency = <20000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -234,9 +234,9 @@ }; &twai { - status = "disabled"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + status = "disabled"; }; &wdt0 { diff --git a/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_se.dts b/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_se.dts index 93cdeda68cbcb..2417a6e182341 100644 --- a/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_se.dts +++ b/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_se.dts @@ -9,6 +9,6 @@ #include "m5stack_cores3_procpu_common.dtsi" / { - model = "M5Stack CoreS3 SE PROCPU"; compatible = "m5stack,cores3-se"; + model = "M5Stack CoreS3 SE PROCPU"; }; diff --git a/boards/m5stack/m5stack_fire/m5stack_fire_appcpu.dts b/boards/m5stack/m5stack_fire/m5stack_fire_appcpu.dts index 7c4890d1818f8..d6202536d1679 100644 --- a/boards/m5stack/m5stack_fire/m5stack_fire_appcpu.dts +++ b/boards/m5stack/m5stack_fire/m5stack_fire_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "M5Stack Fire APPCPU"; compatible = "espressif,esp32"; + model = "M5Stack Fire APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/m5stack/m5stack_fire/m5stack_fire_procpu.dts b/boards/m5stack/m5stack_fire/m5stack_fire_procpu.dts index 9cc132a6963f6..4036c6bf749ce 100644 --- a/boards/m5stack/m5stack_fire/m5stack_fire_procpu.dts +++ b/boards/m5stack/m5stack_fire/m5stack_fire_procpu.dts @@ -15,8 +15,8 @@ #include / { - model = "M5Stack Fire PROCPU"; compatible = "m5stack,fire"; + model = "M5Stack Fire PROCPU"; aliases { uart-0 = &uart0; @@ -91,15 +91,15 @@ #size-cells = <0>; ili9342c: ili9342c@0 { - status = "okay"; compatible = "ilitek,ili9342c"; - mipi-max-frequency = <30000000>; reg = <0>; + mipi-max-frequency = <30000000>; pixel-format = ; display-inversion; width = <320>; height = <240>; rotation = <0>; + status = "okay"; }; }; }; @@ -113,17 +113,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_tx_gpio1 &uart0_rx_gpio3>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&uart1_rx_gpio33 &uart1_tx_gpio32>; pinctrl-names = "default"; + status = "disabled"; }; &gpio0 { @@ -135,23 +135,22 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; scl-timeout-us = <0>; pinctrl-names = "default"; + status = "okay"; mpu6886: mpu6886@68 { - status = "okay"; compatible = "invensense,mpu6050"; reg = <0x68>; + status = "okay"; }; }; &spi3 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&spim3_default>; @@ -159,17 +158,18 @@ dma-enabled; clock-frequency = <20000000>; cs-gpios = <&gpio0 14 GPIO_ACTIVE_LOW>, <&gpio0 4 GPIO_ACTIVE_LOW>; + status = "okay"; sd0: sd@1 { - status = "okay"; compatible = "zephyr,sdhc-spi-slot"; reg = <1>; spi-max-frequency = <20000000>; + status = "okay"; mmc { - status = "okay"; compatible = "zephyr,sdmmc-disk"; disk-name = "SD"; + status = "okay"; }; }; }; @@ -177,9 +177,9 @@ &ledc0 { pinctrl-0 = <&ledc0_default>; pinctrl-names = "default"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; hispeed0@7 { reg = <0x7>; diff --git a/boards/m5stack/m5stack_stamps3/m5stack_stamps3_appcpu.dts b/boards/m5stack/m5stack_stamps3/m5stack_stamps3_appcpu.dts index f6af6a54e4218..5e0d9c9d44fad 100644 --- a/boards/m5stack/m5stack_stamps3/m5stack_stamps3_appcpu.dts +++ b/boards/m5stack/m5stack_stamps3/m5stack_stamps3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "M5Stack StampS3 APPCPU"; compatible = "espressif,esp32s3"; + model = "M5Stack StampS3 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/m5stack/m5stack_stamps3/m5stack_stamps3_procpu.dts b/boards/m5stack/m5stack_stamps3/m5stack_stamps3_procpu.dts index 53f352a8171a0..51ae22c0cf871 100644 --- a/boards/m5stack/m5stack_stamps3/m5stack_stamps3_procpu.dts +++ b/boards/m5stack/m5stack_stamps3/m5stack_stamps3_procpu.dts @@ -15,8 +15,8 @@ #include / { - model = "M5Stack StampS3 PROCPU"; compatible = "m5stack,stamps3"; + model = "M5Stack StampS3 PROCPU"; chosen { zephyr,sram = &sram1; @@ -52,24 +52,24 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -77,20 +77,20 @@ }; &mcpwm0 { - status = "okay"; pinctrl-0 = <&mcpwm0_default>; pinctrl-names = "default"; prescale = <255>; prescale-timer0 = <100>; prescale-timer1 = <100>; + status = "okay"; }; &ledc0 { pinctrl-0 = <&ledc0_default>; pinctrl-names = "default"; - status = "disabled"; #address-cells = <1>; #size-cells = <0>; + status = "disabled"; channel0@0 { reg = <0x0>; @@ -106,18 +106,18 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; line-idle-low; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; status_rgb_led: ws2812@0 { compatible = "worldsemi,ws2812-spi"; diff --git a/boards/m5stack/m5stickc_plus/m5stickc_plus_appcpu.dts b/boards/m5stack/m5stickc_plus/m5stickc_plus_appcpu.dts index 23e942449c127..4304dc96dbc6b 100644 --- a/boards/m5stack/m5stickc_plus/m5stickc_plus_appcpu.dts +++ b/boards/m5stack/m5stickc_plus/m5stickc_plus_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "M5StickC Plus APPCPU"; compatible = "espressif,esp32"; + model = "M5StickC Plus APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/m5stack/m5stickc_plus/m5stickc_plus_procpu.dts b/boards/m5stack/m5stickc_plus/m5stickc_plus_procpu.dts index e9c090eec51ec..7aadc80c713fc 100644 --- a/boards/m5stack/m5stickc_plus/m5stickc_plus_procpu.dts +++ b/boards/m5stack/m5stickc_plus/m5stickc_plus_procpu.dts @@ -13,8 +13,8 @@ #include / { - model = "M5StickC Plus PROCPU"; compatible = "m5stack,m5stickc-plus"; + model = "M5StickC Plus PROCPU"; aliases { led0 = &red_led; @@ -103,10 +103,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_tx_gpio1 &uart0_rx_gpio3>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -119,13 +119,13 @@ /* IMU MPU-6886, RTC BM8563, PMU AXP192 */ &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; scl-timeout-us = <0>; pinctrl-names = "default"; + status = "okay"; axp192_pmic: axp192@34 { compatible = "x-powers,axp192"; @@ -167,9 +167,9 @@ }; mpu6886: mpu6886@68 { - status = "okay"; compatible = "invensense,mpu6050"; reg = <0x68>; + status = "okay"; }; bm8563: bm8563@51 { @@ -182,19 +182,19 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_miso_gpio12 &spim2_mosi_gpio11 &spim2_sclk_gpio14 &spim2_csel_gpio16>; pinctrl-names = "default"; + status = "okay"; }; /* LCD TFT 1.14", 135x240 px, ST7789v2 */ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { diff --git a/boards/m5stack/stamp_c3/stamp_c3.dts b/boards/m5stack/stamp_c3/stamp_c3.dts index 18b913f92e703..71cf507dd9b82 100644 --- a/boards/m5stack/stamp_c3/stamp_c3.dts +++ b/boards/m5stack/stamp_c3/stamp_c3.dts @@ -12,8 +12,8 @@ #include / { - model = "M5Stack STAMP-C3"; compatible = "m5stack,stamp_c3"; + model = "M5Stack STAMP-C3"; chosen { zephyr,sram = &sram1; @@ -42,10 +42,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &usb_serial { @@ -53,10 +53,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -66,9 +66,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -88,10 +88,10 @@ }; &twai { - /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ - status = "disabled"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ + status = "disabled"; }; &esp32_bt_hci { From 9814dbff5c9570a9bd61439d7b5d4f142353ff10 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:45 +0200 Subject: [PATCH 072/142] devicetree: format files in boards/madmachine Applying dts-linter results for format files in boards/madmachine Signed-off-by: Kyle Micallef Bonnici --- .../mm_feather/mm_feather-pinctrl.dtsi | 2 +- boards/madmachine/mm_feather/mm_feather.dts | 26 +++++++------- .../mm_swiftio/mm_swiftio-pinctrl.dtsi | 2 +- boards/madmachine/mm_swiftio/mm_swiftio.dts | 34 +++++++++---------- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/boards/madmachine/mm_feather/mm_feather-pinctrl.dtsi b/boards/madmachine/mm_feather/mm_feather-pinctrl.dtsi index a37bf64871ab1..5faca3b302934 100644 --- a/boards/madmachine/mm_feather/mm_feather-pinctrl.dtsi +++ b/boards/madmachine/mm_feather/mm_feather-pinctrl.dtsi @@ -16,8 +16,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/madmachine/mm_feather/mm_feather.dts b/boards/madmachine/mm_feather/mm_feather.dts index f15d9bc08c787..f7a4e87781da9 100644 --- a/boards/madmachine/mm_feather/mm_feather.dts +++ b/boards/madmachine/mm_feather/mm_feather.dts @@ -10,8 +10,8 @@ #include "mm_feather-pinctrl.dtsi" / { - model = "MM MM-FEATHER board"; compatible = "nxp,mimxrt1062"; + model = "MM MM-FEATHER board"; aliases { led0 = &green_led; @@ -30,9 +30,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(32)>; /* Micron MT48LC16M16A2B4-6AIT:G */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(32)>; }; leds { @@ -56,47 +56,47 @@ }; &flexspi { - status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; is25wp064: is25wp064@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = <104000000>; - status = "okay"; jedec-id = [9d 70 17]; erase-block-size = <4096>; write-block-size = <1>; + status = "okay"; }; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart2 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpuart3 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpuart4 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpuart8 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpi2c1 { @@ -112,17 +112,17 @@ }; &lpspi3 { - status = "okay"; pcs-sck-delay = <2>; sck-pcs-delay = <2>; transfer-delay = <2>; + status = "okay"; }; &lpspi4 { - status = "okay"; pcs-sck-delay = <2>; sck-pcs-delay = <2>; transfer-delay = <2>; + status = "okay"; }; &flexpwm1_pwm3 { @@ -166,7 +166,6 @@ }; &usdhc1 { - status = "okay"; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; no-1-8-v; pinctrl-0 = <&pinmux_usdhc1>; @@ -174,6 +173,7 @@ pinctrl-2 = <&pinmux_usdhc1_med>; pinctrl-3 = <&pinmux_usdhc1_fast>; pinctrl-names = "default", "slow", "med", "fast"; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/madmachine/mm_swiftio/mm_swiftio-pinctrl.dtsi b/boards/madmachine/mm_swiftio/mm_swiftio-pinctrl.dtsi index 543e1582e636f..50a060f22b3a7 100644 --- a/boards/madmachine/mm_swiftio/mm_swiftio-pinctrl.dtsi +++ b/boards/madmachine/mm_swiftio/mm_swiftio-pinctrl.dtsi @@ -36,8 +36,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/madmachine/mm_swiftio/mm_swiftio.dts b/boards/madmachine/mm_swiftio/mm_swiftio.dts index 87b43498c364a..0e7beaf080bd3 100644 --- a/boards/madmachine/mm_swiftio/mm_swiftio.dts +++ b/boards/madmachine/mm_swiftio/mm_swiftio.dts @@ -10,8 +10,8 @@ #include "mm_swiftio-pinctrl.dtsi" / { - model = "MM MM-SWIFTIO board"; compatible = "nxp,mimxrt1052"; + model = "MM MM-SWIFTIO board"; aliases { led0 = &green_led; @@ -30,9 +30,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(32)>; /* Micron MT48LC16M16A2B4-6AIT:G */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(32)>; }; leds { @@ -56,66 +56,66 @@ }; &flexspi { - status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; is25wp064: is25wp064@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = <104000000>; - status = "okay"; jedec-id = [9d 70 17]; erase-block-size = <4096>; write-block-size = <1>; + status = "okay"; }; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart2 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpuart4 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpuart6 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpuart8 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c3 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c3>; pinctrl-names = "default"; + status = "okay"; ov7725: ov7725@21 { compatible = "ovti,ov7725"; reg = <0x21>; - status = "okay"; reset-gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>; + status = "okay"; port { ov7725_ep_out: endpoint { @@ -126,17 +126,17 @@ }; &lpspi3 { - status = "okay"; pcs-sck-delay = <50>; sck-pcs-delay = <50>; transfer-delay = <50>; + status = "okay"; }; &lpspi4 { - status = "okay"; pcs-sck-delay = <50>; sck-pcs-delay = <50>; transfer-delay = <50>; + status = "okay"; }; &flexpwm1_pwm3 { @@ -180,7 +180,6 @@ }; &usdhc1 { - status = "okay"; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; no-1-8-v; pinctrl-0 = <&pinmux_usdhc1>; @@ -188,6 +187,7 @@ pinctrl-2 = <&pinmux_usdhc1_med>; pinctrl-3 = <&pinmux_usdhc1_fast>; pinctrl-names = "default", "slow", "med", "fast"; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -197,9 +197,9 @@ }; &csi { - status = "okay"; pinctrl-0 = <&pinmux_csi>; pinctrl-names = "default"; + status = "okay"; port { csi_ep_in: endpoint { From 00abe9fba1d0d4a3100e19f90807059c8f6317ff Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:45 +0200 Subject: [PATCH 073/142] devicetree: format files in boards/makerbase Applying dts-linter results for format files in boards/makerbase Signed-off-by: Kyle Micallef Bonnici --- boards/makerbase/mks_canable_v20/mks_canable_v20.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/makerbase/mks_canable_v20/mks_canable_v20.dts b/boards/makerbase/mks_canable_v20/mks_canable_v20.dts index 8a390b2ac35b6..ecbd44d8e3c7d 100644 --- a/boards/makerbase/mks_canable_v20/mks_canable_v20.dts +++ b/boards/makerbase/mks_canable_v20/mks_canable_v20.dts @@ -8,8 +8,8 @@ #include / { - model = "Makerbase MKS CANable V2.0"; compatible = "makerbase,mks-canable-v20"; + model = "Makerbase MKS CANable V2.0"; chosen { zephyr,sram = &sram0; From 9669913cfdea760ecec5bd6e59c2d171d4e7a06b Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:45 +0200 Subject: [PATCH 074/142] devicetree: format files in boards/makerdiary Applying dts-linter results for format files in boards/makerdiary Signed-off-by: Kyle Micallef Bonnici --- .../makerdiary/nrf52832_mdk/nrf52832_mdk.dts | 20 +++++++++---------- .../makerdiary/nrf52840_mdk/nrf52840_mdk.dts | 12 +++++------ .../fstab-debugger.dtsi | 10 +++++----- .../nrf52840_mdk_usb_dongle/fstab-stock.dtsi | 10 +++++----- .../nrf52840_mdk_usb_dongle.dts | 4 ++-- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/boards/makerdiary/nrf52832_mdk/nrf52832_mdk.dts b/boards/makerdiary/nrf52832_mdk/nrf52832_mdk.dts index 9cc34be37cf5c..06494cb4cb004 100644 --- a/boards/makerdiary/nrf52832_mdk/nrf52832_mdk.dts +++ b/boards/makerdiary/nrf52832_mdk/nrf52832_mdk.dts @@ -11,8 +11,8 @@ #include / { - model = "nRF52832-MDK Micro Dev Kit"; compatible = "nrf52832-mdk"; + model = "nRF52832-MDK Micro Dev Kit"; chosen { zephyr,console = &uart0; @@ -109,35 +109,35 @@ }; &uart0 { - status = "okay"; compatible = "nordic,nrf-uart"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -147,28 +147,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/makerdiary/nrf52840_mdk/nrf52840_mdk.dts b/boards/makerdiary/nrf52840_mdk/nrf52840_mdk.dts index 3e436b7a2ff38..d348bf34a9f16 100644 --- a/boards/makerdiary/nrf52840_mdk/nrf52840_mdk.dts +++ b/boards/makerdiary/nrf52840_mdk/nrf52840_mdk.dts @@ -11,8 +11,8 @@ #include / { - model = "nRF52840-MDK Dev Kit"; compatible = "nordic,pca10056-dk"; + model = "nRF52840-MDK Dev Kit"; chosen { zephyr,console = &uart0; @@ -117,40 +117,40 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; diff --git a/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-debugger.dtsi b/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-debugger.dtsi index d3ba3b94207a1..fcd8ec7822ff9 100644 --- a/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-debugger.dtsi +++ b/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-debugger.dtsi @@ -16,28 +16,28 @@ * with an RTT console, CDC ACM support, and w/o optimizations. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00012000>; + label = "mcuboot"; }; slot0_partition: partition@12000 { - label = "image-0"; reg = <0x00012000 0x00069000>; + label = "image-0"; }; slot1_partition: partition@7b000 { - label = "image-1"; reg = <0x0007b000 0x00069000>; + label = "image-1"; }; scratch_partition: partition@e4000 { - label = "image-scratch"; reg = <0x000e4000 0x00018000>; + label = "image-scratch"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-stock.dtsi b/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-stock.dtsi index 39c7aa4eb6960..d942d2449fa75 100644 --- a/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-stock.dtsi +++ b/boards/makerdiary/nrf52840_mdk_usb_dongle/fstab-stock.dtsi @@ -17,28 +17,28 @@ * can be built with CDC ACM support and w/o optimizations. */ boot_partition: partition@1000 { - label = "mcuboot"; reg = <0x00001000 0x0000f000>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 0x0005e000>; + label = "image-0"; }; slot1_partition: partition@6e000 { - label = "image-1"; reg = <0x0006e000 0x0005e000>; + label = "image-1"; }; storage_partition: partition@cc000 { - label = "storage"; reg = <0x000cc000 0x00004000>; + label = "storage"; }; scratch_partition: partition@d0000 { - label = "image-scratch"; reg = <0x000d0000 0x00010000>; + label = "image-scratch"; }; /* Nordic nRF5 bootloader <0xe0000 0x1c000> diff --git a/boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle.dts b/boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle.dts index 77ffd9e1d07af..8d573b33d0b48 100644 --- a/boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle.dts +++ b/boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle.dts @@ -12,8 +12,8 @@ #include / { - model = "nRF52840 MDK USB Dongle"; compatible = "nrf52840_mdk_usb_dongle"; + model = "nRF52840 MDK USB Dongle"; chosen { zephyr,sram = &sram0; @@ -109,11 +109,11 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { From 1132b1d641f36d1b92ffc7eddfe6088fb76634c1 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:46 +0200 Subject: [PATCH 075/142] devicetree: format files in boards/mediatek Applying dts-linter results for format files in boards/mediatek Signed-off-by: Kyle Micallef Bonnici --- boards/mediatek/mt8186/mt8186_adsp.dts | 8 ++++---- boards/mediatek/mt8188/mt8188_adsp.dts | 8 ++++---- boards/mediatek/mt8195/mt8195_adsp.dts | 10 +++++----- boards/mediatek/mt8196/mt8196_adsp.dts | 10 +++++----- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/boards/mediatek/mt8186/mt8186_adsp.dts b/boards/mediatek/mt8186/mt8186_adsp.dts index fddcd0dee622f..556f7af98a22e 100644 --- a/boards/mediatek/mt8186/mt8186_adsp.dts +++ b/boards/mediatek/mt8186/mt8186_adsp.dts @@ -10,21 +10,21 @@ #size-cells = <1>; sram0: memory@4e100000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x4e100000 DT_SIZE_K(1024)>; + device_type = "memory"; }; dram0: memory@60000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x60000000 DT_SIZE_M(16)>; + device_type = "memory"; }; dram1: memory@61000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x61000000 DT_SIZE_K(1024)>; + device_type = "memory"; }; soc { @@ -40,9 +40,9 @@ intc2: intc@10680050 { compatible = "mediatek,adsp_intc"; + reg = <0x10680050 4>; interrupt-controller; #interrupt-cells = <3>; - reg = <0x10680050 4>; status-reg = <0x10680010>; interrupts = <2 0 0>; mask = <0x3f>; diff --git a/boards/mediatek/mt8188/mt8188_adsp.dts b/boards/mediatek/mt8188/mt8188_adsp.dts index 05dd6cb9ab06a..cc1c04634754d 100644 --- a/boards/mediatek/mt8188/mt8188_adsp.dts +++ b/boards/mediatek/mt8188/mt8188_adsp.dts @@ -10,21 +10,21 @@ #size-cells = <1>; sram0: memory@4e100000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x4e100000 DT_SIZE_K(512)>; + device_type = "memory"; }; dram0: memory@60000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x60000000 DT_SIZE_M(15)>; + device_type = "memory"; }; dram1: memory@61000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x61000000 DT_SIZE_K(1024)>; + device_type = "memory"; }; soc { @@ -40,9 +40,9 @@ intc2: intc@10b80050 { compatible = "mediatek,adsp_intc"; + reg = <0x10b80050 4>; interrupt-controller; #interrupt-cells = <3>; - reg = <0x10b80050 4>; status-reg = <0x10b80010>; interrupts = <2 0 0>; mask = <0x3f>; diff --git a/boards/mediatek/mt8195/mt8195_adsp.dts b/boards/mediatek/mt8195/mt8195_adsp.dts index 04f78d076493b..acd1aa4db7d58 100644 --- a/boards/mediatek/mt8195/mt8195_adsp.dts +++ b/boards/mediatek/mt8195/mt8195_adsp.dts @@ -10,21 +10,21 @@ #size-cells = <1>; sram0: memory@40000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x40000000 DT_SIZE_K(256)>; + device_type = "memory"; }; dram0: memory@60000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x60000000 DT_SIZE_K(13824)>; + device_type = "memory"; }; dram1: memory@60e80000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x60e80000 DT_SIZE_K(2560)>; + device_type = "memory"; }; soc { @@ -48,9 +48,9 @@ intc1: intc@10803130 { compatible = "mediatek,adsp_intc"; + reg = <0x10803130 4>; interrupt-controller; #interrupt-cells = <3>; - reg = <0x10803130 4>; status-reg = <0x10803150>; interrupts = <1 0 0>; mask = <0x3ffffff0>; @@ -59,9 +59,9 @@ intc23: intc@108030f4 { compatible = "mediatek,adsp_intc"; + reg = <0x108030f4 4>; interrupt-controller; #interrupt-cells = <3>; - reg = <0x108030f4 4>; status-reg = <0x108030fc>; interrupts = <23 0 0>; mask = <0xffff>; diff --git a/boards/mediatek/mt8196/mt8196_adsp.dts b/boards/mediatek/mt8196/mt8196_adsp.dts index 3949219337104..c73f64e26b74c 100644 --- a/boards/mediatek/mt8196/mt8196_adsp.dts +++ b/boards/mediatek/mt8196/mt8196_adsp.dts @@ -10,21 +10,21 @@ #size-cells = <1>; sram0: memory@4e100000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x4e100000 DT_SIZE_K(512)>; + device_type = "memory"; }; dram0: memory@90000000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x90000000 DT_SIZE_M(6)>; + device_type = "memory"; }; dram1: memory@90800000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x90800000 DT_SIZE_M(1)>; + device_type = "memory"; }; soc { @@ -56,9 +56,9 @@ intc_g1: intc_g1@1a014010 { compatible = "mediatek,adsp_intc"; + reg = <0x1a014010 4>; interrupt-controller; #interrupt-cells = <3>; - reg = <0x1a014010 4>; status-reg = <0x1a014008>; mask = <0x00007f3f>; interrupts = <1 0 0>; @@ -67,9 +67,9 @@ intc_g2: intc_g2@1a014010 { compatible = "mediatek,adsp_intc"; + reg = <0x1a014010 4>; interrupt-controller; #interrupt-cells = <3>; - reg = <0x1a014010 4>; status-reg = <0x1a014008>; mask = <0x000000c0>; interrupts = <2 0 0>; From 822dd5c6a4cf7e699a67d22b7d11751674392003 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:46 +0200 Subject: [PATCH 076/142] devicetree: format files in boards/microchip Applying dts-linter results for format files in boards/microchip Signed-off-by: Kyle Micallef Bonnici --- boards/microchip/ev11l78a/ev11l78a.dts | 18 ++++++------ boards/microchip/m2gl025_miv/m2gl025_miv.dts | 4 +-- .../mec1501modular_assy6885.dts | 25 ++++++++-------- .../mec15xxevb_assy6853.dts | 29 +++++++++---------- .../mec172xevb_assy6906.dts | 25 ++++++++-------- .../mec172xmodular_assy6930.dts | 25 ++++++++-------- .../mec_assy6941/mec_assy6941_mec1743_qlj.dts | 6 ++-- .../mec_assy6941/mec_assy6941_mec1743_qsz.dts | 6 ++-- .../mec_assy6941/mec_assy6941_mec1753_qlj.dts | 6 ++-- .../mec_assy6941/mec_assy6941_mec1753_qsz.dts | 6 ++-- .../mpfs_icicle/mpfs_icicle_common.dtsi | 4 +-- .../mpfs_icicle/mpfs_icicle_polarfire_u54.dts | 2 +- .../mpfs_icicle_polarfire_u54_smp.dts | 2 +- .../pic32cm_jh01_cpro/pic32cm_jh01_cpro.dts | 4 +-- .../sam/sam_e54_xpro/sam_e54_xpro.dts | 6 ++-- .../microchip/sam/sama7g54_ek/sama7g54_ek.dts | 3 +- 16 files changed, 83 insertions(+), 88 deletions(-) diff --git a/boards/microchip/ev11l78a/ev11l78a.dts b/boards/microchip/ev11l78a/ev11l78a.dts index b8bb2614586ce..0bb78ec128258 100644 --- a/boards/microchip/ev11l78a/ev11l78a.dts +++ b/boards/microchip/ev11l78a/ev11l78a.dts @@ -12,8 +12,8 @@ #include "ev11l78a-pinctrl.dtsi" / { - model = "Microchip EV11L78A"; compatible = "atmel,samd20e16", "atmel,samd20"; + model = "Microchip EV11L78A"; aliases { led0 = &cap_mis_led; @@ -50,7 +50,6 @@ }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <0>; dopo = <2>; @@ -60,10 +59,10 @@ pinctrl-0 = <&sercom0_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom1 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <3>; @@ -71,10 +70,10 @@ pinctrl-0 = <&sercom1_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; @@ -83,6 +82,7 @@ pinctrl-0 = <&sercom3_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -97,18 +97,21 @@ * if enabled. */ storage_partition: partition@c000 { - label = "storage"; reg = ; + label = "storage"; }; }; }; &adc { - status = "okay"; prescaler = <32>; #address-cells = <1>; #size-cells = <0>; + pinctrl-0 = <&adc_default>; + pinctrl-names = "default"; + status = "okay"; + channel@4 { reg = <4>; zephyr,gain = "ADC_GAIN_1_2"; @@ -118,7 +121,4 @@ zephyr,resolution = <12>; zephyr,input-positive = <4>; }; - - pinctrl-0 = <&adc_default>; - pinctrl-names = "default"; }; diff --git a/boards/microchip/m2gl025_miv/m2gl025_miv.dts b/boards/microchip/m2gl025_miv/m2gl025_miv.dts index ec7c54098c373..51c1df0f86a85 100644 --- a/boards/microchip/m2gl025_miv/m2gl025_miv.dts +++ b/boards/microchip/m2gl025_miv/m2gl025_miv.dts @@ -9,8 +9,8 @@ #include / { - model = "Microchip M2GL025 with MiV target"; compatible = "microchip,m2gl025-miv"; + model = "Microchip M2GL025 with MiV target"; chosen { zephyr,console = &uart0; @@ -21,7 +21,7 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <66000000>; + status = "okay"; }; diff --git a/boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885.dts b/boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885.dts index bf8348982c9a4..9bd0f37d41c6e 100644 --- a/boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885.dts +++ b/boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885.dts @@ -9,9 +9,9 @@ #include "mec1501modular_assy6885-pinctrl.dtsi" / { - model = "Microchip MEC1501MODULAR_ASSY6885 evaluation board"; compatible = "microchip,mec1501modular_assy6885", "microchip,mec1501hsz"; + model = "Microchip MEC1501MODULAR_ASSY6885 evaluation board"; chosen { zephyr,sram = &sram0; @@ -34,40 +34,39 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_tx_gpio170 &uart1_rx_gpio171>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc04_gpio204 &adc05_gpio205 &adc06_gpio206 &adc07_gpio207 &vref2_adc_gpio067>; pinctrl-names = "default"; + status = "okay"; }; &i2c_smb_0 { - status = "okay"; port-sel = <0>; sda-gpios = ; scl-gpios = ; pinctrl-0 = <&i2c00_scl_gpio004 &i2c00_sda_gpio003>; pinctrl-names = "default"; + status = "okay"; }; &i2c_smb_1 { - status = "okay"; port-sel = <1>; sda-gpios = ; scl-gpios = ; pinctrl-0 = <&i2c01_scl_gpio131 &i2c01_sda_gpio130>; pinctrl-names = "default"; + status = "okay"; }; &espi0 { - status = "okay"; io-girq = <19>; vw-girqs = <24 25>; pc-girq = <15>; @@ -76,31 +75,30 @@ &espi_io0_gpio070 &espi_io1_gpio071 &espi_io2_gpio072 &espi_io3_gpio073>; pinctrl-names = "default"; + status = "okay"; }; &ps2_0 { - status = "okay"; pinctrl-0 = <&ps2_clk0b_gpio007 &ps2_dat0b_gpio010>; pinctrl-1 = <&ps2_clk0b_gpio007_sleep &ps2_dat0b_gpio010_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ps2_1 { - status = "okay"; pinctrl-0 = <&ps2_clk1b_gpio154 &ps2_dat1b_gpio155>; pinctrl-1 = <&ps2_clk1b_gpio154_sleep &ps2_dat1b_gpio155_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_gpio053>; pinctrl-names = "default"; + status = "okay"; }; &kbd0 { - status = "okay"; - pinctrl-0 = <&kso00_gpio040 &kso01_gpio045 &kso02_gpio046 &kso12_gpio125 &kso13_gpio126 &kso03_gpio047 &kso04_gpio107 &kso05_gpio112 &kso06_gpio113 &kso14_gpio152 &kso15_gpio151 &kso07_gpio120 @@ -118,17 +116,18 @@ pinctrl-names = "default", "sleep"; row-size = <8>; col-size = <16>; + status = "okay"; }; &peci0 { - status = "okay"; pinctrl-0 = <&peci_dat_gpio042 &vref_vtt_gpio044>; pinctrl-1 = <&peci_dat_gpio042_sleep &vref_vtt_gpio044_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &tach0 { - status = "okay"; pinctrl-0 = <&ict0_tach0_gpio050>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853.dts b/boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853.dts index 25c11f98f5cf7..53b7a396381cc 100644 --- a/boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853.dts +++ b/boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853.dts @@ -9,8 +9,8 @@ #include "mec15xxevb_assy6853-pinctrl.dtsi" / { - model = "Microchip MEC15XXEVB_ASSY6853 evaluation board"; compatible = "microchip,mec15xxevb_assy6853", "microchip,mec1501hsz"; + model = "Microchip MEC15XXEVB_ASSY6853 evaluation board"; chosen { zephyr,sram = &sram0; @@ -65,36 +65,36 @@ }; &uart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart2_tx_gpio146 &uart2_rx_gpio145>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc04_gpio204 &adc05_gpio205 &adc06_gpio206 &adc07_gpio207 &vref2_adc_gpio067>; pinctrl-names = "default"; + status = "okay"; }; &i2c_smb_0 { - status = "okay"; port-sel = <0>; sda-gpios = ; scl-gpios = ; pinctrl-0 = <&i2c00_scl_gpio004 &i2c00_sda_gpio003>; pinctrl-names = "default"; + status = "okay"; }; &i2c_smb_1 { - status = "okay"; port-sel = <1>; sda-gpios = ; scl-gpios = ; pinctrl-0 = <&i2c01_scl_gpio131 &i2c01_sda_gpio130>; pinctrl-names = "default"; + status = "okay"; pca9555@26 { compatible = "nxp,pca95xx"; @@ -114,16 +114,15 @@ }; &i2c_smb_2 { - status = "okay"; port-sel = <7>; sda-gpios = ; scl-gpios = ; pinctrl-0 = <&i2c07_scl_gpio013 &i2c07_sda_gpio012>; pinctrl-names = "default"; + status = "okay"; }; &espi0 { - status = "okay"; io-girq = <19>; vw-girqs = <24 25>; pc-girq = <15>; @@ -132,31 +131,30 @@ &espi_io0_gpio070 &espi_io1_gpio071 &espi_io2_gpio072 &espi_io3_gpio073>; pinctrl-names = "default"; + status = "okay"; }; &ps2_0 { - status = "okay"; pinctrl-0 = <&ps2_clk0b_gpio007 &ps2_dat0b_gpio010>; pinctrl-1 = <&ps2_clk0b_gpio007_sleep &ps2_dat0b_gpio010_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ps2_1 { - status = "okay"; pinctrl-0 = <&ps2_clk1b_gpio154 &ps2_dat1b_gpio155>; pinctrl-1 = <&ps2_clk1b_gpio154_sleep &ps2_dat1b_gpio155_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_gpio053>; pinctrl-names = "default"; + status = "okay"; }; &kbd0 { - status = "okay"; - pinctrl-0 = <&kso00_gpio040 &kso01_gpio045 &kso02_gpio046 &kso12_gpio125 &kso13_gpio126 &kso03_gpio047 &kso04_gpio107 &kso05_gpio112 &kso06_gpio113 &kso14_gpio152 &kso15_gpio151 &kso07_gpio120 @@ -174,17 +172,17 @@ pinctrl-names = "default", "sleep"; row-size = <8>; col-size = <16>; + status = "okay"; }; &peci0 { - status = "okay"; pinctrl-0 = <&peci_dat_gpio042 &vref_vtt_gpio044>; pinctrl-1 = <&peci_dat_gpio042_sleep &vref_vtt_gpio044_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { - status = "okay"; port-sel = <0>; chip-select = <0>; lines = <1>; @@ -193,10 +191,11 @@ &shd_io0_gpio223 &shd_io1_gpio224>; pinctrl-names = "default"; + status = "okay"; }; &tach0 { - status = "okay"; pinctrl-0 = <&ict0_tach0_gpio050>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/microchip/mec172xevb_assy6906/mec172xevb_assy6906.dts b/boards/microchip/mec172xevb_assy6906/mec172xevb_assy6906.dts index 9d87268b2a859..a34a2672314c7 100644 --- a/boards/microchip/mec172xevb_assy6906/mec172xevb_assy6906.dts +++ b/boards/microchip/mec172xevb_assy6906/mec172xevb_assy6906.dts @@ -10,8 +10,8 @@ #include / { - model = "Microchip MEC172XEVB_ASSY6906 evaluation board"; compatible = "microchip,mec172xevb_assy6906", "microchip,mec172xnsz"; + model = "Microchip MEC172XEVB_ASSY6906 evaluation board"; chosen { zephyr,sram = &sram0; @@ -79,28 +79,28 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_tx_gpio170 &uart1_rx_gpio171>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc00_gpio200 &adc03_gpio203 &adc04_gpio204 &adc05_gpio205>; pinctrl-1 = <&adc00_gpio200_sleep &adc03_gpio203_sleep &adc04_gpio204_sleep &adc05_gpio205_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &espi0 { - status = "okay"; pinctrl-0 = <&espi_reset_n_gpio061 &espi_cs_n_gpio066 &espi_alert_n_gpio063 &espi_clk_gpio065 &espi_io0_gpio070 &espi_io1_gpio071 &espi_io2_gpio072 &espi_io3_gpio073>; pinctrl-names = "default"; + status = "okay"; }; /* enable various eSPI child devices (host facing) */ @@ -126,11 +126,11 @@ /* I2C */ &i2c_smb_0 { - status = "okay"; port-sel = <0>; pinctrl-0 = <&i2c00_scl_gpio004 &i2c00_sda_gpio003>; pinctrl-names = "default"; + status = "okay"; }; &i2c00_scl_gpio004 { @@ -146,10 +146,10 @@ }; &i2c_smb_1 { - status = "okay"; port-sel = <1>; pinctrl-0 = <&i2c01_scl_gpio131 &i2c01_sda_gpio130>; pinctrl-names = "default"; + status = "okay"; pca9555@26 { compatible = "nxp,pca95xx"; @@ -181,10 +181,10 @@ }; &i2c_smb_2 { - status = "okay"; port-sel = <7>; pinctrl-0 = <&i2c07_scl_gpio013 &i2c07_sda_gpio012>; pinctrl-names = "default"; + status = "okay"; }; &i2c07_scl_gpio013 { @@ -200,7 +200,6 @@ }; &spi0 { - status = "okay"; compatible = "microchip,xec-qmspi-ldma"; clock-frequency = <4000000>; lines = <4>; @@ -213,11 +212,10 @@ &shd_io2_gpio227 &shd_io3_gpio016>; pinctrl-names = "default"; + status = "okay"; }; &kbd0 { - status = "okay"; - pinctrl-0 = <&ksi0_gpio017 &ksi1_gpio020 &ksi2_gpio021 &ksi3_gpio026 &ksi4_gpio027 &ksi5_gpio030 &ksi6_gpio031 &ksi7_gpio032 &kso00_gpio040 &kso01_gpio045 &kso02_gpio046 &kso03_gpio047 @@ -235,6 +233,7 @@ pinctrl-names = "default", "sleep"; row-size = <8>; col-size = <16>; + status = "okay"; }; &ksi0_gpio017 { @@ -270,20 +269,20 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_gpio053>; pinctrl-names = "default"; + status = "okay"; }; &tach0 { - status = "okay"; pinctrl-0 = <&tach0_gpio050>; pinctrl-names = "default"; + status = "okay"; }; &ps2_0 { - status = "okay"; pinctrl-0 = <&ps2_clk0a_gpio114 &ps2_dat0a_gpio115>; pinctrl-1 = <&ps2_clk0a_gpio114_sleep &ps2_dat0a_gpio115_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/microchip/mec172xmodular_assy6930/mec172xmodular_assy6930.dts b/boards/microchip/mec172xmodular_assy6930/mec172xmodular_assy6930.dts index 72b3e4f9069be..3c52a4b884b9f 100644 --- a/boards/microchip/mec172xmodular_assy6930/mec172xmodular_assy6930.dts +++ b/boards/microchip/mec172xmodular_assy6930/mec172xmodular_assy6930.dts @@ -10,8 +10,8 @@ #include / { - model = "Microchip MEC172XMODULAR_ASSY6930 evaluation board"; compatible = "microchip,mec172xmodular_assy6930", "microchip,mec172xnsz"; + model = "Microchip MEC172XMODULAR_ASSY6930 evaluation board"; chosen { zephyr,sram = &sram0; @@ -75,26 +75,26 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_tx_gpio170 &uart1_rx_gpio171>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc00_gpio200 &adc03_gpio203 &adc04_gpio204 &adc05_gpio205>; pinctrl-names = "default"; + status = "okay"; }; &espi0 { - status = "okay"; pinctrl-0 = <&espi_reset_n_gpio061 &espi_cs_n_gpio066 &espi_alert_n_gpio063 &espi_clk_gpio065 &espi_io0_gpio070 &espi_io1_gpio071 &espi_io2_gpio072 &espi_io3_gpio073>; pinctrl-names = "default"; + status = "okay"; }; /* enable various eSPI child devices (host facing) */ @@ -120,11 +120,11 @@ /* I2C */ &i2c_smb_0 { - status = "okay"; port-sel = <0>; pinctrl-0 = <&i2c00_scl_gpio004 &i2c00_sda_gpio003>; pinctrl-names = "default"; + status = "okay"; }; &i2c00_scl_gpio004 { @@ -140,10 +140,10 @@ }; &i2c_smb_1 { - status = "okay"; port-sel = <1>; pinctrl-0 = <&i2c01_scl_gpio131 &i2c01_sda_gpio130>; pinctrl-names = "default"; + status = "okay"; }; &i2c01_scl_gpio131 { @@ -159,10 +159,10 @@ }; &i2c_smb_2 { - status = "okay"; port-sel = <7>; pinctrl-0 = <&i2c07_scl_gpio013 &i2c07_sda_gpio012>; pinctrl-names = "default"; + status = "okay"; }; &i2c07_scl_gpio013 { @@ -178,7 +178,6 @@ }; &spi0 { - status = "okay"; compatible = "microchip,xec-qmspi-ldma"; clock-frequency = <4000000>; lines = <4>; @@ -191,11 +190,10 @@ &shd_io2_gpio227 &shd_io3_gpio016>; pinctrl-names = "default"; + status = "okay"; }; &kbd0 { - status = "okay"; - pinctrl-0 = <&ksi0_gpio017 &ksi1_gpio020 &ksi2_gpio021 &ksi3_gpio026 &ksi4_gpio027 &ksi5_gpio030 &ksi6_gpio031 &ksi7_gpio032 &kso00_gpio040 &kso01_gpio045 &kso02_gpio046 &kso03_gpio047 @@ -213,6 +211,7 @@ pinctrl-names = "default", "sleep"; row-size = <8>; col-size = <16>; + status = "okay"; }; &ksi0_gpio017 { @@ -248,19 +247,19 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_gpio053>; pinctrl-names = "default"; + status = "okay"; }; &tach0 { - status = "okay"; pinctrl-0 = <&tach0_gpio050>; pinctrl-names = "default"; + status = "okay"; }; &ps2_0 { - status = "okay"; pinctrl-0 = <&ps2_clk0a_gpio114 &ps2_dat0a_gpio115>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/microchip/mec_assy6941/mec_assy6941_mec1743_qlj.dts b/boards/microchip/mec_assy6941/mec_assy6941_mec1743_qlj.dts index 0b885f29dc0a0..5de5b840618ed 100644 --- a/boards/microchip/mec_assy6941/mec_assy6941_mec1743_qlj.dts +++ b/boards/microchip/mec_assy6941/mec_assy6941_mec1743_qlj.dts @@ -10,8 +10,8 @@ #include / { - model = "Microchip MEC ASSY6941 MEC1743-QLJ evaluation board"; compatible = "microchip,mec_assy6941-mec1743_qlj"; + model = "Microchip MEC ASSY6941 MEC1743-QLJ evaluation board"; chosen { zephyr,sram = &sram0; @@ -36,8 +36,8 @@ &cpu0 { clock-frequency = <96000000>; - status = "okay"; cpu-power-states = <&idle &suspend_to_ram>; + status = "okay"; }; /* Disable ARM SysTick kernel timer driver */ @@ -52,9 +52,9 @@ &uart1 { compatible = "microchip,mec5-uart"; - status = "okay"; clock-frequency = <1843200>; current-speed = <115200>; pinctrl-0 = <&uart1_tx_gpio170 &uart1_rx_gpio171>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/microchip/mec_assy6941/mec_assy6941_mec1743_qsz.dts b/boards/microchip/mec_assy6941/mec_assy6941_mec1743_qsz.dts index b395ec21bc40d..1bff7338eb9b8 100644 --- a/boards/microchip/mec_assy6941/mec_assy6941_mec1743_qsz.dts +++ b/boards/microchip/mec_assy6941/mec_assy6941_mec1743_qsz.dts @@ -10,8 +10,8 @@ #include / { - model = "Microchip MEC ASSY6941 MEC1743-QSZ evaluation board"; compatible = "microchip,mec_assy6941-mec1743_qsz"; + model = "Microchip MEC ASSY6941 MEC1743-QSZ evaluation board"; chosen { zephyr,sram = &sram0; @@ -36,8 +36,8 @@ &cpu0 { clock-frequency = <96000000>; - status = "okay"; cpu-power-states = <&idle &suspend_to_ram>; + status = "okay"; }; /* Disable ARM SysTick kernel timer driver */ @@ -52,9 +52,9 @@ &uart1 { compatible = "microchip,mec5-uart"; - status = "okay"; clock-frequency = <1843200>; current-speed = <115200>; pinctrl-0 = <&uart1_tx_gpio170 &uart1_rx_gpio171>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/microchip/mec_assy6941/mec_assy6941_mec1753_qlj.dts b/boards/microchip/mec_assy6941/mec_assy6941_mec1753_qlj.dts index 724088b2d4829..acefe6bce1045 100644 --- a/boards/microchip/mec_assy6941/mec_assy6941_mec1753_qlj.dts +++ b/boards/microchip/mec_assy6941/mec_assy6941_mec1753_qlj.dts @@ -10,8 +10,8 @@ #include / { - model = "Microchip MEC ASSY6941 MEC1753-QLJ evaluation board"; compatible = "microchip,mec_assy6941-mec1753_qlj"; + model = "Microchip MEC ASSY6941 MEC1753-QLJ evaluation board"; chosen { zephyr,sram = &sram0; @@ -36,8 +36,8 @@ &cpu0 { clock-frequency = <96000000>; - status = "okay"; cpu-power-states = <&idle &suspend_to_ram>; + status = "okay"; }; /* Disable ARM SysTick kernel timer driver */ @@ -52,9 +52,9 @@ &uart1 { compatible = "microchip,mec5-uart"; - status = "okay"; clock-frequency = <1843200>; current-speed = <115200>; pinctrl-0 = <&uart1_tx_gpio170 &uart1_rx_gpio171>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/microchip/mec_assy6941/mec_assy6941_mec1753_qsz.dts b/boards/microchip/mec_assy6941/mec_assy6941_mec1753_qsz.dts index ae51d20285554..6cd919619f11c 100644 --- a/boards/microchip/mec_assy6941/mec_assy6941_mec1753_qsz.dts +++ b/boards/microchip/mec_assy6941/mec_assy6941_mec1753_qsz.dts @@ -10,8 +10,8 @@ #include / { - model = "Microchip MEC ASSY6941 MEC1753-QSZ evaluation board"; compatible = "microchip,mec_assy6941-mec1753_qsz"; + model = "Microchip MEC ASSY6941 MEC1753-QSZ evaluation board"; chosen { zephyr,sram = &sram0; @@ -36,8 +36,8 @@ &cpu0 { clock-frequency = <96000000>; - status = "okay"; cpu-power-states = <&idle &suspend_to_ram>; + status = "okay"; }; /* Disable ARM SysTick kernel timer driver */ @@ -52,9 +52,9 @@ &uart1 { compatible = "microchip,mec5-uart"; - status = "okay"; clock-frequency = <1843200>; current-speed = <115200>; pinctrl-0 = <&uart1_tx_gpio170 &uart1_rx_gpio171>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/microchip/mpfs_icicle/mpfs_icicle_common.dtsi b/boards/microchip/mpfs_icicle/mpfs_icicle_common.dtsi index 73b318524e994..54806a564370d 100644 --- a/boards/microchip/mpfs_icicle/mpfs_icicle_common.dtsi +++ b/boards/microchip/mpfs_icicle/mpfs_icicle_common.dtsi @@ -10,8 +10,8 @@ #include / { - model = "microchip,mpfs-icicle-kit"; compatible = "microchip,mpfs-icicle-kit", "microchip,mpfs"; + model = "microchip,mpfs-icicle-kit"; aliases { led0 = &led0; @@ -41,9 +41,9 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <150000000>; + status = "okay"; }; &qspi0 { diff --git a/boards/microchip/mpfs_icicle/mpfs_icicle_polarfire_u54.dts b/boards/microchip/mpfs_icicle/mpfs_icicle_polarfire_u54.dts index e1652c96e3ee1..e49a9ef40518f 100644 --- a/boards/microchip/mpfs_icicle/mpfs_icicle_polarfire_u54.dts +++ b/boards/microchip/mpfs_icicle/mpfs_icicle_polarfire_u54.dts @@ -18,7 +18,7 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <150000000>; + status = "okay"; }; diff --git a/boards/microchip/mpfs_icicle/mpfs_icicle_polarfire_u54_smp.dts b/boards/microchip/mpfs_icicle/mpfs_icicle_polarfire_u54_smp.dts index 11af6fb762242..53c470847dd5e 100644 --- a/boards/microchip/mpfs_icicle/mpfs_icicle_polarfire_u54_smp.dts +++ b/boards/microchip/mpfs_icicle/mpfs_icicle_polarfire_u54_smp.dts @@ -12,7 +12,7 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <150000000>; + status = "okay"; }; diff --git a/boards/microchip/pic32c/pic32cm_jh01_cpro/pic32cm_jh01_cpro.dts b/boards/microchip/pic32c/pic32cm_jh01_cpro/pic32cm_jh01_cpro.dts index be9040dacadb9..659e91d937447 100644 --- a/boards/microchip/pic32c/pic32cm_jh01_cpro/pic32cm_jh01_cpro.dts +++ b/boards/microchip/pic32c/pic32cm_jh01_cpro/pic32cm_jh01_cpro.dts @@ -9,8 +9,8 @@ #include / { - model = "PIC32CM JH01 Curiosity Pro"; compatible = "pic32cmjh01,cpro", "microchip,pic32cm5164jh01100", "microchip,pic32cm"; + model = "PIC32CM JH01 Curiosity Pro"; chosen { zephyr,sram = &sram0; @@ -49,8 +49,8 @@ #size-cells = <1>; storage_partition: partition@7c000 { - label = "storage"; reg = <0x0007c000 0x4000>; + label = "storage"; }; }; }; diff --git a/boards/microchip/sam/sam_e54_xpro/sam_e54_xpro.dts b/boards/microchip/sam/sam_e54_xpro/sam_e54_xpro.dts index 025d49b64e98a..0933591f1c118 100644 --- a/boards/microchip/sam/sam_e54_xpro/sam_e54_xpro.dts +++ b/boards/microchip/sam/sam_e54_xpro/sam_e54_xpro.dts @@ -10,8 +10,8 @@ #include / { - model = "SAM E54 Xplained Pro"; compatible = "same54,xpro", "microchip,atsame54p20a", "microchip,same54"; + model = "SAM E54 Xplained Pro"; chosen { zephyr,console = &sercom2; @@ -33,8 +33,8 @@ * if enabled. */ storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x00004000>; + label = "storage"; }; }; }; @@ -44,7 +44,6 @@ }; &sercom2 { - status = "okay"; compatible = "microchip,sercom-g1-uart"; #address-cells = <1>; #size-cells = <0>; @@ -59,4 +58,5 @@ pinctrl-0 = <&sercom2_uart_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/microchip/sam/sama7g54_ek/sama7g54_ek.dts b/boards/microchip/sam/sama7g54_ek/sama7g54_ek.dts index f8dd6bd96efcc..acab73356c882 100644 --- a/boards/microchip/sam/sama7g54_ek/sama7g54_ek.dts +++ b/boards/microchip/sam/sama7g54_ek/sama7g54_ek.dts @@ -15,8 +15,8 @@ #include / { - model = "SAMA7G54-EK board"; compatible = "microchip,sama7g5ek", "microchip,sama7g5", "microchip,sama7"; + model = "SAMA7G54-EK board"; aliases { led0 = &led_green; @@ -178,7 +178,6 @@ bias-pull-up; }; }; - }; &pit64b0 { From 3b9e71442f47ba12f6c8fada11a62ac5aedff381 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:46 +0200 Subject: [PATCH 077/142] devicetree: format files in boards/mikroe Applying dts-linter results for format files in boards/mikroe Signed-off-by: Kyle Micallef Bonnici --- boards/mikroe/clicker_2/mikroe_clicker_2.dts | 4 ++-- .../clicker_ra4m1/mikroe_clicker_ra4m1.dts | 6 +++--- .../mikroe_mini_m4_for_stm32.dts | 4 ++-- boards/mikroe/quail/mikroe_quail.dts | 16 ++++++++-------- .../stm32_m4_clicker/mikroe_stm32_m4_clicker.dts | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/boards/mikroe/clicker_2/mikroe_clicker_2.dts b/boards/mikroe/clicker_2/mikroe_clicker_2.dts index fd088435d83a6..11669b205c027 100644 --- a/boards/mikroe/clicker_2/mikroe_clicker_2.dts +++ b/boards/mikroe/clicker_2/mikroe_clicker_2.dts @@ -10,8 +10,8 @@ #include / { - model = "MikroE clicker 2 for STM32"; compatible = "mikroe,stm32-e407", "st,stm32f407"; + model = "MikroE clicker 2 for STM32"; chosen { zephyr,console = &uart4; @@ -147,11 +147,11 @@ zephyr_udc0: &usbotg_fs { }; &adc1 { - status = "okay"; pinctrl-0 = <&adc1_in2_pa2 &adc1_in3_pa3>; pinctrl-names = "default"; st,adc-clock-source = "SYNC"; st,adc-prescaler = <2>; + status = "okay"; }; &vref { diff --git a/boards/mikroe/clicker_ra4m1/mikroe_clicker_ra4m1.dts b/boards/mikroe/clicker_ra4m1/mikroe_clicker_ra4m1.dts index a4fad92c7e239..cba76d3728e8a 100644 --- a/boards/mikroe/clicker_ra4m1/mikroe_clicker_ra4m1.dts +++ b/boards/mikroe/clicker_ra4m1/mikroe_clicker_ra4m1.dts @@ -12,8 +12,8 @@ #include "mikroe_clicker_ra4m1-pinctrl.dtsi" / { - model = "Mikroe Clicker RA4M1"; compatible = "renesas,ra4m1", "renesas,ra"; + model = "Mikroe Clicker RA4M1"; chosen { zephyr,console = &uart0; @@ -84,9 +84,9 @@ }; &sci0 { - status = "okay"; pinctrl-0 = <&sci0_default>; pinctrl-names = "default"; + status = "okay"; uart0: uart { current-speed = <115200>; @@ -144,8 +144,8 @@ }; &xtal { - status = "okay"; clock-frequency = <12000000>; + status = "okay"; }; &pclkblock { diff --git a/boards/mikroe/mini_m4_for_stm32/mikroe_mini_m4_for_stm32.dts b/boards/mikroe/mini_m4_for_stm32/mikroe_mini_m4_for_stm32.dts index c4fcefacb5b42..de649a6256c7b 100644 --- a/boards/mikroe/mini_m4_for_stm32/mikroe_mini_m4_for_stm32.dts +++ b/boards/mikroe/mini_m4_for_stm32/mikroe_mini_m4_for_stm32.dts @@ -9,8 +9,8 @@ #include / { - model = "Mikroe MINI-M4 for STM32 board"; compatible = "mikroe,mini-m4-for-stm32"; + model = "Mikroe MINI-M4 for STM32 board"; chosen { zephyr,console = &usart2; @@ -90,9 +90,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pb4>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/mikroe/quail/mikroe_quail.dts b/boards/mikroe/quail/mikroe_quail.dts index 2064b9be0777f..c18f8af7d0f7d 100644 --- a/boards/mikroe/quail/mikroe_quail.dts +++ b/boards/mikroe/quail/mikroe_quail.dts @@ -10,8 +10,8 @@ #include / { - model = "MikroE Quail for STM32"; compatible = "mikroe,stm32-e427", "st,stm32f427"; + model = "MikroE Quail for STM32"; chosen { zephyr,sram = &sram0; @@ -179,23 +179,23 @@ }; skd1: socket_1_adc { - status = "okay"; io-channels = <&adc2 0>; + status = "okay"; }; skd2: socket_2_adc { - status = "okay"; io-channels = <&adc1 0>; + status = "okay"; }; skd3: socket_3_adc { - status = "okay"; io-channels = <&adc2 1>; + status = "okay"; }; skd4: socket_4_adc { - status = "okay"; io-channels = <&adc1 1>; + status = "okay"; }; }; @@ -275,13 +275,13 @@ zephyr_udc0: &usbotg_fs { }; &spi3 { - status = "okay"; pinctrl-0 = <&spi3_sck_pc10 &spi3_miso_pc11 &spi3_mosi_pc12>; pinctrl-names = "default"; cs-gpios = <&gpiod 11 GPIO_ACTIVE_LOW>, // CS0 <&gpiod 1 GPIO_ACTIVE_LOW>, // CS1 <&gpioa 13 GPIO_ACTIVE_LOW>; // CS2 + status = "okay"; }; /* Flash chip 1 (extra flash connected to CS2) */ @@ -307,19 +307,19 @@ zephyr_udc0: &usbotg_fs { }; &adc1 { - status = "okay"; pinctrl-0 = <&adc1_in4_pa4 &adc1_in5_pa5>; pinctrl-names = "default"; st,adc-clock-source = "SYNC"; st,adc-prescaler = <2>; + status = "okay"; }; &adc2 { - status = "okay"; pinctrl-0 = <&adc2_in6_pa6 &adc2_in7_pa7>; pinctrl-names = "default"; st,adc-clock-source = "SYNC"; st,adc-prescaler = <2>; + status = "okay"; }; &vref { diff --git a/boards/mikroe/stm32_m4_clicker/mikroe_stm32_m4_clicker.dts b/boards/mikroe/stm32_m4_clicker/mikroe_stm32_m4_clicker.dts index 96840f8fe6ac4..43d2e32324469 100644 --- a/boards/mikroe/stm32_m4_clicker/mikroe_stm32_m4_clicker.dts +++ b/boards/mikroe/stm32_m4_clicker/mikroe_stm32_m4_clicker.dts @@ -10,8 +10,8 @@ #include / { - model = "Mikroe STM32 M4 Clicker"; compatible = "st,stm32f415rg"; + model = "Mikroe STM32 M4 Clicker"; chosen { zephyr,sram = &sram0; From 1d923624442440a919cb8cd2fb1c004a70540da6 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:46 +0200 Subject: [PATCH 078/142] devicetree: format files in boards/mxchip Applying dts-linter results for format files in boards/mxchip Signed-off-by: Kyle Micallef Bonnici --- boards/mxchip/az3166_iotdevkit/az3166_iotdevkit.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/mxchip/az3166_iotdevkit/az3166_iotdevkit.dts b/boards/mxchip/az3166_iotdevkit/az3166_iotdevkit.dts index e01b8d52eff6d..a51a065d9873b 100644 --- a/boards/mxchip/az3166_iotdevkit/az3166_iotdevkit.dts +++ b/boards/mxchip/az3166_iotdevkit/az3166_iotdevkit.dts @@ -10,8 +10,8 @@ #include / { - model = "MXChip AZ3166 IoT Developer Kit"; compatible = "mxchip,az3166_iotdevkit"; + model = "MXChip AZ3166 IoT Developer Kit"; aliases { led0 = &user_led; @@ -199,9 +199,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch2_pb3>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -210,9 +210,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pb4 &tim3_ch2_pc7>; pinctrl-names = "default"; + status = "okay"; }; }; From 31f7859b39a74f8b0d1b36d1ee64f786827bbdb4 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:47 +0200 Subject: [PATCH 079/142] devicetree: format files in boards/native Applying dts-linter results for format files in boards/native Signed-off-by: Kyle Micallef Bonnici --- boards/native/native_sim/native_sim.dts | 48 +++++++++---------- boards/native/nrf_bsim/nrf52_bsim.dts | 8 ++-- .../nrf_bsim/nrf5340bsim_nrf5340_cpuapp.dts | 6 +-- .../nrf_bsim/nrf5340bsim_nrf5340_cpunet.dts | 6 +-- .../nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts | 8 ++-- .../nrf54lm20bsim_nrf54lm20a_cpuapp.dts | 8 ++-- 6 files changed, 42 insertions(+), 42 deletions(-) diff --git a/boards/native/native_sim/native_sim.dts b/boards/native/native_sim/native_sim.dts index afbe39b5f6a6b..649d6db6a8936 100644 --- a/boards/native/native_sim/native_sim.dts +++ b/boards/native/native_sim/native_sim.dts @@ -11,8 +11,8 @@ #include / { - model = "Native Sim Board"; compatible = "zephyr,posix"; + model = "Native Sim Board"; chosen { zephyr,console = &uart0; @@ -69,11 +69,11 @@ erase-value = <0xff>; flash0: flash@0 { - status = "okay"; compatible = "soc-nv-flash"; + reg = <0x00000000 DT_SIZE_K(2048)>; erase-block-size = <4096>; write-block-size = <1>; - reg = <0x00000000 DT_SIZE_K(2048)>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -81,105 +81,104 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x0000C000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x00069000>; + label = "image-0"; }; slot1_partition: partition@75000 { - label = "image-1"; reg = <0x00075000 0x00069000>; + label = "image-1"; }; scratch_partition: partition@de000 { - label = "image-scratch"; reg = <0x000de000 0x0001e000>; + label = "image-scratch"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x00004000>; + label = "storage"; }; }; }; }; eeprom0: eeprom { - status = "okay"; compatible = "zephyr,sim-eeprom"; size = ; + status = "okay"; }; i2c0: i2c@100 { - status = "okay"; compatible = "zephyr,i2c-emul-controller"; + reg = <0x100 4>; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; #forward-cells = <1>; - reg = <0x100 4>; + status = "okay"; }; spi0: spi@200 { - status = "okay"; compatible = "zephyr,spi-emul-controller"; + reg = <0x200 4>; clock-frequency = <50000000>; #address-cells = <1>; #size-cells = <0>; - reg = <0x200 4>; + status = "okay"; }; espi0: espi@300 { - status = "okay"; compatible = "zephyr,espi-emul-controller"; reg = <0x300 4>; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; mspi0: mspi@400 { - status = "okay"; compatible = "zephyr,mspi-emul-controller"; - clock-frequency = <250000000>; reg = <0x400 4>; + clock-frequency = <250000000>; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; uart0: uart { - status = "okay"; compatible = "zephyr,native-pty-uart"; /* Dummy current-speed entry to comply with serial * DTS binding */ current-speed = <0>; + status = "okay"; }; uart1: uart_1 { - status = "disabled"; compatible = "zephyr,native-pty-uart"; /* Dummy current-speed entry to comply with serial * DTS binding */ current-speed = <0>; + status = "disabled"; }; rng: rng { - status = "okay"; compatible = "zephyr,native-sim-rng"; + status = "okay"; }; counter0: counter { - status = "okay"; compatible = "zephyr,native-sim-counter"; + status = "okay"; }; gpio0: gpio_emul { - status = "okay"; compatible = "zephyr,gpio-emul"; rising-edge; falling-edge; @@ -187,6 +186,7 @@ low-level; gpio-controller; #gpio-cells = <2>; + status = "okay"; }; zephyr_udc0: udc0 { @@ -205,23 +205,23 @@ }; can_loopback0: can_loopback0 { - status = "okay"; compatible = "zephyr,can-loopback"; + status = "okay"; }; can0: can { - status = "disabled"; compatible = "zephyr,native-linux-can"; /* adjust zcan0 to desired host interface or create an alternative * name, e.g.: sudo ip link property add dev vcan0 altname zcan0 */ host-interface = "zcan0"; + status = "disabled"; }; rtc: rtc { - status = "okay"; compatible = "zephyr,rtc-emul"; alarms-count = <2>; + status = "okay"; }; adc0: adc { diff --git a/boards/native/nrf_bsim/nrf52_bsim.dts b/boards/native/nrf_bsim/nrf52_bsim.dts index e6e27832a98cd..9e208d62e4805 100644 --- a/boards/native/nrf_bsim/nrf52_bsim.dts +++ b/boards/native/nrf_bsim/nrf52_bsim.dts @@ -13,8 +13,8 @@ #include <../boards/nordic/nrf52833dk/nrf52833dk_nrf52833-pinctrl.dtsi> / { - model = "nrf52 bsim"; compatible = "bsim,nrf52833"; + model = "nrf52 bsim"; /* We need to remove aliases to nodes we delete */ aliases { @@ -94,29 +94,29 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_K(512)>; + label = "storage"; }; }; }; &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; hw-flow-control; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; diff --git a/boards/native/nrf_bsim/nrf5340bsim_nrf5340_cpuapp.dts b/boards/native/nrf_bsim/nrf5340bsim_nrf5340_cpuapp.dts index 98447e569938f..11fd89d40ba5d 100644 --- a/boards/native/nrf_bsim/nrf5340bsim_nrf5340_cpuapp.dts +++ b/boards/native/nrf_bsim/nrf5340bsim_nrf5340_cpuapp.dts @@ -11,8 +11,8 @@ #include <../boards/nordic/nrf5340dk/nrf5340_cpuapp_common-pinctrl.dtsi> / { - model = "Nordic NRF5340 BSIM NRF5340 Application"; compatible = "bsim,nrf5340-bsim-nrf5340-cpuapp", "bsim,nrf53"; + model = "Nordic NRF5340 BSIM NRF5340 Application"; /* We need to remove aliases to nodes we delete */ aliases { @@ -104,8 +104,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_K(1024)>; + label = "storage"; }; }; }; @@ -123,11 +123,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* We re-use the IPC shared buffer definition from the real HW. But note the start address of the diff --git a/boards/native/nrf_bsim/nrf5340bsim_nrf5340_cpunet.dts b/boards/native/nrf_bsim/nrf5340bsim_nrf5340_cpunet.dts index 317aff9cc00d1..1e69c0acb2579 100644 --- a/boards/native/nrf_bsim/nrf5340bsim_nrf5340_cpunet.dts +++ b/boards/native/nrf_bsim/nrf5340bsim_nrf5340_cpunet.dts @@ -11,8 +11,8 @@ #include <../boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet-pinctrl.dtsi> / { - model = "Nordic NRF5340 BSIM NRF5340 Network"; compatible = "bsim,nrf5340-bsim-nrf5340-cpunet", "bsim,nrf53"; + model = "Nordic NRF5340 BSIM NRF5340 Network"; /* We need to remove aliases to nodes we delete */ aliases { @@ -64,8 +64,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_K(256)>; + label = "storage"; }; }; }; @@ -83,11 +83,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* We re-use the IPC shared buffer definition from the real HW. But note the start address of the diff --git a/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts b/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts index 55f4add69cb81..0676063c38487 100644 --- a/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts +++ b/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts @@ -11,8 +11,8 @@ #include <../boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l_05_10_15-pinctrl.dtsi> / { - model = "Nordic NRF54L15 BSIM NRF54L15 Application"; compatible = "bsim,nrf54l15-bsim-nrf54l15-cpuapp", "bsim,nrf54"; + model = "Nordic NRF54L15 BSIM NRF54L15 Application"; chosen { zephyr,console = &uart20; @@ -55,8 +55,8 @@ }; rng: rng { - status = "okay"; compatible = "nordic,nrf-cracen-ctrdrbg"; + status = "okay"; }; psa_rng: psa-rng { @@ -78,8 +78,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_K(500)>; + label = "storage"; }; }; }; @@ -89,11 +89,11 @@ }; &uart20 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart20_default>; pinctrl-1 = <&uart20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart30 { diff --git a/boards/native/nrf_bsim/nrf54lm20bsim_nrf54lm20a_cpuapp.dts b/boards/native/nrf_bsim/nrf54lm20bsim_nrf54lm20a_cpuapp.dts index 03482e97e2602..80b467ed67eda 100644 --- a/boards/native/nrf_bsim/nrf54lm20bsim_nrf54lm20a_cpuapp.dts +++ b/boards/native/nrf_bsim/nrf54lm20bsim_nrf54lm20a_cpuapp.dts @@ -11,8 +11,8 @@ #include <../boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a-pinctrl.dtsi> / { - model = "Nordic NRF54LM20 BSIM NRF54LM20A Application MCU"; compatible = "bsim,nrf54lm20-bsim-nrf54lm20a-cpuapp", "bsim,nrf54"; + model = "Nordic NRF54LM20 BSIM NRF54LM20A Application MCU"; chosen { zephyr,console = &uart20; @@ -64,8 +64,8 @@ }; rng: rng { - status = "okay"; compatible = "nordic,nrf-cracen-ctrdrbg"; + status = "okay"; }; psa_rng: psa-rng { @@ -87,18 +87,18 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_K(500)>; + label = "storage"; }; }; }; &uart20 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart20_default>; pinctrl-1 = <&uart20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart30 { From 4c16f25be1e4b31baa7ff36084f6144356f39e9b Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:48 +0200 Subject: [PATCH 080/142] devicetree: format files in boards/nordic Applying dts-linter results for format files in boards/nordic Signed-off-by: Kyle Micallef Bonnici --- .../nordic/nrf21540dk/nrf21540dk_nrf52840.dts | 24 ++++---- boards/nordic/nrf51dk/nrf51dk_nrf51822.dts | 18 +++--- .../nrf51dongle/nrf51dongle_nrf51822.dts | 14 ++--- .../nordic/nrf52833dk/nrf52833dk_nrf52820.dts | 18 +++--- .../nordic/nrf52833dk/nrf52833dk_nrf52833.dts | 20 +++---- .../nordic/nrf52840dk/nrf52840dk_nrf52811.dts | 18 +++--- .../nordic/nrf52840dk/nrf52840dk_nrf52840.dts | 22 +++---- .../nrf52840dongle_nrf52840.dts | 8 +-- .../nrf52840dongle_nrf52840_bare.dts | 8 +-- .../nrf52840dongle_nrf52840_common.dtsi | 10 ++-- boards/nordic/nrf52dk/nrf52dk_nrf52805.dts | 16 ++--- boards/nordic/nrf52dk/nrf52dk_nrf52810.dts | 16 ++--- boards/nordic/nrf52dk/nrf52dk_nrf52832.dts | 20 +++---- .../nrf5340_audio_dk_nrf5340_cpuapp.dts | 2 +- ...rf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 16 ++--- .../nrf5340_audio_dk_nrf5340_cpuapp_ns.dts | 2 +- .../nrf5340_audio_dk_nrf5340_cpunet.dts | 14 ++--- .../nrf5340dk/nrf5340_cpuapp_common.dtsi | 10 ++-- .../nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts | 4 +- .../nrf5340dk/nrf5340dk_nrf5340_cpuapp_ns.dts | 2 +- .../nrf5340dk/nrf5340dk_nrf5340_cpunet.dts | 12 ++-- .../nrf54h20dk_nrf54h20-common.dtsi | 2 +- .../nrf54h20dk_nrf54h20-ipc_conf.dtsi | 14 ++--- .../nrf54h20dk_nrf54h20-memory_map.dtsi | 10 ++-- .../nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts | 22 +++---- .../nrf54h20dk_nrf54h20_cpuflpr.dts | 4 +- .../nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr.dts | 4 +- .../nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts | 10 ++-- .../nordic/nrf54l15dk/nrf54l15dk_common.dtsi | 2 +- .../nrf54l15dk_nrf54l10_cpuapp_ns.dts | 14 ++--- .../nrf54l15dk_nrf54l15_cpuapp_ns.dts | 7 +-- .../nrf54l15dk_nrf54l15_cpuflpr.dts | 6 +- .../nrf54l_05_10_15_cpuapp_common.dtsi | 8 +-- .../nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi | 18 +++--- .../nrf54lm20dk_nrf54lm20a-common.dtsi | 2 +- .../nrf54lm20dk_nrf54lm20a_cpuflpr.dts | 4 +- .../nrf7002dk/nrf5340_cpuapp_common.dtsi | 12 ++-- .../nrf7002dk/nrf7002dk_nrf5340_cpuapp.dts | 4 +- .../nrf7002dk_nrf5340_cpuapp_nrf7001.dts | 4 +- .../nrf7002dk/nrf7002dk_nrf5340_cpunet.dts | 14 ++--- .../nrf9131ek/nrf9131ek_nrf9131_common.dtsi | 14 ++--- .../nrf9151dk/nrf9151dk_nrf9151_common.dtsi | 18 +++--- .../nrf9160dk_nrf52840_reset_on_if5.dtsi | 2 +- .../nrf9160dk_nrf52840_reset_on_if9.dtsi | 2 +- .../nrf52840/nrf9160dk_uart1_on_if0_3.dtsi | 2 +- .../nrf9160dk_nrf52840_reset_on_if5.dtsi | 2 +- .../nrf9160dk_nrf52840_reset_on_if9.dtsi | 2 +- .../dts/nrf9160/nrf9160dk_uart1_on_if0_3.dtsi | 2 +- .../nordic/nrf9160dk/nrf9160dk_nrf52840.dts | 4 +- .../nrf9160dk/nrf9160dk_nrf9160_common.dtsi | 14 ++--- .../nrf9160dk_nrf9160_common_0_14_0.dtsi | 6 +- .../nrf9161dk/nrf9161dk_nrf9161_common.dtsi | 18 +++--- .../nrf9161dk_nrf9161_common_0_7_0.dtsi | 2 +- .../nrf9280pdk_nrf9280-ipc_conf.dtsi | 12 ++-- .../nrf9280pdk_nrf9280-memory_map.dtsi | 58 +++++++++---------- .../nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts | 16 ++--- .../nrf9280pdk/nrf9280pdk_nrf9280_cpuppr.dts | 4 +- .../nrf9280pdk/nrf9280pdk_nrf9280_cpurad.dts | 8 +-- boards/nordic/thingy52/thingy52_nrf52832.dts | 18 +++--- .../thingy53/thingy53_nrf5340_common.dtsi | 24 ++++---- .../thingy53/thingy53_nrf5340_cpuapp.dts | 2 +- .../thingy53/thingy53_nrf5340_cpuapp_ns.dts | 2 +- .../thingy53/thingy53_nrf5340_cpunet.dts | 16 ++--- 63 files changed, 341 insertions(+), 342 deletions(-) diff --git a/boards/nordic/nrf21540dk/nrf21540dk_nrf52840.dts b/boards/nordic/nrf21540dk/nrf21540dk_nrf52840.dts index 7368127a72a6b..b6e62735b4c81 100644 --- a/boards/nordic/nrf21540dk/nrf21540dk_nrf52840.dts +++ b/boards/nordic/nrf21540dk/nrf21540dk_nrf52840.dts @@ -12,8 +12,8 @@ #include / { - model = "Nordic nRF21540 DK NRF52840"; compatible = "nordic,nrf21540-dk-nrf52840"; + model = "Nordic nRF21540 DK NRF52840"; chosen { zephyr,console = &uart0; @@ -185,11 +185,11 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { @@ -201,10 +201,10 @@ arduino_serial: &uart1 { arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -217,10 +217,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -234,32 +234,32 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "disabled"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; fem_spi: &spi3 { - status = "okay"; cs-gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; nrf_radio_fem_spi: nrf21540_fem_spi@0 { compatible = "nordic,nrf21540-fem-spi"; - status = "okay"; reg = <0>; spi-max-frequency = <8000000>; + status = "okay"; }; }; @@ -278,18 +278,18 @@ fem_spi: &spi3 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x0000C000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x00076000>; + label = "image-0"; }; slot1_partition: partition@82000 { - label = "image-1"; reg = <0x00082000 0x00076000>; + label = "image-1"; }; /* @@ -302,8 +302,8 @@ fem_spi: &spi3 { * if enabled. */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf51dk/nrf51dk_nrf51822.dts b/boards/nordic/nrf51dk/nrf51dk_nrf51822.dts index c5c288182791d..7b945e1b22231 100644 --- a/boards/nordic/nrf51dk/nrf51dk_nrf51822.dts +++ b/boards/nordic/nrf51dk/nrf51dk_nrf51822.dts @@ -10,8 +10,8 @@ #include / { - model = "Nordic nRF51 DK NRF51822"; compatible = "nordic,nrf51-dk-nrf51822"; + model = "Nordic nRF51 DK NRF51822"; chosen { zephyr,console = &uart0; @@ -102,9 +102,9 @@ }; &sw_pwm { - status = "okay"; channel-gpios = <&gpio0 21 PWM_POLARITY_INVERTED>; clock-prescaler = <8>; + status = "okay"; }; &gpiote { @@ -121,17 +121,17 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -152,10 +152,10 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -165,23 +165,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 0x1b000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x1b000>; + label = "image-1"; }; storage_partition: partition@3e000 { - label = "storage"; reg = <0x0003e000 0x00002000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf51dongle/nrf51dongle_nrf51822.dts b/boards/nordic/nrf51dongle/nrf51dongle_nrf51822.dts index 07de5fadcaaba..4f4e44d8f931e 100644 --- a/boards/nordic/nrf51dongle/nrf51dongle_nrf51822.dts +++ b/boards/nordic/nrf51dongle/nrf51dongle_nrf51822.dts @@ -9,8 +9,8 @@ #include "nrf51dongle_nrf51822-pinctrl.dtsi" / { - model = "Nordic nRF51 Dongle NRF51822"; compatible = "nordic,nrf51-dongle-nrf51822"; + model = "Nordic nRF51 Dongle NRF51822"; chosen { zephyr,console = &uart0; @@ -61,9 +61,9 @@ }; &sw_pwm { - status = "okay"; channel-gpios = <&gpio0 21 PWM_POLARITY_INVERTED>; clock-prescaler = <8>; + status = "okay"; }; &gpiote { @@ -80,10 +80,10 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -93,23 +93,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 0x1b000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x1b000>; + label = "image-1"; }; storage_partition: partition@3e000 { - label = "storage"; reg = <0x0003e000 0x00002000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf52833dk/nrf52833dk_nrf52820.dts b/boards/nordic/nrf52833dk/nrf52833dk_nrf52820.dts index 04c90fbbb0176..f15113aac21aa 100644 --- a/boards/nordic/nrf52833dk/nrf52833dk_nrf52820.dts +++ b/boards/nordic/nrf52833dk/nrf52833dk_nrf52820.dts @@ -10,8 +10,8 @@ #include / { - model = "Nordic nRF52833 DK NRF52820"; compatible = "nordic,nrf52833-dk-nrf52820"; + model = "Nordic nRF52833 DK NRF52820"; chosen { zephyr,console = &uart0; @@ -106,9 +106,9 @@ }; &sw_pwm { - status = "okay"; channel-gpios = <&gpio0 13 PWM_POLARITY_INVERTED>; clock-prescaler = <8>; + status = "okay"; }; &uicr { @@ -125,19 +125,19 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -153,10 +153,10 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -166,23 +166,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xC000>; + label = "mcuboot"; }; slot0_partition: partition@C000 { - label = "image-0"; reg = <0x0000C000 0x17000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x17000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf52833dk/nrf52833dk_nrf52833.dts b/boards/nordic/nrf52833dk/nrf52833dk_nrf52833.dts index d7f5b3ba0b927..a541ee430b8a2 100644 --- a/boards/nordic/nrf52833dk/nrf52833dk_nrf52833.dts +++ b/boards/nordic/nrf52833dk/nrf52833dk_nrf52833.dts @@ -11,8 +11,8 @@ #include / { - model = "Nordic nRF52833 DK NRF52833"; compatible = "nordic,nrf52833-dk-nrf52833"; + model = "Nordic nRF52833 DK NRF52833"; chosen { zephyr,console = &uart0; @@ -162,11 +162,11 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { @@ -178,10 +178,10 @@ arduino_serial: &uart1 { arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -194,10 +194,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -211,18 +211,18 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi3 { - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -236,23 +236,23 @@ arduino_spi: &spi3 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xC000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x37000>; + label = "image-0"; }; slot1_partition: partition@43000 { - label = "image-1"; reg = <0x00043000 0x37000>; + label = "image-1"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007A000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts b/boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts index 35a9e6403012b..c0016af9600f7 100644 --- a/boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts +++ b/boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts @@ -10,8 +10,8 @@ #include / { - model = "Nordic nRF52840 DK NRF52811"; compatible = "nordic,nrf52840-dk-nrf52811"; + model = "Nordic nRF52840 DK NRF52811"; chosen { zephyr,console = &uart0; @@ -123,35 +123,35 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; /* Arduino compatible PINs */ pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi1 { @@ -169,23 +169,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0xe000>; + label = "image-0"; }; slot1_partition: partition@1a000 { - label = "image-1"; reg = <0x0001a000 0xe000>; + label = "image-1"; }; storage_partition: partition@28000 { - label = "storage"; reg = <0x00028000 0x00008000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts b/boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts index ea175218ab7b6..2cd1a34ecfaa4 100644 --- a/boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts +++ b/boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts @@ -12,8 +12,8 @@ #include / { - model = "Nordic nRF52840 DK NRF52840"; compatible = "nordic,nrf52840-dk-nrf52840"; + model = "Nordic nRF52840 DK NRF52840"; chosen { zephyr,console = &uart0; @@ -167,28 +167,28 @@ }; &gpio0 { - status = "okay"; gpio-reserved-ranges = <0 2>, <6 1>, <8 3>, <17 7>; gpio-line-names = "XL1", "XL2", "AREF", "A0", "A1", "RTS", "TXD", "CTS", "RXD", "NFC1", "NFC2", "BUTTON1", "BUTTON2", "LED1", "LED2", "LED3", "LED4", "QSPI CS", "RESET", "QSPI CLK", "QSPI DIO0", "QSPI DIO1", "QSPI DIO2", "QSPI DIO3", "BUTTON3", "BUTTON4", "SDA", "SCL", "A2", "A3", "A4", "A5"; + status = "okay"; }; &gpio1 { - status = "okay"; gpio-line-names = "", "D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7", "", "D8", "D9", "D10", "D11", "D12", "D13"; + status = "okay"; }; &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { @@ -200,10 +200,10 @@ arduino_serial: &uart1 { arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -216,10 +216,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -233,25 +233,25 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "disabled"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -274,11 +274,11 @@ arduino_i2c: &i2c0 { }; arduino_spi: &spi3 { - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -295,7 +295,7 @@ zephyr_udc0: &usbd { boot_mode0: boot_mode@0 { compatible = "zephyr,retention"; - status = "okay"; reg = <0x0 0x1>; + status = "okay"; }; }; diff --git a/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840.dts b/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840.dts index e446c5aaf54ed..2095be700ab34 100644 --- a/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840.dts +++ b/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840.dts @@ -21,23 +21,23 @@ * be built with CDC ACM support and w/o optimizations. */ boot_partition: partition@1000 { - label = "mcuboot"; reg = <0x00001000 0x0000f000>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 0x00066000>; + label = "image-0"; }; slot1_partition: partition@76000 { - label = "image-1"; reg = <0x00076000 0x00066000>; + label = "image-1"; }; storage_partition: partition@dc000 { - label = "storage"; reg = <0x000dc000 0x00004000>; + label = "storage"; }; /* Onboard USB bootloader <0xe0000 0x1c000> diff --git a/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840_bare.dts b/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840_bare.dts index b8b76a8e63be4..7da1076004864 100644 --- a/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840_bare.dts +++ b/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840_bare.dts @@ -20,23 +20,23 @@ * with an RTT console, CDC ACM support, and w/o optimizations. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00012000>; + label = "mcuboot"; }; slot0_partition: partition@12000 { - label = "image-0"; reg = <0x00012000 0x00075000>; + label = "image-0"; }; slot1_partition: partition@87000 { - label = "image-1"; reg = <0x00087000 0x00075000>; + label = "image-1"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840_common.dtsi b/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840_common.dtsi index 4039b490861ad..77ac071dd8e5b 100644 --- a/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840_common.dtsi +++ b/boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840_common.dtsi @@ -11,8 +11,8 @@ #include / { - model = "Nordic nRF52840 Dongle NRF52840"; compatible = "nordic,nrf52840-dongle-nrf52840"; + model = "Nordic nRF52840 Dongle NRF52840"; chosen { zephyr,sram = &sram0; @@ -125,19 +125,19 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -150,10 +150,10 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* @@ -171,10 +171,10 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/nordic/nrf52dk/nrf52dk_nrf52805.dts b/boards/nordic/nrf52dk/nrf52dk_nrf52805.dts index 8f1ff01454dd7..605e3992eee38 100644 --- a/boards/nordic/nrf52dk/nrf52dk_nrf52805.dts +++ b/boards/nordic/nrf52dk/nrf52dk_nrf52805.dts @@ -10,8 +10,8 @@ #include / { - model = "Nordic nRF52 DK NRF52805"; compatible = "nordic,nrf52-dk-nrf52805"; + model = "Nordic nRF52 DK NRF52805"; chosen { zephyr,console = &uart0; @@ -114,27 +114,27 @@ &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -144,23 +144,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0xe000>; + label = "image-0"; }; slot1_partition: partition@1a000 { - label = "image-1"; reg = <0x0001a000 0xe000>; + label = "image-1"; }; storage_partition: partition@28000 { - label = "storage"; reg = <0x00028000 0x00008000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf52dk/nrf52dk_nrf52810.dts b/boards/nordic/nrf52dk/nrf52dk_nrf52810.dts index e9a50ea9ac500..c6959c3b2fe78 100644 --- a/boards/nordic/nrf52dk/nrf52dk_nrf52810.dts +++ b/boards/nordic/nrf52dk/nrf52dk_nrf52810.dts @@ -12,8 +12,8 @@ #include / { - model = "Nordic nRF52 DK NRF52810"; compatible = "nordic,nrf52-dk-nrf52810"; + model = "Nordic nRF52 DK NRF52810"; chosen { zephyr,console = &uart0; @@ -116,27 +116,27 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -146,23 +146,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0xe000>; + label = "image-0"; }; slot1_partition: partition@1a000 { - label = "image-1"; reg = <0x0001a000 0xe000>; + label = "image-1"; }; storage_partition: partition@28000 { - label = "storage"; reg = <0x00028000 0x00008000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf52dk/nrf52dk_nrf52832.dts b/boards/nordic/nrf52dk/nrf52dk_nrf52832.dts index 2f7a08013580e..3daff45275b86 100644 --- a/boards/nordic/nrf52dk/nrf52dk_nrf52832.dts +++ b/boards/nordic/nrf52dk/nrf52dk_nrf52832.dts @@ -12,8 +12,8 @@ #include / { - model = "Nordic nRF52 DK NRF52832"; compatible = "nordic,nrf52-dk-nrf52832"; + model = "Nordic nRF52 DK NRF52832"; chosen { zephyr,console = &uart0; @@ -168,20 +168,20 @@ }; arduino_serial: &uart0 { - status = "okay"; compatible = "nordic,nrf-uarte"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -194,10 +194,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -211,19 +211,19 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -233,23 +233,23 @@ arduino_spi: &spi2 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x37000>; + label = "image-0"; }; slot1_partition: partition@43000 { - label = "image-1"; reg = <0x00043000 0x37000>; + label = "image-1"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp.dts b/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp.dts index 8891612a9b57a..3021ab78acb65 100644 --- a/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp.dts +++ b/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp.dts @@ -9,8 +9,8 @@ #include "nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi" / { - model = "Nordic nRF5340 Audio DK NRF5340 Application"; compatible = "nordic,nrf5340-audio-dk-nrf5340-cpuapp"; + model = "Nordic nRF5340 Audio DK NRF5340 Application"; chosen { zephyr,sram = &sram0_image; diff --git a/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi b/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi index 9fb141edadbd5..cc590f23bf109 100644 --- a/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi +++ b/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi @@ -8,13 +8,13 @@ / { chosen { + watchdog0 = &wdt0; zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,uart-mcumgr = &uart0; zephyr,bt-mon-uart = &uart0; zephyr,bt-c2h-uart = &uart0; zephyr,bt-hci = &bt_hci_ipc0; - watchdog0 = &wdt0; }; gpio_fwd: nrf-gpio-forwarder { @@ -94,9 +94,9 @@ }; &adc { - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@0 { reg = <0>; @@ -134,18 +134,18 @@ &i2s0 { compatible = "nordic,nrf-i2s"; - status = "okay"; pinctrl-0 = <&i2s0_default>; pinctrl-1 = <&i2s0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { @@ -158,10 +158,10 @@ arduino_serial: &uart1 { arduino_i2c: &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; vbat_sensor: ina231@44 { compatible = "ti,ina230"; @@ -210,18 +210,18 @@ arduino_i2c: &i2c1 { arduino_spi: &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>, <&gpio0 11 GPIO_ACTIVE_LOW>, <&gpio0 17 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; sdhc0: sdhc@1 { compatible = "zephyr,sdhc-spi-slot"; reg = <1>; - status = "okay"; spi-max-frequency = <8000000>; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; @@ -241,10 +241,10 @@ arduino_spi: &spi4 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_ns.dts b/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_ns.dts index 8b906eb1c9a23..7c6020399fc37 100644 --- a/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_ns.dts +++ b/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_ns.dts @@ -9,8 +9,8 @@ #include "nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi" / { - model = "Nordic nRF5340 Audio DK NRF5340 Application"; compatible = "nordic,nrf5340-audio-dk-nrf5340-cpuapp"; + model = "Nordic nRF5340 Audio DK NRF5340 Application"; chosen { zephyr,sram = &sram0_ns_app; diff --git a/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpunet.dts b/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpunet.dts index 71c19f48e09a7..8f5c41a5dcb3e 100644 --- a/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpunet.dts +++ b/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpunet.dts @@ -9,10 +9,11 @@ #include "nrf5340_audio_dk_nrf5340_cpunet-pinctrl.dtsi" / { - model = "Nordic nRF5340 Audio DK NRF5340 Network"; compatible = "nordic,nrf5340-audio-dk-nrf5340-cpunet"; + model = "Nordic nRF5340 Audio DK NRF5340 Network"; chosen { + watchdog0 = &wdt0; zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,uart-mcumgr = &uart0; @@ -22,7 +23,6 @@ zephyr,sram = &sram1; zephyr,flash = &flash1; zephyr,code-partition = &slot0_partition; - watchdog0 = &wdt0; }; }; @@ -49,11 +49,11 @@ arduino_spi: &spi0 { }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash1 { @@ -63,23 +63,23 @@ arduino_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x12000>; + label = "image-0"; }; slot1_partition: partition@1e000 { - label = "image-1"; reg = <0x0001E000 0x12000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x6000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf5340dk/nrf5340_cpuapp_common.dtsi b/boards/nordic/nrf5340dk/nrf5340_cpuapp_common.dtsi index dcf4b12c5cf76..4c541949f2e98 100644 --- a/boards/nordic/nrf5340dk/nrf5340_cpuapp_common.dtsi +++ b/boards/nordic/nrf5340dk/nrf5340_cpuapp_common.dtsi @@ -93,32 +93,32 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -152,11 +152,11 @@ arduino_i2c: &i2c1 {}; arduino_spi: &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts b/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts index 7c14fabd114ea..07ad782f0734d 100644 --- a/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts +++ b/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts @@ -9,8 +9,8 @@ #include "nrf5340_cpuapp_common.dtsi" / { - model = "Nordic NRF5340 DK NRF5340 Application"; compatible = "nordic,nrf5340-dk-nrf5340-cpuapp"; + model = "Nordic NRF5340 DK NRF5340 Application"; chosen { zephyr,sram = &sram0_image; @@ -27,8 +27,8 @@ boot_mode0: boot_mode@0 { compatible = "zephyr,retention"; - status = "okay"; reg = <0x0 0x1>; + status = "okay"; }; }; diff --git a/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp_ns.dts b/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp_ns.dts index dbd4a770be3dc..40362e2d4c1a6 100644 --- a/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp_ns.dts +++ b/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp_ns.dts @@ -9,8 +9,8 @@ #include "nrf5340_cpuapp_common.dtsi" / { - model = "Nordic NRF5340 DK NRF5340 Application"; compatible = "nordic,nrf5340-dk-nrf5340-cpuapp"; + model = "Nordic NRF5340 DK NRF5340 Application"; chosen { zephyr,sram = &sram0_ns_app; diff --git a/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet.dts b/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet.dts index e3899d435d7f1..2cbb02b279475 100644 --- a/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet.dts +++ b/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet.dts @@ -11,8 +11,8 @@ #include / { - model = "Nordic NRF5340 DK NRF5340 Network"; compatible = "nordic,nrf5340-dk-nrf5340-cpunet"; + model = "Nordic NRF5340 DK NRF5340 Network"; chosen { zephyr,console = &uart0; @@ -47,11 +47,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart0 {}; @@ -82,23 +82,23 @@ arduino_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x17000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x17000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x6000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-common.dtsi b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-common.dtsi index b0cb997de9477..d70de846a5685 100644 --- a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-common.dtsi +++ b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-common.dtsi @@ -9,8 +9,8 @@ #include "nrf54h20dk_nrf54h20-pinctrl.dtsi" &hfxo { - status = "okay"; accuracy-ppm = <30>; + status = "okay"; }; &lfxo { diff --git a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-ipc_conf.dtsi b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-ipc_conf.dtsi index f7e7d63d548de..436fe38a0b00c 100644 --- a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-ipc_conf.dtsi +++ b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-ipc_conf.dtsi @@ -8,60 +8,60 @@ ipc { cpusec_cpuapp_ipc: ipc-1-2 { compatible = "nordic,ironside-call"; - status = "disabled"; memory-region = <&cpusec_cpuapp_ipc_shm>; mboxes = <&cpusec_bellboard 12>, <&cpuapp_bellboard 0>; + status = "disabled"; }; cpusec_cpurad_ipc: ipc-1-3 { compatible = "nordic,ironside-call"; - status = "disabled"; memory-region = <&cpusec_cpurad_ipc_shm>; mboxes = <&cpusec_bellboard 18>, <&cpurad_bellboard 0>; + status = "disabled"; }; cpuapp_cpurad_ipc: ipc-2-3 { compatible = "zephyr,ipc-icbmsg"; dcache-alignment = <32>; - status = "disabled"; mboxes = <&cpuapp_bellboard 18>, <&cpurad_bellboard 12>; + status = "disabled"; }; cpuapp_cpusys_ipc: ipc-2-12 { compatible = "zephyr,ipc-icmsg"; unbound = "enable"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpuapp_bellboard 6>, <&cpusys_vevif 12>; + status = "disabled"; }; cpuapp_cpuppr_ipc: ipc-2-13 { compatible = "zephyr,ipc-icmsg"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpuapp_bellboard 13>, <&cpuppr_vevif 12>; + status = "disabled"; }; cpuapp_cpuflpr_ipc: ipc-2-14 { compatible = "zephyr,ipc-icmsg"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpuapp_bellboard 14>, <&cpuflpr_vevif 16>; + status = "disabled"; }; cpurad_cpusys_ipc: ipc-3-12 { compatible = "zephyr,ipc-icmsg"; unbound = "enable"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpurad_bellboard 6>, <&cpusys_vevif 18>; + status = "disabled"; }; }; }; diff --git a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi index fa1b601974b0d..fd85ccaad6781 100644 --- a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi +++ b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi @@ -78,10 +78,10 @@ dma_fast_region: memory@2f89c000 { compatible = "zephyr,memory-region"; reg = <0x2f89c000 DT_SIZE_K(16)>; - status = "disabled"; #memory-region-cells = <0>; zephyr,memory-region = "DMA_RAM21"; zephyr,memory-attr = <(DT_MEM_DMA | DT_MEM_CACHEABLE)>; + status = "disabled"; }; cpuppr_code_data: memory@2fc00000 { @@ -99,28 +99,28 @@ cpuapp_dma_region: memory@2fc12000 { compatible = "zephyr,memory-region"; reg = <0x2fc12000 DT_SIZE_K(4)>; - status = "disabled"; #memory-region-cells = <0>; zephyr,memory-region = "DMA_RAM3x_APP"; zephyr,memory-attr = ; + status = "disabled"; }; cpurad_dma_region: memory@2fc13000 { compatible = "zephyr,memory-region"; reg = <0x2fc13000 DT_SIZE_K(1)>; - status = "disabled"; #memory-region-cells = <0>; zephyr,memory-region = "DMA_RAM3x_RAD"; zephyr,memory-attr = ; + status = "disabled"; }; xip_region: memory@60000000 { compatible = "nordic,owned-memory"; reg = <0x60000000 0x20000000>; - status = "disabled"; + ranges = <0x0 0x60000000 0x20000000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x60000000 0x20000000>; + status = "disabled"; }; }; }; diff --git a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts index 3ec256ee0e68d..caa1a92f8f0e2 100644 --- a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts +++ b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts @@ -111,7 +111,6 @@ }; &cpuapp_bellboard { - status = "okay"; interrupts = <96 NRF_DEFAULT_IRQ_PRIORITY>; interrupt-names = "irq0"; /* irq0: @@ -122,6 +121,7 @@ * - 18: cpuapp-cpurad */ nordic,interrupt-mapping = <0x00046041 0>; + status = "okay"; }; &cpurad_bellboard { @@ -133,8 +133,8 @@ }; &cpusec_cpuapp_ipc { - status = "okay"; mbox-names = "tx", "rx"; + status = "okay"; }; &cpusec_bellboard { @@ -142,12 +142,12 @@ }; ipc0: &cpuapp_cpurad_ipc { - status = "okay"; mbox-names = "rx", "tx"; tx-region = <&cpuapp_cpurad_ipc_shm>; rx-region = <&cpurad_cpuapp_ipc_shm>; tx-blocks = <32>; rx-blocks = <32>; + status = "okay"; bt_hci_ipc0: bt_hci_ipc0 { compatible = "zephyr,bt-hci-ipc"; @@ -156,10 +156,10 @@ ipc0: &cpuapp_cpurad_ipc { }; &cpuapp_cpusys_ipc { - status = "okay"; mbox-names = "rx", "tx"; tx-region = <&cpuapp_cpusys_ipc_shm>; rx-region = <&cpusys_cpuapp_ipc_shm>; + status = "okay"; }; &cpuapp_cpuppr_ipc { @@ -211,13 +211,13 @@ slot3_partition: &cpurad_slot1_partition { }; &nfct { - status = "okay"; memory-regions = <&cpuapp_dma_region>; + status = "okay"; }; &gpiote130 { - status = "okay"; owned-channels = <0 1 2 3 4 5 6 7>; + status = "okay"; }; &gpio0 { @@ -229,10 +229,10 @@ slot3_partition: &cpurad_slot1_partition { }; &grtc { - status = "okay"; child-owned-channels = <5 6>; nonsecure-channels = <5 6>; owned-channels = <4 5 6>; + status = "okay"; }; &uart120 { @@ -250,12 +250,12 @@ slot3_partition: &cpurad_slot1_partition { }; &uart136 { - status = "okay"; memory-regions = <&cpuapp_dma_region>; current-speed = <115200>; pinctrl-0 = <&uart136_default>; pinctrl-1 = <&uart136_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &gpio6 { @@ -270,7 +270,6 @@ slot3_partition: &cpurad_slot1_partition { mx25uw63: mx25uw6345g@0 { compatible = "mxicy,mx25u", "jedec,mspi-nor"; - status = "disabled"; reg = <0>; jedec-id = [c2 84 37]; sfdp-bfp = [e5 20 8a ff ff ff ff 03 00 ff 00 ff 00 ff 00 ff @@ -296,6 +295,7 @@ slot3_partition: &cpurad_slot1_partition { mspi-cpp-mode = "MSPI_CPP_MODE_0"; mspi-endian = "MSPI_BIG_ENDIAN"; mspi-ce-polarity = "MSPI_CE_ACTIVE_LOW"; + status = "disabled"; }; }; @@ -312,17 +312,17 @@ zephyr_udc0: &usbhs { }; &can120 { - status = "okay"; pinctrl-0 = <&can120_default>; pinctrl-names = "default"; + status = "okay"; }; &pwm130 { - status = "okay"; pinctrl-0 = <&pwm130_default>; pinctrl-1 = <&pwm130_sleep>; pinctrl-names = "default", "sleep"; memory-regions = <&cpuapp_dma_region>; + status = "okay"; }; &adc { diff --git a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuflpr.dts b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuflpr.dts index cbcf3261dae41..3d47e8d0d510e 100644 --- a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuflpr.dts +++ b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuflpr.dts @@ -38,14 +38,14 @@ }; &grtc { - status = "okay"; owned-channels = <6>; + status = "okay"; }; &uart120 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart120_default>; pinctrl-1 = <&uart120_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr.dts b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr.dts index 59b53aafcb2be..a9201bcbf17c3 100644 --- a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr.dts +++ b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr.dts @@ -38,16 +38,16 @@ }; &grtc { - status = "okay"; owned-channels = <5>; + status = "okay"; }; &uart135 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart135_default>; pinctrl-1 = <&uart135_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart136 { diff --git a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts index 5473d9a7405ad..0d0086f0e0e55 100644 --- a/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts +++ b/boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts @@ -37,11 +37,11 @@ }; &cpurad_bellboard { - status = "okay"; interrupts = <96 NRF_DEFAULT_IRQ_PRIORITY>; interrupt-names = "irq0"; /* irq0: 0: cpurad-cpusec, 6: cpurad-cpusys, 12: cpurad-cpuapp */ nordic,interrupt-mapping = <0x00001041 0>; + status = "okay"; }; &cpuapp_bellboard { @@ -53,8 +53,8 @@ }; &cpusec_cpurad_ipc { - status = "okay"; mbox-names = "tx", "rx"; + status = "okay"; }; &cpusec_bellboard { @@ -62,19 +62,19 @@ }; ipc0: &cpuapp_cpurad_ipc { - status = "okay"; mbox-names = "tx", "rx"; tx-region = <&cpurad_cpuapp_ipc_shm>; rx-region = <&cpuapp_cpurad_ipc_shm>; tx-blocks = <32>; rx-blocks = <32>; + status = "okay"; }; &cpurad_cpusys_ipc { - status = "okay"; mbox-names = "rx", "tx"; tx-region = <&cpurad_cpusys_ipc_shm>; rx-region = <&cpusys_cpurad_ipc_shm>; + status = "okay"; }; &cpurad_dma_region { @@ -94,12 +94,12 @@ slot1_partition: &cpurad_slot1_partition { }; &uart135 { - status = "okay"; memory-regions = <&cpurad_dma_region>; current-speed = <115200>; pinctrl-0 = <&uart135_default>; pinctrl-1 = <&uart135_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart136 { diff --git a/boards/nordic/nrf54l15dk/nrf54l15dk_common.dtsi b/boards/nordic/nrf54l15dk/nrf54l15dk_common.dtsi index c030c2c551891..3df216161d3fe 100644 --- a/boards/nordic/nrf54l15dk/nrf54l15dk_common.dtsi +++ b/boards/nordic/nrf54l15dk/nrf54l15dk_common.dtsi @@ -102,10 +102,10 @@ }; &pwm20 { - status = "okay"; pinctrl-0 = <&pwm20_default>; pinctrl-1 = <&pwm20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Get a node label for wi-fi spi to use in shield files */ diff --git a/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l10_cpuapp_ns.dts b/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l10_cpuapp_ns.dts index af0d14163345d..15a07ccae618f 100644 --- a/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l10_cpuapp_ns.dts +++ b/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l10_cpuapp_ns.dts @@ -41,9 +41,9 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_s: image_s@20000000 { /* Secure image memory */ @@ -71,33 +71,33 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ slot0_partition: partition@0 { - label = "image-0"; reg = <0x0000000 DT_SIZE_K(384)>; + label = "image-0"; }; tfm_ps_partition: partition@60000 { - label = "tfm-ps"; reg = <0x00060000 DT_SIZE_K(16)>; + label = "tfm-ps"; }; tfm_its_partition: partition@64000 { - label = "tfm-its"; reg = <0x00064000 DT_SIZE_K(16)>; + label = "tfm-its"; }; tfm_otp_partition: partition@68000 { - label = "tfm-otp"; reg = <0x00068000 DT_SIZE_K(8)>; + label = "tfm-otp"; }; slot0_ns_partition: partition@6A000 { - label = "image-0-nonsecure"; reg = <0x0006A000 DT_SIZE_K(494)>; + label = "image-0-nonsecure"; }; storage_partition: partition@E5800 { - label = "storage"; reg = <0x000E5800 DT_SIZE_K(32)>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns.dts b/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns.dts index f78a1f864e2f4..bc642824ad3d2 100644 --- a/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns.dts +++ b/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns.dts @@ -41,9 +41,9 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_s: image_s@20000000 { /* Secure image memory */ @@ -58,13 +58,12 @@ }; &uart30 { - /* Disable so that TF-M can use this UART */ - status = "disabled"; - current-speed = <115200>; pinctrl-0 = <&uart30_default>; pinctrl-1 = <&uart30_sleep>; pinctrl-names = "default", "sleep"; + /* Disable so that TF-M can use this UART */ + status = "disabled"; }; /* Include default memory partition configuration file */ diff --git a/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuflpr.dts b/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuflpr.dts index 2bc4ba292bed6..6846342208a0c 100644 --- a/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuflpr.dts +++ b/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuflpr.dts @@ -9,8 +9,8 @@ #include "nrf54l15dk_common.dtsi" / { - model = "Nordic nRF54L15 DK nRF54L15 FLPR MCU"; compatible = "nordic,nrf54l15dk_nrf54l15-cpuflpr"; + model = "Nordic nRF54L15 DK nRF54L15 FLPR MCU"; chosen { zephyr,console = &uart30; @@ -22,10 +22,10 @@ }; &cpuflpr_sram { - status = "okay"; /* size must be increased due to booting from SRAM */ reg = <0x20028000 DT_SIZE_K(96)>; ranges = <0x0 0x20028000 0x18000>; + status = "okay"; }; &cpuflpr_rram { @@ -35,8 +35,8 @@ #size-cells = <1>; cpuflpr_code_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(96)>; + label = "image-0"; }; }; }; diff --git a/boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi b/boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi index 37e6a910bdbd8..000403c8633d2 100644 --- a/boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi +++ b/boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi @@ -46,8 +46,8 @@ }; &vregmain { - status = "okay"; regulator-initial-mode = ; + status = "okay"; }; &grtc { @@ -106,21 +106,20 @@ boot_mode0: boot_mode@0 { compatible = "zephyr,retention"; - status = "okay"; reg = <0x0 0x1>; + status = "okay"; }; }; &spi00 { - status = "okay"; cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi00_default>; pinctrl-1 = <&spi00_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; - status = "okay"; reg = <0>; spi-max-frequency = <8000000>; jedec-id = [c2 28 17]; @@ -133,6 +132,7 @@ t-enter-dpd = <10000>; t-exit-dpd = <35000>; reset-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; diff --git a/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi b/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi index b096e0e9ebcfd..e06d7c9cfb2ef 100644 --- a/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi +++ b/boards/nordic/nrf54lm20dk/nrf54lm20a_cpuapp_common.dtsi @@ -47,8 +47,8 @@ }; &vregmain { - status = "okay"; regulator-initial-mode = ; + status = "okay"; }; &grtc { @@ -65,33 +65,33 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x10000 DT_SIZE_K(449)>; + label = "image-0"; }; slot0_ns_partition: partition@80400 { - label = "image-0-nonsecure"; reg = <0x80400 DT_SIZE_K(449)>; + label = "image-0-nonsecure"; }; slot1_partition: partition@f0800 { - label = "image-1"; reg = <0xf0800 DT_SIZE_K(449)>; + label = "image-1"; }; slot1_ns_partition: partition@160c00 { - label = "image-1-nonsecure"; reg = <0x160c00 DT_SIZE_K(449)>; + label = "image-1-nonsecure"; }; storage_partition: partition@1d1000 { - label = "storage"; reg = <0x1d1000 DT_SIZE_K(36)>; + label = "storage"; }; }; }; @@ -149,15 +149,14 @@ zephyr_udc0: &usbhs { }; &spi00 { - status = "okay"; cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi00_default>; pinctrl-1 = <&spi00_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; - status = "disabled"; reg = <0>; spi-max-frequency = <8000000>; jedec-id = [c2 28 17]; @@ -170,5 +169,6 @@ zephyr_udc0: &usbhs { t-enter-dpd = <10000>; t-exit-dpd = <35000>; reset-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; + status = "disabled"; }; }; diff --git a/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a-common.dtsi b/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a-common.dtsi index 525a3a5fdc0e6..7406c44b45477 100644 --- a/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a-common.dtsi +++ b/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a-common.dtsi @@ -102,8 +102,8 @@ }; &pwm20 { - status = "okay"; pinctrl-0 = <&pwm20_default>; pinctrl-1 = <&pwm20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a_cpuflpr.dts b/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a_cpuflpr.dts index 3097d3f2775e2..66ddd20c078cf 100644 --- a/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a_cpuflpr.dts +++ b/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a_cpuflpr.dts @@ -9,8 +9,8 @@ #include "nrf54lm20dk_nrf54lm20a-common.dtsi" / { - model = "Nordic nRF54LM20 DK nRF54LM20A FLPR MCU"; compatible = "nordic,nrf54lm20dk_nrf54lm20a-cpuflpr"; + model = "Nordic nRF54LM20 DK nRF54LM20A FLPR MCU"; chosen { zephyr,console = &uart30; @@ -32,8 +32,8 @@ #size-cells = <1>; cpuflpr_code_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(96)>; + label = "image-0"; }; }; }; diff --git a/boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi b/boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi index 7ff740304a03c..4238bb1e56935 100644 --- a/boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi +++ b/boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi @@ -119,12 +119,12 @@ }; nrf_radio_coex: coex { - status = "okay"; compatible = "nordic,nrf7002-coex"; req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>; grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; @@ -167,34 +167,34 @@ arduino_i2c: &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; @@ -213,10 +213,10 @@ arduino_i2c: &i2c1 { }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { diff --git a/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp.dts b/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp.dts index c991ffb1edee0..c4ad42e7cea29 100644 --- a/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp.dts +++ b/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp.dts @@ -10,8 +10,8 @@ #include "nrf7002dk_nrf5340_cpuapp_pinctrl.dtsi" / { - model = "Nordic NRF7002 DK NRF5340 Application"; compatible = "nordic,nrf7002-dk-nrf5340-cpuapp"; + model = "Nordic NRF7002 DK NRF5340 Application"; chosen { zephyr,sram = &sram0_image; @@ -26,10 +26,10 @@ &qspi { nrf70: nrf7002@1 { compatible = "nordic,nrf7002-qspi"; - status = "okay"; reg = <1>; qspi-frequency = <24000000>; qspi-quad-mode; + status = "okay"; #include "nrf70_common.dtsi" #include "nrf70_common_5g.dtsi" diff --git a/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_nrf7001.dts b/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_nrf7001.dts index ffcf9d34d4611..3f31d10691b8e 100644 --- a/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_nrf7001.dts +++ b/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_nrf7001.dts @@ -10,8 +10,8 @@ #include "nrf7002dk_nrf5340_cpuapp_pinctrl.dtsi" / { - model = "Nordic NRF7002 DK NRF5340 Application"; compatible = "nordic,nrf7002-dk-nrf5340-cpuapp"; + model = "Nordic NRF7002 DK NRF5340 Application"; chosen { zephyr,sram = &sram0_image; @@ -26,10 +26,10 @@ &qspi { nrf70: nrf7001@1 { compatible = "nordic,nrf7001-qspi"; - status = "okay"; reg = <1>; qspi-frequency = <24000000>; qspi-quad-mode; + status = "okay"; #include "nrf70_common.dtsi" }; diff --git a/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts b/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts index 5e4fd288089bb..50fdc9f563175 100644 --- a/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts +++ b/boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts @@ -11,8 +11,8 @@ #include / { - model = "Nordic NRF7002 DK NRF5340 Network"; compatible = "nordic,nrf7002-dk-nrf5340-cpunet"; + model = "Nordic NRF7002 DK NRF5340 Network"; chosen { zephyr,console = &uart0; @@ -88,12 +88,12 @@ }; nrf_radio_coex: coex { - status = "okay"; compatible = "nordic,nrf7002-coex"; req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>; grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>; + status = "okay"; }; /* These aliases are provided for compatibility with samples */ @@ -121,11 +121,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart0 {}; @@ -156,23 +156,23 @@ arduino_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x17000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x17000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x6000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/nrf9131ek/nrf9131ek_nrf9131_common.dtsi b/boards/nordic/nrf9131ek/nrf9131ek_nrf9131_common.dtsi index 47bfa580075e0..6c7c28f383853 100644 --- a/boards/nordic/nrf9131ek/nrf9131ek_nrf9131_common.dtsi +++ b/boards/nordic/nrf9131ek/nrf9131ek_nrf9131_common.dtsi @@ -7,8 +7,8 @@ #include / { - model = "Nordic nRF9131 EK NRF9131"; compatible = "nordic,nrf9131-ek-nrf9131"; + model = "Nordic nRF9131 EK NRF9131"; chosen { zephyr,console = &uart0; @@ -89,28 +89,28 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; clock-frequency = ; + status = "okay"; pmic_main: npm1300@6b { compatible = "nordic,npm1300"; @@ -147,23 +147,22 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; gd25wb256: gd25wb256e3ir@0 { compatible = "jedec,spi-nor"; - status = "disabled"; reg = <0>; spi-max-frequency = <8000000>; size = <268435456>; @@ -175,6 +174,7 @@ 10 d8 00 ff 44 7a c9 fe 83 67 26 62 ec 82 18 44 7a 75 7a 75 04 c4 d5 5c 00 06 74 00 08 50 00 01]; jedec-id = [c8 65 19]; + status = "disabled"; }; }; diff --git a/boards/nordic/nrf9151dk/nrf9151dk_nrf9151_common.dtsi b/boards/nordic/nrf9151dk/nrf9151dk_nrf9151_common.dtsi index fc3752ebe6a7a..fb1b5d3cc7f16 100644 --- a/boards/nordic/nrf9151dk/nrf9151dk_nrf9151_common.dtsi +++ b/boards/nordic/nrf9151dk/nrf9151dk_nrf9151_common.dtsi @@ -8,8 +8,8 @@ #include / { - model = "Nordic nRF9151 DK NRF9151"; compatible = "nordic,nrf9151-dk-nrf9151"; + model = "Nordic nRF9151 DK NRF9151"; chosen { zephyr,console = &uart0; @@ -79,8 +79,8 @@ nrf5340_reset: gpio-reset { compatible = "nordic,nrf9151dk-nrf5340-reset"; - status = "disabled"; gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; + status = "disabled"; }; arduino_header: connector { @@ -153,59 +153,58 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; clock-frequency = ; + status = "okay"; pcal6408a: pcal6408a@21 { compatible = "nxp,pcal6408a"; - status = "disabled"; reg = <0x21>; gpio-controller; #gpio-cells = <2>; ngpios = <8>; int-gpios = <&gpio0 19 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "disabled"; }; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>, /* D10 */ <&gpio0 20 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; gd25wb256: gd25wb256e3ir@1 { compatible = "jedec,spi-nor"; - status = "disabled"; reg = <1>; spi-max-frequency = <8000000>; size = <268435456>; @@ -217,6 +216,7 @@ arduino_spi: &spi3 { 10 d8 00 ff 44 7a c9 fe 83 67 26 62 ec 82 18 44 7a 75 7a 75 04 c4 d5 5c 00 06 74 00 08 50 00 01]; jedec-id = [c8 65 19]; + status = "disabled"; }; }; diff --git a/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_nrf52840_reset_on_if5.dtsi b/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_nrf52840_reset_on_if5.dtsi index c5df7a0746527..b515f1c1c4657 100644 --- a/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_nrf52840_reset_on_if5.dtsi +++ b/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_nrf52840_reset_on_if5.dtsi @@ -9,6 +9,6 @@ }; &reset_input { - status = "okay"; gpios = <&interface_to_nrf9160 5 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; + status = "okay"; }; diff --git a/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_nrf52840_reset_on_if9.dtsi b/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_nrf52840_reset_on_if9.dtsi index 9b62748c6e85c..5c0dc8771c498 100644 --- a/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_nrf52840_reset_on_if9.dtsi +++ b/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_nrf52840_reset_on_if9.dtsi @@ -11,6 +11,6 @@ }; &reset_input { - status = "okay"; gpios = <&interface_to_nrf9160 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "okay"; }; diff --git a/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_uart1_on_if0_3.dtsi b/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_uart1_on_if0_3.dtsi index c7908a9c6a61b..0a68bf66315cc 100644 --- a/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_uart1_on_if0_3.dtsi +++ b/boards/nordic/nrf9160dk/dts/nrf52840/nrf9160dk_uart1_on_if0_3.dtsi @@ -34,8 +34,8 @@ }; &uart1 { - status = "okay"; pinctrl-0 = <&uart1_default_alt>; pinctrl-1 = <&uart1_sleep_alt>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_nrf52840_reset_on_if5.dtsi b/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_nrf52840_reset_on_if5.dtsi index 7943664c4cb37..c3c2215e23b30 100644 --- a/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_nrf52840_reset_on_if5.dtsi +++ b/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_nrf52840_reset_on_if5.dtsi @@ -5,6 +5,6 @@ */ &nrf52840_reset { - status = "okay"; gpios = <&interface_to_nrf52840 5 GPIO_ACTIVE_HIGH>; + status = "okay"; }; diff --git a/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_nrf52840_reset_on_if9.dtsi b/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_nrf52840_reset_on_if9.dtsi index 35e386cd286ca..2c77f55878dc9 100644 --- a/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_nrf52840_reset_on_if9.dtsi +++ b/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_nrf52840_reset_on_if9.dtsi @@ -7,6 +7,6 @@ /* NOTE: this feature is only available in nRF9160 DK v0.14.0 or later. */ &nrf52840_reset { - status = "okay"; gpios = <&interface_to_nrf52840 9 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_uart1_on_if0_3.dtsi b/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_uart1_on_if0_3.dtsi index e1c6f2ef7c325..6b9f96e0c45a1 100644 --- a/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_uart1_on_if0_3.dtsi +++ b/boards/nordic/nrf9160dk/dts/nrf9160/nrf9160dk_uart1_on_if0_3.dtsi @@ -26,8 +26,8 @@ }; &uart1 { - status = "okay"; pinctrl-0 = <&uart1_default_alt>; pinctrl-1 = <&uart1_sleep_alt>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf52840.dts b/boards/nordic/nrf9160dk/nrf9160dk_nrf52840.dts index ed93217f5c128..5bdd386fd0055 100644 --- a/boards/nordic/nrf9160dk/nrf9160dk_nrf52840.dts +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf52840.dts @@ -11,8 +11,8 @@ #include "nrf9160dk_nrf52840-pinctrl.dtsi" / { - model = "Nordic nRF9160 DK NRF52840"; compatible = "nordic,nrf9160-dk-nrf52840"; + model = "Nordic nRF9160 DK NRF52840"; chosen { zephyr,console = &uart0; @@ -166,10 +166,10 @@ &uart0 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common.dtsi b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common.dtsi index 0400dc7ff5f85..dc8e1a4e2b4b2 100644 --- a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common.dtsi +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common.dtsi @@ -8,8 +8,8 @@ #include / { - model = "Nordic nRF9160 DK NRF9160"; compatible = "nordic,nrf9160-dk-nrf9160"; + model = "Nordic nRF9160 DK NRF9160"; chosen { zephyr,console = &uart0; @@ -102,12 +102,12 @@ nrf52840_reset: gpio-reset { compatible = "nordic,nrf9160dk-nrf52840-reset"; - status = "disabled"; /* * This line is specified as active high for compatibility * with the previously used Kconfig-based configuration. */ gpios = <&interface_to_nrf52840 5 GPIO_ACTIVE_HIGH>; + status = "disabled"; }; arduino_header: connector { @@ -180,19 +180,19 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart2 { @@ -203,26 +203,26 @@ arduino_serial: &uart1 { arduino_i2c: &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Include default memory partition configuration file */ diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common_0_14_0.dtsi b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common_0_14_0.dtsi index 66cd69c001426..a77c6d780eb52 100644 --- a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common_0_14_0.dtsi +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common_0_14_0.dtsi @@ -22,17 +22,17 @@ }; &i2c2 { - status = "okay"; clock-frequency = ; + status = "okay"; pcal6408a: pcal6408a@20 { compatible = "nxp,pcal6408a"; - status = "disabled"; reg = <0x20>; gpio-controller; #gpio-cells = <2>; ngpios = <8>; int-gpios = <&gpio0 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "disabled"; }; }; @@ -42,7 +42,6 @@ mx25r64: mx25r6435f@1 { compatible = "jedec,spi-nor"; - status = "disabled"; reg = <1>; spi-max-frequency = <8000000>; jedec-id = [c2 28 17]; @@ -54,5 +53,6 @@ has-dpd; t-enter-dpd = <10000>; t-exit-dpd = <35000>; + status = "disabled"; }; }; diff --git a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common.dtsi b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common.dtsi index c095c2f0c806f..131664ac4449b 100644 --- a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common.dtsi +++ b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common.dtsi @@ -8,8 +8,8 @@ #include / { - model = "Nordic nRF9161 DK NRF9161"; compatible = "nordic,nrf9161-dk-nrf9161"; + model = "Nordic nRF9161 DK NRF9161"; chosen { zephyr,console = &uart0; @@ -79,8 +79,8 @@ nrf5340_reset: gpio-reset { compatible = "nordic,nrf9161dk-nrf5340-reset"; - status = "disabled"; gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; + status = "disabled"; }; arduino_header: connector { @@ -153,59 +153,58 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c2 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c2_default>; pinctrl-1 = <&i2c2_sleep>; pinctrl-names = "default", "sleep"; clock-frequency = ; + status = "okay"; pcal6408a: pcal6408a@21 { compatible = "nxp,pcal6408a"; - status = "disabled"; reg = <0x21>; gpio-controller; #gpio-cells = <2>; ngpios = <8>; int-gpios = <&gpio0 19 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "disabled"; }; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>, /* D10 */ <&gpio0 20 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; gd25wb256: gd25wb256e3ir@1 { compatible = "jedec,spi-nor"; - status = "disabled"; reg = <1>; spi-max-frequency = <8000000>; size = <268435456>; @@ -217,6 +216,7 @@ arduino_spi: &spi3 { 10 d8 00 ff 44 7a c9 fe 83 67 26 62 ec 82 18 44 7a 75 7a 75 04 c4 d5 5c 00 06 74 00 08 50 00 01]; jedec-id = [c8 65 19]; + status = "disabled"; }; }; diff --git a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi index 4892577712d0e..2842f81d6e1f7 100644 --- a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi +++ b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi @@ -10,7 +10,6 @@ &spi3 { gd25lb256: gd25lb256e3ir@1 { compatible = "jedec,spi-nor"; - status = "okay"; reg = <1>; spi-max-frequency = <60000000>; jedec-id = [c8 67 19]; @@ -22,5 +21,6 @@ has-dpd; t-enter-dpd = <3000>; t-exit-dpd = <30000>; + status = "okay"; }; }; diff --git a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-ipc_conf.dtsi b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-ipc_conf.dtsi index 0588e8d080183..036e1c5836e16 100644 --- a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-ipc_conf.dtsi +++ b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-ipc_conf.dtsi @@ -8,50 +8,50 @@ ipc { cpusec_cpuapp_ipc: ipc-1-2 { compatible = "zephyr,ipc-icmsg"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpusec_bellboard 12>, <&cpuapp_bellboard 0>; + status = "disabled"; }; cpusec_cpurad_ipc: ipc-1-3 { compatible = "zephyr,ipc-icmsg"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpusec_bellboard 18>, <&cpurad_bellboard 0>; + status = "disabled"; }; cpuapp_cpurad_ipc: ipc-2-3 { compatible = "zephyr,ipc-icbmsg"; dcache-alignment = <32>; - status = "disabled"; mboxes = <&cpuapp_bellboard 18>, <&cpurad_bellboard 12>; + status = "disabled"; }; cpuapp_cpusys_ipc: ipc-2-12 { compatible = "zephyr,ipc-icmsg"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpuapp_bellboard 6>, <&cpusys_vevif 12>; + status = "disabled"; }; cpuapp_cpuppr_ipc: ipc-2-13 { compatible = "zephyr,ipc-icmsg"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpuapp_bellboard 13>, <&cpuppr_vevif 12>; + status = "disabled"; }; cpurad_cpusys_ipc: ipc-3-12 { compatible = "zephyr,ipc-icmsg"; - status = "disabled"; dcache-alignment = <32>; mboxes = <&cpurad_bellboard 6>, <&cpusys_vevif 18>; + status = "disabled"; }; }; }; diff --git a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-memory_map.dtsi b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-memory_map.dtsi index 3382055adbe10..cf697ed8210fb 100644 --- a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-memory_map.dtsi +++ b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-memory_map.dtsi @@ -14,11 +14,11 @@ cpurad_ram0x_region: memory@2f011000 { compatible = "nordic,owned-memory"; reg = <0x2f011000 DT_SIZE_K(4)>; - status = "disabled"; - nordic,access = ; + ranges = <0x0 0x2f011000 0x1000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x2f011000 0x1000>; + nordic,access = ; + status = "disabled"; cpusec_cpurad_ipc_shm: memory@0 { reg = <0x0 DT_SIZE_K(2)>; @@ -32,11 +32,11 @@ cpuapp_ram0x_region: memory@2f012000 { compatible = "nordic,owned-memory"; reg = <0x2f012000 DT_SIZE_K(516)>; - status = "disabled"; - nordic,access = ; + ranges = <0x0 0x2f012000 0x81000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x2f012000 0x81000>; + nordic,access = ; + status = "disabled"; cpusec_cpuapp_ipc_shm: memory@0 { reg = <0x0 DT_SIZE_K(2)>; @@ -54,12 +54,12 @@ cpuapp_cpurad_ram0x_region: memory@2f0cf000 { compatible = "nordic,owned-memory"; reg = <0x2f0cf000 DT_SIZE_K(4)>; - status = "disabled"; - nordic,access = , - ; + ranges = <0x0 0x2f0cf000 0x1000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x2f0cf000 0x1000>; + nordic,access = , + ; + status = "disabled"; cpuapp_cpurad_ipc_shm: memory@0 { reg = <0x0 DT_SIZE_K(2)>; @@ -73,12 +73,12 @@ cpuapp_cpucell_ram0x_region: memory@2f0d0000 { compatible = "nordic,owned-memory"; reg = <0x2f0d0000 DT_SIZE_K(36)>; - status = "disabled"; - nordic,access = , - ; + ranges = <0x0 0x2f0d0000 0x9000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x2f0d0000 0x9000>; + nordic,access = , + ; + status = "disabled"; /* Control region, with ICmsg buffers. * Size is fixed. @@ -116,31 +116,31 @@ ram21_region: memory@2f890000 { compatible = "nordic,owned-memory"; - status = "disabled"; reg = <0x2f890000 DT_SIZE_K(32)>; - nordic,access = ; + ranges = <0x0 0x2f890000 0x8000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x2f890000 0x8000>; + nordic,access = ; + status = "disabled"; dma_fast_region: memory@4000 { compatible = "zephyr,memory-region"; reg = <0x4000 DT_SIZE_K(16)>; - status = "disabled"; #memory-region-cells = <0>; zephyr,memory-region = "DMA_RAM21"; zephyr,memory-attr = <(DT_MEM_DMA | DT_MEM_CACHEABLE)>; + status = "disabled"; }; }; cpuppr_ram3x_region: memory@2fc00000 { compatible = "nordic,owned-memory"; reg = <0x2fc00000 DT_SIZE_K(24)>; - status = "disabled"; - nordic,access = ; + ranges = <0x0 0x2fc00000 0x6000>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x2fc00000 0x6000>; + nordic,access = ; + status = "disabled"; cpuppr_code_data: memory@0 { reg = <0x0 DT_SIZE_K(22)>; @@ -158,21 +158,21 @@ cpuapp_dma_region: memory@2fc06000 { compatible = "nordic,owned-memory", "zephyr,memory-region"; reg = <0x2fc06000 DT_SIZE_K(4)>; - status = "disabled"; #memory-region-cells = <0>; nordic,access = ; zephyr,memory-region = "DMA_RAM3x_APP"; zephyr,memory-attr = ; + status = "disabled"; }; cpurad_dma_region: memory@2fc07000 { compatible = "nordic,owned-memory", "zephyr,memory-region"; reg = <0x2fc07000 DT_SIZE_K(1)>; - status = "disabled"; #memory-region-cells = <0>; nordic,access = ; zephyr,memory-region = "DMA_RAM3x_RAD"; zephyr,memory-attr = ; + status = "disabled"; }; }; }; @@ -180,10 +180,10 @@ &mram1x { cpurad_rx_partitions: cpurad-rx-partitions { compatible = "nordic,owned-partitions", "fixed-partitions"; - status = "disabled"; - nordic,access = ; #address-cells = <1>; #size-cells = <1>; + nordic,access = ; + status = "disabled"; cpurad_slot0_partition: partition@402000 { reg = <0x402000 DT_SIZE_K(256)>; @@ -192,10 +192,10 @@ cpuapp_rx_partitions: cpuapp-rx-partitions { compatible = "nordic,owned-partitions", "fixed-partitions"; - status = "disabled"; - nordic,access = ; #address-cells = <1>; #size-cells = <1>; + nordic,access = ; + status = "disabled"; cpuapp_slot0_partition: partition@442000 { reg = <0x442000 DT_SIZE_K(1024)>; @@ -208,10 +208,10 @@ cpuapp_rw_partitions: cpuapp-rw-partitions { compatible = "nordic,owned-partitions", "fixed-partitions"; - status = "disabled"; - nordic,access = ; #address-cells = <1>; #size-cells = <1>; + nordic,access = ; + status = "disabled"; dfu_partition: partition@600000 { reg = <0x600000 DT_SIZE_K(512)>; diff --git a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts index 45e0b37e2b045..47289087d203a 100644 --- a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts +++ b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts @@ -122,7 +122,6 @@ }; &cpuapp_bellboard { - status = "okay"; interrupts = <96 NRF_DEFAULT_IRQ_PRIORITY>; interrupt-names = "irq0"; /* The following bells on this bellboard are rang by these cores @@ -133,6 +132,7 @@ * - Bells 24, 25, 29, 31: cpucell */ nordic,interrupt-mapping = <0xA3042041 0>; + status = "okay"; }; &cpurad_bellboard { @@ -154,12 +154,12 @@ }; ipc0: &cpuapp_cpurad_ipc { - status = "okay"; mbox-names = "rx", "tx"; tx-region = <&cpuapp_cpurad_ipc_shm>; rx-region = <&cpurad_cpuapp_ipc_shm>; tx-blocks = <32>; rx-blocks = <32>; + status = "okay"; bt_hci_ipc0: bt_hci_ipc0 { compatible = "zephyr,bt-hci-ipc"; @@ -168,10 +168,10 @@ ipc0: &cpuapp_cpurad_ipc { }; &cpuapp_cpusys_ipc { - status = "okay"; mbox-names = "rx", "tx"; tx-region = <&cpuapp_cpusys_ipc_shm>; rx-region = <&cpusys_cpuapp_ipc_shm>; + status = "okay"; }; &cpuapp_cpuppr_ipc { @@ -198,8 +198,8 @@ ipc0: &cpuapp_cpurad_ipc { }; &gpiote130 { - status = "okay"; owned-channels = <0 1 2 3 4 5 6 7>; + status = "okay"; }; &gpio0 { @@ -215,10 +215,10 @@ ipc0: &cpuapp_cpurad_ipc { }; &grtc { - status = "okay"; child-owned-channels = <5 6>; nonsecure-channels = <5 6>; owned-channels = <4 5 6>; + status = "okay"; }; &uart135 { @@ -229,12 +229,12 @@ ipc0: &cpuapp_cpurad_ipc { }; &uart136 { - status = "okay"; memory-regions = <&cpuapp_dma_region>; current-speed = <115200>; pinctrl-0 = <&uart136_default>; pinctrl-1 = <&uart136_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &gpio6 { @@ -249,7 +249,6 @@ ipc0: &cpuapp_cpurad_ipc { mx25uw63: mx25uw6345g@0 { compatible = "mxicy,mx25u", "jedec,mspi-nor"; - status = "disabled"; reg = <0>; jedec-id = [c2 84 37]; sfdp-bfp = [e5 20 8a ff ff ff ff 03 00 ff 00 ff 00 ff 00 ff @@ -275,6 +274,7 @@ ipc0: &cpuapp_cpurad_ipc { mspi-cpp-mode = "MSPI_CPP_MODE_0"; mspi-endian = "MSPI_BIG_ENDIAN"; mspi-ce-polarity = "MSPI_CE_ACTIVE_LOW"; + status = "disabled"; }; }; @@ -283,11 +283,11 @@ zephyr_udc0: &usbhs { }; &pwm130 { - status = "okay"; pinctrl-0 = <&pwm130_default>; pinctrl-1 = <&pwm130_sleep>; pinctrl-names = "default", "sleep"; memory-regions = <&cpuapp_dma_region>; + status = "okay"; }; &adc { diff --git a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuppr.dts b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuppr.dts index 10942796ff3b5..baa903b5d0012 100644 --- a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuppr.dts +++ b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuppr.dts @@ -39,16 +39,16 @@ }; &grtc { - status = "okay"; owned-channels = <5>; + status = "okay"; }; &uart135 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart135_default>; pinctrl-1 = <&uart135_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart136 { diff --git a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpurad.dts b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpurad.dts index 5efa7dbd471c8..298c97afa7dfb 100644 --- a/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpurad.dts +++ b/boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpurad.dts @@ -41,7 +41,6 @@ }; &cpurad_bellboard { - status = "okay"; interrupts = <96 NRF_DEFAULT_IRQ_PRIORITY>; interrupt-names = "irq0"; /* The following bells on this bellboard are rang by these cores @@ -50,6 +49,7 @@ * - Bell 12: cpuapp */ nordic,interrupt-mapping = <0x00001041 0>; + status = "okay"; }; &cpuapp_bellboard { @@ -67,19 +67,19 @@ }; ipc0: &cpuapp_cpurad_ipc { - status = "okay"; mbox-names = "tx", "rx"; tx-region = <&cpurad_cpuapp_ipc_shm>; rx-region = <&cpuapp_cpurad_ipc_shm>; tx-blocks = <32>; rx-blocks = <32>; + status = "okay"; }; &cpurad_cpusys_ipc { - status = "okay"; mbox-names = "rx", "tx"; tx-region = <&cpurad_cpusys_ipc_shm>; rx-region = <&cpusys_cpurad_ipc_shm>; + status = "okay"; }; &cpurad_dma_region { @@ -95,12 +95,12 @@ ipc0: &cpuapp_cpurad_ipc { }; &uart135 { - status = "okay"; memory-regions = <&cpurad_dma_region>; current-speed = <115200>; pinctrl-0 = <&uart135_default>; pinctrl-1 = <&uart135_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart136 { diff --git a/boards/nordic/thingy52/thingy52_nrf52832.dts b/boards/nordic/thingy52/thingy52_nrf52832.dts index e081ae877ce26..698b21f2363f8 100644 --- a/boards/nordic/thingy52/thingy52_nrf52832.dts +++ b/boards/nordic/thingy52/thingy52_nrf52832.dts @@ -12,8 +12,8 @@ #include / { - model = "Nordic Thingy52 NRF52832"; compatible = "nordic,thingy52-nrf52832"; + model = "Nordic Thingy52 NRF52832"; chosen { zephyr,console = &uart0; @@ -128,20 +128,20 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; sx1509b: sx1509b@3e { compatible = "semtech,sx1509b"; @@ -180,11 +180,11 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12: lis2dh12@19 { compatible = "st,lis2dh12", "st,lis2dh"; @@ -200,23 +200,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; /* @@ -227,8 +227,8 @@ * if enabled. */ storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/nordic/thingy53/thingy53_nrf5340_common.dtsi b/boards/nordic/thingy53/thingy53_nrf5340_common.dtsi index 828b710c1ad41..bf330f0b49690 100644 --- a/boards/nordic/thingy53/thingy53_nrf5340_common.dtsi +++ b/boards/nordic/thingy53/thingy53_nrf5340_common.dtsi @@ -87,8 +87,8 @@ compatible = "regulator-fixed"; regulator-name = "npm1100_force_pwm_mode"; enable-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>; - status = "disabled"; regulator-boot-on; + status = "disabled"; }; vbatt: vbatt { @@ -165,18 +165,18 @@ /* RGB LED control */ &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Buzzer control */ &pwm1 { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-1 = <&pwm1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &adc { @@ -213,11 +213,11 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; bmm150: bmm150@10 { compatible = "bosch,bmm150"; @@ -238,33 +238,33 @@ &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>, <&gpio1 4 GPIO_ACTIVE_LOW>, <&gpio0 24 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; adxl362: spi-dev-adxl362@0 { compatible = "adi,adxl362"; - spi-max-frequency = <8000000>; reg = <0>; + spi-max-frequency = <8000000>; int1-gpios = <&gpio0 19 0>; }; bmi270: spi-dev-bmi270@1 { compatible = "bosch,bmi270"; - status = "disabled"; - spi-max-frequency = <8000000>; reg = <1>; + spi-max-frequency = <8000000>; + status = "disabled"; }; nrf_radio_fem_spi: fem_spi@2 { compatible = "nordic,nrf21540-fem-spi"; - status = "disabled"; reg = <2>; spi-max-frequency = <8000000>; + status = "disabled"; }; }; @@ -272,17 +272,17 @@ &uart0 { /* Disabled by default */ current-speed = <115200>; - status = "disabled"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -308,11 +308,11 @@ edge_connector_spi: &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&edge_connector 18 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/nordic/thingy53/thingy53_nrf5340_cpuapp.dts b/boards/nordic/thingy53/thingy53_nrf5340_cpuapp.dts index 6310c27be2199..6c9a017dff744 100644 --- a/boards/nordic/thingy53/thingy53_nrf5340_cpuapp.dts +++ b/boards/nordic/thingy53/thingy53_nrf5340_cpuapp.dts @@ -10,8 +10,8 @@ #include <../boards/common/usb/cdc_acm_serial.dtsi> / { - model = "Nordic Thingy53 NRF5340 Application"; compatible = "nordic,thingy53-nrf5340-cpuapp"; + model = "Nordic Thingy53 NRF5340 Application"; chosen { zephyr,sram = &sram0_image; diff --git a/boards/nordic/thingy53/thingy53_nrf5340_cpuapp_ns.dts b/boards/nordic/thingy53/thingy53_nrf5340_cpuapp_ns.dts index fee8c98c10b28..6515d8a85d7fe 100644 --- a/boards/nordic/thingy53/thingy53_nrf5340_cpuapp_ns.dts +++ b/boards/nordic/thingy53/thingy53_nrf5340_cpuapp_ns.dts @@ -10,8 +10,8 @@ #include <../boards/common/usb/cdc_acm_serial.dtsi> / { - model = "Nordic Thingy53 NRF5340 Application"; compatible = "nordic,thingy53-nrf5340-cpuapp"; + model = "Nordic Thingy53 NRF5340 Application"; chosen { zephyr,sram = &sram0_ns_app; diff --git a/boards/nordic/thingy53/thingy53_nrf5340_cpunet.dts b/boards/nordic/thingy53/thingy53_nrf5340_cpunet.dts index 6da36791d5ec3..bca8a57d53037 100644 --- a/boards/nordic/thingy53/thingy53_nrf5340_cpunet.dts +++ b/boards/nordic/thingy53/thingy53_nrf5340_cpunet.dts @@ -10,8 +10,8 @@ #include / { - model = "Nordic Thingy53 NRF5340 Network"; compatible = "nordic,thingy53-nrf5340-cpunet"; + model = "Nordic Thingy53 NRF5340 Network"; chosen { zephyr,console = &uart0; @@ -112,26 +112,26 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; /* Disabled by default as shares same GPIO lines as SPI peripherals on application core */ fem_spi: &spi0 { - status = "disabled"; cs-gpios = <&gpio0 24 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; nrf_radio_fem_spi: nrf21540_fem_spi@0 { compatible = "nordic,nrf21540-fem-spi"; - status = "disabled"; reg = <0>; spi-max-frequency = <8000000>; + status = "disabled"; }; }; @@ -147,23 +147,23 @@ fem_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x17000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x17000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x6000>; + label = "storage"; }; }; }; From c27e252de1f5a68380e4a7ecb3d8220205c3589a Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:48 +0200 Subject: [PATCH 081/142] devicetree: format files in boards/norik Applying dts-linter results for format files in boards/norik Signed-off-by: Kyle Micallef Bonnici --- .../octopus_io_board/octopus_io_board_common.dtsi | 12 ++++++------ .../octopus_io_board/octopus_io_board_nrf9160.dts | 2 +- boards/norik/octopus_som/octopus_som_common.dtsi | 10 +++++----- boards/norik/octopus_som/octopus_som_nrf9160.dts | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/boards/norik/octopus_io_board/octopus_io_board_common.dtsi b/boards/norik/octopus_io_board/octopus_io_board_common.dtsi index 42227c5b985d4..8ec86ebaa877f 100644 --- a/boards/norik/octopus_io_board/octopus_io_board_common.dtsi +++ b/boards/norik/octopus_io_board/octopus_io_board_common.dtsi @@ -6,8 +6,8 @@ #include "../octopus_som/octopus_som_common.dtsi" / { - model = "Norik Octopus IO-Board"; compatible = "norik,octopus-io-board"; + model = "Norik Octopus IO-Board"; chosen { zephyr,console = &uart0; @@ -23,33 +23,32 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; bq25180: bq25180@6a { compatible = "ti,bq25180"; - status = "okay"; reg = <0x6a>; constant-charge-current-max-microamp = <10000>; + status = "okay"; }; }; &spi3 { - status = "okay"; cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>, <&gpio0 5 GPIO_ACTIVE_LOW>; + status = "okay"; adxl362: adxl362@0 { compatible = "adi,adxl362"; - spi-max-frequency = <8000000>; reg = <0>; + spi-max-frequency = <8000000>; int1-gpios = <&gpio0 12 0>; }; w25q64: w25q64@1 { compatible = "jedec,spi-nor"; - status = "okay"; reg = <1>; spi-max-frequency = <8000000>; jedec-id = [ef 40 17]; @@ -57,5 +56,6 @@ has-dpd; t-enter-dpd = <3500>; t-exit-dpd = <3500>; + status = "okay"; }; }; diff --git a/boards/norik/octopus_io_board/octopus_io_board_nrf9160.dts b/boards/norik/octopus_io_board/octopus_io_board_nrf9160.dts index aae7cb1f345fe..5c8e532221ec6 100644 --- a/boards/norik/octopus_io_board/octopus_io_board_nrf9160.dts +++ b/boards/norik/octopus_io_board/octopus_io_board_nrf9160.dts @@ -18,6 +18,6 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/norik/octopus_som/octopus_som_common.dtsi b/boards/norik/octopus_som/octopus_som_common.dtsi index fd6d65db1dfc2..b85f69a05fb02 100644 --- a/boards/norik/octopus_som/octopus_som_common.dtsi +++ b/boards/norik/octopus_som/octopus_som_common.dtsi @@ -5,8 +5,8 @@ #include "octopus_som_common-pinctrl.dtsi" / { - model = "Norik Octopus SoM"; compatible = "norik,octopus-som"; + model = "Norik Octopus SoM"; chosen { zephyr,console = &uart0; @@ -59,32 +59,32 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; adxl362: adxl362@0 { compatible = "adi,adxl362"; - spi-max-frequency = <8000000>; reg = <0>; + spi-max-frequency = <8000000>; int1-gpios = <&gpio0 12 0>; }; }; diff --git a/boards/norik/octopus_som/octopus_som_nrf9160.dts b/boards/norik/octopus_som/octopus_som_nrf9160.dts index b0e9f77fe0db5..f36a19546c3ed 100644 --- a/boards/norik/octopus_som/octopus_som_nrf9160.dts +++ b/boards/norik/octopus_som/octopus_som_nrf9160.dts @@ -18,6 +18,6 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; From e86d72d8e9eb42378020b0a947741c723f85387e Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:49 +0200 Subject: [PATCH 082/142] devicetree: format files in boards/nuvoton Applying dts-linter results for format files in boards/nuvoton Signed-off-by: Kyle Micallef Bonnici --- boards/nuvoton/npck3m8k_evb/npck3m8k_evb.dts | 14 +++++++------- boards/nuvoton/npcx4m8f_evb/npcx4m8f_evb.dts | 14 +++++++------- boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts | 14 +++++++------- boards/nuvoton/npcx9m6f_evb/npcx9m6f_evb.dts | 14 +++++++------- boards/nuvoton/numaker_m2l31ki/numaker_m2l31ki.dts | 10 +++++----- boards/nuvoton/numaker_m5531/numaker_m5531.dts | 10 +++++----- boards/nuvoton/numaker_m55m1/numaker_m55m1.dts | 10 +++++----- .../nuvoton/numaker_pfm_m467/numaker_pfm_m467.dts | 8 ++++---- .../nuvoton/numaker_pfm_m487/numaker_pfm_m487.dts | 4 ++-- 9 files changed, 49 insertions(+), 49 deletions(-) diff --git a/boards/nuvoton/npck3m8k_evb/npck3m8k_evb.dts b/boards/nuvoton/npck3m8k_evb/npck3m8k_evb.dts index 0a55430309adf..33686df6b7126 100644 --- a/boards/nuvoton/npck3m8k_evb/npck3m8k_evb.dts +++ b/boards/nuvoton/npck3m8k_evb/npck3m8k_evb.dts @@ -73,41 +73,41 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; /* Use UART1_SL1 ie. PIN83.88 */ pinctrl-0 = <&uart1_sin_gp87 &uart1_sout_gp83>; pinctrl-names = "default"; + status = "okay"; }; &pwmb { - status = "okay"; pinctrl-0 = <&pwmb_gp21>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "disabled"; /* Use adc0 channel 0 and 2 for 'adc_api' driver tests */ pinctrl-0 = <&adc0_chan0_gp90 &adc0_chan2_gp92>; pinctrl-names = "default"; + status = "disabled"; }; &espi0 { - status = "disabled"; pinctrl-0 = <&espi_lpc_gp10_f7>; pinctrl-names = "default"; + status = "disabled"; }; &i2c1_a { - status = "disabled"; pinctrl-0 = <&i2c1_a_sda_scl_gp22_17>; pinctrl-names = "default"; clock-frequency = ; + status = "disabled"; }; &i2c_ctrl1 { @@ -115,18 +115,18 @@ }; &tach1 { - status = "okay"; pinctrl-0 = <&ta1_1_in_gp56>; pinctrl-names = "default"; port = ; /* port-A is selected */ sample-clk = ; /* Use LFCLK as sampling clock */ pulses-per-round = <1>; /* number of pulses per round of encoder */ + status = "okay"; }; &peci0 { - status = "okay"; pinctrl-0 = <>; pinctrl-names = "default"; + status = "okay"; }; &kbd { diff --git a/boards/nuvoton/npcx4m8f_evb/npcx4m8f_evb.dts b/boards/nuvoton/npcx4m8f_evb/npcx4m8f_evb.dts index 6dc4ccc9f5f57..a6d271a5fed59 100644 --- a/boards/nuvoton/npcx4m8f_evb/npcx4m8f_evb.dts +++ b/boards/nuvoton/npcx4m8f_evb/npcx4m8f_evb.dts @@ -50,37 +50,37 @@ /* Overwrite default device properties with overlays in board dt file here. */ &uart1 { - status = "okay"; current-speed = <115200>; /* Use UART1_SL2 ie. PIN64.65 */ pinctrl-0 = <&uart1_2_sin_gp64 &uart1_2_sout_gp65>; pinctrl-names = "default"; + status = "okay"; }; &pwm6 { - status = "okay"; pinctrl-0 = <&pwm6_gpc0>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; /* Use adc0 channel 0 and 2 for 'adc_api' driver tests */ pinctrl-0 = <&adc0_chan0_gp45 &adc0_chan2_gp43>; pinctrl-names = "default"; + status = "okay"; }; &espi0 { - status = "okay"; pinctrl-0 = <&espi_lpc_gp46_47_51_52_53_54_55_57>; pinctrl-names = "default"; + status = "okay"; }; &i2c0_0 { - status = "okay"; pinctrl-0 = <&i2c0_0_sda_scl_gpb4_b5>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c_ctrl0 { @@ -88,18 +88,18 @@ }; &tach1 { - status = "okay"; pinctrl-0 = <&ta1_1_in_gp40>; pinctrl-names = "default"; port = ; sample-clk = ; pulses-per-round = <1>; + status = "okay"; }; &peci0 { - status = "okay"; pinctrl-0 = <&peci_dat_gp81>; pinctrl-names = "default"; + status = "okay"; }; &kbd { diff --git a/boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts b/boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts index 08af8eaacd525..d172cc004c131 100644 --- a/boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts +++ b/boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts @@ -42,38 +42,38 @@ /* Overwrite default device properties with overlays in board dt file here. */ &uart1 { - status = "okay"; current-speed = <115200>; /* Use UART1_SL2 ie. PIN64.65 */ pinctrl-0 = <&uart1_2_sin_sout_gp64_65>; pinctrl-names = "default"; + status = "okay"; }; &pwm6 { - status = "okay"; pinctrl-0 = <&pwm6_gpc0>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; /* Use adc0 channel 0 and 2 for 'adc_api' driver tests */ pinctrl-0 = <&adc0_chan0_gp45 &adc0_chan2_gp43>; pinctrl-names = "default"; + status = "okay"; }; &espi0 { - status = "okay"; pinctrl-0 = <&espi_lpc_gp46_47_51_52_53_54_55_57>; pinctrl-names = "default"; + status = "okay"; }; &i2c0_0 { - status = "okay"; pinctrl-0 = <&i2c0_0_sda_scl_gpb4_b5>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c_ctrl0 { @@ -81,18 +81,18 @@ }; &tach1 { - status = "okay"; pinctrl-0 = <&ta1_1_in_gp40>; pinctrl-names = "default"; port = ; /* port-A is selected */ sample-clk = ; /* Use LFCLK as sampling clock */ pulses-per-round = <1>; /* number of pulses per round of encoder */ + status = "okay"; }; &peci0 { - status = "okay"; pinctrl-0 = <&peci_dat_gp81>; pinctrl-names = "default"; + status = "okay"; }; &kbd { diff --git a/boards/nuvoton/npcx9m6f_evb/npcx9m6f_evb.dts b/boards/nuvoton/npcx9m6f_evb/npcx9m6f_evb.dts index 2872e3ceea8cf..bba340b754e5a 100644 --- a/boards/nuvoton/npcx9m6f_evb/npcx9m6f_evb.dts +++ b/boards/nuvoton/npcx9m6f_evb/npcx9m6f_evb.dts @@ -54,39 +54,39 @@ /* Overwrite default device properties with overlays in board dt file here. */ &uart1 { - status = "okay"; current-speed = <115200>; /* Use UART1_SL2 ie. PIN64.65 */ pinctrl-0 = <&uart1_2_sin_gp64 &uart1_2_sout_gp65>; pinctrl-names = "default"; + status = "okay"; }; &pwm6 { - status = "okay"; pinctrl-0 = <&pwm6_gpc0>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; /* Use adc0 channel 0 and 2 for 'adc_api' driver tests */ pinctrl-0 = <&adc0_chan0_gp45 &adc0_chan2_gp43>; pinctrl-names = "default"; + status = "okay"; }; &espi0 { - status = "okay"; pinctrl-0 = <&espi_lpc_gp46_47_51_52_53_54_55_57>; pinctrl-names = "default"; + status = "okay"; }; &i2c0_0 { - status = "okay"; pinctrl-0 = <&i2c0_0_sda_scl_gpb4_b5>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c_ctrl0 { @@ -94,18 +94,18 @@ }; &tach1 { - status = "okay"; pinctrl-0 = <&ta1_1_in_gp40>; pinctrl-names = "default"; port = ; /* port-A is selected */ sample-clk = ; /* Use LFCLK as sampling clock */ pulses-per-round = <1>; /* number of pulses per round of encoder */ + status = "okay"; }; &peci0 { - status = "okay"; pinctrl-0 = <&peci_dat_gp81>; pinctrl-names = "default"; + status = "okay"; }; &kbd { diff --git a/boards/nuvoton/numaker_m2l31ki/numaker_m2l31ki.dts b/boards/nuvoton/numaker_m2l31ki/numaker_m2l31ki.dts index 6cd104e64b5ad..7935c1a8a188a 100644 --- a/boards/nuvoton/numaker_m2l31ki/numaker_m2l31ki.dts +++ b/boards/nuvoton/numaker_m2l31ki/numaker_m2l31ki.dts @@ -11,8 +11,8 @@ #include / { - model = "Nuvoton NuMaker M2L31KI board"; compatible = "nuvoton,numaker-m2l31ki"; + model = "Nuvoton NuMaker M2L31KI board"; aliases { led0 = &red_led; @@ -47,23 +47,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00008000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 0x00038000>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 0x00038000>; + label = "image-1"; }; storage_partition: partition@78000 { - label = "storage"; reg = <0x00078000 0x00008000>; + label = "storage"; }; }; }; diff --git a/boards/nuvoton/numaker_m5531/numaker_m5531.dts b/boards/nuvoton/numaker_m5531/numaker_m5531.dts index 9c6bcccdd85da..59a475fb762a1 100644 --- a/boards/nuvoton/numaker_m5531/numaker_m5531.dts +++ b/boards/nuvoton/numaker_m5531/numaker_m5531.dts @@ -11,8 +11,8 @@ #include / { - model = "Nuvoton NuMaker M5531 board"; compatible = "nuvoton,numaker-m5531"; + model = "Nuvoton NuMaker M5531 board"; aliases { led0 = &green_led; @@ -82,23 +82,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x8000 0xf8000>; + label = "image-0"; }; slot1_partition: partition@100000 { - label = "image-1"; reg = <0x100000 0xf8000>; + label = "image-1"; }; storage_partition: partition@1f8000 { - label = "storage"; reg = <0x1f8000 0x8000>; + label = "storage"; }; }; }; diff --git a/boards/nuvoton/numaker_m55m1/numaker_m55m1.dts b/boards/nuvoton/numaker_m55m1/numaker_m55m1.dts index d96fbe3d2f4c5..5c10020990623 100644 --- a/boards/nuvoton/numaker_m55m1/numaker_m55m1.dts +++ b/boards/nuvoton/numaker_m55m1/numaker_m55m1.dts @@ -11,8 +11,8 @@ #include / { - model = "Nuvoton NuMaker M55M1 board"; compatible = "nuvoton,numaker-m55m1"; + model = "Nuvoton NuMaker M55M1 board"; aliases { led0 = &green_led; @@ -86,23 +86,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x8000 0xf8000>; + label = "image-0"; }; slot1_partition: partition@100000 { - label = "image-1"; reg = <0x100000 0xf8000>; + label = "image-1"; }; storage_partition: partition@1f8000 { - label = "storage"; reg = <0x1f8000 0x8000>; + label = "storage"; }; }; }; diff --git a/boards/nuvoton/numaker_pfm_m467/numaker_pfm_m467.dts b/boards/nuvoton/numaker_pfm_m467/numaker_pfm_m467.dts index e5c65778fa8f4..ef40cf839335b 100644 --- a/boards/nuvoton/numaker_pfm_m467/numaker_pfm_m467.dts +++ b/boards/nuvoton/numaker_pfm_m467/numaker_pfm_m467.dts @@ -11,8 +11,8 @@ #include / { - model = "Nuvoton PFM M467 board"; compatible = "nuvoton,pfm-m467", "nuvoton,m467"; + model = "Nuvoton PFM M467 board"; aliases { led0 = &green_led; @@ -86,18 +86,18 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x00080000>; + label = "image-0"; }; slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 0x0007e000>; + label = "image-1"; }; storage_partition: partition@fe000 { - label = "storage"; reg = <0x000fe000 0x00002000>; + label = "storage"; }; }; }; diff --git a/boards/nuvoton/numaker_pfm_m487/numaker_pfm_m487.dts b/boards/nuvoton/numaker_pfm_m487/numaker_pfm_m487.dts index 553b05ccf783a..1285c724c9cfd 100644 --- a/boards/nuvoton/numaker_pfm_m487/numaker_pfm_m487.dts +++ b/boards/nuvoton/numaker_pfm_m487/numaker_pfm_m487.dts @@ -10,8 +10,8 @@ #include / { - model = "Nuvoton PFM M487 board"; compatible = "nuvoton,pfm-m487", "nuvoton,m487"; + model = "Nuvoton PFM M487 board"; aliases { led0 = &red_led; @@ -90,7 +90,7 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; From c13bf65ff7ebac6b37048ab7c04bdf8aec14f9bf Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:52 +0200 Subject: [PATCH 083/142] devicetree: format files in boards/nxp Applying dts-linter results for format files in boards/nxp Signed-off-by: Kyle Micallef Bonnici --- .../frdm_imx93/frdm_imx93_mimx9352_a55.dts | 4 +- boards/nxp/frdm_k22f/frdm_k22f.dts | 22 ++--- boards/nxp/frdm_k32l2b3/frdm_k32l2b3.dts | 10 +-- boards/nxp/frdm_k64f/frdm_k64f.dts | 46 +++++------ boards/nxp/frdm_k82f/frdm_k82f.dts | 25 +++--- boards/nxp/frdm_ke15z/frdm_ke15z.dts | 4 +- boards/nxp/frdm_ke17z/frdm_ke17z.dts | 20 ++--- boards/nxp/frdm_ke17z512/frdm_ke17z512.dts | 24 +++--- boards/nxp/frdm_kl25z/frdm_kl25z.dts | 10 +-- boards/nxp/frdm_kw41z/frdm_kw41z.dts | 18 ++--- boards/nxp/frdm_mcxa153/frdm_mcxa153.dts | 26 +++--- .../frdm_mcxa156/dts/lpspi1_header.overlay | 2 +- .../frdm_mcxa156/frdm_mcxa156-pinctrl.dtsi | 2 +- boards/nxp/frdm_mcxa156/frdm_mcxa156.dts | 36 ++++----- .../frdm_mcxa266/frdm_mcxa266-pinctrl.dtsi | 4 +- boards/nxp/frdm_mcxa266/frdm_mcxa266.dts | 24 +++--- .../frdm_mcxa346/frdm_mcxa346-pinctrl.dtsi | 8 +- boards/nxp/frdm_mcxa346/frdm_mcxa346.dts | 22 ++--- .../frdm_mcxc242/frdm_mcxc242-pinctrl.dtsi | 1 + boards/nxp/frdm_mcxc242/frdm_mcxc242.dts | 22 ++--- boards/nxp/frdm_mcxc444/frdm_mcxc444.dts | 16 ++-- boards/nxp/frdm_mcxn236/frdm_mcxn236.dts | 22 ++--- .../frdm_mcxn947/frdm_mcxn947-pinctrl.dtsi | 2 +- boards/nxp/frdm_mcxn947/frdm_mcxn947.dtsi | 16 ++-- .../frdm_mcxn947_mcxn947_cpu0.dts | 2 +- .../frdm_mcxn947_mcxn947_cpu0.dtsi | 6 +- .../frdm_mcxn947_mcxn947_cpu0_qspi.dts | 10 +-- .../frdm_mcxn947_mcxn947_cpu1.dts | 2 +- .../nxp/frdm_mcxw23/frdm_mcxw23-pinctrl.dtsi | 4 +- boards/nxp/frdm_mcxw23/frdm_mcxw23.dts | 2 +- .../nxp/frdm_mcxw23/frdm_mcxw23_common.dtsi | 80 +++++++++---------- boards/nxp/frdm_mcxw71/frdm_mcxw71.dts | 22 ++--- .../frdm_mcxw72/frdm_mcxw72_mcxw727c_cpu0.dts | 14 ++-- boards/nxp/frdm_rw612/frdm_rw612_common.dtsi | 56 ++++++------- boards/nxp/hexiwear/hexiwear_mk64f12.dts | 22 ++--- boards/nxp/hexiwear/hexiwear_mkw40z4.dts | 6 +- .../imx8mm_evk/imx8mm_evk_mimx8mm6_a53.dts | 6 +- .../imx8mm_evk_mimx8mm6_a53_smp.dts | 4 +- .../nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4.dts | 4 +- .../imx8mn_evk/imx8mn_evk_mimx8mn6_a53.dts | 6 +- .../imx8mn_evk_mimx8mn6_a53_smp.dts | 4 +- .../imx8mp_evk/imx8mp_evk_mimx8ml8_a53.dts | 8 +- .../imx8mp_evk_mimx8ml8_a53_smp.dts | 4 +- .../imx8mp_evk/imx8mp_evk_mimx8ml8_adsp.dts | 4 +- .../nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7.dts | 4 +- .../imx8mp_evk/imx8mp_evk_mimx8ml8_m7_ddr.dts | 4 +- .../nxp/imx8mq_evk/imx8mq_evk_mimx8mq6_m4.dts | 4 +- .../imx8qm_mek/imx8qm_mek_mimx8qm6_adsp.dts | 4 +- .../imx8qxp_mek/imx8qxp_mek_mimx8qx6_adsp.dts | 4 +- .../imx8ulp_evk/imx8ulp_evk_mimx8ud7_adsp.dts | 4 +- boards/nxp/imx91_evk/imx91_evk_mimx9131.dts | 4 +- .../nxp/imx93_evk/imx93_evk_mimx9352_a55.dts | 14 ++-- .../nxp/imx93_evk/imx93_evk_mimx9352_m33.dts | 4 +- .../imx93_evk/imx93_evk_mimx9352_m33_ddr.dts | 2 +- boards/nxp/imx943_evk/imx943_evk-pinctrl.dtsi | 4 +- .../imx943_evk/imx943_evk_mimx94398_a55.dts | 8 +- .../imx943_evk/imx943_evk_mimx94398_m33.dts | 10 +-- .../imx943_evk_mimx94398_m33_ddr.dts | 2 +- .../imx943_evk/imx943_evk_mimx94398_m7_0.dts | 8 +- .../imx943_evk/imx943_evk_mimx94398_m7_1.dts | 8 +- .../nxp/imx95_evk/imx95_evk_mimx9596_a55.dts | 4 +- .../imx95_evk/imx95_evk_mimx9596_a55_smp.dts | 4 +- .../nxp/imx95_evk/imx95_evk_mimx9596_m7.dts | 20 ++--- .../imx95_evk/imx95_evk_mimx9596_m7_ddr.dts | 2 +- .../imx95_evk_15x15_mimx9596_a55.dts | 4 +- .../nxp/lpcxpresso11u68/lpcxpresso11u68.dts | 2 +- .../nxp/lpcxpresso51u68/lpcxpresso51u68.dts | 8 +- .../nxp/lpcxpresso54114/lpcxpresso54114.dtsi | 4 +- .../lpcxpresso54114_lpc54114_m0.dts | 2 +- .../lpcxpresso54114_lpc54114_m4.dts | 6 +- .../nxp/lpcxpresso55s06/lpcxpresso55s06.dts | 2 +- .../lpcxpresso55s06_common.dtsi | 12 +-- .../nxp/lpcxpresso55s16/lpcxpresso55s16.dts | 6 +- .../lpcxpresso55s16_common.dtsi | 16 ++-- .../nxp/lpcxpresso55s28/lpcxpresso55s28.dts | 24 +++--- .../lpcxpresso55s36-pinctrl.dtsi | 2 +- .../nxp/lpcxpresso55s36/lpcxpresso55s36.dts | 22 ++--- .../nxp/lpcxpresso55s69/lpcxpresso55s69.dtsi | 18 ++--- .../lpcxpresso55s69_lpc55s69_cpu0.dts | 18 ++--- .../lpcxpresso55s69_lpc55s69_cpu0_ns.dts | 4 +- .../lpcxpresso55s69_lpc55s69_cpu1.dts | 2 +- boards/nxp/ls1046ardb/ls1046ardb_ls1046a.dts | 4 +- .../nxp/ls1046ardb/ls1046ardb_ls1046a_smp.dts | 4 +- .../ls1046ardb_ls1046a_smp_4cores.dts | 4 +- .../mcx_n9xx_evk_mcxn947_cpu0.dtsi | 2 +- .../mcx_n9xx_evk_mcxn947_cpu0_qspi.dts | 8 +- .../mcx_n9xx_evk_mcxn947_cpu1.dts | 2 +- boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk.dtsi | 18 ++--- .../nxp/mcx_nx4x_evk/mcx_nx4x_evk_cpu0.dtsi | 6 +- boards/nxp/mcxw23_evk/mcxw23_evk-pinctrl.dtsi | 4 +- boards/nxp/mcxw23_evk/mcxw23_evk.dts | 2 +- boards/nxp/mcxw23_evk/mcxw23_evk_common.dtsi | 64 +++++++-------- .../mcxw72_evk/mcxw72_evk_mcxw727c_cpu0.dts | 14 ++-- .../mimxrt1010_evk-pinctrl.dtsi | 2 +- boards/nxp/mimxrt1010_evk/mimxrt1010_evk.dts | 24 +++--- .../mimxrt1015_evk-pinctrl.dtsi | 2 +- boards/nxp/mimxrt1015_evk/mimxrt1015_evk.dts | 24 +++--- .../mimxrt1020_evk-pinctrl.dtsi | 8 +- boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts | 40 +++++----- .../mimxrt1024_evk-pinctrl.dtsi | 8 +- boards/nxp/mimxrt1024_evk/mimxrt1024_evk.dts | 34 ++++---- .../mimxrt1040_evk-pinctrl.dtsi | 4 +- boards/nxp/mimxrt1040_evk/mimxrt1040_evk.dts | 28 +++---- .../mimxrt1050_evk-pinctrl.dtsi | 8 +- boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi | 34 ++++---- .../mimxrt1050_evk_mimxrt1052_hyperflash.dts | 16 ++-- .../mimxrt1050_evk_mimxrt1052_qspi.dts | 16 ++-- .../mimxrt1060_evk-pinctrl.dtsi | 8 +- boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi | 44 +++++----- .../mimxrt1060_evk_mimxrt1062_hyperflash.dts | 16 ++-- .../mimxrt1060_evk_mimxrt1062_qspi.dts | 16 ++-- .../mimxrt1060_evk_mimxrt1062_qspi_C.overlay | 12 +-- .../mimxrt1062_fmurt6-pinctrl.dtsi | 16 ++-- .../mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts | 74 ++++++++--------- .../mimxrt1064_evk-pinctrl.dtsi | 6 +- boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts | 47 ++++++----- boards/nxp/mimxrt1160_evk/mimxrt1160_evk.dtsi | 30 +++---- .../mimxrt1160_evk_mimxrt1166_cm4.dts | 6 +- .../mimxrt1160_evk_mimxrt1166_cm7.dts | 6 +- boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi | 38 ++++----- .../mimxrt1170_evk_mimxrt1176_cm4.dts | 6 +- .../mimxrt1170_evk_mimxrt1176_cm4_B.overlay | 14 ++-- .../mimxrt1170_evk_mimxrt1176_cm7.dts | 12 +-- .../mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 16 ++-- .../mimxrt1180_evk-pinctrl.dtsi | 12 +-- boards/nxp/mimxrt1180_evk/mimxrt1180_evk.dtsi | 35 ++++---- .../mimxrt1180_evk_mimxrt1189_cm33.dts | 16 ++-- .../mimxrt1180_evk_mimxrt1189_cm7.dts | 14 ++-- .../mimxrt595_evk_mimxrt595s_cm33.dts | 54 ++++++------- .../mimxrt595_evk_mimxrt595s_f1.dts | 10 +-- .../mimxrt685_evk_mimxrt685s_cm33.dts | 50 ++++++------ .../mimxrt685_evk_mimxrt685s_hifi4.dts | 8 +- .../mimxrt700_evk_mimxrt798s_cm33_cpu0.dts | 49 ++++++------ .../mimxrt700_evk_mimxrt798s_cm33_cpu1.dts | 14 ++-- .../mimxrt700_evk_mimxrt798s_hifi1.dts | 2 +- .../mimxrt700_evk_mimxrt798s_hifi4.dts | 8 +- boards/nxp/mr_canhubk3/mr_canhubk3.dts | 12 +-- .../dts/goworld_16880_lcm.overlay | 4 +- boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi | 54 ++++++------- .../rd_rw612_bga_rw612_ethernet.dts | 8 +- boards/nxp/rddrone_fmuk66/rddrone_fmuk66.dts | 52 ++++++------ boards/nxp/s32k148_evb/s32k148_evb.dts | 4 +- boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270.dtsi | 2 +- .../s32z2xxdc2/s32z2xxdc2_s32z270_rtu0.dts | 2 +- .../s32z2xxdc2/s32z2xxdc2_s32z270_rtu1.dts | 2 +- boards/nxp/twr_ke18f/twr_ke18f.dts | 32 ++++---- boards/nxp/twr_kv58f220m/twr_kv58f220m.dts | 14 ++-- boards/nxp/ucans32k1sic/ucans32k1sic.dts | 2 +- boards/nxp/usb_kw24d512/usb_kw24d512.dts | 10 +-- boards/nxp/vmu_rt1170/vmu_rt1170.dtsi | 32 ++++---- .../vmu_rt1170/vmu_rt1170_mimxrt1176_cm7.dts | 52 ++++++------ 151 files changed, 1114 insertions(+), 1109 deletions(-) diff --git a/boards/nxp/frdm_imx93/frdm_imx93_mimx9352_a55.dts b/boards/nxp/frdm_imx93/frdm_imx93_mimx9352_a55.dts index 90ebe92cfa11a..eb6996cd0db31 100644 --- a/boards/nxp/frdm_imx93/frdm_imx93_mimx9352_a55.dts +++ b/boards/nxp/frdm_imx93/frdm_imx93_mimx9352_a55.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP FRDM-IMX93 A55"; compatible = "fsl,mimx93"; + model = "NXP FRDM-IMX93 A55"; aliases { led0 = &led_r; @@ -89,10 +89,10 @@ }; &lpi2c2 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_default>; pinctrl-names = "default"; + status = "okay"; gpio_exp0: pcal6524@22 { compatible = "nxp,pcal6524"; diff --git a/boards/nxp/frdm_k22f/frdm_k22f.dts b/boards/nxp/frdm_k22f/frdm_k22f.dts index 0ca83d4f905ce..7de147b1ee94c 100644 --- a/boards/nxp/frdm_k22f/frdm_k22f.dts +++ b/boards/nxp/frdm_k22f/frdm_k22f.dts @@ -14,8 +14,8 @@ #include / { - model = "NXP Freedom MK22F board"; compatible = "nxp,mk22f12", "nxp,k22f", "nxp,k2x"; + model = "NXP Freedom MK22F board"; aliases { led0 = &green_led; @@ -136,14 +136,14 @@ }; &dac0 { - status = "okay"; voltage-reference = <2>; + status = "okay"; }; arduino_i2c: &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1c { compatible = "nxp,fxos8700"; @@ -154,25 +154,25 @@ arduino_i2c: &i2c0 { }; arduino_spi: &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; &ftm0 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm0_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &uart2 { @@ -182,8 +182,8 @@ arduino_spi: &spi0 { zephyr_udc0: &usbotg { compatible = "nxp,kinetis-usbd"; - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; zephyr_uhc0: &usbh { @@ -221,24 +221,24 @@ zephyr_uhc0: &usbh { * to the flash memory sector size of 2KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(182)>; + label = "image-0"; }; slot1_partition: partition@3D800 { - label = "image-1"; reg = <0x0003D800 DT_SIZE_K(182)>; + label = "image-1"; }; storage_partition: partition@6B000 { - label = "storage"; reg = <0x0006B000 DT_SIZE_K(84)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/frdm_k32l2b3/frdm_k32l2b3.dts b/boards/nxp/frdm_k32l2b3/frdm_k32l2b3.dts index 98795b2703ac0..491dcfb15b83f 100644 --- a/boards/nxp/frdm_k32l2b3/frdm_k32l2b3.dts +++ b/boards/nxp/frdm_k32l2b3/frdm_k32l2b3.dts @@ -12,8 +12,8 @@ #include "frdm_k32l2b3-pinctrl.dtsi" / { - model = "NXP FRDM-K32L2B3 board"; compatible = "nxp,k32l2b3", "nxp,k32lx"; + model = "NXP FRDM-K32L2B3 board"; aliases { led0 = &led_green; @@ -50,14 +50,14 @@ sw_1: button_1 { label = "User Button 1 (SW1)"; - zephyr,code = ; gpios = <&gpioa 4 GPIO_ACTIVE_LOW>; + zephyr,code = ; }; sw_3: button_2 { label = "User Button 2 (SW3)"; - zephyr,code = ; gpios = <&gpioc 3 GPIO_ACTIVE_LOW>; + zephyr,code = ; }; }; }; @@ -101,16 +101,16 @@ }; &lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1c { compatible = "nxp,fxos8700"; diff --git a/boards/nxp/frdm_k64f/frdm_k64f.dts b/boards/nxp/frdm_k64f/frdm_k64f.dts index f337a24a0f6db..ecb9441958354 100644 --- a/boards/nxp/frdm_k64f/frdm_k64f.dts +++ b/boards/nxp/frdm_k64f/frdm_k64f.dts @@ -8,8 +8,8 @@ #include / { - model = "NXP Freedom MK64F board"; compatible = "nxp,mk64f12", "nxp,k64f", "nxp,k6x"; + model = "NXP Freedom MK64F board"; aliases { led0 = &green_led; @@ -107,10 +107,10 @@ }; arduino_serial: &uart3 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart3_default>; pinctrl-names = "default"; + status = "okay"; }; &cpu0 { @@ -118,15 +118,15 @@ arduino_serial: &uart3 { }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc1 { - status = "okay"; pinctrl-0 = <&adc1_default>; pinctrl-names = "default"; + status = "okay"; }; &temp1 { @@ -134,14 +134,14 @@ arduino_serial: &uart3 { }; &dac0 { - status = "okay"; voltage-reference = <2>; + status = "okay"; }; arduino_i2c: &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1d { compatible = "nxp,fxos8700"; @@ -152,20 +152,21 @@ arduino_i2c: &i2c0 { }; arduino_spi: &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; cs-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; + spi-max-frequency = ; status = "okay"; sdmmc { @@ -173,33 +174,32 @@ arduino_spi: &spi0 { disk-name = "SD"; status = "okay"; }; - spi-max-frequency = ; }; }; &ftm0 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm0_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; &ftm3 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm3_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart2 { @@ -209,8 +209,8 @@ arduino_spi: &spi0 { zephyr_udc0: &usbotg { compatible = "nxp,kinetis-usbd"; - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; &gpioa { @@ -244,60 +244,60 @@ zephyr_udc0: &usbotg { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(420)>; + label = "image-0"; }; slot1_partition: partition@79000 { - label = "image-1"; reg = <0x00079000 DT_SIZE_K(420)>; + label = "image-1"; }; storage_partition: partition@e2000 { - label = "storage"; reg = <0x000e2000 DT_SIZE_K(120)>; + label = "storage"; }; }; }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rmii"; + zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "microchip,ksz8081"; reg = <0>; - status = "okay"; microchip,interface-type = "rmii-25MHz"; + status = "okay"; }; }; &enet_ptp_clock { - status = "okay"; pinctrl-0 = <&pinmux_ptp>; pinctrl-names = "default"; + status = "okay"; }; &flexcan0 { - status = "okay"; pinctrl-0 = <&flexcan0_default>; pinctrl-names = "default"; + status = "okay"; }; &edma0 { diff --git a/boards/nxp/frdm_k82f/frdm_k82f.dts b/boards/nxp/frdm_k82f/frdm_k82f.dts index 434008d129314..1d00b12b6df0e 100644 --- a/boards/nxp/frdm_k82f/frdm_k82f.dts +++ b/boards/nxp/frdm_k82f/frdm_k82f.dts @@ -14,8 +14,8 @@ #include / { - model = "NXP Kinetis K82 Freedom Board"; compatible = "nxp,mk82f25615", "nxp,k82f", "nxp,k8x"; + model = "NXP Kinetis K82 Freedom Board"; aliases { led0 = &red_led; @@ -134,9 +134,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpioa { @@ -170,31 +170,31 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(44)>; + label = "mcuboot"; }; slot0_partition: partition@b000 { - label = "image-0"; reg = <0xb000 DT_SIZE_K(100)>; + label = "image-0"; }; slot1_partition: partition@24000 { - label = "image-1"; reg = <0x24000 DT_SIZE_K(100)>; + label = "image-1"; }; storage_partition: partition@3d000 { - label = "storage"; reg = <0x3d000 DT_SIZE_K(12)>; + label = "storage"; }; }; }; &i2c3 { - status = "okay"; pinctrl-0 = <&i2c3_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1c { compatible = "nxp,fxos8700"; @@ -204,10 +204,10 @@ }; &lpuart4 { - status = "okay"; pinctrl-0 = <&lpuart4_default>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart0 { @@ -216,19 +216,18 @@ }; &ftm3 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm3_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; &spi1 { - status = "okay"; - pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; + status = "okay"; mx25u32: mx25u3235f@0 { compatible = "jedec,spi-nor"; @@ -258,13 +257,13 @@ zephyr_udc0: &usbotg { }; arduino_i2c: &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; arduino_spi: &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/frdm_ke15z/frdm_ke15z.dts b/boards/nxp/frdm_ke15z/frdm_ke15z.dts index 68d5f27ba71cb..3fcdc4715c4ec 100644 --- a/boards/nxp/frdm_ke15z/frdm_ke15z.dts +++ b/boards/nxp/frdm_ke15z/frdm_ke15z.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP Freedom KE15Z board"; compatible = "nxp,ke15z", "nxp,mke15z7"; + model = "NXP Freedom KE15Z board"; aliases { led0 = &green_led; @@ -96,10 +96,10 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpiob { diff --git a/boards/nxp/frdm_ke17z/frdm_ke17z.dts b/boards/nxp/frdm_ke17z/frdm_ke17z.dts index 173c2298a99a8..126e21aff9c3c 100644 --- a/boards/nxp/frdm_ke17z/frdm_ke17z.dts +++ b/boards/nxp/frdm_ke17z/frdm_ke17z.dts @@ -13,8 +13,8 @@ #include / { - model = "NXP Freedom KE17Z board"; compatible = "nxp,frdm-ke17z", "nxp,ke17z", "nxp,mke17z7"; + model = "NXP Freedom KE17Z board"; aliases { watchdog0 = &wdog; @@ -134,24 +134,24 @@ &lpuart0 { dmas = <&edma 1 2>, <&edma 2 3>; dma-names = "rx", "tx"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; sample-time = <12>; vref-mv = <3300>; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c0 { - status = "okay"; pinctrl-0 = <&lpi2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpiod { @@ -163,7 +163,6 @@ }; &ftm2 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; clocks = <&scg KINETIS_SCG_SIRC_CLK>; @@ -171,6 +170,7 @@ pinctrl-0 = <&ftm2_default>; pinctrl-names = "default"; clock-source = "system"; + status = "okay"; }; &flash0 { @@ -184,23 +184,23 @@ * to the flash memory sector size of 2KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(44)>; + label = "mcuboot"; }; slot0_partition: partition@b000 { - label = "image-0"; reg = <0xb000 DT_SIZE_K(100)>; + label = "image-0"; }; slot1_partition: partition@24000 { - label = "image-1"; reg = <0x24000 DT_SIZE_K(100)>; + label = "image-1"; }; storage_partition: partition@3d000 { - label = "storage"; reg = <0x3d000 DT_SIZE_K(12)>; + label = "storage"; }; }; }; @@ -208,9 +208,9 @@ &lpspi0 { dmas = <&edma 0 14>, <&edma 1 15>; dma-names = "rx", "tx"; - status = "okay"; pinctrl-0 = <&lpspi0_default>; pinctrl-names = "default"; + status = "okay"; }; &edma { diff --git a/boards/nxp/frdm_ke17z512/frdm_ke17z512.dts b/boards/nxp/frdm_ke17z512/frdm_ke17z512.dts index 0add044af39d3..75529d74e3370 100644 --- a/boards/nxp/frdm_ke17z512/frdm_ke17z512.dts +++ b/boards/nxp/frdm_ke17z512/frdm_ke17z512.dts @@ -13,8 +13,8 @@ #include / { - model = "NXP Freedom KE17Z512 board"; compatible = "nxp,ke17z512", "nxp,mke17z9", "nxp,ke1xz"; + model = "NXP Freedom KE17Z512 board"; chosen { zephyr,sram = &sram_u; @@ -134,18 +134,18 @@ &lpuart2 { dmas = <&edma 5 6>, <&edma 6 7>; dma-names = "rx", "tx"; - status = "okay"; pinctrl-0 = <&lpuart2_default>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &adc0 { - status = "okay"; sample-time = <12>; vref-mv = <3300>; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpiod { @@ -163,24 +163,23 @@ }; &rtc { - status = "okay"; clock-source = "LPO"; + status = "okay"; }; &lpi2c0 { - status = "okay"; pinctrl-0 = <&lpi2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&lpi2c1_default>; pinctrl-names = "default"; + status = "okay"; }; &ftm2 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; clocks = <&scg KINETIS_SCG_SIRC_CLK>; @@ -188,6 +187,7 @@ pinctrl-0 = <&ftm2_default>; pinctrl-names = "default"; clock-source = "system"; + status = "okay"; }; &flash0 { @@ -201,24 +201,24 @@ * to the flash memory sector size of 2KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(204)>; + label = "image-0"; }; slot1_partition: partition@43000 { - label = "image-1"; reg = <0x00043000 DT_SIZE_K(204)>; + label = "image-1"; }; storage_partition: partition@76000 { - label = "storage"; reg = <0x00076000 DT_SIZE_K(40)>; + label = "storage"; }; }; }; @@ -226,9 +226,9 @@ &lpspi0 { dmas = <&edma 0 14>, <&edma 1 15>; dma-names = "rx", "tx"; - status = "okay"; pinctrl-0 = <&lpspi0_default>; pinctrl-names = "default"; + status = "okay"; }; &edma { diff --git a/boards/nxp/frdm_kl25z/frdm_kl25z.dts b/boards/nxp/frdm_kl25z/frdm_kl25z.dts index 4dedaec6b45fd..f552a3769dd74 100644 --- a/boards/nxp/frdm_kl25z/frdm_kl25z.dts +++ b/boards/nxp/frdm_kl25z/frdm_kl25z.dts @@ -8,8 +8,8 @@ #include / { - model = "NXP Freedom KL25Z board"; compatible = "nxp,frdm-kl25z", "nxp,kl25z", "nxp,mkl25z4"; + model = "NXP Freedom KL25Z board"; aliases { led0 = &green_led; @@ -102,15 +102,15 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; mma8451q: mma8451q@1d { compatible = "nxp,fxos8700", "nxp,mma8451q"; @@ -121,10 +121,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpioa { @@ -141,6 +141,6 @@ zephyr_udc0: &usbotg { compatible = "nxp,kinetis-usbd"; - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; diff --git a/boards/nxp/frdm_kw41z/frdm_kw41z.dts b/boards/nxp/frdm_kw41z/frdm_kw41z.dts index a898ac91b1b92..c88156b1f6c1f 100644 --- a/boards/nxp/frdm_kw41z/frdm_kw41z.dts +++ b/boards/nxp/frdm_kw41z/frdm_kw41z.dts @@ -8,8 +8,8 @@ #include / { - model = "NXP Freedom KW41Z board"; compatible = "nxp,kw41z", "nxp,mkw41z4"; + model = "NXP Freedom KW41Z board"; aliases { led0 = &green_led; @@ -126,15 +126,15 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1f { compatible = "nxp,fxos8700"; @@ -144,10 +144,10 @@ }; &lpuart0 { - status = "okay"; pinctrl-0 = <&lpuart0_default>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &gpioa { @@ -159,15 +159,15 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; &tpm0 { - status = "okay"; pinctrl-0 = <&tpm0_default>; pinctrl-names = "default"; + status = "okay"; }; &tpm1 { @@ -175,9 +175,9 @@ }; &tpm2 { - status = "okay"; pinctrl-0 = <&tmp2_default>; pinctrl-names = "default"; + status = "okay"; }; &ieee802154 { @@ -191,13 +191,13 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x00070000>; + label = "image-0"; }; storage_partition: partition@70000 { - label = "storage"; reg = <0x00070000 0x00010000>; + label = "storage"; }; }; }; diff --git a/boards/nxp/frdm_mcxa153/frdm_mcxa153.dts b/boards/nxp/frdm_mcxa153/frdm_mcxa153.dts index 7755e32a3b8a2..ab019d600866f 100644 --- a/boards/nxp/frdm_mcxa153/frdm_mcxa153.dts +++ b/boards/nxp/frdm_mcxa153/frdm_mcxa153.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP FRDM_MCXA153 board"; compatible = "nxp,mcxa153", "nxp,mcx"; + model = "NXP FRDM_MCXA153 board"; aliases { led0 = &red_led; @@ -87,32 +87,32 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(40)>; + label = "image-0"; }; slot1_partition: partition@12000 { - label = "image-1"; reg = <0x00012000 DT_SIZE_K(40)>; + label = "image-1"; }; storage_partition: partition@1C000 { - label = "storage"; reg = <0x0001C000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; &flexpwm0_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm0_pwm0>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -132,13 +132,13 @@ }; &i3c0 { - status = "okay"; pinctrl-0 = <&pinmux_i3c0>; pinctrl-names = "default"; i2c-scl-hz = ; i3c-scl-hz = ; i3c-od-scl-hz = ; + status = "okay"; p3t1755: p3t1755@4800000236152a0090 { compatible = "nxp,p3t1755"; @@ -148,27 +148,27 @@ }; &lpadc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &lpcmp0 { - status = "okay"; pinctrl-0 = <&pinmux_lpcmp0>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c0 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c0>; pinctrl-names = "default"; + status = "okay"; }; &lpspi0 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi0>; pinctrl-names = "default"; + status = "okay"; }; &lptmr0 { @@ -176,17 +176,17 @@ }; &lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart0>; pinctrl-names = "default"; + status = "okay"; }; &lpuart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart2>; pinctrl-names = "default"; + status = "okay"; }; /* diff --git a/boards/nxp/frdm_mcxa156/dts/lpspi1_header.overlay b/boards/nxp/frdm_mcxa156/dts/lpspi1_header.overlay index 0cc1f984d8607..39e1eedf7cb90 100644 --- a/boards/nxp/frdm_mcxa156/dts/lpspi1_header.overlay +++ b/boards/nxp/frdm_mcxa156/dts/lpspi1_header.overlay @@ -5,9 +5,9 @@ */ &lpspi1 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; &pinctrl { diff --git a/boards/nxp/frdm_mcxa156/frdm_mcxa156-pinctrl.dtsi b/boards/nxp/frdm_mcxa156/frdm_mcxa156-pinctrl.dtsi index bf33f60a260d5..43916def9cc84 100644 --- a/boards/nxp/frdm_mcxa156/frdm_mcxa156-pinctrl.dtsi +++ b/boards/nxp/frdm_mcxa156/frdm_mcxa156-pinctrl.dtsi @@ -135,7 +135,7 @@ pinmux_opamp0: pinmux_opamp0 { group0 { pinmux = , - ; + ; drive-strength = "low"; slew-rate = "fast"; }; diff --git a/boards/nxp/frdm_mcxa156/frdm_mcxa156.dts b/boards/nxp/frdm_mcxa156/frdm_mcxa156.dts index 7f7669dcb9410..e0579964f3dd0 100644 --- a/boards/nxp/frdm_mcxa156/frdm_mcxa156.dts +++ b/boards/nxp/frdm_mcxa156/frdm_mcxa156.dts @@ -13,8 +13,8 @@ #include / { - model = "NXP FRDM_MCXA156 board"; compatible = "nxp,mcxa156", "nxp,mcx"; + model = "NXP FRDM_MCXA156 board"; aliases { led0 = &red_led; @@ -139,17 +139,17 @@ }; &lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart0>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-names = "default"; + status = "okay"; }; &ctimer0 { @@ -157,9 +157,9 @@ }; &dac0 { - status = "okay"; pinctrl-0 = <&pinmux_dac0>; pinctrl-names = "default"; + status = "okay"; }; &edma0 { @@ -167,9 +167,9 @@ }; &flexcan0 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan0>; pinctrl-names = "default"; + status = "okay"; }; &flexio0 { @@ -198,19 +198,19 @@ zephyr_mipi_dbi_parallel: &flexio0_lcd { }; &flexpwm0_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm0_pwm0>; pinctrl-names = "default"; + status = "okay"; }; &i3c0 { - status = "okay"; pinctrl-0 = <&pinmux_i3c0>; pinctrl-names = "default"; i2c-scl-hz = ; i3c-scl-hz = ; i3c-od-scl-hz = ; + status = "okay"; p3t1755: p3t1755@4800000236152a0090 { compatible = "nxp,p3t1755"; @@ -220,39 +220,39 @@ zephyr_mipi_dbi_parallel: &flexio0_lcd { }; &lpadc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &lpcmp0 { - status = "okay"; pinctrl-0 = <&pinmux_lpcmp0>; pinctrl-names = "default"; + status = "okay"; }; &opamp0 { - status = "okay"; pinctrl-0 = <&pinmux_opamp0>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c0 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c0>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c3 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c3>; pinctrl-names = "default"; + status = "okay"; }; &lpspi0 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi0>; pinctrl-names = "default"; + status = "okay"; }; &lptmr0 { @@ -267,8 +267,8 @@ zephyr_mipi_dbi_parallel: &flexio0_lcd { }; zephyr_udc0: &usb { - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; &wwdt0 { @@ -282,24 +282,24 @@ zephyr_udc0: &usb { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(424)>; + label = "image-0"; }; slot1_partition: partition@7a000 { - label = "image-1"; reg = <0x0007a000 DT_SIZE_K(424)>; + label = "image-1"; }; storage_partition: partition@e4000 { - label = "storage"; reg = <0x000e4000 DT_SIZE_K(112)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/frdm_mcxa266/frdm_mcxa266-pinctrl.dtsi b/boards/nxp/frdm_mcxa266/frdm_mcxa266-pinctrl.dtsi index 8081f0575e736..8a8c2d7aceaae 100644 --- a/boards/nxp/frdm_mcxa266/frdm_mcxa266-pinctrl.dtsi +++ b/boards/nxp/frdm_mcxa266/frdm_mcxa266-pinctrl.dtsi @@ -72,8 +72,8 @@ pinmux_opamp0: pinmux_opamp0 { group0 { pinmux = , - , - ; + , + ; drive-strength = "low"; slew-rate = "fast"; }; diff --git a/boards/nxp/frdm_mcxa266/frdm_mcxa266.dts b/boards/nxp/frdm_mcxa266/frdm_mcxa266.dts index 20784be8809b1..5dc4e43bb6d2f 100644 --- a/boards/nxp/frdm_mcxa266/frdm_mcxa266.dts +++ b/boards/nxp/frdm_mcxa266/frdm_mcxa266.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP FRDM_MCXA266 board"; compatible = "nxp,mcxa266", "nxp,mcx"; + model = "NXP FRDM_MCXA266 board"; aliases { led0 = &red_led; @@ -112,10 +112,10 @@ }; &lpuart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart2>; pinctrl-names = "default"; + status = "okay"; }; &edma0 { @@ -123,13 +123,13 @@ }; &i3c0 { - status = "okay"; pinctrl-0 = <&pinmux_i3c0>; pinctrl-names = "default"; i2c-scl-hz = ; i3c-scl-hz = ; i3c-od-scl-hz = ; + status = "okay"; p3t1755: p3t1755@4800000236152a0090 { compatible = "nxp,p3t1755"; @@ -139,15 +139,15 @@ }; &lpadc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &lpadc1 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc1>; pinctrl-names = "default"; + status = "okay"; }; &lpcmp0 { @@ -156,21 +156,21 @@ }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c3 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c3>; pinctrl-names = "default"; + status = "okay"; }; &lpspi0 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi0>; pinctrl-names = "default"; + status = "okay"; }; &flash { @@ -180,24 +180,24 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(400)>; + label = "image-0"; }; slot1_partition: partition@74000 { - label = "image-1"; reg = <0x00074000 DT_SIZE_K(400)>; + label = "image-1"; }; storage_partition: partition@d8000 { - label = "storage"; reg = <0x000d8000 DT_SIZE_K(112)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/frdm_mcxa346/frdm_mcxa346-pinctrl.dtsi b/boards/nxp/frdm_mcxa346/frdm_mcxa346-pinctrl.dtsi index 8f338d09860a6..cffd3bdf85c87 100644 --- a/boards/nxp/frdm_mcxa346/frdm_mcxa346-pinctrl.dtsi +++ b/boards/nxp/frdm_mcxa346/frdm_mcxa346-pinctrl.dtsi @@ -102,8 +102,8 @@ pinmux_opamp0: pinmux_opamp0 { group0 { pinmux = , - , - ; + , + ; drive-strength = "low"; slew-rate = "fast"; }; @@ -112,8 +112,8 @@ pinmux_opamp1: pinmux_opamp1 { group0 { pinmux = , - , - ; + , + ; drive-strength = "low"; slew-rate = "fast"; }; diff --git a/boards/nxp/frdm_mcxa346/frdm_mcxa346.dts b/boards/nxp/frdm_mcxa346/frdm_mcxa346.dts index 1a33f24a08d5d..e6995342d4411 100644 --- a/boards/nxp/frdm_mcxa346/frdm_mcxa346.dts +++ b/boards/nxp/frdm_mcxa346/frdm_mcxa346.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP FRDM_MCXA346 board"; compatible = "nxp,mcxa346", "nxp,mcx"; + model = "NXP FRDM_MCXA346 board"; aliases { led0 = &red_led; @@ -110,10 +110,10 @@ }; &lpuart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart2>; pinctrl-names = "default"; + status = "okay"; }; &edma0 { @@ -121,15 +121,15 @@ }; &lpadc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &lpadc1 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc1>; pinctrl-names = "default"; + status = "okay"; }; &lpcmp0 { @@ -138,21 +138,21 @@ }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c3 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c3>; pinctrl-names = "default"; + status = "okay"; }; &lpspi0 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi0>; pinctrl-names = "default"; + status = "okay"; }; &flash { @@ -162,24 +162,24 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(400)>; + label = "image-0"; }; slot1_partition: partition@74000 { - label = "image-1"; reg = <0x00074000 DT_SIZE_K(400)>; + label = "image-1"; }; storage_partition: partition@d8000 { - label = "storage"; reg = <0x000d8000 DT_SIZE_K(112)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/frdm_mcxc242/frdm_mcxc242-pinctrl.dtsi b/boards/nxp/frdm_mcxc242/frdm_mcxc242-pinctrl.dtsi index ea65626ed6ba8..fdea325db882a 100644 --- a/boards/nxp/frdm_mcxc242/frdm_mcxc242-pinctrl.dtsi +++ b/boards/nxp/frdm_mcxc242/frdm_mcxc242-pinctrl.dtsi @@ -70,6 +70,7 @@ slew-rate = "slow"; }; }; + pinmux_cmp: pinmux_cmp { group0 { pinmux = ; diff --git a/boards/nxp/frdm_mcxc242/frdm_mcxc242.dts b/boards/nxp/frdm_mcxc242/frdm_mcxc242.dts index a8c5d844efaa2..899ebbd510735 100644 --- a/boards/nxp/frdm_mcxc242/frdm_mcxc242.dts +++ b/boards/nxp/frdm_mcxc242/frdm_mcxc242.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP FRDM-MCXC242 board"; compatible = "nxp,mcxc242", "nxp,mcx"; + model = "NXP FRDM-MCXC242 board"; aliases { led0 = &red_led; @@ -125,61 +125,61 @@ }; &lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart0>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-names = "default"; + status = "okay"; }; &uart2 { - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&pinmux_uart2>; pinctrl-names = "default"; + status = "disabled"; }; i2c1: &i2c1 { - status = "okay"; pinctrl-0 = <&pinmux_i2c1>; pinctrl-names = "default"; + status = "okay"; fxls8974: fxls8974@18 { - status = "okay"; compatible = "nxp,fxls8974"; reg = <0x18>; int1-gpios = <&gpioc 2 GPIO_ACTIVE_LOW>; int2-gpios = <&gpioc 3 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; zephyr_udc0: &usb { - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; &tpm1 { - status = "okay"; pinctrl-0 = <&pinmux_tpm1>; pinctrl-names = "default"; + status = "okay"; }; &tpm2 { - status = "okay"; pinctrl-0 = <&pinmux_tpm2>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&pinmux_adc0>; pinctrl-names = "default"; + status = "okay"; }; &lptmr0 { @@ -203,9 +203,9 @@ zephyr_udc0: &usb { }; &cmp { - status = "okay"; pinctrl-0 = <&pinmux_cmp>; pinctrl-names = "default"; + status = "okay"; }; &vref { diff --git a/boards/nxp/frdm_mcxc444/frdm_mcxc444.dts b/boards/nxp/frdm_mcxc444/frdm_mcxc444.dts index 8a6da0a9764a9..a34abe4e9cf84 100644 --- a/boards/nxp/frdm_mcxc444/frdm_mcxc444.dts +++ b/boards/nxp/frdm_mcxc444/frdm_mcxc444.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP FRDM-MCXC444 board"; compatible = "nxp,mcxc444", "nxp,mcx"; + model = "NXP FRDM-MCXC444 board"; aliases { led0 = &red_led; @@ -128,29 +128,29 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&pinmux_adc0>; pinctrl-names = "default"; + status = "okay"; }; i2c0: &i2c0 { - status = "okay"; pinctrl-0 = <&pinmux_i2c0>; pinctrl-names = "default"; + status = "okay"; fxls8974: fxls8974@18 { - status = "okay"; compatible = "nxp,fxls8974"; reg = <0x18>; int1-gpios = <&gpiod 1 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; &lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart0>; pinctrl-names = "default"; + status = "okay"; }; &lptmr0 { @@ -158,10 +158,10 @@ i2c0: &i2c0 { }; &uart2 { - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&pinmux_uart2>; pinctrl-names = "default"; + status = "disabled"; }; &rtc { @@ -181,13 +181,13 @@ i2c0: &i2c0 { }; &tpm0 { - status = "okay"; pinctrl-0 = <&pinmux_tpm0>; pinctrl-names = "default"; clocks = <&sim KINETIS_SIM_MCGPCLK 0x103C 24>; + status = "okay"; }; zephyr_udc0: &usb { - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; diff --git a/boards/nxp/frdm_mcxn236/frdm_mcxn236.dts b/boards/nxp/frdm_mcxn236/frdm_mcxn236.dts index 6375c643dc2e8..b0b7529367605 100644 --- a/boards/nxp/frdm_mcxn236/frdm_mcxn236.dts +++ b/boards/nxp/frdm_mcxn236/frdm_mcxn236.dts @@ -14,8 +14,8 @@ #include / { - model = "NXP FRDM_N236 board"; compatible = "nxp,mcxn236", "nxp,mcx"; + model = "NXP FRDM_N236 board"; chosen { zephyr,sram = &sram0; @@ -226,15 +226,15 @@ }; zephyr_udc0: &usb1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <4>; tx-cal-45-dp-ohms = <7>; tx-cal-45-dm-ohms = <7>; + status = "okay"; }; &lpcmp0 { @@ -326,26 +326,26 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { * to the flash memory sector size of 8KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(80)>; + label = "mcuboot"; }; /* For the MCUBoot "upgrade only" method, * the slot sizes must be equal. */ slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 DT_SIZE_K(440)>; + label = "image-0"; }; slot1_partition: partition@84000 { - label = "image-1"; reg = <0x0084000 DT_SIZE_K(440)>; + label = "image-1"; }; storage_partition: partition@F0000 { - label = "storage"; reg = <0x000F0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; @@ -397,18 +397,18 @@ p3t1755dp_ard_i2c_interface: &flexcomm5_lpi2c5 {}; /* SmartDMA is used for video driver on this board */ &smartdma { + program-mem = <0x4000000>; /* Shields do not enable video-sdma parent node so enable it by default */ status = "okay"; - program-mem = <0x4000000>; video_sdma: video-sdma { - status = "disabled"; compatible = "nxp,video-smartdma"; pinctrl-0 = <&pinmux_smartdma_camera>; pinctrl-names = "default"; vsync-pin = <4>; hsync-pin = <5>; pclk-pin = <7>; + status = "disabled"; }; }; @@ -417,13 +417,13 @@ dvp_20pin_i2c: &flexcomm2_lpi2c2 {}; dvp_20pin_interface: &video_sdma {}; &sai0 { - status = "okay"; pinctrl-0 = <&pinmux_sai0>; pinctrl-names = "default"; + status = "okay"; }; &sai1 { - status = "okay"; pinctrl-0 = <&pinmux_sai1>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/frdm_mcxn947/frdm_mcxn947-pinctrl.dtsi b/boards/nxp/frdm_mcxn947/frdm_mcxn947-pinctrl.dtsi index 40d59b9a52d04..130c52b69cf57 100644 --- a/boards/nxp/frdm_mcxn947/frdm_mcxn947-pinctrl.dtsi +++ b/boards/nxp/frdm_mcxn947/frdm_mcxn947-pinctrl.dtsi @@ -247,7 +247,7 @@ pinmux_opamp0: pinmux_opamp0 { group0 { pinmux = , - ; + ; drive-strength = "low"; slew-rate = "fast"; }; diff --git a/boards/nxp/frdm_mcxn947/frdm_mcxn947.dtsi b/boards/nxp/frdm_mcxn947/frdm_mcxn947.dtsi index 6fd415f581c75..f1fc0851af57c 100644 --- a/boards/nxp/frdm_mcxn947/frdm_mcxn947.dtsi +++ b/boards/nxp/frdm_mcxn947/frdm_mcxn947.dtsi @@ -142,18 +142,18 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { /* SmartDMA is used for video driver on this board */ &smartdma { + program-mem = <0x4000000>; /* Shields do not enable video-sdma parent node so enable it by default */ status = "okay"; - program-mem = <0x4000000>; video_sdma: video-sdma { - status = "disabled"; compatible = "nxp,video-smartdma"; pinctrl-0 = <&pinmux_smartdma_camera>; pinctrl-names = "default"; vsync-pin = <4>; hsync-pin = <11>; pclk-pin = <5>; + status = "disabled"; }; }; @@ -193,18 +193,18 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { * to the flash memory sector size of 8KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(80)>; + label = "mcuboot"; }; slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 DT_SIZE_K(984)>; + label = "image-0"; }; slot1_partition: partition@10A000 { - label = "image-1"; reg = <0x0010A000 DT_SIZE_K(984)>; + label = "image-1"; }; /* storage_partition is placed in WINBOND flash memory*/ }; @@ -223,9 +223,8 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { /* WINBOND flash memory*/ w25q64jvssiq: w25q64jvssiq@0 { compatible = "nxp,imx-flexspi-nor"; - status = "disabled"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; jedec-id = [ef 40 17]; erase-block-size = ; @@ -236,6 +235,7 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { cs-setup-time = <3>; data-valid-time = <2>; column-space = <0>; + status = "disabled"; }; }; @@ -261,8 +261,8 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { &enet_mac { phy-connection-type = "rmii"; - zephyr,random-mac-address; phy-handle = <&phy>; + zephyr,random-mac-address; }; &enet_mdio { diff --git a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dts b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dts index af2cdc2cd9ccd..bbd60459841c8 100644 --- a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dts +++ b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dts @@ -9,6 +9,6 @@ #include "frdm_mcxn947_mcxn947_cpu0.dtsi" / { - model = "NXP FRDM_N94 board"; compatible = "nxp,mcxn947", "nxp,mcx"; + model = "NXP FRDM_N94 board"; }; diff --git a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi index 00666335086d1..5749693548496 100644 --- a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi +++ b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi @@ -141,8 +141,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_M(8)>; + label = "storage"; }; }; }; @@ -202,15 +202,15 @@ }; zephyr_udc0: &usb1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <4>; tx-cal-45-dp-ohms = <7>; tx-cal-45-dm-ohms = <7>; + status = "okay"; }; &lpcmp0 { diff --git a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0_qspi.dts b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0_qspi.dts index 16652d83fff3a..e2eecb7311514 100644 --- a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0_qspi.dts +++ b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0_qspi.dts @@ -14,8 +14,8 @@ /delete-node/ &storage_partition; / { - model = "NXP FRDM_N94 board, QSPI variant"; compatible = "nxp,mcxn947", "nxp,mcx"; + model = "NXP FRDM_N94 board, QSPI variant"; chosen { zephyr,flash = &w25q64jvssiq; @@ -30,23 +30,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(80)>; + label = "mcuboot"; }; slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@314000 { - label = "image-1"; reg = <0x00314000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@614000 { - label = "storage"; reg = <0x00614000 DT_SIZE_K(1968)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu1.dts b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu1.dts index 78fc22c12a713..5fc51642d6fe4 100644 --- a/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu1.dts +++ b/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu1.dts @@ -10,8 +10,8 @@ #include "frdm_mcxn947.dtsi" / { - model = "NXP FRDM_N94 board"; compatible = "nxp,mcxn947", "nxp,mcx"; + model = "NXP FRDM_N94 board"; cpus { /delete-node/ cpu@0; diff --git a/boards/nxp/frdm_mcxw23/frdm_mcxw23-pinctrl.dtsi b/boards/nxp/frdm_mcxw23/frdm_mcxw23-pinctrl.dtsi index 91ebe7cbcda39..fda5016a4576c 100644 --- a/boards/nxp/frdm_mcxw23/frdm_mcxw23-pinctrl.dtsi +++ b/boards/nxp/frdm_mcxw23/frdm_mcxw23-pinctrl.dtsi @@ -11,7 +11,7 @@ pinmux_flexcomm0_usart: pinmux_flexcomm0_usart { group0 { pinmux = , - ; + ; slew-rate = "standard"; }; }; @@ -20,7 +20,7 @@ pinmux_flexcomm1_i2c: pinmux_flexcomm1_i2c { group0 { pinmux = , - ; + ; slew-rate = "standard"; power-source = "3v3"; }; diff --git a/boards/nxp/frdm_mcxw23/frdm_mcxw23.dts b/boards/nxp/frdm_mcxw23/frdm_mcxw23.dts index 2bbd3cb17e362..6b98f37f4daff 100644 --- a/boards/nxp/frdm_mcxw23/frdm_mcxw23.dts +++ b/boards/nxp/frdm_mcxw23/frdm_mcxw23.dts @@ -10,6 +10,6 @@ #include "frdm_mcxw23_common.dtsi" / { - model = "NXP FRDM-MCXW23 board"; compatible = "nxp,mcxw236", "nxp,mcx"; + model = "NXP FRDM-MCXW23 board"; }; diff --git a/boards/nxp/frdm_mcxw23/frdm_mcxw23_common.dtsi b/boards/nxp/frdm_mcxw23/frdm_mcxw23_common.dtsi index 1e8f01b9fdee1..8dd144c86aadc 100644 --- a/boards/nxp/frdm_mcxw23/frdm_mcxw23_common.dtsi +++ b/boards/nxp/frdm_mcxw23/frdm_mcxw23_common.dtsi @@ -19,7 +19,7 @@ zephyr,flash-controller = &iap; }; - aliases{ + aliases { led0 = &red_led; led1 = &green_led; led2 = &blue_led; @@ -80,17 +80,17 @@ gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = /* Not a GPIO*/ /* AN */ - /* Not a GPIO*/ /* RST */ - <2 0 &gpio0 8 0>, /* CS */ - <3 0 &gpio0 10 0>, /* SCK */ - <4 0 &gpio0 7 0>, /* MISO */ - <5 0 &gpio0 6 0>, /* MOSI */ - <6 0 &gpio0 15 0>, /* PWM */ - <7 0 &gpio0 16 0>, /* INT */ - <8 0 &gpio0 3 0>, /* RX */ - <9 0 &gpio0 2 0>, /* TX */ - <10 0 &gpio0 14 0>, /* SCL */ - <11 0 &gpio0 13 0>; /* SDA */ + /* Not a GPIO*/ /* RST */ + <2 0 &gpio0 8 0>, /* CS */ + <3 0 &gpio0 10 0>, /* SCK */ + <4 0 &gpio0 7 0>, /* MISO */ + <5 0 &gpio0 6 0>, /* MOSI */ + <6 0 &gpio0 15 0>, /* PWM */ + <7 0 &gpio0 16 0>, /* INT */ + <8 0 &gpio0 3 0>, /* RX */ + <9 0 &gpio0 2 0>, /* TX */ + <10 0 &gpio0 14 0>, /* SCL */ + <11 0 &gpio0 13 0>; /* SDA */ }; arduino_header: arduino-connector { @@ -99,52 +99,52 @@ gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = , - , - , - , - , - , - , - , - , - , - , - , - , - , - , /* D8 is not connected */ - , - , - , - , - , - , - ; + , + , + , + , + , + , + , + , + , + , + , + , + , + , /* D8 is not connected */ + , + , + , + , + , + , + ; }; }; &flexcomm0 { - status = "okay"; compatible = "nxp,lpc-usart"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_usart>; pinctrl-names = "default"; + status = "okay"; }; &flexcomm1 { - status = "okay"; compatible = "nxp,lpc-i2c"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_flexcomm1_i2c>; pinctrl-names = "default"; + status = "okay"; fxls8974: fxls8974@19 { compatible = "nxp,fxls8974"; reg = <0x19>; - status = "okay"; int1-gpios = <&gpio0 15 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; @@ -183,23 +183,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(80)>; + label = "mcuboot"; }; slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 DT_SIZE_K(440)>; + label = "image-0"; }; slot1_partition: partition@82000 { - label = "image-1"; reg = <0x0082000 DT_SIZE_K(440)>; + label = "image-1"; }; storage_partition: partition@f0000 { - label = "storage"; reg = <0x000f0000 DT_SIZE_K(56)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts b/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts index 6bab564d66151..fc13abde7680d 100644 --- a/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts +++ b/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts @@ -114,42 +114,42 @@ &lpuart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&pinmux_lpuart0>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; accelerometer: accelerometer@19 { - status = "okay"; compatible = "nxp,fxls8974"; reg = <0x19>; + status = "okay"; }; }; &lpspi1 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; pcs-sck-delay = <5>; sck-pcs-delay = <5>; transfer-delay = <125>; + status = "okay"; mx25r6435fm2il0: flash@0 { compatible = "jedec,spi-nor"; - jedec-id = [c2 28 17]; reg = <0>; + jedec-id = [c2 28 17]; /* only wp-gpio on default board configuration, * there is a reset gpio line but the line is * DNP by default on the board (R4 on schematic) @@ -159,10 +159,10 @@ has-dpd; dpd-wakeup-sequence = <30000 20 35000>; t-enter-dpd = <10000>; - /* this is the default (reset) mode for this flash */ - mxicy,mx25r-power-mode = "low-power"; /* 8 MHz for low power mode */ spi-max-frequency = ; + /* this is the default (reset) mode for this flash */ + mxicy,mx25r-power-mode = "low-power"; }; }; @@ -199,9 +199,9 @@ }; &tpm0 { - status = "okay"; pinctrl-0 = <&pinmux_tpm0>; pinctrl-names = "default"; + status = "okay"; }; &lptmr0 { @@ -209,9 +209,9 @@ }; &flexcan0 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -225,8 +225,8 @@ }; &nbu { - status = "okay"; wakeup-source; + status = "okay"; }; &rtc { diff --git a/boards/nxp/frdm_mcxw72/frdm_mcxw72_mcxw727c_cpu0.dts b/boards/nxp/frdm_mcxw72/frdm_mcxw72_mcxw727c_cpu0.dts index b44ee5c5143e3..1f210903e71f0 100644 --- a/boards/nxp/frdm_mcxw72/frdm_mcxw72_mcxw727c_cpu0.dts +++ b/boards/nxp/frdm_mcxw72/frdm_mcxw72_mcxw727c_cpu0.dts @@ -112,16 +112,16 @@ &lpuart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&pinmux_lpuart0>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-names = "default"; + status = "okay"; }; &flash { @@ -145,9 +145,9 @@ }; &tpm0 { - status = "okay"; pinctrl-0 = <&pinmux_tpm0>; pinctrl-names = "default"; + status = "okay"; }; &lptmr0 { @@ -155,15 +155,15 @@ }; &lpspi1 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; &flexcan0 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -181,13 +181,13 @@ }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; accelerometer: accelerometer@19 { - status = "okay"; compatible = "nxp,fxls8974"; reg = <0x19>; + status = "okay"; }; }; diff --git a/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi b/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi index e649d3d04167b..cde2610d0a776 100644 --- a/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi +++ b/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi @@ -88,35 +88,34 @@ &flexcomm3 { compatible = "nxp,lpc-usart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm3_usart>; pinctrl-names = "default"; wakeup-source; + status = "okay"; }; &flexcomm0 { compatible = "nxp,lpc-usart"; - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_usart>; pinctrl-names = "default"; + status = "disabled"; }; &hsgpio0 { - status = "okay"; pinctrl-0 = <&pinmux_hsgpio0>; pinctrl-names = "default"; + status = "okay"; }; &hsgpio1 { - status = "okay"; pinctrl-0 = <&pinmux_hsgpio1>; pinctrl-names = "default"; + status = "okay"; }; &flexspi { - status = "okay"; ahb-bufferable; ahb-prefetch; ahb-cacheable; @@ -124,17 +123,18 @@ ahb-boundary = "1024"; rx-clock-source = <1>; rx-clock-source-b = <1>; + status = "okay"; /* Winbond external flash */ w25q512jvfiq: w25q512jvfiq@0 { compatible = "nxp,imx-flexspi-nor"; reg = <0>; size = ; - status = "okay"; jedec-id = [ef 40 20]; erase-block-size = <4096>; write-block-size = <1>; spi-max-frequency = ; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -146,37 +146,33 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(58) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; aps6404l: aps6404l@2 { compatible = "nxp,imx-flexspi-aps6404l"; + reg = <2>; /* APS6404L is 8MB, 64MBit pSRAM */ size = ; - reg = <2>; spi-max-frequency = ; - /* PSRAM cannot be enabled while board is in default XIP - * configuration, as it will conflict with flash chip. - */ - status = "disabled"; cs-interval-unit = <1>; cs-interval = <2>; cs-hold-time = <3>; @@ -185,35 +181,39 @@ column-space = <0>; ahb-write-wait-unit = <2>; ahb-write-wait-interval = <0>; + /* PSRAM cannot be enabled while board is in default XIP + * configuration, as it will conflict with flash chip. + */ + status = "disabled"; }; }; &hci { - status = "okay"; wakeup-source; + status = "okay"; }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - nxp,unique-mac; phy-connection-type = "rmii"; + nxp,unique-mac; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@2 { compatible = "microchip,ksz8081"; reg = <2>; - status = "okay"; reset-gpios = <&hsgpio1 23 GPIO_ACTIVE_HIGH>; int-gpios = <&hsgpio0 21 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; @@ -241,9 +241,9 @@ /* OS Timer is the wakeup source for PM mode 2 */ &os_timer { - status = "okay"; wakeup-source; deep-sleep-counter = <&rtc_highres>; + status = "okay"; }; &systick { @@ -259,25 +259,25 @@ }; &sctimer { - status = "okay"; pinctrl-0 = <&pinmux_pwm0>; pinctrl-names = "default"; + status = "okay"; }; /* RTC is the wakeup source for PM modes 3,4 */ &rtc_highres { - status = "okay"; wakeup-source; + status = "okay"; }; &nbu { - status = "okay"; wakeup-source; + status = "okay"; }; &imu { - status = "okay"; wakeup-source; + status = "okay"; }; zephyr_udc0: &usb_otg { @@ -294,19 +294,19 @@ zephyr_udc0: &usb_otg { compatible = "nxp,lpc-spi"; pinctrl-0 = <&pinmux_flexcomm1_spi>; pinctrl-names = "default"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; arduino_i2c: &flexcomm2 { compatible = "nxp,lpc-i2c"; - status = "okay"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_flexcomm2_i2c>; pinctrl-names = "default"; + status = "okay"; p3t1755: p3t1755@48 { compatible = "nxp,p3t1755"; @@ -316,9 +316,9 @@ arduino_i2c: &flexcomm2 { }; zephyr_mipi_dbi_spi: &lcdic { - status = "okay"; pinctrl-0 = <&pinmux_lcdic>; pinctrl-names = "default"; + status = "okay"; }; nxp_pmod_touch_panel_i2c: &arduino_i2c { diff --git a/boards/nxp/hexiwear/hexiwear_mk64f12.dts b/boards/nxp/hexiwear/hexiwear_mk64f12.dts index 12f0d8c0aab5c..04f398b9f57fb 100644 --- a/boards/nxp/hexiwear/hexiwear_mk64f12.dts +++ b/boards/nxp/hexiwear/hexiwear_mk64f12.dts @@ -7,8 +7,8 @@ #include "hexiwear_mk64f12-pinctrl.dtsi" / { - model = "Hexiwear K64 board"; compatible = "nxp,hexiwear", "nxp,k64f", "nxp,k6x"; + model = "Hexiwear K64 board"; aliases { led0 = &green_led; @@ -107,30 +107,30 @@ }; &ftm3 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm3_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; max30101@57 { - status = "disabled"; compatible = "maxim,max30101"; reg = <0x57>; + status = "disabled"; }; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1e { compatible = "nxp,fxos8700"; @@ -148,17 +148,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; @@ -197,24 +197,24 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(420)>; + label = "image-0"; }; slot1_partition: partition@79000 { - label = "image-1"; reg = <0x00079000 DT_SIZE_K(420)>; + label = "image-1"; }; storage_partition: partition@e2000 { - label = "storage"; reg = <0x000e2000 DT_SIZE_K(120)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/hexiwear/hexiwear_mkw40z4.dts b/boards/nxp/hexiwear/hexiwear_mkw40z4.dts index c75ca229d345f..577c0d0463107 100644 --- a/boards/nxp/hexiwear/hexiwear_mkw40z4.dts +++ b/boards/nxp/hexiwear/hexiwear_mkw40z4.dts @@ -6,8 +6,8 @@ #include "hexiwear_mkw40z4-pinctrl.dtsi" / { - model = "Hexiwear KW40 board"; compatible = "nxp,kw40z", "nxp,mkw40z4"; + model = "Hexiwear KW40 board"; chosen { zephyr,sram = &sram0; @@ -21,16 +21,16 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpioa { diff --git a/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53.dts b/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53.dts index ffda7828cc383..25910bd3111b2 100644 --- a/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53.dts +++ b/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53.dts @@ -12,8 +12,8 @@ #include "imx8mm_evk-pinctrl.dtsi" / { - model = "NXP i.MX8MM A53"; compatible = "fsl,mimx8mm"; + model = "NXP i.MX8MM A53"; chosen { zephyr,console = &uart4; @@ -49,8 +49,8 @@ pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; @@ -78,10 +78,10 @@ }; &i2c3 { - status = "okay"; pinctrl-0 = <&pinmux_i2c3>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; gpio_exp1: pca6416@20 { compatible = "nxp,pca6416"; diff --git a/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_smp.dts b/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_smp.dts index 056d722b07d94..7c0143038ea91 100644 --- a/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_smp.dts +++ b/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_smp.dts @@ -10,8 +10,8 @@ #include "imx8mm_evk-pinctrl.dtsi" / { - model = "NXP i.MX8MM A53"; compatible = "fsl,mimx8mm"; + model = "NXP i.MX8MM A53"; chosen { zephyr,console = &uart4; @@ -48,8 +48,8 @@ pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; diff --git a/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4.dts b/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4.dts index e7680d1286f15..a317c01c476df 100644 --- a/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4.dts +++ b/boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4.dts @@ -11,8 +11,8 @@ #include "imx8mm_evk-pinctrl.dtsi" / { - model = "NXP i.MX8M Mini EVK board"; compatible = "nxp,mimx8mm_evk"; + model = "NXP i.MX8M Mini EVK board"; aliases { uart-4 = &uart4; @@ -27,10 +27,10 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; &mailbox0 { diff --git a/boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53.dts b/boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53.dts index 421b3b2597476..b895481aedf98 100644 --- a/boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53.dts +++ b/boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53.dts @@ -12,8 +12,8 @@ #include "imx8mn_evk-pinctrl.dtsi" / { - model = "NXP i.MX8MN A53"; compatible = "fsl,mimx8mn"; + model = "NXP i.MX8MN A53"; chosen { zephyr,console = &uart4; @@ -49,8 +49,8 @@ pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; @@ -78,10 +78,10 @@ }; &i2c3 { - status = "okay"; pinctrl-0 = <&pinmux_i2c3>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; gpio_exp1: pca6416@20 { compatible = "nxp,pca6416"; diff --git a/boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53_smp.dts b/boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53_smp.dts index d265485bcf3b2..5f19904232889 100644 --- a/boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53_smp.dts +++ b/boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53_smp.dts @@ -10,8 +10,8 @@ #include "imx8mn_evk-pinctrl.dtsi" / { - model = "NXP i.MX8MN A53"; compatible = "fsl,mimx8mn"; + model = "NXP i.MX8MN A53"; chosen { zephyr,console = &uart4; @@ -48,8 +48,8 @@ pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; diff --git a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53.dts b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53.dts index 8337ad1db9e47..760effbacfe4e 100644 --- a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53.dts +++ b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53.dts @@ -12,8 +12,8 @@ #include "imx8mp_evk-pinctrl.dtsi" / { - model = "NXP i.MX8MP A53"; compatible = "fsl,mimx8mp"; + model = "NXP i.MX8MP A53"; chosen { zephyr,canbus = &flexcan1; @@ -68,8 +68,8 @@ pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; @@ -100,18 +100,18 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c3 { - status = "okay"; pinctrl-0 = <&pinmux_i2c3>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; gpio_exp1: pca6416@20 { compatible = "nxp,pca6416"; diff --git a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53_smp.dts b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53_smp.dts index f0b26fbe9b2d3..65b601b58c0e5 100644 --- a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53_smp.dts +++ b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53_smp.dts @@ -10,8 +10,8 @@ #include "imx8mp_evk-pinctrl.dtsi" / { - model = "NXP i.MX8MP A53"; compatible = "fsl,mimx8mp"; + model = "NXP i.MX8MP A53"; chosen { zephyr,console = &uart4; @@ -48,8 +48,8 @@ pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; diff --git a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_adsp.dts b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_adsp.dts index bf84ad41c5fea..240af082437a2 100644 --- a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_adsp.dts +++ b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_adsp.dts @@ -10,8 +10,8 @@ #include "imx8mp_evk-pinctrl.dtsi" / { - model = "NXP i.MX 8MPLUS Audio DSP"; compatible = "nxp"; + model = "NXP i.MX 8MPLUS Audio DSP"; chosen { zephyr,sram = &sram0; @@ -32,8 +32,8 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7.dts b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7.dts index 2b05cab20cecf..962d550df4fae 100644 --- a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7.dts +++ b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7.dts @@ -10,8 +10,8 @@ #include "imx8mp_evk-pinctrl.dtsi" / { - model = "NXP i.MX8M Plus EVK board"; compatible = "nxp,mimx8mp_evk"; + model = "NXP i.MX8M Plus EVK board"; chosen { /* TCM */ @@ -24,10 +24,10 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio3 { diff --git a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7_ddr.dts b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7_ddr.dts index ba805ef7cbf97..67c674ab7d60d 100644 --- a/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7_ddr.dts +++ b/boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_m7_ddr.dts @@ -10,8 +10,8 @@ #include "imx8mp_evk-pinctrl.dtsi" / { - model = "NXP i.MX8M Plus EVK board"; compatible = "nxp,mimx8mp_evk"; + model = "NXP i.MX8M Plus EVK board"; chosen { /* DDR */ @@ -24,10 +24,10 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio3 { diff --git a/boards/nxp/imx8mq_evk/imx8mq_evk_mimx8mq6_m4.dts b/boards/nxp/imx8mq_evk/imx8mq_evk_mimx8mq6_m4.dts index 7809ce505f7c5..89ee35c654d77 100644 --- a/boards/nxp/imx8mq_evk/imx8mq_evk_mimx8mq6_m4.dts +++ b/boards/nxp/imx8mq_evk/imx8mq_evk_mimx8mq6_m4.dts @@ -10,8 +10,8 @@ #include "imx8mq_evk-pinctrl.dtsi" / { - model = "NXP i.MX8MQ EVK board"; compatible = "nxp,mimx8mq_evk"; + model = "NXP i.MX8MQ EVK board"; aliases { uart-2 = &uart2; @@ -26,8 +26,8 @@ }; &uart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/imx8qm_mek/imx8qm_mek_mimx8qm6_adsp.dts b/boards/nxp/imx8qm_mek/imx8qm_mek_mimx8qm6_adsp.dts index 65108a5c0044e..0511739ef0dcf 100644 --- a/boards/nxp/imx8qm_mek/imx8qm_mek_mimx8qm6_adsp.dts +++ b/boards/nxp/imx8qm_mek/imx8qm_mek_mimx8qm6_adsp.dts @@ -10,8 +10,8 @@ #include "imx8qm_mek_mimx8qm6_adsp-pinctrl.dtsi" / { - model = "NXP i.MX 8QM Audio DSP"; compatible = "nxp"; + model = "NXP i.MX 8QM Audio DSP"; chosen { zephyr,sram = &sram0; @@ -26,10 +26,10 @@ }; &lpuart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart2_default>; pinctrl-names = "default"; + status = "okay"; }; &sai1 { diff --git a/boards/nxp/imx8qxp_mek/imx8qxp_mek_mimx8qx6_adsp.dts b/boards/nxp/imx8qxp_mek/imx8qxp_mek_mimx8qx6_adsp.dts index d260715b23ac2..9e83343493b53 100644 --- a/boards/nxp/imx8qxp_mek/imx8qxp_mek_mimx8qx6_adsp.dts +++ b/boards/nxp/imx8qxp_mek/imx8qxp_mek_mimx8qx6_adsp.dts @@ -10,8 +10,8 @@ #include "imx8qxp_mek_mimx8qx6_adsp-pinctrl.dtsi" / { - model = "NXP i.MX 8QXP Audio DSP"; compatible = "nxp"; + model = "NXP i.MX 8QXP Audio DSP"; chosen { zephyr,sram = &sram0; @@ -26,10 +26,10 @@ }; &lpuart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart2_default>; pinctrl-names = "default"; + status = "okay"; }; &sai1 { diff --git a/boards/nxp/imx8ulp_evk/imx8ulp_evk_mimx8ud7_adsp.dts b/boards/nxp/imx8ulp_evk/imx8ulp_evk_mimx8ud7_adsp.dts index 5beebf74c91d6..0433cb22d9af3 100644 --- a/boards/nxp/imx8ulp_evk/imx8ulp_evk_mimx8ud7_adsp.dts +++ b/boards/nxp/imx8ulp_evk/imx8ulp_evk_mimx8ud7_adsp.dts @@ -10,8 +10,8 @@ #include "imx8ulp_evk_mimx8ud7_adsp-pinctrl.dtsi" / { - model = "NXP i.MX 8ULP Audio DSP"; compatible = "nxp"; + model = "NXP i.MX 8ULP Audio DSP"; chosen { zephyr,sram = &sram0; @@ -21,10 +21,10 @@ }; &lpuart7 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart7_default>; pinctrl-names = "default"; + status = "okay"; }; &sai5 { diff --git a/boards/nxp/imx91_evk/imx91_evk_mimx9131.dts b/boards/nxp/imx91_evk/imx91_evk_mimx9131.dts index 50bde94aa9ece..83509d4c18d79 100644 --- a/boards/nxp/imx91_evk/imx91_evk_mimx9131.dts +++ b/boards/nxp/imx91_evk/imx91_evk_mimx9131.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP i.MX91 A55"; compatible = "fsl,mimx91"; + model = "NXP i.MX91 A55"; chosen { zephyr,console = &lpuart1; @@ -68,10 +68,10 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio2 { diff --git a/boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.dts b/boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.dts index 58e953b6cdd2e..513e13382f04f 100644 --- a/boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.dts +++ b/boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP i.MX93 A55"; compatible = "fsl,mimx93"; + model = "NXP i.MX93 A55"; chosen { zephyr,console = &lpuart2; @@ -100,8 +100,8 @@ pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; @@ -118,33 +118,33 @@ }; &lpuart1 { - status = "disabled"; current-speed = <115200>; /* clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>; */ pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "disabled"; }; &lpuart2 { - status = "okay"; current-speed = <115200>; /* clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>; */ pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c1 { - status = "disabled"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "disabled"; }; &lpi2c2 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c2_default>; pinctrl-names = "default"; + status = "okay"; mfd0: adp5585@34 { compatible = "adi,adp5585"; @@ -178,10 +178,10 @@ }; &lpspi3 { - status = "disabled"; clock-frequency = ; pinctrl-0 = <&spi3_default>; pinctrl-names = "default"; + status = "disabled"; }; &gpio1 { diff --git a/boards/nxp/imx93_evk/imx93_evk_mimx9352_m33.dts b/boards/nxp/imx93_evk/imx93_evk_mimx9352_m33.dts index fbab194989f84..b860015564716 100644 --- a/boards/nxp/imx93_evk/imx93_evk_mimx9352_m33.dts +++ b/boards/nxp/imx93_evk/imx93_evk_mimx9352_m33.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP i.MX93 EVK board"; compatible = "nxp,imx93_evk"; + model = "NXP i.MX93 EVK board"; chosen { /* TCM */ @@ -66,10 +66,10 @@ }; &lpuart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "okay"; }; &sar_adc1 { diff --git a/boards/nxp/imx93_evk/imx93_evk_mimx9352_m33_ddr.dts b/boards/nxp/imx93_evk/imx93_evk_mimx9352_m33_ddr.dts index 7c690afd3f384..60815d665cbe1 100644 --- a/boards/nxp/imx93_evk/imx93_evk_mimx9352_m33_ddr.dts +++ b/boards/nxp/imx93_evk/imx93_evk_mimx9352_m33_ddr.dts @@ -17,7 +17,7 @@ }; ddr: memory@84000000 { - device_type = "memory"; reg = <0x84000000 DT_SIZE_M(4)>; + device_type = "memory"; }; }; diff --git a/boards/nxp/imx943_evk/imx943_evk-pinctrl.dtsi b/boards/nxp/imx943_evk/imx943_evk-pinctrl.dtsi index dfe1c44ee197d..0148d0b34d884 100644 --- a/boards/nxp/imx943_evk/imx943_evk-pinctrl.dtsi +++ b/boards/nxp/imx943_evk/imx943_evk-pinctrl.dtsi @@ -155,7 +155,7 @@ lpuart11_default: lpuart11_default { group0 { pinmux = <&iomuxc_gpio_io25_lpuart_rx_lpuart11_rx>, - <&iomuxc_gpio_io24_lpuart_tx_lpuart11_tx>; + <&iomuxc_gpio_io24_lpuart_tx_lpuart11_tx>; bias-pull-up; slew-rate = "slightly_fast"; drive-strength = "x4"; @@ -165,7 +165,7 @@ lpuart12_default: lpuart12_default { group0 { pinmux = <&iomuxc_gpio_io27_lpuart_rx_lpuart12_rx>, - <&iomuxc_gpio_io26_lpuart_tx_lpuart12_tx>; + <&iomuxc_gpio_io26_lpuart_tx_lpuart12_tx>; bias-pull-up; slew-rate = "slightly_fast"; drive-strength = "x4"; diff --git a/boards/nxp/imx943_evk/imx943_evk_mimx94398_a55.dts b/boards/nxp/imx943_evk/imx943_evk_mimx94398_a55.dts index ae6ab2dee6686..57e71fdf7c553 100644 --- a/boards/nxp/imx943_evk/imx943_evk_mimx94398_a55.dts +++ b/boards/nxp/imx943_evk/imx943_evk_mimx94398_a55.dts @@ -10,8 +10,8 @@ #include "imx943_evk-pinctrl.dtsi" / { - model = "NXP i.MX943 A55"; compatible = "fsl,mimx943"; + model = "NXP i.MX943 A55"; chosen { zephyr,console = &lpuart1; @@ -40,10 +40,10 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart1_default>; pinctrl-names = "default"; + status = "okay"; }; &emdio { @@ -111,20 +111,20 @@ }; &switch_port0 { - zephyr,random-mac-address; pinctrl-0 = <ð0_default>; pinctrl-names = "default"; phy-handle = <&phy0>; phy-connection-type = "mii"; + zephyr,random-mac-address; status = "disabled"; }; &switch_port1 { - zephyr,random-mac-address; pinctrl-0 = <ð1_default>; pinctrl-names = "default"; phy-handle = <&phy1>; phy-connection-type = "mii"; + zephyr,random-mac-address; status = "disabled"; }; diff --git a/boards/nxp/imx943_evk/imx943_evk_mimx94398_m33.dts b/boards/nxp/imx943_evk/imx943_evk_mimx94398_m33.dts index 942f6ebcab30a..33e25b76b0417 100644 --- a/boards/nxp/imx943_evk/imx943_evk_mimx94398_m33.dts +++ b/boards/nxp/imx943_evk/imx943_evk_mimx94398_m33.dts @@ -10,8 +10,8 @@ #include "imx943_evk-pinctrl.dtsi" / { - model = "NXP i.MX943 EVK board"; compatible = "nxp,imx943_evk"; + model = "NXP i.MX943 EVK board"; chosen { /* TCM */ @@ -92,12 +92,12 @@ #pwm-cells = <3>; pinctrl-0 = <&flexio1_io5_default>; pinctrl-names = "default"; + status = "okay"; pwm_1 { pin-id = <5>; prescaler = <1>; }; - status = "okay"; }; }; @@ -108,27 +108,27 @@ }; &lpuart8 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart8_default>; pinctrl-names = "default"; + status = "okay"; }; &switch_port0 { - zephyr,random-mac-address; pinctrl-0 = <ð0_default>; pinctrl-names = "default"; phy-handle = <&phy0>; phy-connection-type = "mii"; + zephyr,random-mac-address; status = "disabled"; }; &switch_port1 { - zephyr,random-mac-address; pinctrl-0 = <ð1_default>; pinctrl-names = "default"; phy-handle = <&phy1>; phy-connection-type = "mii"; + zephyr,random-mac-address; status = "disabled"; }; diff --git a/boards/nxp/imx943_evk/imx943_evk_mimx94398_m33_ddr.dts b/boards/nxp/imx943_evk/imx943_evk_mimx94398_m33_ddr.dts index 75450555de1f4..b44039884146d 100644 --- a/boards/nxp/imx943_evk/imx943_evk_mimx94398_m33_ddr.dts +++ b/boards/nxp/imx943_evk/imx943_evk_mimx94398_m33_ddr.dts @@ -17,7 +17,7 @@ }; ddr: memory@86000000 { - device_type = "memory"; reg = <0x86000000 DT_SIZE_M(4)>; + device_type = "memory"; }; }; diff --git a/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_0.dts b/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_0.dts index 94c4a71a6a50d..df5e0505ad142 100644 --- a/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_0.dts +++ b/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_0.dts @@ -10,8 +10,8 @@ #include "imx943_evk-pinctrl.dtsi" / { - model = "NXP i.MX943 EVK board"; compatible = "nxp,imx943_evk"; + model = "NXP i.MX943 EVK board"; chosen { /* TCM */ @@ -25,23 +25,25 @@ &flexio1 { status = "okay"; + /* Signal can be checked by the connector J44 Pin10(M1_LED_TP1) via logic analyzer */ flexio1_pwm: flexio1_pwm { compatible = "nxp,flexio-pwm"; #pwm-cells = <3>; pinctrl-0 = <&flexio1_io5_default>; pinctrl-names = "default"; + status = "okay"; + pwm_1 { pin-id = <5>; prescaler = <1>; }; - status = "okay"; }; }; &lpuart11 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart11_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_1.dts b/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_1.dts index c3525e9d1aee7..abb2eaac7b81d 100644 --- a/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_1.dts +++ b/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_1.dts @@ -10,8 +10,8 @@ #include "imx943_evk-pinctrl.dtsi" / { - model = "NXP i.MX943 EVK board"; compatible = "nxp,imx943_evk"; + model = "NXP i.MX943 EVK board"; chosen { /* TCM */ @@ -25,23 +25,25 @@ &flexio1 { status = "okay"; + /* Signal can be checked by the connector J44 Pin10(M1_LED_TP1) via logic analyzer */ flexio1_pwm: flexio1_pwm { compatible = "nxp,flexio-pwm"; #pwm-cells = <3>; pinctrl-0 = <&flexio1_io5_default>; pinctrl-names = "default"; + status = "okay"; + pwm_1 { pin-id = <5>; prescaler = <1>; }; - status = "okay"; }; }; &lpuart12 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart12_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/imx95_evk/imx95_evk_mimx9596_a55.dts b/boards/nxp/imx95_evk/imx95_evk_mimx9596_a55.dts index 0ba83b5bf968f..dc69ad6646ba7 100644 --- a/boards/nxp/imx95_evk/imx95_evk_mimx9596_a55.dts +++ b/boards/nxp/imx95_evk/imx95_evk_mimx9596_a55.dts @@ -10,8 +10,8 @@ #include "imx95_evk-pinctrl.dtsi" / { - model = "NXP i.MX95 A55"; compatible = "fsl,mimx95"; + model = "NXP i.MX95 A55"; chosen { zephyr,console = &lpuart1; @@ -85,8 +85,8 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/imx95_evk/imx95_evk_mimx9596_a55_smp.dts b/boards/nxp/imx95_evk/imx95_evk_mimx9596_a55_smp.dts index 5eba5dc2b5ec2..7d7aaa6fa4143 100644 --- a/boards/nxp/imx95_evk/imx95_evk_mimx9596_a55_smp.dts +++ b/boards/nxp/imx95_evk/imx95_evk_mimx9596_a55_smp.dts @@ -10,8 +10,8 @@ #include "imx95_evk-pinctrl.dtsi" / { - model = "NXP i.MX95 A55"; compatible = "fsl,mimx95"; + model = "NXP i.MX95 A55"; chosen { zephyr,console = &lpuart1; @@ -42,8 +42,8 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/imx95_evk/imx95_evk_mimx9596_m7.dts b/boards/nxp/imx95_evk/imx95_evk_mimx9596_m7.dts index 7e513f583660e..34d6cc3c57003 100644 --- a/boards/nxp/imx95_evk/imx95_evk_mimx9596_m7.dts +++ b/boards/nxp/imx95_evk/imx95_evk_mimx9596_m7.dts @@ -10,8 +10,8 @@ #include "imx95_evk-pinctrl.dtsi" / { - model = "NXP i.MX95 EVK board"; compatible = "nxp,imx95_evk"; + model = "NXP i.MX95 EVK board"; chosen { /* TCM */ @@ -50,22 +50,22 @@ }; &flexspi { - status = "okay"; ahb-prefetch; ahb-read-addr-opt; rx-clock-source = <1>; pinctrl-0 = <&flexspi_default>; pinctrl-names = "default"; + status = "okay"; mt35xu01gbba: mt35xu01gbba@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [2c 5b 1b]; erase-block-size = ; write-block-size = <2>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -77,23 +77,23 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; @@ -118,17 +118,17 @@ }; &lpuart3 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart3_default>; pinctrl-names = "default"; + status = "okay"; }; &lpuart5 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart5_default>; pinctrl-names = "default"; + status = "okay"; }; &sai3 { diff --git a/boards/nxp/imx95_evk/imx95_evk_mimx9596_m7_ddr.dts b/boards/nxp/imx95_evk/imx95_evk_mimx9596_m7_ddr.dts index 3590fccb970c1..16ab94d8483a2 100644 --- a/boards/nxp/imx95_evk/imx95_evk_mimx9596_m7_ddr.dts +++ b/boards/nxp/imx95_evk/imx95_evk_mimx9596_m7_ddr.dts @@ -17,7 +17,7 @@ }; ddr: memory@80000000 { - device_type = "memory"; reg = <0x80000000 DT_SIZE_M(4)>; + device_type = "memory"; }; }; diff --git a/boards/nxp/imx95_evk_15x15/imx95_evk_15x15_mimx9596_a55.dts b/boards/nxp/imx95_evk_15x15/imx95_evk_15x15_mimx9596_a55.dts index 38e28f41ce70f..2c72256589e82 100644 --- a/boards/nxp/imx95_evk_15x15/imx95_evk_15x15_mimx9596_a55.dts +++ b/boards/nxp/imx95_evk_15x15/imx95_evk_15x15_mimx9596_a55.dts @@ -10,8 +10,8 @@ #include "imx95_evk_15x15-pinctrl.dtsi" / { - model = "NXP i.MX95 15x15 A55"; compatible = "fsl,mimx95"; + model = "NXP i.MX95 15x15 A55"; chosen { zephyr,console = &lpuart1; @@ -48,8 +48,8 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/lpcxpresso11u68/lpcxpresso11u68.dts b/boards/nxp/lpcxpresso11u68/lpcxpresso11u68.dts index cdb4f72387b0e..0eb3066557f09 100644 --- a/boards/nxp/lpcxpresso11u68/lpcxpresso11u68.dts +++ b/boards/nxp/lpcxpresso11u68/lpcxpresso11u68.dts @@ -13,8 +13,8 @@ #include "lpcxpresso11u68-pinctrl.dtsi" / { - model = "NXP LPCXPRESSO11U68 board"; compatible = "nxp,lpcxpresso11u68", "nxp,lpc"; + model = "NXP LPCXPRESSO11U68 board"; chosen { zephyr,sram = &sram0; diff --git a/boards/nxp/lpcxpresso51u68/lpcxpresso51u68.dts b/boards/nxp/lpcxpresso51u68/lpcxpresso51u68.dts index 120b0565494ae..eed396ef1e0c9 100644 --- a/boards/nxp/lpcxpresso51u68/lpcxpresso51u68.dts +++ b/boards/nxp/lpcxpresso51u68/lpcxpresso51u68.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP LPCXPRESSO51U68 board"; compatible = "nxp,lpc51xxx", "nxp,lpc"; + model = "NXP LPCXPRESSO51U68 board"; chosen { zephyr,sram = &sram0; @@ -74,28 +74,28 @@ }; &flexcomm0 { - status = "okay"; compatible = "nxp,lpc-usart"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_uart>; pinctrl-names = "default"; + status = "okay"; }; &flexcomm4 { - status = "okay"; compatible = "nxp,lpc-i2c"; clock-frequency = ; pinctrl-0 = <&pinmux_flexcomm4_i2c>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; &flexcomm5 { - status = "okay"; compatible = "nxp,lpc-spi"; pinctrl-0 = <&pinmux_flexcomm5_spi>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; diff --git a/boards/nxp/lpcxpresso54114/lpcxpresso54114.dtsi b/boards/nxp/lpcxpresso54114/lpcxpresso54114.dtsi index b14447976dc8d..2cb540c823d97 100644 --- a/boards/nxp/lpcxpresso54114/lpcxpresso54114.dtsi +++ b/boards/nxp/lpcxpresso54114/lpcxpresso54114.dtsi @@ -69,13 +69,13 @@ arduino_spi: &flexcomm5 { #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x00010000>; + label = "image-0"; }; slot1_partition: partition@10000 { - label = "image-1"; reg = <0x00010000 0x00010000>; + label = "image-1"; }; }; }; diff --git a/boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m0.dts b/boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m0.dts index e753dd2fadd0f..33c9fe366e0eb 100644 --- a/boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m0.dts +++ b/boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m0.dts @@ -10,8 +10,8 @@ #include "lpcxpresso54114.dtsi" / { - model = "NXP LPCXPRESSO54114 board"; compatible = "nxp,lpc54xxx", "nxp,lpc"; + model = "NXP LPCXPRESSO54114 board"; chosen { zephyr,sram = &sram2; diff --git a/boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m4.dts b/boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m4.dts index 17a45a0f5d585..592e1fcab124c 100644 --- a/boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m4.dts +++ b/boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m4.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP LPCXpresso54114 board"; compatible = "nxp,lpc54xxx", "nxp,lpc"; + model = "NXP LPCXpresso54114 board"; aliases { sw0 = &user_button_1; @@ -106,13 +106,13 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 DT_SIZE_K(196)>; + label = "image-0"; }; storage_partition: partition@30000 { - label = "storage"; reg = <0x00030000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/lpcxpresso55s06/lpcxpresso55s06.dts b/boards/nxp/lpcxpresso55s06/lpcxpresso55s06.dts index 8ed9291b68ff9..c313ff1f877c8 100644 --- a/boards/nxp/lpcxpresso55s06/lpcxpresso55s06.dts +++ b/boards/nxp/lpcxpresso55s06/lpcxpresso55s06.dts @@ -10,6 +10,6 @@ #include "lpcxpresso55s06_common.dtsi" / { - model = "NXP LPCXpresso55S06 board"; compatible = "nxp,lpc55xxx", "nxp,lpc"; + model = "NXP LPCXpresso55S06 board"; }; diff --git a/boards/nxp/lpcxpresso55s06/lpcxpresso55s06_common.dtsi b/boards/nxp/lpcxpresso55s06/lpcxpresso55s06_common.dtsi index a5680e8df8711..e36fd2a109b50 100644 --- a/boards/nxp/lpcxpresso55s06/lpcxpresso55s06_common.dtsi +++ b/boards/nxp/lpcxpresso55s06/lpcxpresso55s06_common.dtsi @@ -132,40 +132,40 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(32)>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(96)>; + label = "image-0"; }; slot1_partition: partition@20000 { - label = "image-1"; reg = <0x00020000 DT_SIZE_K(96)>; + label = "image-1"; }; storage_partition: partition@38000 { - label = "storage"; reg = <0x00038000 DT_SIZE_K(20)>; + label = "storage"; }; /* The last 12KB are reserved for PFR on the 256KB flash. */ }; }; &flexcomm0 { - status = "okay"; compatible = "nxp,lpc-usart"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_usart>; pinctrl-names = "default"; + status = "okay"; }; &can0 { - status = "okay"; pinctrl-0 = <&pinmux_can0>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; diff --git a/boards/nxp/lpcxpresso55s16/lpcxpresso55s16.dts b/boards/nxp/lpcxpresso55s16/lpcxpresso55s16.dts index 0baeb3e629322..a030c8d95ec69 100644 --- a/boards/nxp/lpcxpresso55s16/lpcxpresso55s16.dts +++ b/boards/nxp/lpcxpresso55s16/lpcxpresso55s16.dts @@ -11,8 +11,8 @@ #include "lpcxpresso55s16_common.dtsi" / { - model = "NXP LPCXpresso55S16 board"; compatible = "nxp,lpc55xxx", "nxp,lpc"; + model = "NXP LPCXpresso55S16 board"; }; /* @@ -25,13 +25,13 @@ }; zephyr_udc0: &usbhs { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <5>; tx-cal-45-dp-ohms = <10>; tx-cal-45-dm-ohms = <10>; + status = "okay"; }; diff --git a/boards/nxp/lpcxpresso55s16/lpcxpresso55s16_common.dtsi b/boards/nxp/lpcxpresso55s16/lpcxpresso55s16_common.dtsi index 29526166613ed..7bcec0b8fcde0 100644 --- a/boards/nxp/lpcxpresso55s16/lpcxpresso55s16_common.dtsi +++ b/boards/nxp/lpcxpresso55s16/lpcxpresso55s16_common.dtsi @@ -131,21 +131,21 @@ }; &flexcomm0 { - status = "okay"; compatible = "nxp,lpc-usart"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_usart>; pinctrl-names = "default"; + status = "okay"; }; &flexcomm4 { - status = "okay"; compatible = "nxp,lpc-i2c"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_flexcomm4_i2c>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1e { compatible = "nxp,fxos8700"; @@ -155,9 +155,9 @@ }; &can0 { - status = "okay"; pinctrl-0 = <&pinmux_can0>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -165,9 +165,9 @@ }; &hs_lspi { - status = "okay"; pinctrl-0 = <&pinmux_hs_lspi>; pinctrl-names = "default"; + status = "okay"; }; &ctimer0 { @@ -197,23 +197,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(32)>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(96)>; + label = "image-0"; }; slot1_partition: partition@20000 { - label = "image-1"; reg = <0x00020000 DT_SIZE_K(96)>; + label = "image-1"; }; storage_partition: partition@38000 { - label = "storage"; reg = <0x00038000 DT_SIZE_K(20)>; + label = "storage"; }; /* The last 12KB are reserved for PFR on the 256KB flash. */ }; diff --git a/boards/nxp/lpcxpresso55s28/lpcxpresso55s28.dts b/boards/nxp/lpcxpresso55s28/lpcxpresso55s28.dts index 08f9ef600cf90..0e07a3117f3f1 100644 --- a/boards/nxp/lpcxpresso55s28/lpcxpresso55s28.dts +++ b/boards/nxp/lpcxpresso55s28/lpcxpresso55s28.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP LPCXpresso55S28 board"; compatible = "nxp,lpc55xxx", "nxp,lpc"; + model = "NXP LPCXpresso55S28 board"; aliases { sw0 = &user_button_1; @@ -83,9 +83,9 @@ }; &hs_lspi { - status = "okay"; dmas = <&dma0 2>, <&dma0 3>; dma-names = "rx", "tx"; + status = "okay"; }; &wwdt0 { @@ -93,9 +93,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -109,31 +109,31 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(32)>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(208)>; + label = "image-0"; }; slot1_partition: partition@3C000 { - label = "image-1"; reg = <0x0003C000 DT_SIZE_K(208)>; + label = "image-1"; }; storage_partition: partition@70000 { - label = "storage"; reg = <0x00070000 DT_SIZE_K(52)>; + label = "storage"; }; /* The last 12KBs are reserved for PFR. */ }; }; zephyr_udc0: &usbhs { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; zephyr_uhc0: &usbhfs { @@ -145,25 +145,25 @@ zephyr_uhc0: &usbhfs { zephyr_uhc1: &usbhhs { pinctrl-0 = <&pinmux_usbhhs>; pinctrl-names = "default"; - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <5>; tx-cal-45-dp-ohms = <10>; tx-cal-45-dm-ohms = <10>; + status = "okay"; }; &sdif { - status = "okay"; pinctrl-0 = <&pinmux_sdif_default>; pinctrl-names = "default"; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; - status = "okay"; disk-name = "SD"; + status = "okay"; }; }; diff --git a/boards/nxp/lpcxpresso55s36/lpcxpresso55s36-pinctrl.dtsi b/boards/nxp/lpcxpresso55s36/lpcxpresso55s36-pinctrl.dtsi index cd263477c4989..306da273f3c16 100644 --- a/boards/nxp/lpcxpresso55s36/lpcxpresso55s36-pinctrl.dtsi +++ b/boards/nxp/lpcxpresso55s36/lpcxpresso55s36-pinctrl.dtsi @@ -49,7 +49,7 @@ pinmux_opamp0: pinmux_opamp0 { group0 { pinmux = , - ; + ; slew-rate = "standard"; nxp,analog-mode; }; diff --git a/boards/nxp/lpcxpresso55s36/lpcxpresso55s36.dts b/boards/nxp/lpcxpresso55s36/lpcxpresso55s36.dts index 46da74e55e310..af32e4974f706 100644 --- a/boards/nxp/lpcxpresso55s36/lpcxpresso55s36.dts +++ b/boards/nxp/lpcxpresso55s36/lpcxpresso55s36.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP LPCXpresso55S36 board"; compatible = "nxp,lpc55xxx", "nxp,lpc"; + model = "NXP LPCXpresso55S36 board"; chosen { zephyr,sram = &sram0; @@ -126,11 +126,11 @@ }; &flexcomm0 { - status = "okay"; compatible = "nxp,lpc-usart"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_usart>; pinctrl-names = "default"; + status = "okay"; }; &can0 { @@ -144,9 +144,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; /* Flash is divided into 32 kB sub-regions. @@ -160,23 +160,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(32)>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(96)>; + label = "image-0"; }; slot1_partition: partition@20000 { - label = "image-1"; reg = <0x00020000 DT_SIZE_K(96)>; + label = "image-1"; }; storage_partition: partition@38000 { - label = "storage"; reg = <0x00038000 DT_SIZE_K(20)>; + label = "storage"; }; /* The last 12KB are reserved for PFR on the 256KB flash. */ @@ -184,15 +184,15 @@ }; &flexpwm1_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm1_pwm0>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbfs { - status = "okay"; pinctrl-0 = <&pinmux_usbfs>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { @@ -204,13 +204,13 @@ zephyr_udc0: &usbfs { }; &dac0 { - status = "okay"; pinctrl-0 = <&pinmux_dac0>; pinctrl-names = "default"; + status = "okay"; }; &opamp0 { - status = "okay"; pinctrl-0 = <&pinmux_opamp0>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/lpcxpresso55s69/lpcxpresso55s69.dtsi b/boards/nxp/lpcxpresso55s69/lpcxpresso55s69.dtsi index 4c40dac86968b..3c5f91c1466dc 100644 --- a/boards/nxp/lpcxpresso55s69/lpcxpresso55s69.dtsi +++ b/boards/nxp/lpcxpresso55s69/lpcxpresso55s69.dtsi @@ -91,19 +91,19 @@ }; reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; /* RAM split used by TFM */ secure_ram: partition@20000000 { - label = "secure-memory"; reg = <0x20000000 DT_SIZE_K(136)>; + label = "secure-memory"; }; non_secure_ram: partition@20022000 { - label = "non-secure-memory"; reg = <0x20022000 DT_SIZE_K(136)>; + label = "non-secure-memory"; }; }; }; @@ -120,29 +120,29 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(160)>; + label = "image-0"; }; slot0_ns_partition: partition@30000 { - label = "image-0-nonsecure"; reg = <0x00030000 DT_SIZE_K(96)>; + label = "image-0-nonsecure"; }; slot1_partition: partition@48000 { - label = "image-1"; reg = <0x00048000 DT_SIZE_K(160)>; + label = "image-1"; }; slot1_ns_partition: partition@70000 { - label = "image-1-nonsecure"; reg = <0x00070000 DT_SIZE_K(96)>; + label = "image-1-nonsecure"; }; /* @@ -150,8 +150,8 @@ * 0x949FF is reserved for the application. */ storage_partition: partition@88000 { - label = "storage"; reg = <0x00088000 DT_SIZE_K(50)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.dts b/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.dts index f25e69c574c37..688f5061cb339 100644 --- a/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.dts +++ b/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP LPCXpresso55S69 board"; compatible = "nxp,lpc55xxx", "nxp,lpc"; + model = "NXP LPCXpresso55S69 board"; cpus { /delete-node/ cpu@1; @@ -121,9 +121,9 @@ }; &sdif { - status = "okay"; pinctrl-0 = <&pinmux_sdif_default>; pinctrl-names = "default"; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -133,8 +133,8 @@ }; &hs_lspi { - status = "okay"; cs-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>; + status = "okay"; }; &wwdt0 { @@ -142,9 +142,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &mailbox0 { @@ -157,8 +157,8 @@ }; zephyr_udc0: &usbhs { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; zephyr_uhc0: &usbhfs { @@ -170,15 +170,15 @@ zephyr_uhc0: &usbhfs { zephyr_uhc1: &usbhhs { pinctrl-0 = <&pinmux_usbhhs>; pinctrl-names = "default"; - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <5>; tx-cal-45-dp-ohms = <10>; tx-cal-45-dm-ohms = <10>; + status = "okay"; }; &ctimer0 { @@ -203,18 +203,18 @@ zephyr_uhc1: &usbhhs { /* I2S receive channel */ i2s0: &flexcomm6 { - status = "okay"; compatible = "nxp,lpc-i2s"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; /* I2S transmit channel */ i2s1: &flexcomm7 { - status = "okay"; compatible = "nxp,lpc-i2s"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; &sc_timer { diff --git a/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.dts b/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.dts index 9bad03c71dd22..4dce35bc4f0e4 100644 --- a/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.dts +++ b/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP LPCXpresso55S69 board"; compatible = "nxp,lpc55xxx", "nxp,lpc"; + model = "NXP LPCXpresso55S69 board"; cpus { /delete-node/ cpu@1; @@ -96,9 +96,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &dma0 { diff --git a/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu1.dts b/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu1.dts index 2e8760b9961eb..f277a7174b699 100644 --- a/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu1.dts +++ b/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu1.dts @@ -10,8 +10,8 @@ #include "lpcxpresso55s69.dtsi" / { - model = "NXP LPCXpresso55S69 board"; compatible = "nxp,lpc55xxx", "nxp,lpc"; + model = "NXP LPCXpresso55S69 board"; cpus { /delete-node/ cpu@0; diff --git a/boards/nxp/ls1046ardb/ls1046ardb_ls1046a.dts b/boards/nxp/ls1046ardb/ls1046ardb_ls1046a.dts index 131f03196bb7d..ee398b1dcb7d8 100644 --- a/boards/nxp/ls1046ardb/ls1046ardb_ls1046a.dts +++ b/boards/nxp/ls1046ardb/ls1046ardb_ls1046a.dts @@ -9,8 +9,8 @@ #include / { - model = "NXP ls1046a RDB"; compatible = "nxp,ls1046ardb"; + model = "NXP ls1046a RDB"; chosen { zephyr,console = &uart1; @@ -28,6 +28,6 @@ /delete-node/ &psci; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp.dts b/boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp.dts index 439adadc6cd2a..ec96a7e70658f 100644 --- a/boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp.dts +++ b/boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp.dts @@ -9,8 +9,8 @@ #include / { - model = "NXP ls1046a RDB"; compatible = "nxp,ls1046ardb"; + model = "NXP ls1046a RDB"; chosen { zephyr,console = &uart1; @@ -25,6 +25,6 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp_4cores.dts b/boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp_4cores.dts index 647fb32c613e9..c37033d49936e 100644 --- a/boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp_4cores.dts +++ b/boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp_4cores.dts @@ -9,8 +9,8 @@ #include / { - model = "NXP ls1046a RDB"; compatible = "nxp,ls1046ardb"; + model = "NXP ls1046a RDB"; chosen { zephyr,console = &uart1; @@ -20,6 +20,6 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0.dtsi b/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0.dtsi index 0eeb96aeda6eb..fbe9e75a772d4 100644 --- a/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0.dtsi +++ b/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0.dtsi @@ -14,7 +14,7 @@ #include "mcx_nx4x_evk_cpu0.dtsi" / { - aliases{ + aliases { pwm-0 = &flexpwm1_pwm0; }; }; diff --git a/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0_qspi.dts b/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0_qspi.dts index 7867467ddc82e..0ee8d5541f1b4 100644 --- a/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0_qspi.dts +++ b/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0_qspi.dts @@ -29,23 +29,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(80)>; + label = "mcuboot"; }; slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@314000 { - label = "image-1"; reg = <0x00314000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@614000 { - label = "storage"; reg = <0x00614000 DT_SIZE_K(1968)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu1.dts b/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu1.dts index 68ee11d265950..b674d30c07688 100644 --- a/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu1.dts +++ b/boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu1.dts @@ -10,8 +10,8 @@ #include "mcx_n9xx_evk.dtsi" / { - model = "NXP MCX-N9XX-EVK board"; compatible = "nxp,mcxn947", "nxp,mcx"; + model = "NXP MCX-N9XX-EVK board"; cpus { /delete-node/ cpu@0; diff --git a/boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk.dtsi b/boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk.dtsi index 6f10ccddfb649..9f4fff8ec2c02 100644 --- a/boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk.dtsi +++ b/boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk.dtsi @@ -66,9 +66,9 @@ #gpio-cells = <2>; gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; - gpio-map = <9 0 &gpio4 6 0>, /* Pin 9, LCD touch INT */ - <10 0 &gpio1 11 0>, /* Pin 10, LCD backlight control */ - <11 0 &gpio4 7 0>; /* Pin 11, LCD and touch reset */ + gpio-map = <9 0 &gpio4 6 0>, /* Pin 9, LCD touch INT */ + <10 0 &gpio1 11 0>, /* Pin 10, LCD backlight control */ + <11 0 &gpio4 7 0>; /* Pin 11, LCD and touch reset */ }; }; @@ -137,18 +137,18 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { * to the flash memory sector size of 8KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(80)>; + label = "mcuboot"; }; slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 DT_SIZE_K(984)>; + label = "image-0"; }; slot1_partition: partition@10A000 { - label = "image-1"; reg = <0x0010A000 DT_SIZE_K(984)>; + label = "image-1"; }; /* storage_partition is placed in WINBOND flash memory*/ @@ -168,9 +168,8 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { /* WINBOND flash memory*/ w25q64jwtbjq: w25q64jwtbjq@0 { compatible = "nxp,imx-flexspi-nor"; - status = "disabled"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; jedec-id = [ef 40 17]; erase-block-size = ; @@ -181,6 +180,7 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { cs-setup-time = <3>; data-valid-time = <2>; column-space = <0>; + status = "disabled"; }; }; @@ -201,8 +201,8 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 { &enet_mac { phy-connection-type = "rmii"; - zephyr,random-mac-address; phy-handle = <&phy>; + zephyr,random-mac-address; }; &enet_mdio { diff --git a/boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk_cpu0.dtsi b/boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk_cpu0.dtsi index ae3499b0281ea..c1bc4a07a20c7 100644 --- a/boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk_cpu0.dtsi +++ b/boards/nxp/mcx_nx4x_evk/mcx_nx4x_evk_cpu0.dtsi @@ -139,8 +139,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_M(8)>; + label = "storage"; }; }; }; @@ -196,15 +196,15 @@ }; zephyr_udc0: &usb1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <4>; tx-cal-45-dp-ohms = <7>; tx-cal-45-dm-ohms = <7>; + status = "okay"; }; &lptmr0 { diff --git a/boards/nxp/mcxw23_evk/mcxw23_evk-pinctrl.dtsi b/boards/nxp/mcxw23_evk/mcxw23_evk-pinctrl.dtsi index 91ebe7cbcda39..fda5016a4576c 100644 --- a/boards/nxp/mcxw23_evk/mcxw23_evk-pinctrl.dtsi +++ b/boards/nxp/mcxw23_evk/mcxw23_evk-pinctrl.dtsi @@ -11,7 +11,7 @@ pinmux_flexcomm0_usart: pinmux_flexcomm0_usart { group0 { pinmux = , - ; + ; slew-rate = "standard"; }; }; @@ -20,7 +20,7 @@ pinmux_flexcomm1_i2c: pinmux_flexcomm1_i2c { group0 { pinmux = , - ; + ; slew-rate = "standard"; power-source = "3v3"; }; diff --git a/boards/nxp/mcxw23_evk/mcxw23_evk.dts b/boards/nxp/mcxw23_evk/mcxw23_evk.dts index 94760f959a4e0..51cc98e5b34e7 100644 --- a/boards/nxp/mcxw23_evk/mcxw23_evk.dts +++ b/boards/nxp/mcxw23_evk/mcxw23_evk.dts @@ -10,6 +10,6 @@ #include "mcxw23_evk_common.dtsi" / { - model = "NXP MCXW23-EVK board"; compatible = "nxp,mcxw236", "nxp,mcx"; + model = "NXP MCXW23-EVK board"; }; diff --git a/boards/nxp/mcxw23_evk/mcxw23_evk_common.dtsi b/boards/nxp/mcxw23_evk/mcxw23_evk_common.dtsi index 9ac166cc80b7c..b9cdc3f642e8a 100644 --- a/boards/nxp/mcxw23_evk/mcxw23_evk_common.dtsi +++ b/boards/nxp/mcxw23_evk/mcxw23_evk_common.dtsi @@ -19,7 +19,7 @@ zephyr,flash-controller = &iap; }; - aliases{ + aliases { led0 = &red_led; sw0 = &btn_wk; sw1 = &btn_usr; @@ -68,15 +68,15 @@ gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = /* Not a GPIO*/ /* AN */ - /* Not a GPIO*/ /* RST */ - <2 0 &gpio0 0 0>, /* CS */ - <3 0 &gpio0 4 0>, /* SCK */ - <4 0 &gpio0 3 0>, /* MISO */ - <5 0 &gpio0 2 0>, /* MOSI */ - <8 0 &gpio0 2 0>, /* RX */ - <9 0 &gpio0 3 0>, /* TX */ - <10 0 &gpio0 3 0>, /* SCL */ - <11 0 &gpio0 2 0>; /* SDA */ + /* Not a GPIO*/ /* RST */ + <2 0 &gpio0 0 0>, /* CS */ + <3 0 &gpio0 4 0>, /* SCK */ + <4 0 &gpio0 3 0>, /* MISO */ + <5 0 &gpio0 2 0>, /* MOSI */ + <8 0 &gpio0 2 0>, /* RX */ + <9 0 &gpio0 3 0>, /* TX */ + <10 0 &gpio0 3 0>, /* SCL */ + <11 0 &gpio0 2 0>; /* SDA */ }; arduino_header: arduino-connector { @@ -85,46 +85,46 @@ gpio-map-mask = <0xffffffff 0xffffffc0>; gpio-map-pass-thru = <0 0x3f>; gpio-map = , - , - , /* D2 is not connected */ - , /* D3 is not connected */ - , /* D4 is not connected */ - , /* D5 is not connected */ - , /* D6 is not connected */ - , /* D7 is not connected */ - , /* D8 is not connected */ - , /* D9 is not connected */ - , - , - , - , - , - ; + , + , /* D2 is not connected */ + , /* D3 is not connected */ + , /* D4 is not connected */ + , /* D5 is not connected */ + , /* D6 is not connected */ + , /* D7 is not connected */ + , /* D8 is not connected */ + , /* D9 is not connected */ + , + , + , + , + , + ; }; }; &flexcomm0 { - status = "okay"; compatible = "nxp,lpc-usart"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_usart>; pinctrl-names = "default"; + status = "okay"; }; &flexcomm1 { - status = "okay"; compatible = "nxp,lpc-i2c"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_flexcomm1_i2c>; pinctrl-names = "default"; + status = "okay"; fxls8974: fxls8974@18 { compatible = "nxp,fxls8974"; reg = <0x18>; - status = "okay"; int1-gpios = <&gpio0 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; }; @@ -163,23 +163,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(80)>; + label = "mcuboot"; }; slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 DT_SIZE_K(440)>; + label = "image-0"; }; slot1_partition: partition@82000 { - label = "image-1"; reg = <0x0082000 DT_SIZE_K(440)>; + label = "image-1"; }; storage_partition: partition@f0000 { - label = "storage"; reg = <0x000f0000 DT_SIZE_K(56)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mcxw72_evk/mcxw72_evk_mcxw727c_cpu0.dts b/boards/nxp/mcxw72_evk/mcxw72_evk_mcxw727c_cpu0.dts index bdffb201cc63d..bd591069deb3e 100644 --- a/boards/nxp/mcxw72_evk/mcxw72_evk_mcxw727c_cpu0.dts +++ b/boards/nxp/mcxw72_evk/mcxw72_evk_mcxw727c_cpu0.dts @@ -112,16 +112,16 @@ &lpuart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&pinmux_lpuart0>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-names = "default"; + status = "okay"; }; &flash { @@ -145,9 +145,9 @@ }; &tpm0 { - status = "okay"; pinctrl-0 = <&pinmux_tpm0>; pinctrl-names = "default"; + status = "okay"; }; &lptmr0 { @@ -155,15 +155,15 @@ }; &lpspi1 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; &flexcan0 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -181,14 +181,14 @@ }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; accelerometer: accelerometer@19 { - status = "okay"; compatible = "nxp,fxls8974"; reg = <0x19>; + status = "okay"; }; }; diff --git a/boards/nxp/mimxrt1010_evk/mimxrt1010_evk-pinctrl.dtsi b/boards/nxp/mimxrt1010_evk/mimxrt1010_evk-pinctrl.dtsi index ee45035566bb6..019e3d55769b7 100644 --- a/boards/nxp/mimxrt1010_evk/mimxrt1010_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1010_evk/mimxrt1010_evk-pinctrl.dtsi @@ -26,8 +26,8 @@ drive-strength = "r0-4"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1010_evk/mimxrt1010_evk.dts b/boards/nxp/mimxrt1010_evk/mimxrt1010_evk.dts index dd000b4acbef3..4399d5688a8a6 100644 --- a/boards/nxp/mimxrt1010_evk/mimxrt1010_evk.dts +++ b/boards/nxp/mimxrt1010_evk/mimxrt1010_evk.dts @@ -13,8 +13,8 @@ #include / { - model = "NXP MIMXRT1010-EVK board"; compatible = "nxp,mimxrt1010"; + model = "NXP MIMXRT1010-EVK board"; aliases { led0 = &green_led; @@ -92,18 +92,18 @@ arduino_serial: &lpuart1 {}; }; &flexspi { - status = "okay"; reg = <0x400a0000 0x4000>, <0x60000000 DT_SIZE_M(16)>; + status = "okay"; at25sf128a: at25sf128a@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [1f 89 01]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -115,49 +115,49 @@ arduino_serial: &lpuart1 {}; * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; }; arduino_i2c: &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &lpspi1 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */ dmas = <&edma0 0 13>, <&edma0 1 14>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb1 { @@ -165,9 +165,9 @@ zephyr_udc0: &usb1 { }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; &sai1 { diff --git a/boards/nxp/mimxrt1015_evk/mimxrt1015_evk-pinctrl.dtsi b/boards/nxp/mimxrt1015_evk/mimxrt1015_evk-pinctrl.dtsi index cb6aedd3f422a..e294f69b3320e 100644 --- a/boards/nxp/mimxrt1015_evk/mimxrt1015_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1015_evk/mimxrt1015_evk-pinctrl.dtsi @@ -27,8 +27,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1015_evk/mimxrt1015_evk.dts b/boards/nxp/mimxrt1015_evk/mimxrt1015_evk.dts index 9052a9a159783..1031e6ad4da48 100644 --- a/boards/nxp/mimxrt1015_evk/mimxrt1015_evk.dts +++ b/boards/nxp/mimxrt1015_evk/mimxrt1015_evk.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT1015-EVK board"; compatible = "nxp,mimxrt1015"; + model = "NXP MIMXRT1015-EVK board"; aliases { led0 = &green_led; @@ -89,18 +89,18 @@ arduino_serial: &lpuart4 { }; &flexspi { - status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(16)>; + status = "okay"; at25sf128a: at25sf128a@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [1f 89 01]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -112,49 +112,49 @@ arduino_serial: &lpuart4 { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpspi1 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */ dmas = <&edma0 0 13>, <&edma0 1 14>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb1 { @@ -162,9 +162,9 @@ zephyr_udc0: &usb1 { }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; &edma0 { diff --git a/boards/nxp/mimxrt1020_evk/mimxrt1020_evk-pinctrl.dtsi b/boards/nxp/mimxrt1020_evk/mimxrt1020_evk-pinctrl.dtsi index 38a13d8b1f47a..10d6c8f40af2b 100644 --- a/boards/nxp/mimxrt1020_evk/mimxrt1020_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1020_evk/mimxrt1020_evk-pinctrl.dtsi @@ -27,8 +27,8 @@ bias-disable; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "50-mhz"; input-enable; + nxp,speed = "50-mhz"; }; group1 { @@ -93,8 +93,8 @@ <&iomuxc_gpio_sd_b1_01_flexcan1_rx>; drive-strength = "r0-6"; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -105,8 +105,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -117,8 +117,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts b/boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts index 301eb74f8c5b3..d2c4e8da0d5f4 100644 --- a/boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts +++ b/boards/nxp/mimxrt1020_evk/mimxrt1020_evk.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT1020-EVK board"; compatible = "nxp,mimxrt1021"; + model = "NXP MIMXRT1020-EVK board"; aliases { led0 = &green_led; @@ -35,9 +35,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(32)>; /* ISSI IS42S16160J-6TLI */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(32)>; }; leds { @@ -96,18 +96,18 @@ arduino_serial: &lpuart2 { }; &flexspi { - status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; is25lp064: is25lp064@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [9d 60 17]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -119,85 +119,85 @@ arduino_serial: &lpuart2 { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rmii"; + zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "microchip,ksz8081"; reg = <0>; - status = "okay"; reset-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>; int-gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; &enet_ptp_clock { - status = "okay"; pinctrl-0 = <&pinmux_ptp>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c4 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c4>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpspi1 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */ dmas = <&edma0 0 13>, <&edma0 1 14>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb1 { @@ -205,7 +205,6 @@ zephyr_udc0: &usb1 { }; &usdhc1 { - status = "okay"; no-1-8-v; pinctrl-0 = <&pinmux_usdhc1>; pinctrl-1 = <&pinmux_usdhc1_slow>; @@ -214,6 +213,7 @@ zephyr_udc0: &usb1 { pinctrl-names = "default", "slow", "med", "fast"; cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; pwr-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; @@ -223,9 +223,9 @@ zephyr_udc0: &usb1 { }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; &sai3 { diff --git a/boards/nxp/mimxrt1024_evk/mimxrt1024_evk-pinctrl.dtsi b/boards/nxp/mimxrt1024_evk/mimxrt1024_evk-pinctrl.dtsi index e2ffc4fe04d45..71c116f1afee1 100644 --- a/boards/nxp/mimxrt1024_evk/mimxrt1024_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1024_evk/mimxrt1024_evk-pinctrl.dtsi @@ -26,8 +26,8 @@ bias-disable; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "50-mhz"; input-enable; + nxp,speed = "50-mhz"; }; group1 { @@ -92,8 +92,8 @@ <&iomuxc_gpio_sd_b1_01_flexcan1_rx>; drive-strength = "r0-6"; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -104,8 +104,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -116,8 +116,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1024_evk/mimxrt1024_evk.dts b/boards/nxp/mimxrt1024_evk/mimxrt1024_evk.dts index 0a03950a6bdf0..4daac58e64608 100644 --- a/boards/nxp/mimxrt1024_evk/mimxrt1024_evk.dts +++ b/boards/nxp/mimxrt1024_evk/mimxrt1024_evk.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT1024-EVK board"; compatible = "nxp,mimxrt1024"; + model = "NXP MIMXRT1024-EVK board"; aliases { led0 = &green_led; @@ -39,9 +39,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(32)>; /* ISSI IS42S16160J-6TLI */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(32)>; }; leds { @@ -112,63 +112,63 @@ arduino_serial: &lpuart2 { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(1924)>; + label = "image-0"; }; slot1_partition: partition@201000 { - label = "image-1"; reg = <0x00201000 DT_SIZE_K(1924)>; + label = "image-1"; }; storage_partition: partition@3E2000 { - label = "storage"; reg = <0x003E2000 DT_SIZE_K(120)>; + label = "storage"; }; }; }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rmii"; + zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "microchip,ksz8081"; reg = <0>; - status = "okay"; reset-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>; int-gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; &enet_ptp_clock { - status = "okay"; pinctrl-0 = <&pinmux_ptp>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart2 { @@ -178,9 +178,9 @@ arduino_serial: &lpuart2 { }; &flexcan1 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan1>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -192,11 +192,11 @@ arduino_serial: &lpuart2 { }; &lpi2c4 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c4>; pinctrl-names = "default"; scl-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>; sda-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; + status = "okay"; fxos8700: fxos8700@1f { compatible = "nxp,fxos8700"; @@ -209,18 +209,18 @@ arduino_serial: &lpuart2 { }; &lpspi1 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */ dmas = <&edma0 0 13>, <&edma0 1 14>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; /* GPT and Systick are enabled. If power management is enabled, the GPT @@ -240,7 +240,6 @@ zephyr_udc0: &usb1 { }; &usdhc1 { - status = "okay"; pinctrl-0 = <&pinmux_usdhc1>; pinctrl-1 = <&pinmux_usdhc1_slow>; pinctrl-2 = <&pinmux_usdhc1_med>; @@ -249,6 +248,7 @@ zephyr_udc0: &usb1 { cd-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; pwr-gpios = <&gpio3 30 GPIO_ACTIVE_HIGH>; no-1-8-v; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/nxp/mimxrt1040_evk/mimxrt1040_evk-pinctrl.dtsi b/boards/nxp/mimxrt1040_evk/mimxrt1040_evk-pinctrl.dtsi index 2afded3dc0558..97daa24dc5c37 100644 --- a/boards/nxp/mimxrt1040_evk/mimxrt1040_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1040_evk/mimxrt1040_evk-pinctrl.dtsi @@ -38,8 +38,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -50,8 +50,8 @@ <&iomuxc_gpio_ad_b1_07_lpi2c3_scl>; drive-strength = "r0-6"; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1040_evk/mimxrt1040_evk.dts b/boards/nxp/mimxrt1040_evk/mimxrt1040_evk.dts index 347b2cf3f8157..f70aa276f24f5 100644 --- a/boards/nxp/mimxrt1040_evk/mimxrt1040_evk.dts +++ b/boards/nxp/mimxrt1040_evk/mimxrt1040_evk.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT1040-EVK board"; compatible = "nxp,mimxrt1042"; + model = "NXP MIMXRT1040-EVK board"; aliases { led0 = &green_led; @@ -36,9 +36,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(32)>; /* Winbond W9825G6KH SDRAM */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(32)>; }; /* @@ -118,19 +118,19 @@ }; &flexspi { - status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; /* Winbond external flash */ w25q64jvssiq: w25q64jvssiq@0 { compatible = "nxp,imx-flexspi-nor"; - size = <(DT_SIZE_M(8) * 8)>; reg = <0>; + size = <(DT_SIZE_M(8) * 8)>; spi-max-frequency = ; - status = "okay"; jedec-id = [ef 40 17]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -142,55 +142,55 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flexpwm1_pwm3 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm1_pwm3>; pinctrl-names = "default"; + status = "okay"; }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; &lpspi1 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */ dmas = <&edma0 0 13>, <&edma0 1 14>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; &edma0 { @@ -198,9 +198,9 @@ }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; nxp_touch_i2c: &lpi2c1 {}; diff --git a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk-pinctrl.dtsi b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk-pinctrl.dtsi index 707fdaf4eb17d..0f25fa821cb20 100644 --- a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk-pinctrl.dtsi @@ -57,8 +57,8 @@ bias-disable; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "50-mhz"; input-enable; + nxp,speed = "50-mhz"; }; group1 { @@ -142,8 +142,8 @@ bias-pull-down; bias-pull-down-value = "100k"; slew-rate = "fast"; - nxp,speed = "200-mhz"; input-enable; + nxp,speed = "200-mhz"; }; group1 { @@ -160,8 +160,8 @@ <&iomuxc_gpio_sd_b1_11_flexspi_a_data3>; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "200-mhz"; input-enable; + nxp,speed = "200-mhz"; }; }; @@ -228,8 +228,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi index 46ce6f4733a53..a987ee7a17945 100644 --- a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi +++ b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT1050-EVK board"; compatible = "nxp,mimxrt1052"; + model = "NXP MIMXRT1050-EVK board"; aliases { led0 = &green_led; @@ -35,9 +35,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(32)>; /* Micron MT48LC16M16A2B4-6AIT:G */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(32)>; }; /* @@ -123,9 +123,9 @@ arduino_serial: &lpuart3 { }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; nxp_touch_i2c: &lpi2c1 {}; @@ -136,9 +136,9 @@ zephyr_lcdif: &lcdif { }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1f { compatible = "nxp,fxos8700"; @@ -155,60 +155,60 @@ zephyr_lcdif: &lcdif { }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpspi1 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */ dmas = <&edma0 0 13>, <&edma0 1 14>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; tristate-output; + status = "okay"; }; &lpspi3 { - status = "okay"; /* DMA channels 2 and 3, muxed to LPSPI3 RX and TX */ dmas = <&edma0 2 15>, <&edma0 3 16>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi3>; pinctrl-names = "default"; + status = "okay"; }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - nxp,unique-mac; phy-connection-type = "rmii"; + nxp,unique-mac; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "microchip,ksz8081"; reg = <0>; - status = "okay"; reset-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>; int-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; &enet_ptp_clock { - status = "okay"; pinctrl-0 = <&pinmux_ptp>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb1 { @@ -216,31 +216,30 @@ zephyr_udc0: &usb1 { }; zephyr_uhc0: &usbh1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; zephyr_uhc1: &usbh2 { - status = "okay"; phy-handle = <&usbphy2>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <12>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &usbphy2 { - status = "okay"; tx-d-cal = <12>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &usdhc1 { - status = "okay"; pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; pinctrl-0 = <&pinmux_usdhc1>; @@ -248,6 +247,7 @@ zephyr_uhc1: &usbh2 { pinctrl-2 = <&pinmux_usdhc1_med>; pinctrl-3 = <&pinmux_usdhc1_fast>; pinctrl-names = "default", "slow", "med", "fast"; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_hyperflash.dts b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_hyperflash.dts index e0c25d48e7744..8ff4736233476 100644 --- a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_hyperflash.dts +++ b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_hyperflash.dts @@ -15,7 +15,7 @@ }; &flexspi { - status = "okay"; + reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(64)>; ahb-prefetch; ahb-read-addr-opt; pinctrl-0 = <&pinmux_flexspi1>; @@ -25,12 +25,12 @@ sck-differential-clock; combination-mode; rx-clock-source = <3>; - reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(64)>; + status = "okay"; s26ks512s0: s26ks512s@0 { compatible = "nxp,imx-flexspi-hyperflash"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; word-addressable; cs-interval-unit = <1>; @@ -41,9 +41,9 @@ column-space = <3>; ahb-write-wait-unit = <2>; ahb-write-wait-interval = <20>; - status = "okay"; erase-block-size = ; write-block-size = <16>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -55,23 +55,23 @@ * to the flash memory sector size of 256KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(256)>; + label = "mcuboot"; }; slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@340000 { - label = "image-1"; reg = <0x00340000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@640000 { - label = "storage"; reg = <0x00640000 (DT_SIZE_M(58) - DT_SIZE_K(256))>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_qspi.dts b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_qspi.dts index 0b62fa3a71511..d0868dba1b941 100644 --- a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_qspi.dts +++ b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk_mimxrt1052_qspi.dts @@ -15,21 +15,21 @@ }; &flexspi { - status = "okay"; + reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; ahb-prefetch; ahb-read-addr-opt; rx-clock-source = <1>; - reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; is25wp064: is25wp064@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [9d 70 17]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -41,23 +41,23 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk-pinctrl.dtsi b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk-pinctrl.dtsi index f844066728805..937aa6e8bade1 100644 --- a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk-pinctrl.dtsi @@ -57,8 +57,8 @@ bias-disable; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "50-mhz"; input-enable; + nxp,speed = "50-mhz"; }; group1 { @@ -154,8 +154,8 @@ bias-pull-down; bias-pull-down-value = "100k"; slew-rate = "fast"; - nxp,speed = "200-mhz"; input-enable; + nxp,speed = "200-mhz"; }; group1 { @@ -172,8 +172,8 @@ <&iomuxc_gpio_sd_b1_11_flexspi_a_data3>; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "200-mhz"; input-enable; + nxp,speed = "200-mhz"; }; }; @@ -224,8 +224,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi index 87f5d688a595a..ce6918b61fb6c 100644 --- a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi +++ b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT1060-EVK board"; compatible = "nxp,mimxrt1062"; + model = "NXP MIMXRT1060-EVK board"; aliases { led0 = &green_led; @@ -35,9 +35,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(32)>; /* Micron MT48LC16M16A2B4-6AIT:G */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(32)>; }; /* @@ -139,17 +139,17 @@ zephyr_lcdif: &lcdif { nxp_touch_i2c: &lpi2c1 {}; arduino_i2c: &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart8 { @@ -160,68 +160,68 @@ arduino_i2c: &lpi2c1 { }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rmii"; + zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "microchip,ksz8081"; reg = <0>; - status = "okay"; reset-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>; int-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; &enet_ptp_clock { - status = "okay"; pinctrl-0 = <&pinmux_ptp>; pinctrl-names = "default"; + status = "okay"; }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; zephyr_uhc0: &usbh1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; zephyr_uhc1: &usbh2 { - status = "okay"; phy-handle = <&usbphy2>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <12>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &usbphy2 { - status = "okay"; tx-d-cal = <12>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &csi { @@ -230,9 +230,9 @@ zephyr_uhc1: &usbh2 { }; &flexpwm2_pwm3 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm2_3>; pinctrl-names = "default"; + status = "okay"; }; &flexpwm1_pwm0 { @@ -246,16 +246,16 @@ zephyr_uhc1: &usbh2 { }; &usdhc1 { - status = "okay"; power-delay-ms = <1000>; pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; - status = "okay"; pinctrl-0 = <&pinmux_usdhc1>; pinctrl-1 = <&pinmux_usdhc1_slow>; pinctrl-2 = <&pinmux_usdhc1_med>; pinctrl-3 = <&pinmux_usdhc1_fast>; pinctrl-names = "default", "slow", "med", "fast"; + status = "okay"; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; @@ -269,9 +269,9 @@ zephyr_uhc1: &usbh2 { }; &flexcan3 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan3>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -283,27 +283,27 @@ zephyr_uhc1: &usbh2 { }; arduino_spi: &lpspi1 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */ dmas = <&edma0 0 13>, <&edma0 1 14>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; &lpspi3 { - status = "okay"; /* DMA channels 2 and 3, muxed to LPSPI3 RX and TX */ dmas = <&edma0 2 15>, <&edma0 3 16>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi3>; pinctrl-names = "default"; + status = "okay"; }; &sai1 { - status = "okay"; pinctrl-0 = <&pinmux_sai1>; pinctrl-names = "default"; + status = "okay"; }; /* GPT and Systick are enabled. If power management is enabled, the GPT diff --git a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_hyperflash.dts b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_hyperflash.dts index 5dbc003aa4c35..b8781c4872f8f 100644 --- a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_hyperflash.dts +++ b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_hyperflash.dts @@ -15,7 +15,7 @@ }; &flexspi { - status = "okay"; + reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(64)>; ahb-prefetch; ahb-read-addr-opt; ahb-bufferable; @@ -23,12 +23,12 @@ sck-differential-clock; combination-mode; rx-clock-source = <3>; - reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(64)>; + status = "okay"; s26ks512s0: s26ks512s@0 { compatible = "nxp,imx-flexspi-hyperflash"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; word-addressable; cs-interval-unit = <1>; @@ -39,9 +39,9 @@ column-space = <3>; ahb-write-wait-unit = <2>; ahb-write-wait-interval = <20>; - status = "okay"; erase-block-size = ; write-block-size = <16>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -53,23 +53,23 @@ * to the flash memory sector size of 256KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(256)>; + label = "mcuboot"; }; slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@340000 { - label = "image-1"; reg = <0x00340000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@640000 { - label = "storage"; reg = <0x00640000 (DT_SIZE_M(58) - DT_SIZE_K(256))>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi.dts b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi.dts index 71140a18d7b50..1a8e87abae772 100644 --- a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi.dts +++ b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi.dts @@ -15,23 +15,23 @@ }; &flexspi { - status = "okay"; + reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; pinctrl-0 = <&pinmux_flexspi1>; pinctrl-names = "default"; ahb-prefetch; ahb-read-addr-opt; rx-clock-source = <1>; - reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; is25wp064: is25wp064@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [9d 70 17]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -43,23 +43,23 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_C.overlay b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_C.overlay index 63862a724c024..9c67e7f143e3c 100644 --- a/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_C.overlay +++ b/boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_C.overlay @@ -54,13 +54,13 @@ w25q128jw: w25q128jw@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [ef 60 18]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -72,23 +72,23 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6-pinctrl.dtsi b/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6-pinctrl.dtsi index bca358872b549..f0e3d42b86b6f 100644 --- a/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6-pinctrl.dtsi +++ b/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6-pinctrl.dtsi @@ -25,9 +25,9 @@ pinmux = <&iomuxc_gpio_b0_15_enet2_ref_clk2>; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "50-mhz"; bias-pull-down-value = "100k"; input-enable; + nxp,speed = "50-mhz"; }; group1 { @@ -193,8 +193,8 @@ bias-pull-down; bias-pull-down-value = "100k"; slew-rate = "fast"; - nxp,speed = "200-mhz"; input-enable; + nxp,speed = "200-mhz"; }; group1 { @@ -211,8 +211,8 @@ <&iomuxc_gpio_sd_b1_11_flexspi_a_data3>; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "200-mhz"; input-enable; + nxp,speed = "200-mhz"; }; }; @@ -224,8 +224,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -236,8 +236,8 @@ drive-strength = "r0-7"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -248,8 +248,8 @@ drive-strength = "r0-7"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -260,8 +260,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -275,8 +275,8 @@ <&iomuxc_gpio_emc_12_gpio4_io12>; drive-strength = "r0-7"; slew-rate = "fast"; - nxp,speed = "100-mhz"; bias-pull-up-value = "47k"; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts b/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts index 9d7209cfae1cb..2e585597f66ec 100644 --- a/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts +++ b/boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT1062 FMURT6 board"; compatible = "nxp,mimxrt1062"; + model = "NXP MIMXRT1062 FMURT6 board"; aliases { led0 = &green_led; @@ -109,9 +109,9 @@ }; &flexcan1 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan1>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -119,9 +119,9 @@ }; &flexcan2 { - status = "disabled"; pinctrl-0 = <&pinmux_flexcan2>; pinctrl-names = "default"; + status = "disabled"; can-transceiver { max-bitrate = <5000000>; @@ -129,9 +129,9 @@ }; &flexcan3 { - status = "disabled"; pinctrl-0 = <&pinmux_flexcan3>; pinctrl-names = "default"; + status = "disabled"; can-transceiver { max-bitrate = <5000000>; @@ -175,13 +175,13 @@ }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; &flexspi { - status = "okay"; + reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(64)>; ahb-prefetch; ahb-read-addr-opt; ahb-bufferable; @@ -189,12 +189,12 @@ sck-differential-clock; combination-mode; rx-clock-source = <3>; - reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(64)>; + status = "okay"; s26ks512s0: s26ks512s@0 { compatible = "nxp,imx-flexspi-hyperflash"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; word-addressable; cs-interval-unit = <1>; @@ -205,9 +205,9 @@ column-space = <3>; ahb-write-wait-unit = <2>; ahb-write-wait-interval = <20>; - status = "okay"; erase-block-size = ; write-block-size = <16>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -219,38 +219,38 @@ * to the flash memory sector size of 256KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(256)>; + label = "mcuboot"; }; slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@340000 { - label = "image-1"; reg = <0x00340000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@640000 { - label = "storage"; reg = <0x00640000 (DT_SIZE_M(58) - DT_SIZE_K(256))>; + label = "storage"; }; }; }; }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c2 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c2>; pinctrl-names = "default"; + status = "okay"; bmp388: bmp388@76 { compatible = "bosch,bmp388"; @@ -260,73 +260,72 @@ }; &lpi2c4 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c2>; pinctrl-names = "default"; + status = "okay"; bmm150: bmm150@10 { compatible = "bosch,bmm150"; - status = "disabled"; reg = <0x10>; + status = "disabled"; }; }; &lpuart7 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart7>; pinctrl-1 = <&pinmux_lpuart7_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart2>; pinctrl-1 = <&pinmux_lpuart2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart3 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart3>; pinctrl-1 = <&pinmux_lpuart3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart5 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart5>; pinctrl-1 = <&pinmux_lpuart5_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpspi1 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; cs-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>; clock-frequency = ; + status = "okay"; }; &lpspi2 { - status = "disabled"; pinctrl-0 = <&pinmux_lpspi2>; pinctrl-names = "default"; clock-frequency = ; + status = "disabled"; ism330dhcx: ism330dhcx@0 { compatible = "st,ism330dhcx"; - status = "disabled"; - spi-max-frequency = ; reg = <0>; + spi-max-frequency = ; + status = "disabled"; }; }; &lpspi3 { - status = "okay"; pinctrl-0 = <&pinmux_lpspi3>; pinctrl-names = "default"; /* Accelerometer */ @@ -335,62 +334,63 @@ <&gpio2 26 GPIO_ACTIVE_LOW>; clock-frequency = ; + status = "okay"; }; &flexpwm2_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_fmu_ch1>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm2_pwm1 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_fmu_ch2>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm2_pwm2 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_fmu_ch3>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm2_pwm3 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_fmu_ch4>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm3_pwm2 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_fmu_ch5>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm3_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_fmu_ch6>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm4_pwm2 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_fmu_ch7>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm4_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_fmu_ch8>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &enet2 { @@ -400,16 +400,16 @@ &enet2_mac { pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; - zephyr,random-mac-address; phy-connection-type = "rmii"; phy-handle = <&phy>; + zephyr,random-mac-address; status = "okay"; }; &enet2_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "ethernet-phy"; @@ -423,7 +423,6 @@ zephyr_udc0: &usb1 { }; &usdhc1 { - status = "okay"; power-delay-ms = <1000>; pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; @@ -432,6 +431,7 @@ zephyr_udc0: &usb1 { pinctrl-2 = <&pinmux_usdhc1_med>; pinctrl-3 = <&pinmux_usdhc1_fast>; pinctrl-names = "default", "slow", "med", "fast"; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/nxp/mimxrt1064_evk/mimxrt1064_evk-pinctrl.dtsi b/boards/nxp/mimxrt1064_evk/mimxrt1064_evk-pinctrl.dtsi index 46626b4d736fd..c181d7aed53da 100644 --- a/boards/nxp/mimxrt1064_evk/mimxrt1064_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1064_evk/mimxrt1064_evk-pinctrl.dtsi @@ -57,8 +57,8 @@ bias-disable; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "50-mhz"; input-enable; + nxp,speed = "50-mhz"; }; group1 { @@ -156,8 +156,8 @@ <&iomuxc_gpio_sd_b1_11_flexspi_a_data3>; drive-strength = "r0-6"; slew-rate = "fast"; - nxp,speed = "200-mhz"; input-enable; + nxp,speed = "200-mhz"; }; }; @@ -208,8 +208,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts b/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts index ef491683159ef..e435da5e59f87 100644 --- a/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts +++ b/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT1064-EVK board"; compatible = "nxp,mimxrt1064"; + model = "NXP MIMXRT1064-EVK board"; aliases { led0 = &green_led; @@ -39,9 +39,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(32)>; /* Micron MT48LC16M16A2B4-6AIT:G */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(32)>; }; /* @@ -143,10 +143,9 @@ zephyr_lcdif: &lcdif { nxp_parallel_i2c: &lpi2c1 {}; &lpi2c1 { - status = "okay"; - pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; + status = "okay"; ft5336: ft5336@38 { compatible = "focaltech,ft5336"; @@ -156,23 +155,23 @@ nxp_parallel_i2c: &lpi2c1 {}; }; &flexspi { - status = "okay"; + reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; pinctrl-0 = <&pinmux_flexspi1>; pinctrl-names = "default"; ahb-prefetch; ahb-read-addr-opt; rx-clock-source = <1>; - reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; is25wp064: is25wp064@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [9d 70 17]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -180,8 +179,8 @@ nxp_parallel_i2c: &lpi2c1 {}; #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_M(8)>; + label = "storage"; }; }; }; @@ -198,29 +197,29 @@ nxp_parallel_i2c: &lpi2c1 {}; * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(1984)>; + label = "image-0"; }; slot1_partition: partition@210000 { - label = "image-1"; reg = <0x00210000 DT_SIZE_K(1984)>; + label = "image-1"; }; /* The storage partition is located in is25wp064 */ }; }; &lpuart1 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; current-speed = <115200>; + status = "okay"; }; arduino_serial: &lpuart3 { @@ -231,33 +230,33 @@ arduino_serial: &lpuart3 { }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rmii"; + zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "microchip,ksz8081"; reg = <0>; - status = "okay"; reset-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>; int-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; &enet_ptp_clock { - status = "okay"; pinctrl-0 = <&pinmux_ptp>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb1 { @@ -270,13 +269,12 @@ zephyr_udc0: &usb1 { }; &flexpwm2_pwm3 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm2>; pinctrl-names = "default"; + status = "okay"; }; &usdhc1 { - status = "okay"; pwr-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; pinctrl-0 = <&pinmux_usdhc1>; @@ -284,6 +282,7 @@ zephyr_udc0: &usb1 { pinctrl-2 = <&pinmux_usdhc1_med>; pinctrl-3 = <&pinmux_usdhc1_fast>; pinctrl-names = "default", "slow", "med", "fast"; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; @@ -297,9 +296,9 @@ zephyr_udc0: &usb1 { }; &flexcan2 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan2>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -311,28 +310,28 @@ zephyr_udc0: &usb1 { }; &lpspi1 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */ dmas = <&edma0 0 13>, <&edma0 1 14>; dma-names = "rx", "tx"; tristate-output; pinctrl-0 = <&pinmux_lpspi1>; pinctrl-names = "default"; + status = "okay"; }; &lpspi3 { - status = "okay"; /* DMA channels 2 and 3, muxed to LPSPI3 RX and TX */ dmas = <&edma0 2 15>, <&edma0 3 16>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi3>; pinctrl-names = "default"; + status = "okay"; }; &adc1 { - status = "okay"; pinctrl-0 = <&pinmux_adc1>; pinctrl-names = "default"; + status = "okay"; }; /* GPT and Systick are enabled. If power management is enabled, the GPT diff --git a/boards/nxp/mimxrt1160_evk/mimxrt1160_evk.dtsi b/boards/nxp/mimxrt1160_evk/mimxrt1160_evk.dtsi index 9f5ded1dbe7ea..300dbcf71ade9 100644 --- a/boards/nxp/mimxrt1160_evk/mimxrt1160_evk.dtsi +++ b/boards/nxp/mimxrt1160_evk/mimxrt1160_evk.dtsi @@ -47,11 +47,11 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart2 { @@ -69,9 +69,9 @@ }; &lpi2c5 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c5>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1f { compatible = "nxp,fxos8700"; @@ -88,21 +88,21 @@ }; &flexspi { - status = "okay"; + reg = <0x400cc000 0x4000>, <0x30000000 DT_SIZE_M(16)>; ahb-prefetch; ahb-read-addr-opt; rx-clock-source = <1>; - reg = <0x400cc000 0x4000>, <0x30000000 DT_SIZE_M(16)>; + status = "okay"; is25wp128: is25wp128@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [9d 70 18]; erase-block-size = <4096>; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -114,62 +114,62 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; }; &flexpwm1_pwm2 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm1>; pinctrl-names = "default"; + status = "okay"; }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; phy-connection-type = "rmii"; zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "microchip,ksz8081"; reg = <0>; - status = "okay"; reset-gpios = <&gpio12 12 GPIO_ACTIVE_HIGH>; int-gpios = <&gpio9 11 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; &enet_ptp_clock { - status = "okay"; pinctrl-0 = <&pinmux_ptp>; pinctrl-names = "default"; + status = "okay"; }; &csi { diff --git a/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4.dts b/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4.dts index 551145c0b5650..97b8c121d9eca 100644 --- a/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4.dts +++ b/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4.dts @@ -10,8 +10,8 @@ #include "mimxrt1160_evk.dtsi" / { - model = "NXP MIMXRT1160-EVK board"; compatible = "nxp,mimxrt1166"; + model = "NXP MIMXRT1160-EVK board"; chosen { /* @@ -30,15 +30,15 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(64)>; /* Winbond W9825G6KH-5I */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(64)>; }; }; &lpuart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpi2c1 { diff --git a/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm7.dts b/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm7.dts index 8e91ed2a5636c..8792f9ebca754 100644 --- a/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm7.dts +++ b/boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm7.dts @@ -10,8 +10,8 @@ #include "mimxrt1160_evk.dtsi" / { - model = "NXP MIMXRT1160-EVK board"; compatible = "nxp,mimxrt1166"; + model = "NXP MIMXRT1160-EVK board"; chosen { zephyr,sram = &sdram0; @@ -29,9 +29,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(64)>; /* Winbond W9825G6KH-5I */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(64)>; }; aliases { @@ -77,8 +77,8 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &flexcan3 { diff --git a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi index ab2f9dfb22199..268d509cbb405 100644 --- a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi +++ b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi @@ -89,9 +89,9 @@ }; arduino_i2c: &lpi2c5 { - status = "okay"; pinctrl-0 = <&pinmux_lpi2c5>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1f { compatible = "nxp,fxos8700"; @@ -108,11 +108,11 @@ arduino_i2c: &lpi2c5 { }; &lpuart1 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; current-speed = <115200>; + status = "okay"; }; arduino_serial: &lpuart2 { @@ -131,68 +131,68 @@ arduino_serial: &lpuart2 { }; &flexpwm1_pwm2 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm1>; pinctrl-names = "default"; + status = "okay"; }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; phy-connection-type = "rmii"; zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "microchip,ksz8081"; reg = <0>; - status = "okay"; reset-gpios = <&gpio12 12 GPIO_ACTIVE_HIGH>; int-gpios = <&gpio9 11 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; &enet_ptp_clock { - status = "okay"; pinctrl-0 = <&pinmux_ptp>; pinctrl-names = "default"; + status = "okay"; }; &enet1g_mac { - status = "disabled"; pinctrl-0 = <&pinmux_enet1g>; pinctrl-names = "default"; phy-handle = <&enet1g_phy>; phy-connection-type = "rgmii"; zephyr,random-mac-address; + status = "disabled"; }; &enet1g_mdio { - status = "disabled"; pinctrl-0 = <&pinmux_enet1g_mdio>; pinctrl-names = "default"; + status = "disabled"; enet1g_phy: phy@1 { compatible = "realtek,rtl8211f"; reg = <1>; - status = "disabled"; reset-gpios = <&gpio11 14 GPIO_ACTIVE_HIGH>; int-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>; + status = "disabled"; }; }; &enet1g_ptp_clock { - status = "disabled"; pinctrl-0 = <&pinmux_enet1g_ptp>; pinctrl-names = "default"; + status = "disabled"; }; &csi { @@ -253,21 +253,21 @@ arduino_spi: &lpspi1 { }; &flexspi { - status = "okay"; + reg = <0x400cc000 0x4000>, <0x30000000 DT_SIZE_M(16)>; ahb-prefetch; ahb-read-addr-opt; rx-clock-source = <1>; - reg = <0x400cc000 0x4000>, <0x30000000 DT_SIZE_M(16)>; + status = "okay"; is25wp128: is25wp128@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [9d 70 18]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -279,23 +279,23 @@ arduino_spi: &lpspi1 { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm4.dts b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm4.dts index 83cc63bfce9d8..56a3a3dd523aa 100644 --- a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm4.dts +++ b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm4.dts @@ -10,8 +10,8 @@ #include "mimxrt1170_evk.dtsi" / { - model = "NXP MIMXRT1170-EVK board"; compatible = "nxp,mimxrt1176"; + model = "NXP MIMXRT1170-EVK board"; chosen { /* @@ -31,9 +31,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(64)>; /* Winbond W9825G6KH-5I */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(64)>; }; zephyr,user { @@ -48,8 +48,8 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpi2c1 { diff --git a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm4_B.overlay b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm4_B.overlay index e9a9ed325f184..5f7d6c2ddfbe1 100644 --- a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm4_B.overlay +++ b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm4_B.overlay @@ -19,18 +19,18 @@ &flexspi { /* RT1170 EVKB uses a different QSPI flash chip */ /delete-node/ is25wp128@0; - status = "okay"; reg = <0x400cc000 0x4000>, <0x30000000 DT_SIZE_M(64)>; + status = "okay"; w25q512nw: w25q512nw@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [ef 60 20]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -42,23 +42,23 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(50) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; diff --git a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7.dts b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7.dts index dd3dda62ee212..d4fce9c2baee6 100644 --- a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7.dts +++ b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7.dts @@ -10,8 +10,8 @@ #include "mimxrt1170_evk.dtsi" / { - model = "NXP MIMXRT1170-EVK board"; compatible = "nxp,mimxrt1176"; + model = "NXP MIMXRT1170-EVK board"; aliases { mipi-dsi = &mipi_dsi; @@ -34,9 +34,9 @@ }; sdram0: memory@80000000 { + reg = <0x80000000 DT_SIZE_M(64)>; /* Winbond W9825G6KH-5I */ device_type = "memory"; - reg = <0x80000000 DT_SIZE_M(64)>; }; /* @@ -94,8 +94,8 @@ zephyr_mipi_dsi: &mipi_dsi { }; &lpuart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &flexcan3 { @@ -124,9 +124,9 @@ nxp_mipi_i2c: &lpi2c5 { }; &usdhc1 { - status = "okay"; detect-dat3; pwr-gpios = <&gpio10 2 GPIO_ACTIVE_LOW>; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; @@ -160,15 +160,15 @@ nxp_mipi_i2c: &lpi2c5 { }; zephyr_udc0: &usb1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <7>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &mailbox_a { diff --git a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7_B.overlay b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7_B.overlay index a073a86d6a83b..1f5f2270b3611 100644 --- a/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7_B.overlay +++ b/boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7_B.overlay @@ -23,18 +23,18 @@ &flexspi { /* RT1170 EVKB uses a different QSPI flash chip */ /delete-node/ is25wp128@0; - status = "okay"; reg = <0x400cc000 0x4000>, <0x30000000 DT_SIZE_M(64)>; + status = "okay"; w25q512nw: w25q512nw@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [ef 60 20]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -46,23 +46,23 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(50) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; @@ -105,8 +105,8 @@ m2_hci_uart: &lpuart2 { }; &m2_hci_uart { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpi2c5 { diff --git a/boards/nxp/mimxrt1180_evk/mimxrt1180_evk-pinctrl.dtsi b/boards/nxp/mimxrt1180_evk/mimxrt1180_evk-pinctrl.dtsi index 97451ab83c45f..e652595a7b9e4 100644 --- a/boards/nxp/mimxrt1180_evk/mimxrt1180_evk-pinctrl.dtsi +++ b/boards/nxp/mimxrt1180_evk/mimxrt1180_evk-pinctrl.dtsi @@ -361,12 +361,12 @@ pinmux_sai1: pinmux_sai1 { group0 { pinmux = <&iomuxc_aon_gpio_aon_24_sai1_mclk>, - <&iomuxc_aon_gpio_aon_27_sai1_rx_sync>, - <&iomuxc_aon_gpio_aon_26_sai1_rx_bclk>, - <&iomuxc_aon_gpio_aon_25_sai1_rx_data0>, - <&iomuxc_aon_gpio_aon_21_sai1_tx_data0>, - <&iomuxc_aon_gpio_aon_23_sai1_tx_bclk>, - <&iomuxc_aon_gpio_aon_22_sai1_tx_sync>; + <&iomuxc_aon_gpio_aon_27_sai1_rx_sync>, + <&iomuxc_aon_gpio_aon_26_sai1_rx_bclk>, + <&iomuxc_aon_gpio_aon_25_sai1_rx_data0>, + <&iomuxc_aon_gpio_aon_21_sai1_tx_data0>, + <&iomuxc_aon_gpio_aon_23_sai1_tx_bclk>, + <&iomuxc_aon_gpio_aon_22_sai1_tx_sync>; drive-strength = "high"; slew-rate = "fast"; input-enable; diff --git a/boards/nxp/mimxrt1180_evk/mimxrt1180_evk.dtsi b/boards/nxp/mimxrt1180_evk/mimxrt1180_evk.dtsi index e9fd29f550234..cf7ec58be230f 100644 --- a/boards/nxp/mimxrt1180_evk/mimxrt1180_evk.dtsi +++ b/boards/nxp/mimxrt1180_evk/mimxrt1180_evk.dtsi @@ -100,38 +100,38 @@ }; &switch_port0 { - zephyr,random-mac-address; pinctrl-0 = <ð0_default>; pinctrl-names = "default"; phy-handle = <&phy0>; phy-connection-type = "rmii"; + zephyr,random-mac-address; status = "okay"; }; &switch_port1 { - zephyr,random-mac-address; pinctrl-0 = <ð1_default>; pinctrl-names = "default"; phy-handle = <&phy1>; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; &switch_port2 { - zephyr,random-mac-address; pinctrl-0 = <ð2_default>; pinctrl-names = "default"; phy-handle = <&phy2>; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; &switch_port3 { - zephyr,random-mac-address; pinctrl-0 = <ð3_default>; pinctrl-names = "default"; phy-handle = <&phy3>; phy-connection-type = "rgmii"; + zephyr,random-mac-address; status = "okay"; }; @@ -142,19 +142,19 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-1 = <&pinmux_lpuart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart12 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_lpuart12>; pinctrl-1 = <&pinmux_lpuart12_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &lpuart3 { @@ -181,6 +181,9 @@ }; &flexspi { + ahb-prefetch; + ahb-read-addr-opt; + rx-clock-source = <1>; /* * If booting with XIP from FlexSPI flash, the flash memory will be initialized by the * bootloader in ROM. @@ -190,19 +193,16 @@ * corresponding MPU settings. */ status = "disabled"; - ahb-prefetch; - ahb-read-addr-opt; - rx-clock-source = <1>; w25q128jw: w25q128jw@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [ef 60 18]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -214,23 +214,23 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; @@ -261,9 +261,9 @@ }; &flexpwm2_pwm1 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm2>; pinctrl-names = "default"; + status = "okay"; }; &tpm5 { @@ -288,13 +288,13 @@ p3t1755dp_ard_i2c_interface: &lpi2c2 {}; }; &usdhc1 { - status = "okay"; detect-dat3; no-1-8-v; pwr-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; pinctrl-0 = <&pinmux_usdhc1>; pinctrl-1 = <&pinmux_usdhc1_dat3_nopull>; pinctrl-names = "default", "nopull"; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; @@ -321,5 +321,4 @@ p3t1755dp_ard_i2c_interface: &lpi2c2 {}; clocks = <&ccm IMX_CCM_SAI1_CLK 0x2004 4>; clock-names = "mclk"; }; - }; diff --git a/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33.dts b/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33.dts index b651020aa7489..250053e740595 100644 --- a/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33.dts +++ b/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33.dts @@ -10,8 +10,8 @@ #include "mimxrt1180_evk.dtsi" / { - model = "NXP MIMXRT1180-EVK board"; compatible = "nxp,mimxrt1189"; + model = "NXP MIMXRT1180-EVK board"; chosen { zephyr,sram = &hyperram0; @@ -28,9 +28,9 @@ }; hyperram0: memory@14000000 { + reg = <0x14000000 DT_SIZE_M(8)>; /* Winbond W957A8MFYA5K */ device_type = "memory"; - reg = <0x14000000 DT_SIZE_M(8)>; zephyr,memory-attr = ; /* * Currently, HyperRAM on this board must be accessed under XIP mode, @@ -56,16 +56,16 @@ }; qspi_flash: memory@38000000 { - device_type = "memory"; reg = <0x38000000 DT_SIZE_M(16)>; + device_type = "memory"; zephyr,memory-attr = ; status = "okay"; }; }; &lpuart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpadc1 { @@ -109,27 +109,27 @@ }; zephyr_udc0: &usb1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <7>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; zephyr_udc1: &usb2 { - status = "okay"; phy-handle = <&usbphy2>; + status = "okay"; }; &usbphy2 { - status = "okay"; tx-d-cal = <7>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &kpp { diff --git a/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm7.dts b/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm7.dts index cb6e2019cf2a3..08f885009d1a2 100644 --- a/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm7.dts +++ b/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm7.dts @@ -10,8 +10,8 @@ #include "mimxrt1180_evk.dtsi" / { - model = "NXP MIMXRT1180-EVK board"; compatible = "nxp,mimxrt1189"; + model = "NXP MIMXRT1180-EVK board"; chosen { zephyr,sram = &dtcm; @@ -26,9 +26,9 @@ }; hyperram0: memory@4000000 { + reg = <0x4000000 DT_SIZE_M(8)>; /* Winbond W957A8MFYA5K */ device_type = "memory"; - reg = <0x4000000 DT_SIZE_M(8)>; /* * Currently, HyperRAM on this board must be accessed under XIP mode, * so that the ROM bootloader can initialize it by reading the XMCD configuration. @@ -54,8 +54,8 @@ }; &lpuart12 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpadc1 { @@ -99,27 +99,27 @@ }; zephyr_udc0: &usb1 { - status = "okay"; phy-handle = <&usbphy1>; + status = "okay"; }; &usbphy1 { - status = "okay"; tx-d-cal = <7>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; zephyr_udc1: &usb2 { - status = "okay"; phy-handle = <&usbphy2>; + status = "okay"; }; &usbphy2 { - status = "okay"; tx-d-cal = <7>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &kpp { diff --git a/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts b/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts index 463e6729ade62..214a5a842d244 100644 --- a/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts +++ b/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts @@ -13,8 +13,8 @@ #include "mimxrt595_evk_mimxrt595s_cm33-pinctrl.dtsi" / { - model = "NXP MIMXRT595-EVK board"; compatible = "nxp,mimxrt595"; + model = "NXP MIMXRT595-EVK board"; aliases { sw0 = &user_button_1; @@ -143,8 +143,8 @@ * replace &os_timer with &systick */ &os_timer { - status = "okay"; wakeup-source; + status = "okay"; }; &rtc { @@ -153,22 +153,22 @@ &flexcomm0 { compatible = "nxp,lpc-usart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_usart>; pinctrl-names = "default"; dmas = <&dma0 0>, <&dma0 1>; dma-names = "rx", "tx"; + status = "okay"; }; arduino_i2c: &flexcomm4 { compatible = "nxp,lpc-i2c"; - status = "okay"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_flexcomm4_i2c>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1e { compatible = "nxp,fxos8700"; @@ -219,22 +219,22 @@ i2s1: &flexcomm3 { arduino_serial: &flexcomm12 { compatible = "nxp,lpc-usart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm12_usart>; pinctrl-names = "default"; dmas = <&dma0 34>, <&dma0 35>; dma-names = "rx", "tx"; + status = "okay"; }; /* PCA9420 PMIC */ &pmic_i2c { - status = "okay"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_pmic_i2c>; pinctrl-names = "default"; + status = "okay"; pca9420: pca9420@61 { compatible = "nxp,pca9420"; @@ -276,9 +276,9 @@ arduino_serial: &flexcomm12 { }; &lpadc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -302,15 +302,15 @@ arduino_serial: &flexcomm12 { * interrupts. */ &gpio3 { - status = "okay"; int-source = "int-a"; interrupts = <2 0>; + status = "okay"; }; &gpio4 { - status = "okay"; int-source = "int-b"; interrupts = <3 0>; + status = "okay"; }; &gpio5 { @@ -370,19 +370,19 @@ zephyr_udc0: &usbhs { }; &usdhc0 { - status = "okay"; pwr-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>; + pinctrl-0 = <&pinmux_usdhc>; + pinctrl-names = "default"; + mmc-hs200-1_8v; + mmc-hs400-1_8v; + status = "okay"; mmc { compatible = "zephyr,mmc-disk"; disk-name = "SD2"; status = "okay"; }; - pinctrl-0 = <&pinmux_usdhc>; - pinctrl-names = "default"; - mmc-hs200-1_8v; - mmc-hs400-1_8v; }; &wwdt0 { @@ -390,21 +390,21 @@ zephyr_udc0: &usbhs { }; &flexspi { - status = "okay"; pinctrl-0 = <&pinmux_flexspi>; pinctrl-1 = <&pinmux_flexspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25um51345g: mx25um51345g@0 { compatible = "nxp,imx-flexspi-mx25um51345g"; + reg = <0>; /* MX25UM51245G is 64MB, 512MBit flash part */ size = ; - reg = <0>; spi-max-frequency = ; - status = "okay"; jedec-id = [c2 81 3a]; erase-block-size = ; write-block-size = <2>; /* FLASH_MCUX_FLEXSPI_MX25UM51345G_OPI_DTR set */ + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -416,30 +416,29 @@ zephyr_udc0: &usbhs { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(58) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; }; &flexspi2 { - status = "okay"; pinctrl-0 = <&pinmux_flexspi2>; pinctrl-names = "default"; rx-clock-source = <3>; @@ -447,14 +446,14 @@ zephyr_udc0: &usbhs { ahb-bufferable; ahb-cacheable; ahb-read-addr-opt; + status = "okay"; aps6408l: aps6408l@0 { compatible = "nxp,imx-flexspi-aps6408l"; + reg = <0>; /* APS6408L is 8MB, 64MBit pSRAM */ size = ; - reg = <0>; spi-max-frequency = ; - status = "okay"; cs-interval-unit = <1>; cs-interval = <5>; cs-hold-time = <3>; @@ -463,6 +462,7 @@ zephyr_udc0: &usbhs { column-space = <0>; ahb-write-wait-unit = <2>; ahb-write-wait-interval = <0>; + status = "okay"; }; }; @@ -509,27 +509,27 @@ zephyr_udc0: &usbhs { }; &dmic0 { - status = "okay"; pinctrl-0 = <&pinmux_dmic0>; pinctrl-names = "default"; use2fs; + status = "okay"; }; /* Configure pdm channels 0 and 1 with gain, and cutoff settings * appropriate for the attached MEMS microphones. */ &pdmc0 { - status = "okay"; gainshift = <3>; dc-cutoff = "155hz"; dc-gain = <1>; + status = "okay"; }; &pdmc1 { - status = "okay"; gainshift = <3>; dc-cutoff = "155hz"; dc-gain = <1>; + status = "okay"; }; &mrt_channel0 { diff --git a/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_f1.dts b/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_f1.dts index e7966c6c2ade0..44e634aa19005 100644 --- a/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_f1.dts +++ b/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_f1.dts @@ -8,27 +8,27 @@ #include / { - model = "nxp_adsp_rt595"; compatible = "nxp"; + model = "nxp_adsp_rt595"; cpus { #address-cells = <1>; #size-cells = <0>; cpu0: cpu@0 { - device_type = "cpu"; compatible = "cdns,tensilica-xtensa-lx6"; reg = <0>; + device_type = "cpu"; }; }; sram0: memory@0 { - #address-cells = <1>; - #size-cells = <1>; - device_type = "memory"; compatible = "mmio-sram"; /* Reserve first 512kB of shared memory for ADSP. */ reg = <0x0 DT_SIZE_K(512)>; + #address-cells = <1>; + #size-cells = <1>; + device_type = "memory"; /* Reset section must always be at 0 and at least 1kB. */ adsp_reset: memory@0 { diff --git a/boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts b/boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts index 267691eaea7bb..e2f6fc1cfb234 100644 --- a/boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts +++ b/boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts @@ -14,8 +14,8 @@ #include "mimxrt685_evk-pinctrl.dtsi" / { - model = "NXP MIMXRT685-EVK board"; compatible = "nxp,mimxrt685"; + model = "NXP MIMXRT685-EVK board"; aliases { sw0 = &user_button_1; @@ -142,8 +142,8 @@ * replace &os_timer with &systick */ &os_timer { - status = "okay"; wakeup-source; + status = "okay"; }; &rtc { @@ -152,22 +152,22 @@ &flexcomm0 { compatible = "nxp,lpc-usart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_usart>; pinctrl-names = "default"; dmas = <&dma0 0>, <&dma0 1>; dma-names = "rx", "tx"; + status = "okay"; }; arduino_i2c: &flexcomm2 { compatible = "nxp,lpc-i2c"; - status = "okay"; pinctrl-0 = <&pinmux_flexcomm2_i2c>; pinctrl-names = "default"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; + status = "okay"; fxos8700: fxos8700@1e { compatible = "nxp,fxos8700"; @@ -179,28 +179,27 @@ arduino_i2c: &flexcomm2 { arduino_serial: &flexcomm4 { compatible = "nxp,lpc-usart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm4_usart>; pinctrl-names = "default"; dmas = <&dma0 8>, <&dma0 9>; dma-names = "rx", "tx"; + status = "okay"; }; arduino_spi: &flexcomm5 { compatible = "nxp,lpc-spi"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; dmas = <&dma0 10>, <&dma0 11>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_flexcomm5_spi>; pinctrl-names = "default"; + status = "okay"; }; /* I2S receive channel */ i2s0: &flexcomm1 { - status = "okay"; compatible = "nxp,lpc-i2s"; #address-cells = <1>; #size-cells = <0>; @@ -208,11 +207,11 @@ i2s0: &flexcomm1 { dma-names = "rx"; pinctrl-0 = <&pinmux_flexcomm1_i2s>; pinctrl-names = "default"; + status = "okay"; }; /* I2S transmit channel */ i2s1: &flexcomm3 { - status = "okay"; compatible = "nxp,lpc-i2s"; #address-cells = <1>; #size-cells = <0>; @@ -220,17 +219,18 @@ i2s1: &flexcomm3 { dma-names = "tx"; pinctrl-0 = <&pinmux_flexcomm3_i2s>; pinctrl-names = "default"; + status = "okay"; }; /* PCA9420 PMIC */ &pmic_i2c { - status = "okay"; compatible = "nxp,lpc-i2c"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_pmic_i2c>; pinctrl-names = "default"; + status = "okay"; pca9420: pca9420@61 { compatible = "nxp,pca9420"; @@ -262,14 +262,14 @@ i2s1: &flexcomm3 { mx25um51345g: mx25um51345g@2 { compatible = "nxp,imx-flexspi-mx25um51345g"; + reg = <2>; /* MX25UM51245G is 64MB, 512MBit flash part */ size = ; - reg = <2>; spi-max-frequency = ; - status = "okay"; jedec-id = [c2 81 3a]; erase-block-size = ; write-block-size = <1>; /* FLASH_MCUX_FLEXSPI_MX25UM51345G_OPI_STR set */ + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -281,23 +281,23 @@ i2s1: &flexcomm3 { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(58) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; @@ -344,43 +344,43 @@ i2s1: &flexcomm3 { }; &sc_timer { - status = "okay"; pinctrl-0 = <&pinmux_sctimer>; pinctrl-names = "default"; + status = "okay"; }; &usdhc0 { - status = "okay"; /* Quick fix for 1.8V SD cards on RT600- disable 1.8V negotiation */ no-1-8-v; pwr-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>; + pinctrl-0 = <&pinmux_usdhc>; + pinctrl-names = "default"; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; disk-name = "SD"; status = "okay"; }; - pinctrl-0 = <&pinmux_usdhc>; - pinctrl-names = "default"; }; &lpadc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbhs { - status = "okay"; phy-handle = <&usbphy>; + status = "okay"; }; &usbphy { - status = "okay"; tx-d-cal = <12>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &ctimer0 { @@ -430,25 +430,25 @@ zephyr_udc0: &usbhs { }; &dmic0 { - status = "okay"; pinctrl-0 = <&pinmux_dmic0>; pinctrl-names = "default"; use2fs; + status = "okay"; }; /* Configure pdm channels 0 and 1 with gain, and cutoff settings * appropriate for the attached MEMS microphones. */ &pdmc0 { - status = "okay"; gainshift = <3>; dc-cutoff = "155hz"; dc-gain = <1>; + status = "okay"; }; &pdmc1 { - status = "okay"; gainshift = <3>; dc-cutoff = "155hz"; dc-gain = <1>; + status = "okay"; }; diff --git a/boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_hifi4.dts b/boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_hifi4.dts index 5989b65dd8891..87b227be1d28f 100644 --- a/boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_hifi4.dts +++ b/boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_hifi4.dts @@ -11,8 +11,8 @@ #include "mimxrt685_evk-pinctrl.dtsi" / { - model = "NXP MIMXRT685-EVK board, HiFi 4 DSP domain"; compatible = "nxp,mimxrt685"; + model = "NXP MIMXRT685-EVK board, HiFi 4 DSP domain"; chosen { zephyr,console = &flexcomm0; @@ -75,7 +75,6 @@ /* I2S receive channel */ i2s0: &flexcomm1 { - status = "okay"; compatible = "nxp,lpc-i2s"; #address-cells = <1>; #size-cells = <0>; @@ -83,11 +82,11 @@ i2s0: &flexcomm1 { dma-names = "rx"; pinctrl-0 = <&pinmux_flexcomm1_i2s>; pinctrl-names = "default"; + status = "okay"; }; /* I2S transmit channel */ i2s1: &flexcomm3 { - status = "okay"; compatible = "nxp,lpc-i2s"; #address-cells = <1>; #size-cells = <0>; @@ -95,12 +94,13 @@ i2s1: &flexcomm3 { dma-names = "tx"; pinctrl-0 = <&pinmux_flexcomm3_i2s>; pinctrl-names = "default"; + status = "okay"; }; &i3c0 { - status = "okay"; pinctrl-0 = <&pinmux_i3c>; pinctrl-names = "default"; + status = "okay"; audio_codec: wm8904@1a0000000000000000 { compatible = "wolfson,wm8904"; diff --git a/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu0.dts b/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu0.dts index d35762b53e52f..71ee9251b965e 100644 --- a/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu0.dts +++ b/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu0.dts @@ -12,8 +12,8 @@ #include "mimxrt700_evk-pinctrl.dtsi" / { - model = "NXP MIMXRT700-EVK board"; compatible = "nxp,mimxrt798s"; + model = "NXP MIMXRT700-EVK board"; aliases { led0 = &green_led; @@ -111,8 +111,8 @@ * replace &os_timer with &systick */ &os_timer_cpu0 { - status = "okay"; wakeup-source; + status = "okay"; }; &flexcomm0 { @@ -120,28 +120,28 @@ }; &flexcomm0_lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_lpuart>; pinctrl-names = "default"; + status = "okay"; }; &lpspi14 { - status = "okay"; /* DMA channels 0 and 1, muxed to LPSPI14 RX and TX */ dmas = <&edma0 0 73>, <&edma0 1 74>; dma-names = "rx", "tx"; pinctrl-0 = <&pinmux_lpspi14>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c15 { - status = "okay"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_lpi2c15>; pinctrl-names = "default"; + status = "okay"; pca9422: pca9422@61 { compatible = "nxp,pca9422"; @@ -241,12 +241,12 @@ }; &flexcomm2_lpi2c2 { - status = "okay"; pinctrl-0 = <&pinmux_flexcomm2_i2c>; pinctrl-names = "default"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; + status = "okay"; audio_codec: wm8962@1a { compatible = "wolfson,wm8962"; @@ -298,9 +298,9 @@ zephyr_lcdif: &lcdif {}; }; &lpadc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; &blue_led { @@ -312,15 +312,15 @@ zephyr_lcdif: &lcdif {}; }; &sai0 { - status = "okay"; pinctrl-0 = <&pinmux_sai0>; pinctrl-names = "default"; + status = "okay"; }; &sc_timer { - status = "okay"; pinctrl-0 = <&pinmux_sctimer>; pinctrl-names = "default"; + status = "okay"; }; &xspi0 { @@ -328,14 +328,14 @@ zephyr_lcdif: &lcdif {}; mx25um51345g: mx25um51345g@0 { compatible = "nxp,xspi-mx25um51345g"; + reg = <0>; /* MX25UM51245G is 64MB, 512MBit flash part */ size = ; - reg = <0>; spi-max-frequency = ; - status = "okay"; jedec-id = [c2 81 3a]; erase-block-size = ; write-block-size = <2>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -347,50 +347,53 @@ zephyr_lcdif: &lcdif {}; * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; + slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(7)>; + label = "image-0"; }; + slot1_partition: partition@720000 { - label = "image-1"; reg = <0x00720000 DT_SIZE_M(7)>; + label = "image-1"; }; + storage_partition: partition@E20000 { - label = "storage"; reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; }; zephyr_udc0: &usb0 { - status = "okay"; phy-handle = <&usbphy>; + status = "okay"; }; &usbphy { - status = "okay"; tx-d-cal = <7>; tx-cal-45-dp-ohms = <6>; tx-cal-45-dm-ohms = <6>; + status = "okay"; }; &usdhc0 { - status = "okay"; pwr-gpios = <&gpio7 12 GPIO_ACTIVE_HIGH>; + pinctrl-0 = <&pinmux_usdhc>; + pinctrl-names = "default"; + mmc-hs200-1_8v; + mmc-hs400-1_8v; + status = "okay"; mmc { compatible = "zephyr,mmc-disk"; disk-name = "SD2"; status = "okay"; }; - pinctrl-0 = <&pinmux_usdhc>; - pinctrl-names = "default"; - mmc-hs200-1_8v; - mmc-hs400-1_8v; }; &wwdt0 { @@ -398,9 +401,9 @@ zephyr_udc0: &usb0 { }; &acmp { - status = "okay"; pinctrl-0 = <&pinmux_acmp>; pinctrl-names = "default"; + status = "okay"; }; p3t1755dp_ard_i2c_interface: &flexcomm8_lpi2c8 {}; diff --git a/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu1.dts b/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu1.dts index da52780a04fba..f8e4c8688c37c 100644 --- a/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu1.dts +++ b/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu1.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP MIMXRT700-EVK board"; compatible = "nxp,mimxrt798s"; + model = "NXP MIMXRT700-EVK board"; aliases { led0 = &red_led; @@ -33,9 +33,9 @@ compatible = "gpio-leds"; red_led: led_0 { - status = "okay"; gpios = <&gpio8 6 GPIO_ACTIVE_HIGH>; label = "User LED_RED"; + status = "okay"; }; }; @@ -56,9 +56,9 @@ }; &lpadc0 { - status = "okay"; pinctrl-0 = <&pinmux_lpadc0>; pinctrl-names = "default"; + status = "okay"; }; /* @@ -67,8 +67,8 @@ * replace &os_timer with &systick */ &os_timer_cpu1 { - status = "okay"; wakeup-source; + status = "okay"; }; &flexcomm19 { @@ -76,10 +76,10 @@ }; &flexcomm19_lpuart19 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm19_lpuart>; pinctrl-names = "default"; + status = "okay"; }; &gpio8 { @@ -87,12 +87,12 @@ }; &i3c3 { - status = "okay"; pinctrl-0 = <&pinmux_i3c3>; pinctrl-names = "default"; i2c-scl-hz = ; i3c-scl-hz = ; i3c-od-scl-hz = ; + status = "okay"; p3t1755: p3t1755@4800000236152a0090 { compatible = "nxp,p3t1755"; @@ -102,9 +102,9 @@ }; &acmp { - status = "okay"; pinctrl-0 = <&pinmux_acmp>; pinctrl-names = "default"; + status = "okay"; }; &rtc1 { diff --git a/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi1.dts b/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi1.dts index 6f1c5380db534..c922183a6bcd9 100644 --- a/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi1.dts +++ b/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi1.dts @@ -9,8 +9,8 @@ #include / { - model = "NXP MIMXRT700-EVK HiFi1 DSP"; compatible = "nxp,mimxrt798s"; + model = "NXP MIMXRT700-EVK HiFi1 DSP"; chosen { zephyr,sram = &dtcm; diff --git a/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi4.dts b/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi4.dts index fbcdc2f9b6cba..23411c5bc7836 100644 --- a/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi4.dts +++ b/boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi4.dts @@ -15,8 +15,8 @@ #include "mimxrt700_evk-pinctrl.dtsi" / { - model = "NXP MIMXRT700-EVK HiFi4 DSP"; compatible = "nxp,mimxrt798s"; + model = "NXP MIMXRT700-EVK HiFi4 DSP"; aliases { i2s-codec-tx = &sai0; @@ -35,10 +35,10 @@ }; &flexcomm0_lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm0_lpuart>; pinctrl-names = "default"; + status = "okay"; }; &flexcomm2 { @@ -46,12 +46,12 @@ }; &flexcomm2_lpi2c2 { - status = "okay"; pinctrl-0 = <&pinmux_flexcomm2_i2c>; pinctrl-names = "default"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; + status = "okay"; audio_codec: wm8962@1a { compatible = "wolfson,wm8962"; @@ -67,10 +67,10 @@ }; &sai0 { - status = "okay"; pinctrl-0 = <&pinmux_sai0>; pinctrl-names = "default"; mclk-output; + status = "okay"; }; &mbox4_b { diff --git a/boards/nxp/mr_canhubk3/mr_canhubk3.dts b/boards/nxp/mr_canhubk3/mr_canhubk3.dts index 19ca4fb0aa9ae..2edfd65525672 100644 --- a/boards/nxp/mr_canhubk3/mr_canhubk3.dts +++ b/boards/nxp/mr_canhubk3/mr_canhubk3.dts @@ -14,8 +14,8 @@ #include / { - model = "NXP MR-CANHUBK3"; compatible = "nxp,mr_canhubk3"; + model = "NXP MR-CANHUBK3"; chosen { zephyr,sram = &sram0_1; @@ -119,7 +119,6 @@ pinctrl-0 = <&qdec_s32>; pinctrl-names = "default"; micro-ticks-per-rev = <685440000>; - status = "okay"; trgmux = <&trgmux>; trgmux-io-config = <0 TRGMUX_IP_OUTPUT_EMIOS0_CH5_9_IPP_IND_CH6 TRGMUX_IP_INPUT_LCU1_LC0_OUT_I2>, @@ -144,6 +143,7 @@ * used by the emios pwm */ emios-channels = <6 7>; + status = "okay"; }; gpio_keys { @@ -222,13 +222,13 @@ #size-cells = <1>; ivt_header: partition@0 { - label = "ivt-header"; reg = <0x00000000 0x100>; + label = "ivt-header"; }; code_partition: partition@100 { - label = "code-partition"; reg = <0x00000100 (DT_SIZE_K(4048) - 0x100)>; + label = "code-partition"; }; }; }; @@ -364,8 +364,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 0x100000>; + label = "storage"; }; }; }; @@ -492,10 +492,10 @@ phy: ethernet-phy@12 { compatible = "nxp,tja1103"; - status = "okay"; reg = <0x12>; int-gpios = <&gpiod_l 5 GPIO_ACTIVE_LOW>; master-slave = "slave"; + status = "okay"; }; }; diff --git a/boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay b/boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay index 77927a9985d64..ac6e94d539d62 100644 --- a/boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay +++ b/boards/nxp/rd_rw612_bga/dts/goworld_16880_lcm.overlay @@ -15,10 +15,10 @@ }; &lcdic { - status = "okay"; nxp,swap-bytes; /* Raise the timer0 ratio to enable longer reset delay */ nxp,timer0-ratio = <15>; + status = "okay"; /* * Settings to connect this display: @@ -45,7 +45,6 @@ */ st7796s_lcdic: st7796s@0 { compatible = "sitronix,st7796s"; - status = "okay"; reg = <0>; mipi-max-frequency = ; duplex = ; @@ -63,6 +62,7 @@ pgc = [F0 06 0B 07 06 05 2E 33 47 3A 17 16 2E 31]; ngc = [F0 09 0D 09 08 23 2E 33 46 38 13 13 2C 32]; madctl = <0x28>; + status = "okay"; }; }; diff --git a/boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi b/boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi index b43837f3bdd7d..0078b4bcc37c8 100644 --- a/boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi +++ b/boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi @@ -10,8 +10,8 @@ #include / { - model = "nxp,rd_rw612_bga"; compatible = "nxp,rd_rw612_bga"; + model = "nxp,rd_rw612_bga"; aliases { usart-0 = &flexcomm3; @@ -100,27 +100,27 @@ arduino_spi: &flexcomm0 { compatible = "nxp,lpc-spi"; pinctrl-0 = <&pinmux_flexcomm0_spi>; pinctrl-names = "default"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; arduino_i2c: &flexcomm2 { compatible = "nxp,lpc-i2c"; - status = "okay"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&pinmux_flexcomm2_i2c>; pinctrl-names = "default"; + status = "okay"; }; &flexcomm3 { compatible = "nxp,lpc-usart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm3_usart>; pinctrl-names = "default"; + status = "okay"; }; &hsgpio0 { @@ -128,7 +128,6 @@ arduino_i2c: &flexcomm2 { }; &flexspi { - status = "okay"; ahb-bufferable; ahb-prefetch; ahb-cacheable; @@ -138,17 +137,18 @@ arduino_i2c: &flexcomm2 { pinctrl-0 = <&pinmux_flexspi>; pinctrl-names = "default"; status = "okay"; + status = "okay"; mx25u51245g: mx25u51245g@0 { compatible = "nxp,imx-flexspi-nor"; - spi-max-frequency = ; reg = <0>; + spi-max-frequency = ; /* MX25UM51245G is 64MB, 512MBit flash part */ size = ; - status = "okay"; jedec-id = [c2 25 3a]; erase-block-size = ; write-block-size = <1>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -160,37 +160,33 @@ arduino_i2c: &flexcomm2 { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(58) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; is66wvq8m4: is66wvq8m4@2 { compatible = "nxp,imx-flexspi-is66wvq8m4"; + reg = <2>; /* IS66WVQ8M4 is 4MB, 32MBit pSRAM */ size = ; - reg = <2>; spi-max-frequency = ; - /* PSRAM cannot be enabled while board is in default XIP - * configuration, as it will conflict with flash chip. - */ - status = "disabled"; cs-interval-unit = <1>; cs-interval = <5>; cs-hold-time = <2>; @@ -199,6 +195,10 @@ arduino_i2c: &flexcomm2 { column-space = <14>; ahb-write-wait-unit = <2>; ahb-write-wait-interval = <0>; + /* PSRAM cannot be enabled while board is in default XIP + * configuration, as it will conflict with flash chip. + */ + status = "disabled"; }; }; @@ -216,31 +216,31 @@ arduino_i2c: &flexcomm2 { * and PDM HW channel 1 as right channel. */ &pdmc0 { - status = "okay"; gainshift = <3>; dc-cutoff = "155hz"; dc-gain = <1>; + status = "okay"; }; &pdmc1 { - status = "okay"; gainshift = <3>; dc-cutoff = "155hz"; dc-gain = <1>; + status = "okay"; }; &pdmc2 { - status = "okay"; gainshift = <3>; dc-cutoff = "155hz"; dc-gain = <1>; + status = "okay"; }; &pdmc3 { - status = "okay"; gainshift = <3>; dc-cutoff = "155hz"; dc-gain = <1>; + status = "okay"; }; zephyr_udc0: &usb_otg { @@ -252,9 +252,9 @@ zephyr_udc0: &usb_otg { }; zephyr_mipi_dbi_parallel: &lcdic { - status = "okay"; pinctrl-0 = <&pinmux_lcdic>; pinctrl-names = "default"; + status = "okay"; }; /* @@ -276,15 +276,15 @@ nxp_8080_touch_panel_i2c: &arduino_i2c { }; &sctimer { - status = "okay"; pinctrl-0 = <&pinmux_pwm0>; pinctrl-names = "default"; + status = "okay"; }; /* RTC is the wakeup source for PM modes 3,4 */ &rtc_highres { - status = "okay"; wakeup-source; + status = "okay"; }; &pmu { @@ -303,9 +303,9 @@ nxp_8080_touch_panel_i2c: &arduino_i2c { /* OS Timer is the wakeup source for PM mode 2 */ &os_timer { - status = "okay"; wakeup-source; deep-sleep-counter = <&rtc_highres>; + status = "okay"; }; &systick { @@ -313,16 +313,16 @@ nxp_8080_touch_panel_i2c: &arduino_i2c { }; &pin1 { - status = "okay"; wakeup-level = "low"; + status = "okay"; }; &nbu { - status = "okay"; wakeup-source; + status = "okay"; }; &imu { - status = "okay"; wakeup-source; + status = "okay"; }; diff --git a/boards/nxp/rd_rw612_bga/rd_rw612_bga_rw612_ethernet.dts b/boards/nxp/rd_rw612_bga/rd_rw612_bga_rw612_ethernet.dts index 6792e819adcbb..8381ae3f4f987 100644 --- a/boards/nxp/rd_rw612_bga/rd_rw612_bga_rw612_ethernet.dts +++ b/boards/nxp/rd_rw612_bga/rd_rw612_bga_rw612_ethernet.dts @@ -16,26 +16,26 @@ * Remove R518, R507, R506 */ &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; phy-handle = <&phy>; - zephyr,random-mac-address; phy-connection-type = "rmii"; + zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@2 { compatible = "microchip,ksz8081"; reg = <2>; - status = "okay"; reset-gpios = <&hsgpio1 23 GPIO_ACTIVE_HIGH>; int-gpios = <&hsgpio0 21 GPIO_ACTIVE_HIGH>; microchip,interface-type = "rmii"; + status = "okay"; }; }; diff --git a/boards/nxp/rddrone_fmuk66/rddrone_fmuk66.dts b/boards/nxp/rddrone_fmuk66/rddrone_fmuk66.dts index ebd2cd80cee8e..418a2e6cafe33 100644 --- a/boards/nxp/rddrone_fmuk66/rddrone_fmuk66.dts +++ b/boards/nxp/rddrone_fmuk66/rddrone_fmuk66.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP RDDRONE FMUK66 board"; compatible = "nxp,mk66f18", "nxp,k66f", "nxp,k6x"; + model = "NXP RDDRONE FMUK66 board"; aliases { led0 = &amber_led; @@ -140,76 +140,76 @@ }; &dac0 { - status = "okay"; voltage-reference = <2>; + status = "okay"; }; /* PWM header is powered by FlexTimer 0 for channels 1 to 4 */ &ftm0 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm0_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; /* RGB LED powered by FlexTimer 3, and PWM headers for channel 5 and 6 */ &ftm3 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm3_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; /* LPUART connected to debug header */ &lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbotg { compatible = "nxp,kinetis-usbd"; - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &uart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "okay"; }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; &usbotg { compatible = "nxp,kinetis-usbd"; - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; &gpioa { @@ -243,41 +243,41 @@ zephyr_udc0: &usbotg { * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(932)>; + label = "image-0"; }; slot1_partition: partition@F9000 { - label = "image-1"; reg = <0x000F9000 DT_SIZE_K(932)>; + label = "image-1"; }; storage_partition: partition@1E2000 { - label = "storage"; reg = <0x001E2000 DT_SIZE_K(120)>; + label = "storage"; }; }; }; &enet_mac { - status = "okay"; pinctrl-0 = <&enet_default>; pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <&phy>; zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&mdio_default>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "ethernet-phy"; @@ -287,33 +287,33 @@ zephyr_udc0: &usbotg { }; &flexcan0 { - status = "okay"; pinctrl-0 = <&flexcan0_default>; pinctrl-names = "default"; phys = <&transceiver0>; + status = "okay"; }; &flexcan1 { - status = "okay"; pinctrl-0 = <&flexcan1_default>; pinctrl-names = "default"; phys = <&transceiver1>; + status = "okay"; }; /* external i2c port */ &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; /* magnetometer (bmm150), barometer (bmp280), pressure (mpl3115), * secure element (a7102ch) i2c bus */ &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; /* * This board does not have a BME280, it has a BMP280. @@ -322,27 +322,26 @@ zephyr_udc0: &usbotg { */ bme280@76 { compatible = "bosch,bme280"; - status = "okay"; reg = <0x76>; + status = "okay"; }; bmm150: bmm150@10 { compatible = "bosch,bmm150"; - status = "okay"; reg = <0x10>; + status = "okay"; }; }; /* f-ram spi port */ &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; /* flash (w25x40), accel, magneto (fxos8700), gyro (fxas2100) */ &spi1 { - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; /* @@ -353,6 +352,7 @@ zephyr_udc0: &usbotg { cs-gpios = <&gpiob 10 GPIO_ACTIVE_LOW>, <&gpiob 9 GPIO_ACTIVE_LOW>; clock-frequency = ; + status = "okay"; fxos8700: fxos8700@0 { compatible = "nxp,fxos8700"; @@ -377,9 +377,9 @@ zephyr_udc0: &usbotg { /* external spi */ &spi2 { - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-names = "default"; + status = "okay"; }; &edma0 { diff --git a/boards/nxp/s32k148_evb/s32k148_evb.dts b/boards/nxp/s32k148_evb/s32k148_evb.dts index 3bae757510513..eb248cd84bb3c 100644 --- a/boards/nxp/s32k148_evb/s32k148_evb.dts +++ b/boards/nxp/s32k148_evb/s32k148_evb.dts @@ -12,8 +12,8 @@ #include "s32k148_evb-pinctrl.dtsi" / { - model = "NXP S32K148EVB"; compatible = "nxp,s32k148_evb"; + model = "NXP S32K148EVB"; chosen { zephyr,sram = &sram_l; @@ -183,8 +183,8 @@ &enet_mac { pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; - zephyr,random-mac-address; phy-connection-type = "rmii"; + zephyr,random-mac-address; }; &enet_mdio { diff --git a/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270.dtsi b/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270.dtsi index 4892a47b9532b..e26562abfec0f 100644 --- a/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270.dtsi +++ b/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270.dtsi @@ -119,8 +119,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 0x10000>; + label = "storage"; }; }; }; diff --git a/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270_rtu0.dts b/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270_rtu0.dts index e38e8b51792ea..1d1ff181ed309 100644 --- a/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270_rtu0.dts +++ b/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270_rtu0.dts @@ -9,8 +9,8 @@ #include "s32z2xxdc2_s32z270.dtsi" / { - model = "NXP X-S32Z270-DC (DC2) on RTU0 Cortex-R52 cores"; compatible = "nxp,s32z270"; + model = "NXP X-S32Z270-DC (DC2) on RTU0 Cortex-R52 cores"; chosen { zephyr,sram = &dram0; diff --git a/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270_rtu1.dts b/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270_rtu1.dts index f8792f880f353..49b0f062e94c7 100644 --- a/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270_rtu1.dts +++ b/boards/nxp/s32z2xxdc2/s32z2xxdc2_s32z270_rtu1.dts @@ -9,8 +9,8 @@ #include "s32z2xxdc2_s32z270.dtsi" / { - model = "NXP X-S32Z270-DC (DC2) on RTU1 Cortex-R52 cores"; compatible = "nxp,s32z270"; + model = "NXP X-S32Z270-DC (DC2) on RTU1 Cortex-R52 cores"; chosen { zephyr,sram = &dram1; diff --git a/boards/nxp/twr_ke18f/twr_ke18f.dts b/boards/nxp/twr_ke18f/twr_ke18f.dts index 070bc52b55f20..abf1b26a097bd 100644 --- a/boards/nxp/twr_ke18f/twr_ke18f.dts +++ b/boards/nxp/twr_ke18f/twr_ke18f.dts @@ -13,8 +13,8 @@ #include / { - model = "NXP Kinetis KE18 MCU Tower System Module"; compatible = "nxp,mke18f16", "nxp,ke18f", "nxp,ke1xf"; + model = "NXP Kinetis KE18 MCU Tower System Module"; aliases { led0 = &orange_led; @@ -172,8 +172,8 @@ sosc-mode = ; sosc_clk { - status = "okay"; clock-frequency = ; + status = "okay"; }; pll { @@ -230,36 +230,36 @@ }; &lpuart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&lpuart0_default>; pinctrl-names = "default"; + status = "okay"; }; &ftm0 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm0_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; &ftm3 { - status = "okay"; compatible = "nxp,ftm-pwm"; #pwm-cells = <3>; pinctrl-0 = <&ftm3_default>; pinctrl-names = "default"; clock-source = "fixed"; + status = "okay"; }; &lpi2c0 { - status = "okay"; pinctrl-0 = <&lpi2c0_default>; pinctrl-names = "default"; scl-gpios = <&gpioa 3 GPIO_ACTIVE_HIGH>; sda-gpios = <&gpioa 2 GPIO_ACTIVE_HIGH>; + status = "okay"; fxos8700: fxos8700@1d { compatible = "nxp,fxos8700"; @@ -269,39 +269,39 @@ }; &lpi2c1 { - status = "okay"; pinctrl-0 = <&lpi2c1_default>; pinctrl-names = "default"; scl-gpios = <&gpiod 9 GPIO_ACTIVE_HIGH>; sda-gpios = <&gpiod 8 GPIO_ACTIVE_HIGH>; + status = "okay"; }; &lpspi0 { dmas = <&edma 0 14>, <&edma 1 15>; dma-names = "rx", "tx"; - status = "okay"; pinctrl-0 = <&lpspi0_default>; pinctrl-names = "default"; + status = "okay"; }; &lpspi1 { - status = "okay"; pinctrl-0 = <&lpspi1_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { - status = "okay"; pinctrl-0 = <&dac0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; sample-time = <12>; vref-mv = <3300>; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &temp0 { @@ -309,9 +309,9 @@ }; &flexcan0 { - status = "okay"; pinctrl-0 = <&flexcan0_default>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <1000000>; @@ -357,24 +357,24 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(204)>; + label = "image-0"; }; slot1_partition: partition@43000 { - label = "image-1"; reg = <0x00043000 DT_SIZE_K(204)>; + label = "image-1"; }; storage_partition: partition@76000 { - label = "storage"; reg = <0x00076000 DT_SIZE_K(40)>; + label = "storage"; }; }; }; diff --git a/boards/nxp/twr_kv58f220m/twr_kv58f220m.dts b/boards/nxp/twr_kv58f220m/twr_kv58f220m.dts index 4af2188aef3a2..197346450c6a3 100644 --- a/boards/nxp/twr_kv58f220m/twr_kv58f220m.dts +++ b/boards/nxp/twr_kv58f220m/twr_kv58f220m.dts @@ -11,8 +11,8 @@ #include / { - model = "NXP Kinetis KV58 MCU Tower System Module"; compatible = "nxp,mkv58f24", "nxp,kv58", "nxp,kv5x"; + model = "NXP Kinetis KV58 MCU Tower System Module"; aliases { led0 = &red_led; @@ -127,32 +127,32 @@ * to the flash memory sector size of 8KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(424)>; + label = "image-0"; }; slot1_partition: partition@7A000 { - label = "image-1"; reg = <0x0007A000 DT_SIZE_K(424)>; + label = "image-1"; }; storage_partition: partition@E4000 { - label = "storage"; reg = <0x000E4000 DT_SIZE_K(112)>; + label = "storage"; }; }; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1c { compatible = "nxp,fxos8700"; @@ -163,8 +163,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/nxp/ucans32k1sic/ucans32k1sic.dts b/boards/nxp/ucans32k1sic/ucans32k1sic.dts index d86d53b139d5d..2fcac98e77b2e 100644 --- a/boards/nxp/ucans32k1sic/ucans32k1sic.dts +++ b/boards/nxp/ucans32k1sic/ucans32k1sic.dts @@ -12,8 +12,8 @@ #include "ucans32k1sic-pinctrl.dtsi" / { - model = "NXP UCANS32K1SIC"; compatible = "nxp,ucans32k1sic"; + model = "NXP UCANS32K1SIC"; chosen { zephyr,sram = &sram_l; diff --git a/boards/nxp/usb_kw24d512/usb_kw24d512.dts b/boards/nxp/usb_kw24d512/usb_kw24d512.dts index 5494ddd8f0c3b..226cdc67b06f6 100644 --- a/boards/nxp/usb_kw24d512/usb_kw24d512.dts +++ b/boards/nxp/usb_kw24d512/usb_kw24d512.dts @@ -7,8 +7,8 @@ #include / { - model = "NXP USB-KW24D512 board"; compatible = "nxp,usb-kw24d512", "nxp,kw24d512", "nxp,kw2xd"; + model = "NXP USB-KW24D512 board"; aliases { led0 = &led_0; @@ -64,16 +64,16 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbd { compatible = "nxp,kinetis-usbd"; - status = "okay"; num-bidir-endpoints = <8>; + status = "okay"; }; &gpioa { @@ -107,13 +107,13 @@ zephyr_udc0: &usbd { #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x00070000>; + label = "image-0"; }; storage_partition: partition@70000 { - label = "storage"; reg = <0x00070000 0x00010000>; + label = "storage"; }; }; }; diff --git a/boards/nxp/vmu_rt1170/vmu_rt1170.dtsi b/boards/nxp/vmu_rt1170/vmu_rt1170.dtsi index 900f46e955868..5ad35940429c4 100644 --- a/boards/nxp/vmu_rt1170/vmu_rt1170.dtsi +++ b/boards/nxp/vmu_rt1170/vmu_rt1170.dtsi @@ -40,59 +40,59 @@ }; &lpuart1 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart1>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart3 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart3>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart4 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart4>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart5 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart5>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart6 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart6>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart8 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart8>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart10 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart10>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart11 { - status = "okay"; pinctrl-0 = <&pinmux_lpuart11>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &green_led { @@ -194,22 +194,22 @@ }; &flexspi { - status = "okay"; + reg = <0x400cc000 0x4000>, <0x30000000 DT_SIZE_M(64)>; ahb-prefetch; ahb-read-addr-opt; rx-clock-source = <1>; - reg = <0x400cc000 0x4000>, <0x30000000 DT_SIZE_M(64)>; + status = "okay"; mx25um51345g: mx25um51345g@0 { compatible = "nxp,imx-flexspi-mx25um51345g"; + reg = <0>; /* MX25UM51245G is 64MB, 512MBit flash part */ size = ; - reg = <0>; spi-max-frequency = ; - status = "okay"; jedec-id = [c2 81 3a]; erase-block-size = ; write-block-size = <2>; /* FLASH_MCUX_FLEXSPI_MX25UM51345G_OPI_DTR set */ + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -221,23 +221,23 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(58) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; diff --git a/boards/nxp/vmu_rt1170/vmu_rt1170_mimxrt1176_cm7.dts b/boards/nxp/vmu_rt1170/vmu_rt1170_mimxrt1176_cm7.dts index e4fd420abd2c5..7a10dc02faeed 100644 --- a/boards/nxp/vmu_rt1170/vmu_rt1170_mimxrt1176_cm7.dts +++ b/boards/nxp/vmu_rt1170/vmu_rt1170_mimxrt1176_cm7.dts @@ -12,8 +12,8 @@ #include / { - model = "NXP VMU RT1170"; compatible = "nxp,mimxrt1176"; + model = "NXP VMU RT1170"; aliases { led0 = &green_led; @@ -172,19 +172,19 @@ }; &lpuart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpuart4 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &lpuart6 { - status = "okay"; single-wire; rx-invert; + status = "okay"; sbus { compatible = "futaba,sbus"; @@ -222,9 +222,9 @@ }; &flexcan1 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan1>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -232,9 +232,9 @@ }; &flexcan2 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan2>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -242,9 +242,9 @@ }; &flexcan3 { - status = "okay"; pinctrl-0 = <&pinmux_flexcan3>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -254,10 +254,10 @@ #include &lpspi1 { - status = "okay"; pcs-sck-delay = <50>; sck-pcs-delay = <50>; transfer-delay = <50>; + status = "okay"; icm42686_0: icm42686p0@0 { compatible = "invensense,icm42686", "invensense,icm4268x"; @@ -282,10 +282,10 @@ #include &lpspi2 { - status = "okay"; pcs-sck-delay = <50>; sck-pcs-delay = <50>; transfer-delay = <50>; + status = "okay"; icm42688_0: icm42688p0@0 { compatible = "invensense,icm42688", "invensense,icm4268x"; @@ -307,9 +307,9 @@ }; &lpspi3 { - status = "okay"; cs-gpios = <&gpio2 15 GPIO_ACTIVE_LOW>, <&gpio2 18 GPIO_ACTIVE_LOW>; + status = "okay"; bmi08x_accel: bmi08x@0 { compatible = "bosch,bmi08x-accel"; @@ -363,37 +363,37 @@ }; &lpi2c2 { - status = "okay"; clock-frequency = ; + status = "okay"; bmp388_0: bmp388@76 { compatible = "bosch,bmp388"; - int-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>; reg = <0x76>; - status = "okay"; + int-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>; odr = "50"; osr-press = <4>; osr-temp = <2>; + status = "okay"; }; }; &lpi2c3 { - status = "okay"; clock-frequency = ; + status = "okay"; bmm150: bmm150@10 { compatible = "bosch,bmm150"; - status = "okay"; reg = <0x10>; + status = "okay"; }; bmp388_1: bmp388@77 { compatible = "bosch,bmp388"; reg = <0x77>; - status = "okay"; odr = "50"; osr-press = <4>; osr-temp = <2>; + status = "okay"; }; }; @@ -402,59 +402,59 @@ }; &flexpwm1_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_vmu_ch1>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm1_pwm1 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_vmu_ch2>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm1_pwm2 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_vmu_ch3>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm2_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_vmu_ch4>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm2_pwm1 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_vmu_ch5>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm2_pwm2 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_vmu_ch6>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm2_pwm3 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_vmu_ch7>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &flexpwm3_pwm0 { - status = "okay"; pinctrl-0 = <&pinmux_flexpwm_vmu_ch8>; pinctrl-names = "default"; nxp,prescaler = <64>; + status = "okay"; }; &gpt5 { @@ -474,10 +474,10 @@ }; &usdhc1 { - status = "okay"; no-1-8-v; pwr-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpio3 31 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>; + status = "okay"; sdmmc { compatible = "zephyr,sdmmc-disk"; @@ -523,8 +523,8 @@ }; &enet1g_phy { - status = "okay"; int-gpios = <&gpio5 10 GPIO_ACTIVE_HIGH>; + status = "okay"; }; zephyr_udc0: &usb1 { From 4d0c0212a742d415c9a81659118539962eedd218 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:52 +0200 Subject: [PATCH 084/142] devicetree: format files in boards/oct Applying dts-linter results for format files in boards/oct Signed-off-by: Kyle Micallef Bonnici --- boards/oct/osd32mp1_brk/osd32mp1_brk.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/oct/osd32mp1_brk/osd32mp1_brk.dts b/boards/oct/osd32mp1_brk/osd32mp1_brk.dts index 84c14691094f0..c5304caa7b150 100644 --- a/boards/oct/osd32mp1_brk/osd32mp1_brk.dts +++ b/boards/oct/osd32mp1_brk/osd32mp1_brk.dts @@ -9,8 +9,8 @@ #include / { - model = "Octavo Systems OSD32MP1-BRK"; compatible = "oct,osd32mp1-brk"; + model = "Octavo Systems OSD32MP1-BRK"; chosen { /* @@ -73,8 +73,8 @@ &i2c5 { pinctrl-0 = <&i2c5_scl_pd1 &i2c5_sda_pd0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &uart7_tx_pa15 { From 965933b7e223078081505859116b5491d1d53164 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:52 +0200 Subject: [PATCH 085/142] devicetree: format files in boards/olimex Applying dts-linter results for format files in boards/olimex Signed-off-by: Kyle Micallef Bonnici --- .../olimex_lora_stm32wl_devkit.dts | 14 +++++++------- .../olimex_esp32_evb/olimex_esp32_evb_appcpu.dts | 2 +- .../olimex_esp32_evb/olimex_esp32_evb_procpu.dts | 12 ++++++------ boards/olimex/olimexino_stm32/olimexino_stm32.dts | 14 +++++++------- boards/olimex/stm32_e407/olimex_stm32_e407.dts | 6 +++--- boards/olimex/stm32_h103/olimex_stm32_h103.dts | 6 +++--- boards/olimex/stm32_h405/olimex_stm32_h405.dts | 2 +- boards/olimex/stm32_h407/olimex_stm32_h407.dts | 2 +- boards/olimex/stm32_p405/olimex_stm32_p405.dts | 2 +- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.dts b/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.dts index 1f354a161721b..0e813a0b6a296 100644 --- a/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.dts +++ b/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.dts @@ -9,8 +9,8 @@ #include / { - model = "Olimex LoRa STM32WL DevKit"; compatible = "olimex,lora-stm32wl-devkit"; + model = "Olimex LoRa STM32WL DevKit"; chosen { zephyr,console = &usart1; @@ -92,13 +92,13 @@ uext_serial: &lpuart1 { uext_i2c: &i2c1 { pinctrl-0 = <&i2c1_scl_pa9 &i2c1_sda_pa10>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; bme280: bme280@77 { compatible = "bosch,bme280"; - status = "okay"; reg = <0x77>; + status = "okay"; }; iis2mdc@1e { @@ -140,24 +140,24 @@ uext_spi: &spi1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(108)>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 DT_SIZE_K(108)>; + label = "image-1"; }; storage_partition: partition@3e000 { - label = "storage"; reg = <0x0003e000 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/olimex/olimex_esp32_evb/olimex_esp32_evb_appcpu.dts b/boards/olimex/olimex_esp32_evb/olimex_esp32_evb_appcpu.dts index c88ae757867fd..af0485d9aab2e 100644 --- a/boards/olimex/olimex_esp32_evb/olimex_esp32_evb_appcpu.dts +++ b/boards/olimex/olimex_esp32_evb/olimex_esp32_evb_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Espressif ESP32-DevkitC APPCPU"; compatible = "espressif,esp32"; + model = "Espressif ESP32-DevkitC APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/olimex/olimex_esp32_evb/olimex_esp32_evb_procpu.dts b/boards/olimex/olimex_esp32_evb/olimex_esp32_evb_procpu.dts index 7575555601460..155b610bf195d 100644 --- a/boards/olimex/olimex_esp32_evb/olimex_esp32_evb_procpu.dts +++ b/boards/olimex/olimex_esp32_evb/olimex_esp32_evb_procpu.dts @@ -12,8 +12,8 @@ #include / { - model = "Olimex ESP32-EVB"; compatible = "olimex,esp32-evb", "espressif,esp32-wroom-32e", "espressif,esp32"; + model = "Olimex ESP32-EVB"; chosen { zephyr,console = &uart0; @@ -63,40 +63,40 @@ uext_i2c: &i2c0 {}; uext_spi: &spi2 {}; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 16 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 13 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; &twai { - status = "okay"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + status = "okay"; can-transceiver { max-bitrate = <1000000>; diff --git a/boards/olimex/olimexino_stm32/olimexino_stm32.dts b/boards/olimex/olimexino_stm32/olimexino_stm32.dts index c684c00d8e35d..04c7ae86615d2 100644 --- a/boards/olimex/olimexino_stm32/olimexino_stm32.dts +++ b/boards/olimex/olimexino_stm32/olimexino_stm32.dts @@ -10,8 +10,8 @@ #include / { - model = "Olimex OLIMEXINO-STM32 board"; compatible = "olimex,olimexino_stm32", "st,stm32f103rb"; + model = "Olimex OLIMEXINO-STM32 board"; chosen { zephyr,console = &usart1; @@ -109,15 +109,15 @@ uext_serial: &usart1 {}; &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -131,14 +131,14 @@ uext_serial: &usart1 {}; pinctrl-0 = <&spi2_nss_master_pb12 &spi2_sck_master_pb13 &spi2_miso_master_pb14 &spi2_mosi_master_pb15>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpiod 2 GPIO_ACTIVE_HIGH>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; - status = "okay"; spi-max-frequency = <24000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -149,10 +149,10 @@ uext_serial: &usart1 {}; }; zephyr_udc0: &usb { - status = "okay"; disconnect-gpios = <&gpioc 12 GPIO_ACTIVE_LOW>; pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>; pinctrl-names = "default"; + status = "okay"; }; &timers1 { @@ -160,9 +160,9 @@ zephyr_udc0: &usb { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pwm_out_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/olimex/stm32_e407/olimex_stm32_e407.dts b/boards/olimex/stm32_e407/olimex_stm32_e407.dts index 6bcf16b54faa5..7679ca32cb3bb 100644 --- a/boards/olimex/stm32_e407/olimex_stm32_e407.dts +++ b/boards/olimex/stm32_e407/olimex_stm32_e407.dts @@ -10,8 +10,8 @@ #include / { - model = "Olimex STM32-E407 board"; compatible = "olimex,stm32-e407"; + model = "Olimex STM32-E407 board"; chosen { zephyr,console = &usart1; @@ -117,7 +117,6 @@ zephyr_udc0: &usbotg_hs { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -129,12 +128,13 @@ zephyr_udc0: &usbotg_hs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; diff --git a/boards/olimex/stm32_h103/olimex_stm32_h103.dts b/boards/olimex/stm32_h103/olimex_stm32_h103.dts index 76e8db11504a0..dbade0dedc449 100644 --- a/boards/olimex/stm32_h103/olimex_stm32_h103.dts +++ b/boards/olimex/stm32_h103/olimex_stm32_h103.dts @@ -9,8 +9,8 @@ #include / { - model = "Olimex STM32-H103 board"; compatible = "olimex,stm32-h103"; + model = "Olimex STM32-H103 board"; chosen { zephyr,console = &usart2; @@ -89,15 +89,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "disabled"; clock-frequency = ; + status = "disabled"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "disabled"; clock-frequency = ; + status = "disabled"; }; &spi1 { diff --git a/boards/olimex/stm32_h405/olimex_stm32_h405.dts b/boards/olimex/stm32_h405/olimex_stm32_h405.dts index bdb5e1b588fdf..80f2afcc7b1c0 100644 --- a/boards/olimex/stm32_h405/olimex_stm32_h405.dts +++ b/boards/olimex/stm32_h405/olimex_stm32_h405.dts @@ -10,8 +10,8 @@ #include / { - model = "Olimex STM32-H405 board"; compatible = "olimex,stm32-h405", "st,stm32f405"; + model = "Olimex STM32-H405 board"; chosen { zephyr,console = &usart2; diff --git a/boards/olimex/stm32_h407/olimex_stm32_h407.dts b/boards/olimex/stm32_h407/olimex_stm32_h407.dts index dc2ea9a3c71f4..2b2692189f17f 100644 --- a/boards/olimex/stm32_h407/olimex_stm32_h407.dts +++ b/boards/olimex/stm32_h407/olimex_stm32_h407.dts @@ -10,8 +10,8 @@ #include / { - model = "Olimex STM32-H407 board"; compatible = "olimex,stm32-h407"; + model = "Olimex STM32-H407 board"; chosen { zephyr,console = &usart2; diff --git a/boards/olimex/stm32_p405/olimex_stm32_p405.dts b/boards/olimex/stm32_p405/olimex_stm32_p405.dts index 6257a0ee97dcc..f112ddd5e4d9b 100644 --- a/boards/olimex/stm32_p405/olimex_stm32_p405.dts +++ b/boards/olimex/stm32_p405/olimex_stm32_p405.dts @@ -10,8 +10,8 @@ #include / { - model = "Olimex STM32-P405 board"; compatible = "olimex,stm32-p405"; + model = "Olimex STM32-P405 board"; chosen { zephyr,console = &usart2; From 98a63f16ba9e8008292ce7782a80e7686758e77c Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:52 +0200 Subject: [PATCH 086/142] devicetree: format files in boards/openhwgroup Applying dts-linter results for format files in boards/openhwgroup Signed-off-by: Kyle Micallef Bonnici --- boards/openhwgroup/cv32a6_genesys_2/cv32a6_genesys_2.dts | 2 +- boards/openhwgroup/cv64a6_genesys_2/cv64a6_genesys_2.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/openhwgroup/cv32a6_genesys_2/cv32a6_genesys_2.dts b/boards/openhwgroup/cv32a6_genesys_2/cv32a6_genesys_2.dts index a6588c2aa4c9f..fafadc246b17b 100644 --- a/boards/openhwgroup/cv32a6_genesys_2/cv32a6_genesys_2.dts +++ b/boards/openhwgroup/cv32a6_genesys_2/cv32a6_genesys_2.dts @@ -8,8 +8,8 @@ #include / { - model = "Openhardwaregroup CV32A6 on Genesys 2"; compatible = "openhwgroup,cv32a6_genesys_2"; + model = "Openhardwaregroup CV32A6 on Genesys 2"; chosen { zephyr,console = &uart0; diff --git a/boards/openhwgroup/cv64a6_genesys_2/cv64a6_genesys_2.dts b/boards/openhwgroup/cv64a6_genesys_2/cv64a6_genesys_2.dts index eab1183221a8e..313602891cfa0 100644 --- a/boards/openhwgroup/cv64a6_genesys_2/cv64a6_genesys_2.dts +++ b/boards/openhwgroup/cv64a6_genesys_2/cv64a6_genesys_2.dts @@ -8,8 +8,8 @@ #include / { - model = "Openhardwaregroup CV64A6 on Genesys 2"; compatible = "openhwgroup,cv64a6_genesys_2"; + model = "Openhardwaregroup CV64A6 on Genesys 2"; chosen { zephyr,console = &uart0; From 9f886f39319206e7cd39243f02d202f80a788dba Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:53 +0200 Subject: [PATCH 087/142] devicetree: format files in boards/openisa Applying dts-linter results for format files in boards/openisa Signed-off-by: Kyle Micallef Bonnici --- .../rv32m1_vega/rv32m1_vega_openisa_rv32m1.dtsi | 12 ++++++------ .../rv32m1_vega/rv32m1_vega_openisa_rv32m1_ri5cy.dts | 12 ++++++------ .../rv32m1_vega_openisa_rv32m1_zero_riscy.dts | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1.dtsi b/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1.dtsi index 408ceee01ca2e..c4ac854261af4 100644 --- a/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1.dtsi +++ b/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1.dtsi @@ -135,21 +135,21 @@ arduino_serial: &lpuart1 { &lpuart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&lpuart0_default>; pinctrl-names = "default"; + status = "okay"; }; arduino_i2c: &lpi2c0 { - status = "okay"; pinctrl-0 = <&lpi2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &lpi2c3 { - status = "okay"; pinctrl-0 = <&lpi2c3_default>; pinctrl-names = "default"; + status = "okay"; fxos8700: fxos8700@1e { compatible = "nxp,fxos8700"; @@ -161,16 +161,16 @@ arduino_i2c: &lpi2c0 { }; arduino_spi: &lpspi0 { - status = "okay"; pinctrl-0 = <&lpspi0_default>; pinctrl-names = "default"; + status = "okay"; }; &lpspi1 { - status = "okay"; cs-gpios = <&gpiob 22 GPIO_ACTIVE_LOW>; pinctrl-0 = <&lpspi1_default>; pinctrl-names = "default"; + status = "okay"; mx25r32: mx25r3235f@0 { compatible = "jedec,spi-nor"; @@ -182,7 +182,7 @@ arduino_spi: &lpspi0 { }; &tpm2 { - status = "okay"; pinctrl-0 = <&tpm2_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1_ri5cy.dts b/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1_ri5cy.dts index e3c4f20166f51..95179f003b06f 100644 --- a/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1_ri5cy.dts +++ b/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1_ri5cy.dts @@ -9,8 +9,8 @@ #include "rv32m1_vega_openisa_rv32m1.dtsi" / { - model = "OpenISA RV32M1 Vega RI5CY"; compatible = "openisa,rv32m1"; + model = "OpenISA RV32M1 Vega RI5CY"; chosen { zephyr,sram = &m4_dtcm; @@ -38,28 +38,28 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 0x00069000>; + label = "image-0"; }; slot1_partition: partition@69000 { - label = "image-1"; reg = <0x00069000 0x00069000>; + label = "image-1"; }; scratch_partition: partition@d2000 { - label = "image-scratch"; reg = <0x000d2000 0x0001e000>; + label = "image-scratch"; }; storage_partition: partition@f0000 { - label = "storage"; reg = <0x000f0000 0x00004000>; + label = "storage"; }; boot_partition: partition@f4000 { - label = "mcuboot"; reg = <0x000f4000 0x0000C000>; + label = "mcuboot"; }; }; }; diff --git a/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1_zero_riscy.dts b/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1_zero_riscy.dts index 10d2382ca944b..7af30d636923e 100644 --- a/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1_zero_riscy.dts +++ b/boards/openisa/rv32m1_vega/rv32m1_vega_openisa_rv32m1_zero_riscy.dts @@ -9,8 +9,8 @@ #include "rv32m1_vega_openisa_rv32m1.dtsi" / { - model = "OpenISA RV32M1 Vega Zero RISCY"; compatible = "openisa,rv32m1"; + model = "OpenISA RV32M1 Vega Zero RISCY"; chosen { zephyr,sram = &m0_tcm; From 097c7164faf9bb06cd639ae6b17227902d4f52dd Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:53 +0200 Subject: [PATCH 088/142] devicetree: format files in boards/others Applying dts-linter results for format files in boards/others Signed-off-by: Kyle Micallef Bonnici --- boards/others/black_f407ve/black_f407ve.dts | 6 +++--- .../others/black_f407zg_pro/black_f407zg_pro.dts | 4 ++-- boards/others/canbardo/canbardo.dts | 16 ++++++++-------- boards/others/candlelight/candlelight.dts | 8 ++++---- boards/others/candlelightfd/candlelightfd.dtsi | 8 ++++---- .../candlelightfd/candlelightfd_stm32g0b1xx.dts | 2 +- .../candlelightfd_stm32g0b1xx_dual.dts | 2 +- .../esp32c3_supermini/esp32c3_supermini.dts | 6 +++--- boards/others/icev_wireless/icev_wireless.dts | 4 ++-- .../neorv32/neorv32_neorv32_minimalboot.dts | 10 +++++----- .../others/neorv32/neorv32_neorv32_up5kdemo.dts | 10 +++++----- .../promicro_nrf52840_nrf52840_common.dts | 12 ++++++------ boards/others/serpente/serpente.dts | 15 +++++++-------- boards/others/stm32_min_dev/stm32_min_dev.dts | 8 ++++---- .../stm32_min_dev_stm32f103xb_black.overlay | 2 +- .../stm32_min_dev_stm32f103xb_blue.overlay | 2 +- boards/others/stm32f030_demo/stm32f030_demo.dts | 2 +- boards/others/stm32f103_mini/stm32f103_mini.dts | 6 +++--- boards/others/stm32f401_mini/stm32f401_mini.dts | 16 ++++++++-------- 19 files changed, 69 insertions(+), 70 deletions(-) diff --git a/boards/others/black_f407ve/black_f407ve.dts b/boards/others/black_f407ve/black_f407ve.dts index 1026096069d0c..c1f4c4b30fd5b 100644 --- a/boards/others/black_f407ve/black_f407ve.dts +++ b/boards/others/black_f407ve/black_f407ve.dts @@ -10,8 +10,8 @@ #include / { - model = "black_f407ve board"; compatible = "black-stm32f407"; + model = "black_f407ve board"; chosen { zephyr,console = &usart1; @@ -109,9 +109,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -142,8 +142,8 @@ zephyr_udc0: &usbotg_fs { &spi1 { pinctrl-0 = <&spi1_sck_pb3 &spi1_miso_pb4 &spi1_mosi_pb5>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpiob 0 GPIO_ACTIVE_LOW>; + status = "okay"; w25q16cv: w25q16cv@0 { compatible = "jedec,spi-nor"; diff --git a/boards/others/black_f407zg_pro/black_f407zg_pro.dts b/boards/others/black_f407zg_pro/black_f407zg_pro.dts index 0673d17c38de6..c9a1e8a9a2013 100644 --- a/boards/others/black_f407zg_pro/black_f407zg_pro.dts +++ b/boards/others/black_f407zg_pro/black_f407zg_pro.dts @@ -10,8 +10,8 @@ #include / { - model = "black_f407zg_pro board"; compatible = "st,stm32f407"; + model = "black_f407zg_pro board"; chosen { zephyr,console = &usart2; @@ -109,9 +109,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/others/canbardo/canbardo.dts b/boards/others/canbardo/canbardo.dts index 70da7b427bf14..5b1cfc442bfec 100644 --- a/boards/others/canbardo/canbardo.dts +++ b/boards/others/canbardo/canbardo.dts @@ -14,8 +14,8 @@ #include "canbardo-pinctrl.dtsi" / { - model = "CANbardo board"; compatible = "canbardo", "atmel,same70n20b", "atmel,same70b"; + model = "CANbardo board"; chosen { zephyr,console = &uart1; @@ -102,10 +102,10 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbhs { @@ -113,17 +113,17 @@ zephyr_udc0: &usbhs { }; &can0 { - status = "okay"; pinctrl-0 = <&can0_default>; pinctrl-names = "default"; phys = <&transceiver0>; + status = "okay"; }; &can1 { - status = "okay"; pinctrl-0 = <&can1_default>; pinctrl-names = "default"; phys = <&transceiver1>; + status = "okay"; }; &wdt { @@ -138,27 +138,27 @@ zephyr_udc0: &usbhs { /* First half of sector 0 */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; /* From sector 1 to sector 3 (included) */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(384)>; + label = "image-0"; }; /* From sector 4 to sector 6 (included) */ slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 DT_SIZE_K(384)>; + label = "image-1"; }; /* Sector 7 */ storage_partition: partition@e0000 { - label = "storage"; reg = <0x000e0000 DT_SIZE_K(128)>; + label = "storage"; }; }; }; diff --git a/boards/others/candlelight/candlelight.dts b/boards/others/candlelight/candlelight.dts index 503f89358a44d..e7d8bc56abe52 100644 --- a/boards/others/candlelight/candlelight.dts +++ b/boards/others/candlelight/candlelight.dts @@ -10,8 +10,8 @@ #include / { - model = "candleLight"; compatible = "candlelight"; + model = "candleLight"; chosen { zephyr,sram = &sram0; @@ -48,8 +48,8 @@ }; &clk_hsi { - status = "okay"; clock-frequency = ; + status = "okay"; }; &pll { @@ -86,14 +86,14 @@ zephyr_udc0: &usb { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 DT_SIZE_K(80)>; + label = "image-0"; }; }; }; diff --git a/boards/others/candlelightfd/candlelightfd.dtsi b/boards/others/candlelightfd/candlelightfd.dtsi index f302718150674..b185b21b9620c 100644 --- a/boards/others/candlelightfd/candlelightfd.dtsi +++ b/boards/others/candlelightfd/candlelightfd.dtsi @@ -43,13 +43,13 @@ }; &clk_hse { - status = "okay"; clock-frequency = ; + status = "okay"; }; &clk_hsi48 { - status = "okay"; crs-usb-sof; + status = "okay"; }; &pll { @@ -91,14 +91,14 @@ zephyr_udc0: &usb { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 DT_SIZE_K(80)>; + label = "image-0"; }; }; }; diff --git a/boards/others/candlelightfd/candlelightfd_stm32g0b1xx.dts b/boards/others/candlelightfd/candlelightfd_stm32g0b1xx.dts index ce8b6cc46b259..a3d466a7945c3 100644 --- a/boards/others/candlelightfd/candlelightfd_stm32g0b1xx.dts +++ b/boards/others/candlelightfd/candlelightfd_stm32g0b1xx.dts @@ -9,6 +9,6 @@ #include "candlelightfd.dtsi" / { - model = "candleLight FD"; compatible = "candlelightfd"; + model = "candleLight FD"; }; diff --git a/boards/others/candlelightfd/candlelightfd_stm32g0b1xx_dual.dts b/boards/others/candlelightfd/candlelightfd_stm32g0b1xx_dual.dts index 3a20d6c58b084..299da11eeba01 100644 --- a/boards/others/candlelightfd/candlelightfd_stm32g0b1xx_dual.dts +++ b/boards/others/candlelightfd/candlelightfd_stm32g0b1xx_dual.dts @@ -9,8 +9,8 @@ #include "candlelightfd.dtsi" / { - model = "candleLight FD Dual"; compatible = "candlelightfd"; + model = "candleLight FD Dual"; transceiver1: can-phy1 { compatible = "nxp,tja1051", "can-transceiver-gpio"; diff --git a/boards/others/esp32c3_supermini/esp32c3_supermini.dts b/boards/others/esp32c3_supermini/esp32c3_supermini.dts index 9728e204e626b..22ebef3d790aa 100644 --- a/boards/others/esp32c3_supermini/esp32c3_supermini.dts +++ b/boards/others/esp32c3_supermini/esp32c3_supermini.dts @@ -12,8 +12,8 @@ #include / { - model = "ESP32C3-SUPERMINI"; compatible = "espressif,esp32c3_supermini"; + model = "ESP32C3-SUPERMINI"; chosen { zephyr,sram = &sram1; @@ -53,9 +53,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &usb_serial { @@ -63,10 +63,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { diff --git a/boards/others/icev_wireless/icev_wireless.dts b/boards/others/icev_wireless/icev_wireless.dts index 6e97b2d7bc6d6..e09773f4ad577 100644 --- a/boards/others/icev_wireless/icev_wireless.dts +++ b/boards/others/icev_wireless/icev_wireless.dts @@ -12,8 +12,8 @@ #include / { - model = "ICEV Wireless"; compatible = "espressif,esp32c3"; + model = "ICEV Wireless"; chosen { zephyr,sram = &sram1; @@ -73,11 +73,11 @@ }; &spi2 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { diff --git a/boards/others/neorv32/neorv32_neorv32_minimalboot.dts b/boards/others/neorv32/neorv32_neorv32_minimalboot.dts index 690a5b16c4656..9a4d656bd4c85 100644 --- a/boards/others/neorv32/neorv32_neorv32_minimalboot.dts +++ b/boards/others/neorv32/neorv32_neorv32_minimalboot.dts @@ -11,8 +11,8 @@ #include / { - model = "NEORV32 MinimalBoot"; compatible = "neorv32"; + model = "NEORV32 MinimalBoot"; aliases { led0 = &led0; @@ -117,13 +117,13 @@ }; &imem { - status = "okay"; reg = <0x0 DT_SIZE_K(64)>; + status = "okay"; }; &dmem { - status = "okay"; reg = <0x80000000 DT_SIZE_K(64)>; + status = "okay"; }; &clint { @@ -135,13 +135,13 @@ }; &uart0 { - status = "okay"; current-speed = <19200>; + status = "okay"; }; &gpio { - status = "okay"; ngpios = <4>; + status = "okay"; }; &pwm { diff --git a/boards/others/neorv32/neorv32_neorv32_up5kdemo.dts b/boards/others/neorv32/neorv32_neorv32_up5kdemo.dts index 96f0546bcfaee..2f34adad4a65d 100644 --- a/boards/others/neorv32/neorv32_neorv32_up5kdemo.dts +++ b/boards/others/neorv32/neorv32_neorv32_up5kdemo.dts @@ -11,8 +11,8 @@ #include / { - model = "NEORV32 UP5KDemo"; compatible = "neorv32"; + model = "NEORV32 UP5KDemo"; aliases { led0 = &led0; @@ -117,13 +117,13 @@ }; &imem { - status = "okay"; reg = <0x0 DT_SIZE_K(64)>; + status = "okay"; }; &dmem { - status = "okay"; reg = <0x80000000 DT_SIZE_K(64)>; + status = "okay"; }; &clint { @@ -135,13 +135,13 @@ }; &uart0 { - status = "okay"; current-speed = <19200>; + status = "okay"; }; &gpio { - status = "okay"; ngpios = <32>; + status = "okay"; }; &pwm { diff --git a/boards/others/promicro_nrf52840/promicro_nrf52840_nrf52840_common.dts b/boards/others/promicro_nrf52840/promicro_nrf52840_nrf52840_common.dts index 762b6931b0641..64e683db6212f 100644 --- a/boards/others/promicro_nrf52840/promicro_nrf52840_nrf52840_common.dts +++ b/boards/others/promicro_nrf52840/promicro_nrf52840_nrf52840_common.dts @@ -12,8 +12,8 @@ #include / { - model = "Pro Micro nRF52840"; compatible = "others,promicro-nrf52840"; + model = "Pro Micro nRF52840"; chosen { zephyr,sram = &sram0; @@ -72,42 +72,42 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/others/serpente/serpente.dts b/boards/others/serpente/serpente.dts index 5ff891d523bd9..0f475cee84e65 100644 --- a/boards/others/serpente/serpente.dts +++ b/boards/others/serpente/serpente.dts @@ -10,8 +10,8 @@ #include "serpente-pinctrl.dtsi" / { - model = "Serpente"; compatible = "arturo182,serpente"; + model = "Serpente"; chosen { zephyr,console = &sercom2; @@ -85,7 +85,6 @@ }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -93,10 +92,10 @@ pinctrl-0 = <&sercom2_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom3 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <1>; dopo = <1>; @@ -105,23 +104,23 @@ pinctrl-0 = <&sercom3_spi_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; &tcc0 { - status = "okay"; compatible = "atmel,sam0-tcc-pwm"; prescaler = <4>; #pwm-cells = <2>; pinctrl-0 = <&pwm_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -131,14 +130,14 @@ zephyr_udc0: &usb0 { #size-cells = <1>; boot_partition: partition@0 { - label = "uf2"; reg = <0x00000000 DT_SIZE_K(8)>; + label = "uf2"; read-only; }; code_partition: partition@2000 { - label = "code"; reg = <0x2000 DT_SIZE_K(256-8)>; + label = "code"; read-only; }; }; diff --git a/boards/others/stm32_min_dev/stm32_min_dev.dts b/boards/others/stm32_min_dev/stm32_min_dev.dts index bc981387d3cb5..35a98fde697f5 100644 --- a/boards/others/stm32_min_dev/stm32_min_dev.dts +++ b/boards/others/stm32_min_dev/stm32_min_dev.dts @@ -9,8 +9,8 @@ #include / { - model = "STM32 Minimum Development Board"; compatible = "st,stm32f103c8"; + model = "STM32 Minimum Development Board"; chosen { zephyr,console = &usart1; @@ -77,16 +77,16 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; - status = "okay"; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -107,9 +107,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pwm_out_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/others/stm32_min_dev/stm32_min_dev_stm32f103xb_black.overlay b/boards/others/stm32_min_dev/stm32_min_dev_stm32f103xb_black.overlay index 25b8bf2688cc1..383e69a73b0ed 100644 --- a/boards/others/stm32_min_dev/stm32_min_dev_stm32f103xb_black.overlay +++ b/boards/others/stm32_min_dev/stm32_min_dev_stm32f103xb_black.overlay @@ -5,8 +5,8 @@ */ / { - model = "STM32 Minimum Development Board (Black)"; compatible = "stm32_min_dev_black", "st,stm32f103c8"; + model = "STM32 Minimum Development Board (Black)"; leds { led: led { diff --git a/boards/others/stm32_min_dev/stm32_min_dev_stm32f103xb_blue.overlay b/boards/others/stm32_min_dev/stm32_min_dev_stm32f103xb_blue.overlay index 41f657276d5c9..f8d36767b45e4 100644 --- a/boards/others/stm32_min_dev/stm32_min_dev_stm32f103xb_blue.overlay +++ b/boards/others/stm32_min_dev/stm32_min_dev_stm32f103xb_blue.overlay @@ -5,8 +5,8 @@ */ / { - model = "STM32 Minimum Development Board (Blue)"; compatible = "stm32_min_dev_blue", "st,stm32f103c8"; + model = "STM32 Minimum Development Board (Blue)"; leds { led: led { diff --git a/boards/others/stm32f030_demo/stm32f030_demo.dts b/boards/others/stm32f030_demo/stm32f030_demo.dts index 7c3f7158df189..004b8d9a34a6f 100644 --- a/boards/others/stm32f030_demo/stm32f030_demo.dts +++ b/boards/others/stm32f030_demo/stm32f030_demo.dts @@ -9,8 +9,8 @@ #include / { - model = "STM32F030 DEMO board"; compatible = "stm32f030-demo"; + model = "STM32F030 DEMO board"; chosen { zephyr,console = &usart1; diff --git a/boards/others/stm32f103_mini/stm32f103_mini.dts b/boards/others/stm32f103_mini/stm32f103_mini.dts index 9cebaacebca23..43178cd085ea3 100644 --- a/boards/others/stm32f103_mini/stm32f103_mini.dts +++ b/boards/others/stm32f103_mini/stm32f103_mini.dts @@ -9,8 +9,8 @@ #include / { - model = "stm32f103_mini board"; compatible = "stm32f103"; + model = "stm32f103_mini board"; chosen { zephyr,console = &usart1; @@ -81,8 +81,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_remap1_pb8 &i2c1_sda_remap1_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -108,9 +108,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pwm_out_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/others/stm32f401_mini/stm32f401_mini.dts b/boards/others/stm32f401_mini/stm32f401_mini.dts index a6749b2cca4ad..75fcf485eb1ad 100644 --- a/boards/others/stm32f401_mini/stm32f401_mini.dts +++ b/boards/others/stm32f401_mini/stm32f401_mini.dts @@ -10,8 +10,8 @@ #include / { - model = "STM32 Mini F401"; compatible = "stm32f401_mini"; + model = "STM32 Mini F401"; chosen { zephyr,console = &usart1; @@ -54,24 +54,24 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; @@ -80,24 +80,24 @@ status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pb6 &tim4_ch2_pb7>; pinctrl-names = "default"; + status = "okay"; }; }; &usart1 { pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>; pinctrl-names = "default"; - status = "okay"; current-speed = <115200>; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { From b62d745c73c4cdf17ae4656809c016e443ea2383 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:54 +0200 Subject: [PATCH 089/142] devicetree: format files in boards/panasonic Applying dts-linter results for format files in boards/panasonic Signed-off-by: Kyle Micallef Bonnici --- boards/panasonic/pan1770_evb/pan1770_evb.dts | 24 +++++++++---------- boards/panasonic/pan1780_evb/pan1780_evb.dts | 24 +++++++++---------- boards/panasonic/pan1781_evb/pan1781_evb.dts | 20 ++++++++-------- boards/panasonic/pan1782_evb/pan1782_evb.dts | 22 ++++++++--------- .../pan1783/pan1783_evb_nrf5340_cpuapp.dts | 2 +- .../pan1783/pan1783_evb_nrf5340_cpunet.dts | 2 +- .../pan1783_nrf5340_cpuapp_common.dtsi | 10 ++++---- .../pan1783_nrf5340_cpunet_common.dtsi | 10 ++++---- .../pan1783/pan1783a_evb_nrf5340_cpuapp.dts | 2 +- .../pan1783/pan1783a_evb_nrf5340_cpunet.dts | 2 +- .../pan1783a_pa_evb_nrf5340_cpuapp.dts | 2 +- .../pan1783a_pa_evb_nrf5340_cpunet.dts | 2 +- .../panb611evb_nrf54l15_common.dtsi | 2 +- .../panb611evb_nrf54l15_cpuapp_common.dtsi | 6 ++--- .../panb611evb_nrf54l15_cpuapp_ns.dts | 9 ++++--- .../panb611evb_nrf54l15_cpuflpr.dts | 6 ++--- 16 files changed, 72 insertions(+), 73 deletions(-) diff --git a/boards/panasonic/pan1770_evb/pan1770_evb.dts b/boards/panasonic/pan1770_evb/pan1770_evb.dts index fa2fd75e6cc5f..0a5128f915e25 100644 --- a/boards/panasonic/pan1770_evb/pan1770_evb.dts +++ b/boards/panasonic/pan1770_evb/pan1770_evb.dts @@ -12,8 +12,8 @@ #include / { - model = "pan1770-evb"; compatible = "panasonic-industrial-devices-europe-gmbh,pan1770-evb"; + model = "pan1770-evb"; chosen { zephyr,console = &uart0; @@ -173,27 +173,27 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -205,10 +205,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -221,10 +221,10 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { @@ -243,7 +243,6 @@ arduino_i2c: &i2c0 { }; arduino_spi: &spi3 { - status = "disabled"; /* Cannot be used together with evb_led1, evb_led2, evb_led3, evb_sw2 * and pwm0 so disabled by default. */ @@ -251,6 +250,7 @@ arduino_spi: &spi3 { pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; &ieee802154 { @@ -264,28 +264,28 @@ arduino_spi: &spi3 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x000000000 0x0000C000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x00067000>; + label = "image-0"; }; slot1_partition: partition@73000 { - label = "image-1"; reg = <0x00073000 0x00067000>; + label = "image-1"; }; scratch_partition: partition@da000 { - label = "image-scratch"; reg = <0x000da000 0x0001e000>; + label = "image-scratch"; }; storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; diff --git a/boards/panasonic/pan1780_evb/pan1780_evb.dts b/boards/panasonic/pan1780_evb/pan1780_evb.dts index 27cfc4208e31a..a9052abd96428 100644 --- a/boards/panasonic/pan1780_evb/pan1780_evb.dts +++ b/boards/panasonic/pan1780_evb/pan1780_evb.dts @@ -12,8 +12,8 @@ #include / { - model = "pan1780-evb"; compatible = "panasonic-industrial-devices-europe-gmbh,pan1780-evb"; + model = "pan1780-evb"; chosen { zephyr,console = &uart0; @@ -173,27 +173,27 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -205,10 +205,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -221,10 +221,10 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { @@ -243,7 +243,6 @@ arduino_i2c: &i2c0 { }; arduino_spi: &spi3 { - status = "disabled"; /* Cannot be used together with evb_led1, evb_led2, evb_led3, evb_sw2 * and pwm0 so disabled by default. */ @@ -251,6 +250,7 @@ arduino_spi: &spi3 { pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; &ieee802154 { @@ -264,28 +264,28 @@ arduino_spi: &spi3 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x000000000 0x0000C000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x00067000>; + label = "image-0"; }; slot1_partition: partition@73000 { - label = "image-1"; reg = <0x00073000 0x00067000>; + label = "image-1"; }; scratch_partition: partition@da000 { - label = "image-scratch"; reg = <0x000da000 0x0001e000>; + label = "image-scratch"; }; storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 0x00008000>; + label = "storage"; }; }; }; diff --git a/boards/panasonic/pan1781_evb/pan1781_evb.dts b/boards/panasonic/pan1781_evb/pan1781_evb.dts index 74999c71dc49f..269964bba09b6 100644 --- a/boards/panasonic/pan1781_evb/pan1781_evb.dts +++ b/boards/panasonic/pan1781_evb/pan1781_evb.dts @@ -11,8 +11,8 @@ #include / { - model = "pan1781-evb"; compatible = "panasonic-industrial-devices-europe-gmbh,pan1781-evb"; + model = "pan1781-evb"; chosen { zephyr,console = &uart0; @@ -102,9 +102,9 @@ }; &sw_pwm { - status = "okay"; channel-gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; clock-prescaler = <8>; + status = "okay"; }; &uicr { @@ -121,27 +121,27 @@ arduino_serial: &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi1 { - status = "okay"; cs-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -151,28 +151,28 @@ arduino_spi: &spi1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0xc000 0x12000>; + label = "image-0"; }; slot1_partition: partition@1e000 { - label = "image-1"; reg = <0x1e000 0x12000>; + label = "image-1"; }; scratch_partition: partition@30000 { - label = "image-scratch"; reg = <0x30000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x3a000 0x6000>; + label = "storage"; }; }; }; diff --git a/boards/panasonic/pan1782_evb/pan1782_evb.dts b/boards/panasonic/pan1782_evb/pan1782_evb.dts index 7186348edd5ac..fb7144d7a99bb 100644 --- a/boards/panasonic/pan1782_evb/pan1782_evb.dts +++ b/boards/panasonic/pan1782_evb/pan1782_evb.dts @@ -11,8 +11,8 @@ #include / { - model = "pan1782-evb"; compatible = "panasonic-industrial-devices-europe-gmbh,pan1782-evb"; + model = "pan1782-evb"; chosen { zephyr,console = &uart0; @@ -125,19 +125,19 @@ arduino_serial: &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -149,10 +149,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -165,18 +165,18 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi3 { - status = "okay"; cs-gpios = <&gpio0 30 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -190,28 +190,28 @@ arduino_spi: &spi3 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x000000000 0xC000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xA000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007A000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/panasonic/pan1783/pan1783_evb_nrf5340_cpuapp.dts b/boards/panasonic/pan1783/pan1783_evb_nrf5340_cpuapp.dts index e239b1a1c4ad6..df14b63f48711 100644 --- a/boards/panasonic/pan1783/pan1783_evb_nrf5340_cpuapp.dts +++ b/boards/panasonic/pan1783/pan1783_evb_nrf5340_cpuapp.dts @@ -9,8 +9,8 @@ #include "pan1783_nrf5340_cpuapp_common.dtsi" / { - model = "Panasonic PAN1783 EVB (NRF5340) Application"; compatible = "panasonic,pan1783-evb-cpuapp"; + model = "Panasonic PAN1783 EVB (NRF5340) Application"; chosen { zephyr,sram = &sram0_image; diff --git a/boards/panasonic/pan1783/pan1783_evb_nrf5340_cpunet.dts b/boards/panasonic/pan1783/pan1783_evb_nrf5340_cpunet.dts index b4b85e1a019b3..1548cdc9e23c3 100644 --- a/boards/panasonic/pan1783/pan1783_evb_nrf5340_cpunet.dts +++ b/boards/panasonic/pan1783/pan1783_evb_nrf5340_cpunet.dts @@ -9,8 +9,8 @@ #include "pan1783_nrf5340_cpunet_common.dtsi" / { - model = "Panasonic PAN1783 EVB (NRF5340) Network"; compatible = "panasonic,pan1783-evb-cpunet"; + model = "Panasonic PAN1783 EVB (NRF5340) Network"; chosen { zephyr,sram = &sram1; diff --git a/boards/panasonic/pan1783/pan1783_nrf5340_cpuapp_common.dtsi b/boards/panasonic/pan1783/pan1783_nrf5340_cpuapp_common.dtsi index 57ea7ee52d092..8f154c313f929 100644 --- a/boards/panasonic/pan1783/pan1783_nrf5340_cpuapp_common.dtsi +++ b/boards/panasonic/pan1783/pan1783_nrf5340_cpuapp_common.dtsi @@ -203,32 +203,32 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -262,11 +262,11 @@ arduino_i2c: &i2c1 {}; arduino_spi: &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/panasonic/pan1783/pan1783_nrf5340_cpunet_common.dtsi b/boards/panasonic/pan1783/pan1783_nrf5340_cpunet_common.dtsi index f75e5aa0ea7c8..609235efc0017 100644 --- a/boards/panasonic/pan1783/pan1783_nrf5340_cpunet_common.dtsi +++ b/boards/panasonic/pan1783/pan1783_nrf5340_cpunet_common.dtsi @@ -152,11 +152,11 @@ }; &uart0 { - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; arduino_serial: &uart0 {}; @@ -187,23 +187,23 @@ arduino_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x17000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x17000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x6000>; + label = "storage"; }; }; }; diff --git a/boards/panasonic/pan1783/pan1783a_evb_nrf5340_cpuapp.dts b/boards/panasonic/pan1783/pan1783a_evb_nrf5340_cpuapp.dts index aefeb9561063d..489dac9fd1450 100644 --- a/boards/panasonic/pan1783/pan1783a_evb_nrf5340_cpuapp.dts +++ b/boards/panasonic/pan1783/pan1783a_evb_nrf5340_cpuapp.dts @@ -9,8 +9,8 @@ #include "pan1783_nrf5340_cpuapp_common.dtsi" / { - model = "Panasonic PAN1783A EVB (NRF5340) Application"; compatible = "panasonic,pan1783a-evb-cpuapp"; + model = "Panasonic PAN1783A EVB (NRF5340) Application"; chosen { zephyr,sram = &sram0_image; diff --git a/boards/panasonic/pan1783/pan1783a_evb_nrf5340_cpunet.dts b/boards/panasonic/pan1783/pan1783a_evb_nrf5340_cpunet.dts index 5432047fd3381..6626192ab590f 100644 --- a/boards/panasonic/pan1783/pan1783a_evb_nrf5340_cpunet.dts +++ b/boards/panasonic/pan1783/pan1783a_evb_nrf5340_cpunet.dts @@ -9,8 +9,8 @@ #include "pan1783_nrf5340_cpunet_common.dtsi" / { - model = "Panasonic PAN1783A EVB (NRF5340) Network"; compatible = "panasonic,pan1783a-evb-cpunet"; + model = "Panasonic PAN1783A EVB (NRF5340) Network"; chosen { zephyr,sram = &sram1; diff --git a/boards/panasonic/pan1783/pan1783a_pa_evb_nrf5340_cpuapp.dts b/boards/panasonic/pan1783/pan1783a_pa_evb_nrf5340_cpuapp.dts index 4ccd495c1839a..8af099792a667 100644 --- a/boards/panasonic/pan1783/pan1783a_pa_evb_nrf5340_cpuapp.dts +++ b/boards/panasonic/pan1783/pan1783a_pa_evb_nrf5340_cpuapp.dts @@ -9,8 +9,8 @@ #include "pan1783_nrf5340_cpuapp_common.dtsi" / { - model = "Panasonic PAN1783A-PA EVB (NRF5340) Application"; compatible = "panasonic,pan1783a_pa-evb-cpuapp"; + model = "Panasonic PAN1783A-PA EVB (NRF5340) Application"; chosen { zephyr,sram = &sram0_image; diff --git a/boards/panasonic/pan1783/pan1783a_pa_evb_nrf5340_cpunet.dts b/boards/panasonic/pan1783/pan1783a_pa_evb_nrf5340_cpunet.dts index 8e7d4c3bdd3bd..4b69663e1550f 100644 --- a/boards/panasonic/pan1783/pan1783a_pa_evb_nrf5340_cpunet.dts +++ b/boards/panasonic/pan1783/pan1783a_pa_evb_nrf5340_cpunet.dts @@ -9,8 +9,8 @@ #include "pan1783_nrf5340_cpunet_common.dtsi" / { - model = "Panasonic PAN1783A-PA EVB (NRF5340) Network"; compatible = "panasonic,pan1783a_pa-evb-cpunet"; + model = "Panasonic PAN1783A-PA EVB (NRF5340) Network"; chosen { zephyr,sram = &sram1; diff --git a/boards/panasonic/panb611evb/panb611evb_nrf54l15_common.dtsi b/boards/panasonic/panb611evb/panb611evb_nrf54l15_common.dtsi index 5da4342f8d2e5..58ebfd2421a8e 100644 --- a/boards/panasonic/panb611evb/panb611evb_nrf54l15_common.dtsi +++ b/boards/panasonic/panb611evb/panb611evb_nrf54l15_common.dtsi @@ -166,8 +166,8 @@ }; &pwm20 { - status = "okay"; pinctrl-0 = <&pwm20_default>; pinctrl-1 = <&pwm20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_common.dtsi b/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_common.dtsi index 40a0e2044737e..bb2167e5f669f 100644 --- a/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_common.dtsi +++ b/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_common.dtsi @@ -40,8 +40,8 @@ }; &vregmain { - status = "okay"; regulator-initial-mode = ; + status = "okay"; }; &grtc { @@ -92,15 +92,14 @@ }; &spi00 { - status = "okay"; cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi00_default>; pinctrl-1 = <&spi00_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; - status = "okay"; reg = <0>; spi-max-frequency = <8000000>; jedec-id = [c2 28 17]; @@ -112,6 +111,7 @@ has-dpd; t-enter-dpd = <10000>; t-exit-dpd = <35000>; + status = "okay"; }; }; diff --git a/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_ns.dts b/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_ns.dts index cebc30ff08996..b2b89fd66a299 100644 --- a/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_ns.dts +++ b/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuapp_ns.dts @@ -12,8 +12,8 @@ #include "panb611evb_nrf54l15_cpuapp_common.dtsi" / { - model = "Panasonic PAN B611 EVB nRF54L15 Application MCU"; compatible = "panasonic-industrial-devices-europe-gmbh,panb611evb-cpuapp"; + model = "Panasonic PAN B611 EVB nRF54L15 Application MCU"; chosen { zephyr,code-partition = &slot0_ns_partition; @@ -41,9 +41,9 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_s: image_s@20000000 { /* Secure image memory */ @@ -58,13 +58,12 @@ }; &uart20 { - /* Disable so that TF-M can use this UART */ - status = "disabled"; - current-speed = <115200>; pinctrl-0 = <&uart20_default>; pinctrl-1 = <&uart20_sleep>; pinctrl-names = "default", "sleep"; + /* Disable so that TF-M can use this UART */ + status = "disabled"; }; /* Include default memory partition configuration file */ diff --git a/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuflpr.dts b/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuflpr.dts index bd40a2f837be4..0f5c536990714 100644 --- a/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuflpr.dts +++ b/boards/panasonic/panb611evb/panb611evb_nrf54l15_cpuflpr.dts @@ -9,8 +9,8 @@ #include "panb611evb_nrf54l15_common.dtsi" / { - model = "Panasonic PAN B611 EVB nRF54L15 FLPR MCU"; compatible = "panasonic-industrial-devices-europe-gmbh,panb611evb-cpuflpr"; + model = "Panasonic PAN B611 EVB nRF54L15 FLPR MCU"; chosen { zephyr,console = &uart20; @@ -22,10 +22,10 @@ }; &cpuflpr_sram { - status = "okay"; /* Size must be increased due to booting from SRAM */ reg = <0x20028000 DT_SIZE_K(96)>; ranges = <0x0 0x20028000 0x18000>; + status = "okay"; }; &cpuflpr_rram { @@ -35,8 +35,8 @@ #size-cells = <1>; cpuflpr_code_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(96)>; + label = "image-0"; }; }; }; From 3518187a7b1f455244c70b3e94d8ce017515a66d Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:54 +0200 Subject: [PATCH 090/142] devicetree: format files in boards/particle Applying dts-linter results for format files in boards/particle Signed-off-by: Kyle Micallef Bonnici --- boards/particle/argon/dts/mesh_feather.dtsi | 6 +++--- .../argon/dts/mesh_feather_i2c1_twi1.dtsi | 6 +++--- .../argon/dts/mesh_feather_spi1_spi3.dtsi | 2 +- .../argon/dts/mesh_feather_spi_spi1.dtsi | 2 +- .../argon/dts/mesh_feather_spi_spi3.dtsi | 2 +- boards/particle/argon/particle_argon.dts | 4 ++-- boards/particle/boron/dts/mesh_feather.dtsi | 6 +++--- .../boron/dts/mesh_feather_spi1_spi3.dtsi | 2 +- .../boron/dts/mesh_feather_spi_spi3.dtsi | 2 +- boards/particle/boron/particle_boron.dts | 8 ++++---- boards/particle/nrf51_blenano/nrf51_blenano.dts | 4 ++-- .../particle/nrf52_blenano2/nrf52_blenano2.dts | 16 ++++++++-------- boards/particle/xenon/dts/mesh_feather.dtsi | 6 +++--- .../xenon/dts/mesh_feather_i2c1_twi1.dtsi | 6 +++--- .../xenon/dts/mesh_feather_spi1_spi3.dtsi | 2 +- .../xenon/dts/mesh_feather_spi_spi1.dtsi | 2 +- .../xenon/dts/mesh_feather_spi_spi3.dtsi | 2 +- boards/particle/xenon/dts/mesh_xenon_uart2.dtsi | 2 +- boards/particle/xenon/particle_xenon.dts | 4 ++-- 19 files changed, 42 insertions(+), 42 deletions(-) diff --git a/boards/particle/argon/dts/mesh_feather.dtsi b/boards/particle/argon/dts/mesh_feather.dtsi index 1eba131400ff8..de188b4d78e03 100644 --- a/boards/particle/argon/dts/mesh_feather.dtsi +++ b/boards/particle/argon/dts/mesh_feather.dtsi @@ -152,11 +152,11 @@ feather_adc: &adc { /* feather ADC */ arduino_i2c: &i2c0 { /* feather I2C */ compatible = "nordic,nrf-twi"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; feather_i2c: &i2c0 {}; @@ -165,11 +165,11 @@ feather_i2c: &i2c0 {}; &spi2 { /* dedicated MX25L */ compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25l32: mx25l3233f@0 { compatible = "jedec,spi-nor"; @@ -193,11 +193,11 @@ feather_i2c: &i2c0 {}; feather_serial: &uart0 { /* feather UART1 */ compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; /* optional mesh_feather_uart1_rtscts.dtsi */ pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/particle/argon/dts/mesh_feather_i2c1_twi1.dtsi b/boards/particle/argon/dts/mesh_feather_i2c1_twi1.dtsi index 024c5e3e7a418..73b7191b1611a 100644 --- a/boards/particle/argon/dts/mesh_feather_i2c1_twi1.dtsi +++ b/boards/particle/argon/dts/mesh_feather_i2c1_twi1.dtsi @@ -27,9 +27,9 @@ }; }; -&i2c1 { /* feather I2C1 */ - status = "okay"; +&i2c1 { pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; - pinctrl-names = "default", "sleep"; + pinctrl-names = "default", "sleep"; /* feather I2C1 */ + status = "okay"; }; diff --git a/boards/particle/argon/dts/mesh_feather_spi1_spi3.dtsi b/boards/particle/argon/dts/mesh_feather_spi1_spi3.dtsi index 18644e089c1f8..6e94c9ff0e3e7 100644 --- a/boards/particle/argon/dts/mesh_feather_spi1_spi3.dtsi +++ b/boards/particle/argon/dts/mesh_feather_spi1_spi3.dtsi @@ -31,8 +31,8 @@ &spi3 { /* feather SPI */ compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/particle/argon/dts/mesh_feather_spi_spi1.dtsi b/boards/particle/argon/dts/mesh_feather_spi_spi1.dtsi index 610edbf1fe61d..7370c8f81595d 100644 --- a/boards/particle/argon/dts/mesh_feather_spi_spi1.dtsi +++ b/boards/particle/argon/dts/mesh_feather_spi_spi1.dtsi @@ -31,9 +31,9 @@ feather_spi: &spi1 { /* feather SPI */ compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/particle/argon/dts/mesh_feather_spi_spi3.dtsi b/boards/particle/argon/dts/mesh_feather_spi_spi3.dtsi index 0e547997e3866..e103456e1eb56 100644 --- a/boards/particle/argon/dts/mesh_feather_spi_spi3.dtsi +++ b/boards/particle/argon/dts/mesh_feather_spi_spi3.dtsi @@ -31,9 +31,9 @@ feather_spi: &spi3 { /* feather SPI */ compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/particle/argon/particle_argon.dts b/boards/particle/argon/particle_argon.dts index 1d722585a5202..a2b9f5ee8d664 100644 --- a/boards/particle/argon/particle_argon.dts +++ b/boards/particle/argon/particle_argon.dts @@ -11,8 +11,8 @@ #include "particle_argon-pinctrl.dtsi" / { - model = "Particle Argon"; compatible = "particle,argon", "particle,feather"; + model = "Particle Argon"; sky13351: sky13351 { compatible = "skyworks,sky13351"; @@ -43,8 +43,8 @@ &uart1 { /* ESP32 */ compatible = "nordic,nrf-uarte"; current-speed = <921600>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/particle/boron/dts/mesh_feather.dtsi b/boards/particle/boron/dts/mesh_feather.dtsi index 8118106a522c4..224253c70acf0 100644 --- a/boards/particle/boron/dts/mesh_feather.dtsi +++ b/boards/particle/boron/dts/mesh_feather.dtsi @@ -152,11 +152,11 @@ feather_adc: &adc { /* feather ADC */ arduino_i2c: &i2c0 { /* feather I2C */ compatible = "nordic,nrf-twi"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; feather_i2c: &i2c0 {}; @@ -165,11 +165,11 @@ feather_i2c: &i2c0 {}; &spi2 { /* dedicated MX25L */ compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25l32: mx25l3233f@0 { compatible = "jedec,spi-nor"; @@ -193,11 +193,11 @@ feather_i2c: &i2c0 {}; feather_serial: &uart0 { /* feather UART1 */ compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; /* optional mesh_feather_uart1_rtscts.dtsi */ pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/particle/boron/dts/mesh_feather_spi1_spi3.dtsi b/boards/particle/boron/dts/mesh_feather_spi1_spi3.dtsi index 18644e089c1f8..6e94c9ff0e3e7 100644 --- a/boards/particle/boron/dts/mesh_feather_spi1_spi3.dtsi +++ b/boards/particle/boron/dts/mesh_feather_spi1_spi3.dtsi @@ -31,8 +31,8 @@ &spi3 { /* feather SPI */ compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/particle/boron/dts/mesh_feather_spi_spi3.dtsi b/boards/particle/boron/dts/mesh_feather_spi_spi3.dtsi index 0e547997e3866..e103456e1eb56 100644 --- a/boards/particle/boron/dts/mesh_feather_spi_spi3.dtsi +++ b/boards/particle/boron/dts/mesh_feather_spi_spi3.dtsi @@ -31,9 +31,9 @@ feather_spi: &spi3 { /* feather SPI */ compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/particle/boron/particle_boron.dts b/boards/particle/boron/particle_boron.dts index 40b81e50eb50e..80e1b5bb2ffd9 100644 --- a/boards/particle/boron/particle_boron.dts +++ b/boards/particle/boron/particle_boron.dts @@ -11,8 +11,8 @@ #include "particle_boron-pinctrl.dtsi" / { - model = "Particle Boron"; compatible = "particle,boron", "particle,feather"; + model = "Particle Boron"; sky13351: sky13351 { compatible = "skyworks,sky13351"; @@ -47,30 +47,30 @@ &i2c1 { /* power monitoring */ compatible = "nordic,nrf-twi"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { /* u-blox SARA-U2 or SARA-R4 */ compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; hw-flow-control; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; sara_r4 { compatible = "u-blox,sara-r4"; - status = "okay"; mdm-power-gpios = <&gpio0 16 0>; mdm-reset-gpios = <&gpio0 12 0>; mdm-vint-gpios = <&gpio0 2 0>; + status = "okay"; }; }; diff --git a/boards/particle/nrf51_blenano/nrf51_blenano.dts b/boards/particle/nrf51_blenano/nrf51_blenano.dts index 2dd681a6ee849..6c39751a6916f 100644 --- a/boards/particle/nrf51_blenano/nrf51_blenano.dts +++ b/boards/particle/nrf51_blenano/nrf51_blenano.dts @@ -9,8 +9,8 @@ #include "nrf51_blenano-pinctrl.dtsi" / { - model = "Redbear BLE Nano"; compatible = "redbear,blenano"; + model = "Redbear BLE Nano"; chosen { zephyr,console = &uart0; @@ -46,8 +46,8 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/particle/nrf52_blenano2/nrf52_blenano2.dts b/boards/particle/nrf52_blenano2/nrf52_blenano2.dts index 744510495027d..57edb2357ca1b 100644 --- a/boards/particle/nrf52_blenano2/nrf52_blenano2.dts +++ b/boards/particle/nrf52_blenano2/nrf52_blenano2.dts @@ -9,8 +9,8 @@ #include "nrf52_blenano2-pinctrl.dtsi" / { - model = "Redbear BLE Nano 2"; compatible = "redbear,blenano2"; + model = "Redbear BLE Nano 2"; chosen { zephyr,console = &uart0; @@ -49,18 +49,18 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -70,23 +70,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 0x34000>; + label = "image-0"; }; slot1_partition: partition@3c000 { - label = "image-1"; reg = <0x0003c000 0x34000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; /* @@ -97,8 +97,8 @@ * if enabled. */ storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/particle/xenon/dts/mesh_feather.dtsi b/boards/particle/xenon/dts/mesh_feather.dtsi index 8118106a522c4..224253c70acf0 100644 --- a/boards/particle/xenon/dts/mesh_feather.dtsi +++ b/boards/particle/xenon/dts/mesh_feather.dtsi @@ -152,11 +152,11 @@ feather_adc: &adc { /* feather ADC */ arduino_i2c: &i2c0 { /* feather I2C */ compatible = "nordic,nrf-twi"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; feather_i2c: &i2c0 {}; @@ -165,11 +165,11 @@ feather_i2c: &i2c0 {}; &spi2 { /* dedicated MX25L */ compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25l32: mx25l3233f@0 { compatible = "jedec,spi-nor"; @@ -193,11 +193,11 @@ feather_i2c: &i2c0 {}; feather_serial: &uart0 { /* feather UART1 */ compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; /* optional mesh_feather_uart1_rtscts.dtsi */ pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/particle/xenon/dts/mesh_feather_i2c1_twi1.dtsi b/boards/particle/xenon/dts/mesh_feather_i2c1_twi1.dtsi index 5c7f907120896..75d1fc4615cee 100644 --- a/boards/particle/xenon/dts/mesh_feather_i2c1_twi1.dtsi +++ b/boards/particle/xenon/dts/mesh_feather_i2c1_twi1.dtsi @@ -27,10 +27,10 @@ }; }; -&i2c1 { /* feather I2C1 */ - status = "okay"; +&i2c1 { pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; - pinctrl-names = "default", "sleep"; + pinctrl-names = "default", "sleep"; /* feather I2C1 */ + status = "okay"; }; diff --git a/boards/particle/xenon/dts/mesh_feather_spi1_spi3.dtsi b/boards/particle/xenon/dts/mesh_feather_spi1_spi3.dtsi index eaacfe76e915e..2baabf47edb4a 100644 --- a/boards/particle/xenon/dts/mesh_feather_spi1_spi3.dtsi +++ b/boards/particle/xenon/dts/mesh_feather_spi1_spi3.dtsi @@ -31,9 +31,9 @@ &spi3 { /* feather SPI */ compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/particle/xenon/dts/mesh_feather_spi_spi1.dtsi b/boards/particle/xenon/dts/mesh_feather_spi_spi1.dtsi index ea715eff656a4..d99e96cba085a 100644 --- a/boards/particle/xenon/dts/mesh_feather_spi_spi1.dtsi +++ b/boards/particle/xenon/dts/mesh_feather_spi_spi1.dtsi @@ -31,10 +31,10 @@ feather_spi: &spi1 { /* feather SPI */ compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/particle/xenon/dts/mesh_feather_spi_spi3.dtsi b/boards/particle/xenon/dts/mesh_feather_spi_spi3.dtsi index 7130b0d4ce71d..4ec64db2af5c2 100644 --- a/boards/particle/xenon/dts/mesh_feather_spi_spi3.dtsi +++ b/boards/particle/xenon/dts/mesh_feather_spi_spi3.dtsi @@ -31,10 +31,10 @@ feather_spi: &spi3 { /* feather SPI */ compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; cs-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/particle/xenon/dts/mesh_xenon_uart2.dtsi b/boards/particle/xenon/dts/mesh_xenon_uart2.dtsi index 27a03b1e94eba..705c0968f2e40 100644 --- a/boards/particle/xenon/dts/mesh_xenon_uart2.dtsi +++ b/boards/particle/xenon/dts/mesh_xenon_uart2.dtsi @@ -29,9 +29,9 @@ &uart1 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/particle/xenon/particle_xenon.dts b/boards/particle/xenon/particle_xenon.dts index 7b33e54d5ada0..42b3e7ffed366 100644 --- a/boards/particle/xenon/particle_xenon.dts +++ b/boards/particle/xenon/particle_xenon.dts @@ -11,8 +11,8 @@ #include "particle_xenon-pinctrl.dtsi" / { - model = "Particle Xenon"; compatible = "particle,xenon", "particle,feather"; + model = "Particle Xenon"; sky13351: sky13351 { compatible = "skyworks,sky13351"; @@ -43,8 +43,8 @@ &uart1 { /* feather UART2 */ compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "disabled"; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; From 7ed4b7d12f0bff0d513fc7b113c84e2675891934 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:54 +0200 Subject: [PATCH 091/142] devicetree: format files in boards/peregrine Applying dts-linter results for format files in boards/peregrine Signed-off-by: Kyle Micallef Bonnici --- .../sam4l_wm400_cape/sam4l_wm400_cape.dts | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/boards/peregrine/sam4l_wm400_cape/sam4l_wm400_cape.dts b/boards/peregrine/sam4l_wm400_cape/sam4l_wm400_cape.dts index b43347e9fa6a1..264b3a0b4898a 100644 --- a/boards/peregrine/sam4l_wm400_cape/sam4l_wm400_cape.dts +++ b/boards/peregrine/sam4l_wm400_cape/sam4l_wm400_cape.dts @@ -10,8 +10,8 @@ #include / { - model = "Atmel SAM4L WM-400 Cape Board with an Atmel SAM4LC4B SoC"; compatible = "peregrine,sam4l_wm400_cape", "atmel,sam4lc4b", "atmel,sam4l"; + model = "Atmel SAM4L WM-400 Cape Board with an Atmel SAM4LC4B SoC"; aliases { i2c-0 = &twim1; @@ -76,25 +76,24 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "sam-ba"; reg = <0x000000000 0x00004000>; + label = "sam-ba"; }; code_partition: partition@4000 { - label = "image"; reg = <0x00004000 0x0003c000>; + label = "image"; }; }; }; &spi0 { - status = "okay"; - pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&gpioa 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW) &gpioa 14 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "okay"; rf2xx@0 { compatible = "atmel,rf2xx"; @@ -124,8 +123,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 0x00100000>; + label = "storage"; }; }; }; @@ -137,8 +136,6 @@ }; &twim1 { - status = "okay"; - pinctrl-0 = <&twi1_default>; pinctrl-names = "default"; @@ -154,6 +151,7 @@ hs-data-strength-low = "0.5"; hs-master-code = <0>; + status = "okay"; eeprom1: eeprom@57 { compatible = "atmel,at24"; @@ -166,24 +164,23 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbc { - status = "okay"; - pinctrl-0 = <&usbc_default>; pinctrl-names = "default"; + status = "okay"; }; From ff3562e4de24b5bad1fb6785e756548a4483c3e9 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:55 +0200 Subject: [PATCH 092/142] devicetree: format files in boards/phytec Applying dts-linter results for format files in boards/phytec Signed-off-by: Kyle Micallef Bonnici --- .../phyboard_electra_am6442_m4.dts | 4 ++-- .../phyboard_lyra/phyboard_lyra_am6234_a53.dts | 2 +- .../phyboard_lyra/phyboard_lyra_am6234_m4.dts | 4 ++-- boards/phytec/phyboard_nash/phyboard_nash_a55.dts | 4 ++-- boards/phytec/phyboard_nash/phyboard_nash_m33.dts | 4 ++-- .../phyboard_polis/phyboard_polis_mimx8mm6_m4.dts | 14 +++++++------- .../phyboard_pollux_mimx8ml8_m7.dts | 4 ++-- boards/phytec/reel_board/dts/reel_board.dtsi | 10 +++++----- boards/phytec/reel_board/reel_board.dts | 6 +++--- .../reel_board/reel_board_nrf52840_2.overlay | 6 +++--- 10 files changed, 29 insertions(+), 29 deletions(-) diff --git a/boards/phytec/phyboard_electra/phyboard_electra_am6442_m4.dts b/boards/phytec/phyboard_electra/phyboard_electra_am6442_m4.dts index 333edc5c65784..8f2ed75d64a7a 100644 --- a/boards/phytec/phyboard_electra/phyboard_electra_am6442_m4.dts +++ b/boards/phytec/phyboard_electra/phyboard_electra_am6442_m4.dts @@ -12,8 +12,8 @@ #include / { - model = "PHYTEC phyBOARD-Electra AM64x M4"; compatible = "phytec,phyboard-electra-am64xx-m4", "ti,am6442"; + model = "PHYTEC phyBOARD-Electra AM64x M4"; chosen { zephyr,sram = &sram0; @@ -29,8 +29,8 @@ cpus { cpu@0 { - status = "okay"; clock-frequency = ; + status = "okay"; }; }; diff --git a/boards/phytec/phyboard_lyra/phyboard_lyra_am6234_a53.dts b/boards/phytec/phyboard_lyra/phyboard_lyra_am6234_a53.dts index 427e9e417e0f1..b2a063e534c54 100644 --- a/boards/phytec/phyboard_lyra/phyboard_lyra_am6234_a53.dts +++ b/boards/phytec/phyboard_lyra/phyboard_lyra_am6234_a53.dts @@ -9,8 +9,8 @@ #include / { - model = "PHYTEC phyBOARD-Lyra AM62x A53"; compatible = "phytec,phyboard-lyra-am62xx-a53", "ti,am625"; + model = "PHYTEC phyBOARD-Lyra AM62x A53"; chosen { zephyr,console = &main_uart0; diff --git a/boards/phytec/phyboard_lyra/phyboard_lyra_am6234_m4.dts b/boards/phytec/phyboard_lyra/phyboard_lyra_am6234_m4.dts index 9e133dda5d3fe..71720ee092898 100644 --- a/boards/phytec/phyboard_lyra/phyboard_lyra_am6234_m4.dts +++ b/boards/phytec/phyboard_lyra/phyboard_lyra_am6234_m4.dts @@ -10,8 +10,8 @@ #include / { - model = "PHYTEC phyBOARD-Lyra AM62x M4"; compatible = "phytec,phyboard-lyra-am62xx-m4", "ti,am625"; + model = "PHYTEC phyBOARD-Lyra AM62x M4"; chosen { zephyr,sram = &sram0; @@ -27,8 +27,8 @@ cpus { cpu@0 { - status = "okay"; clock-frequency = <400000000>; + status = "okay"; }; }; diff --git a/boards/phytec/phyboard_nash/phyboard_nash_a55.dts b/boards/phytec/phyboard_nash/phyboard_nash_a55.dts index 0c6c67ad7ac78..11e7126f66450 100644 --- a/boards/phytec/phyboard_nash/phyboard_nash_a55.dts +++ b/boards/phytec/phyboard_nash/phyboard_nash_a55.dts @@ -11,8 +11,8 @@ #include "phyboard_nash-pinctrl.dtsi" / { - model = "PHYTEC phyBOARD-Nash i.MX93"; compatible = "phytec,phyboard_nash"; + model = "PHYTEC phyBOARD-Nash i.MX93"; chosen { zephyr,console = &lpuart2; @@ -32,9 +32,9 @@ }; &lpuart2 { - status = "okay"; current-speed = <115200>; /* clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>; */ pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/phytec/phyboard_nash/phyboard_nash_m33.dts b/boards/phytec/phyboard_nash/phyboard_nash_m33.dts index e1fcbe244b014..33fafa6034785 100644 --- a/boards/phytec/phyboard_nash/phyboard_nash_m33.dts +++ b/boards/phytec/phyboard_nash/phyboard_nash_m33.dts @@ -10,8 +10,8 @@ #include "phyboard_nash-pinctrl.dtsi" / { - model = "PHYTEC phyBOARD-Nash i.MX93"; compatible = "phytec,phyboard_nash"; + model = "PHYTEC phyBOARD-Nash i.MX93"; chosen { /* TCM */ @@ -24,8 +24,8 @@ }; &lpuart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/phytec/phyboard_polis/phyboard_polis_mimx8mm6_m4.dts b/boards/phytec/phyboard_polis/phyboard_polis_mimx8mm6_m4.dts index a4680905fd459..3d7f1b8115c69 100644 --- a/boards/phytec/phyboard_polis/phyboard_polis_mimx8mm6_m4.dts +++ b/boards/phytec/phyboard_polis/phyboard_polis_mimx8mm6_m4.dts @@ -10,8 +10,8 @@ #include "phyboard_polis-pinctrl.dtsi" / { - model = "phyBOARD-Polis i.MX8M Mini"; compatible = "nxp,phyboard_polis"; + model = "phyBOARD-Polis i.MX8M Mini"; aliases { uart-4 = &uart4; @@ -47,12 +47,12 @@ }; &ecspi1 { - status = "disabled"; pinctrl-0 = <&ecspi1_default>; pinctrl-names = "default"; /* first cs is for on board MCP2518, the second for SPI on expansion header */ cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>, <&gpio2 20 GPIO_ACTIVE_LOW>; + status = "disabled"; /* CAN FD */ mcp2518: mcp2518@0 { @@ -71,18 +71,18 @@ * Currently there is no driver for the used module */ &ecspi2 { - status = "disabled"; pinctrl-0 = <&ecspi2_default>; pinctrl-names = "default"; cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>; + status = "disabled"; }; /* RS232 / RS485 pinheader on the board */ &uart1 { - status = "disabled"; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; hw-flow-control; + status = "disabled"; }; /* @@ -90,25 +90,25 @@ * Currently there is no driver for the used module */ &uart2 { - status = "disabled"; pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; hw-flow-control; + status = "disabled"; }; /* UART usually used from A53 Core (1st tty on Debug USB connector */ &uart3 { - status = "disabled"; pinctrl-0 = <&uart3_default>; pinctrl-names = "default"; + status = "disabled"; }; /* UART of the M4 Core (2nd tty on Debug USB connector) */ &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; /* diff --git a/boards/phytec/phyboard_pollux/phyboard_pollux_mimx8ml8_m7.dts b/boards/phytec/phyboard_pollux/phyboard_pollux_mimx8ml8_m7.dts index ce0b98e49a232..2c10b9bb69a1f 100644 --- a/boards/phytec/phyboard_pollux/phyboard_pollux_mimx8ml8_m7.dts +++ b/boards/phytec/phyboard_pollux/phyboard_pollux_mimx8ml8_m7.dts @@ -11,8 +11,8 @@ #include "phyboard_pollux-pinctrl.dtsi" / { - model = "phyBOARD-Pollux i.MX8MP"; compatible = "nxp,phyboard_pollux"; + model = "phyBOARD-Pollux i.MX8MP"; chosen { /* TCM */ @@ -58,10 +58,10 @@ * Standard uart for the M7-Core */ &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; /* diff --git a/boards/phytec/reel_board/dts/reel_board.dtsi b/boards/phytec/reel_board/dts/reel_board.dtsi index 777ec946753cf..037f970e8d959 100644 --- a/boards/phytec/reel_board/dts/reel_board.dtsi +++ b/boards/phytec/reel_board/dts/reel_board.dtsi @@ -127,28 +127,28 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mma8642fc: mma8652fc@1d { compatible = "nxp,fxos8700", "nxp,mma8652fc"; @@ -171,10 +171,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -182,11 +182,11 @@ arduino_i2c: &i2c0 { }; arduino_spi: &spi3 { - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/phytec/reel_board/reel_board.dts b/boards/phytec/reel_board/reel_board.dts index 4c8997a1c4e4f..b3ba9a046c4b2 100644 --- a/boards/phytec/reel_board/reel_board.dts +++ b/boards/phytec/reel_board/reel_board.dts @@ -11,8 +11,8 @@ #include "reel_board-pinctrl.dtsi" / { - model = "reel board"; compatible = "phytec,reel_board"; + model = "reel board"; chosen { zephyr,console = &uart0; @@ -59,8 +59,8 @@ ssd16xx: ssd16xxfb@0 { compatible = "gooddisplay,gdeh0213b1", "solomon,ssd1673"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <250>; height = <122>; busy-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; @@ -96,10 +96,10 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/phytec/reel_board/reel_board_nrf52840_2.overlay b/boards/phytec/reel_board/reel_board_nrf52840_2.overlay index d2766240872b7..f2d70acdf93e6 100644 --- a/boards/phytec/reel_board/reel_board_nrf52840_2.overlay +++ b/boards/phytec/reel_board/reel_board_nrf52840_2.overlay @@ -9,8 +9,8 @@ #include "reel_board_nrf52840_2-pinctrl.dtsi" / { - model = "reel board v2"; compatible = "phytec,reel_board_v2"; + model = "reel board v2"; chosen { zephyr,console = &uart0; @@ -38,8 +38,8 @@ ssd16xx: ssd16xxfb@0 { compatible = "gooddisplay,gdeh0213b72", "solomon,ssd1675a"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <250>; height = <122>; busy-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; @@ -113,10 +113,10 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; From 473fb67762164ccc869e55196c3cf85d99649b3c Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:55 +0200 Subject: [PATCH 093/142] devicetree: format files in boards/pimoroni Applying dts-linter results for format files in boards/pimoroni Signed-off-by: Kyle Micallef Bonnici --- boards/pimoroni/pico_plus2/pico_plus2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/pimoroni/pico_plus2/pico_plus2.dtsi b/boards/pimoroni/pico_plus2/pico_plus2.dtsi index 892b7e1e3b532..c3eb7d20d2a26 100644 --- a/boards/pimoroni/pico_plus2/pico_plus2.dtsi +++ b/boards/pimoroni/pico_plus2/pico_plus2.dtsi @@ -95,9 +95,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; gpio0_lo: &gpio0 { From 7ba25ecca8718e76acb164ace9f84e381b8eb335 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:55 +0200 Subject: [PATCH 094/142] devicetree: format files in boards/pine64 Applying dts-linter results for format files in boards/pine64 Signed-off-by: Kyle Micallef Bonnici --- .../pine64/pinetime_devkit0/pinetime_devkit0.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/pine64/pinetime_devkit0/pinetime_devkit0.dts b/boards/pine64/pinetime_devkit0/pinetime_devkit0.dts index 539b9292a7d82..19df76788c51c 100644 --- a/boards/pine64/pinetime_devkit0/pinetime_devkit0.dts +++ b/boards/pine64/pinetime_devkit0/pinetime_devkit0.dts @@ -15,8 +15,8 @@ #include / { - model = "Pine64 PineTime DevKit0"; compatible = "pine64,pinetime-devkit0"; + model = "Pine64 PineTime DevKit0"; chosen { zephyr,console = &uart0; @@ -152,21 +152,21 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; /* 400KHz */ /* BOSCH BMA421 Triaxial Acceleration Sensor (1000KHz) */ pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; bma421: bma421@18 { compatible = "bosch,bma4xx"; @@ -191,13 +191,13 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>, <&gpio0 25 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; xt25fb32: xt25fb32@0 { compatible = "jedec,spi-nor"; @@ -213,14 +213,14 @@ /* next firmware update */ slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 0x74000>; + label = "image-1"; }; /* to be used in firmware */ storage_partition: partition@300000 { - label = "storage"; reg = <0x00300000 0x00100000>; + label = "storage"; }; }; }; @@ -234,14 +234,14 @@ /* MCUboot bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; /* main firmware partition */ slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x74000>; + label = "image-0"; }; }; }; From adf287999c7d5108a6393cff33d66e02b2361ad5 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:55 +0200 Subject: [PATCH 095/142] devicetree: format files in boards/pjrc Applying dts-linter results for format files in boards/pjrc Signed-off-by: Kyle Micallef Bonnici --- boards/pjrc/teensy4/teensy4-pinctrl.dtsi | 16 ++++++++-------- boards/pjrc/teensy4/teensy40.dts | 11 +++++------ boards/pjrc/teensy4/teensy41.dts | 17 ++++++++--------- boards/pjrc/teensy4/teensymm.dts | 6 +++--- 4 files changed, 24 insertions(+), 26 deletions(-) diff --git a/boards/pjrc/teensy4/teensy4-pinctrl.dtsi b/boards/pjrc/teensy4/teensy4-pinctrl.dtsi index 882fe4cb38442..029579e3cc1da 100644 --- a/boards/pjrc/teensy4/teensy4-pinctrl.dtsi +++ b/boards/pjrc/teensy4/teensy4-pinctrl.dtsi @@ -17,8 +17,8 @@ bias-disable; drive-strength = "r0-6"; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; group1 { @@ -58,8 +58,8 @@ <&iomuxc_gpio_ad_b1_09_flexcan1_rx>; drive-strength = "r0-6"; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -70,8 +70,8 @@ <&iomuxc_gpio_ad_b0_03_flexcan2_rx>; drive-strength = "r0-6"; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -82,8 +82,8 @@ <&iomuxc_gpio_emc_37_flexcan3_rx>; drive-strength = "r0-6"; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -95,8 +95,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -108,8 +108,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -121,8 +121,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; @@ -134,8 +134,8 @@ drive-strength = "r0-6"; drive-open-drain; slew-rate = "slow"; - nxp,speed = "100-mhz"; input-enable; + nxp,speed = "100-mhz"; }; }; diff --git a/boards/pjrc/teensy4/teensy40.dts b/boards/pjrc/teensy4/teensy40.dts index 463da4002e85a..af56b61ec7d23 100644 --- a/boards/pjrc/teensy4/teensy40.dts +++ b/boards/pjrc/teensy4/teensy40.dts @@ -12,8 +12,8 @@ #include / { - model = "PJRC TEENSY 4.0 board"; compatible = "nxp,mimxrt1062"; + model = "PJRC TEENSY 4.0 board"; aliases { led0 = &board_led; @@ -41,21 +41,20 @@ }; &flexspi { - status = "okay"; - reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(2)>; + status = "okay"; /* WINBOND flash memory*/ w25q16jvuxim: w25q16jvuxim@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [ef 40 15]; erase-block-size = <4096>; write-block-size = <1>; + status = "okay"; }; }; @@ -64,8 +63,8 @@ zephyr_udc0: &usb1 { }; &lpuart6 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &edma0 { diff --git a/boards/pjrc/teensy4/teensy41.dts b/boards/pjrc/teensy4/teensy41.dts index e2f43dccf9726..5c32e9ac251ed 100644 --- a/boards/pjrc/teensy4/teensy41.dts +++ b/boards/pjrc/teensy4/teensy41.dts @@ -18,45 +18,44 @@ /delete-node/ &w25q16jvuxim; &flexspi { - status = "okay"; - reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; /* WINBOND flash memory*/ w25q64jvxgim: w25q64jvxgim@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [ef 70 17]; erase-block-size = <4096>; write-block-size = <1>; + status = "okay"; }; }; &enet_mac { - status = "okay"; pinctrl-0 = <&pinmux_enet>; pinctrl-names = "default"; - nxp,unique-mac; phy-connection-type = "rmii"; phy-handle = <&phy>; + nxp,unique-mac; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&pinmux_enet_mdio>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { - status = "okay"; compatible = "ti,dp83825"; reg = <0>; reset-gpios = <&gpio2 14 GPIO_ACTIVE_LOW>; int-gpios = <&gpio2 15 GPIO_ACTIVE_LOW>; ti,interface-type = "rmii"; + status = "okay"; }; }; @@ -65,13 +64,13 @@ }; &usdhc1 { - status = "okay"; no-1-8-v; pinctrl-0 = <&pinmux_usdhc1>; pinctrl-1 = <&pinmux_usdhc1_slow>; pinctrl-2 = <&pinmux_usdhc1_med>; pinctrl-3 = <&pinmux_usdhc1_fast>; pinctrl-names = "default", "slow", "med", "fast"; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/pjrc/teensy4/teensymm.dts b/boards/pjrc/teensy4/teensymm.dts index bbee2e470f291..5c29059dfae52 100644 --- a/boards/pjrc/teensy4/teensymm.dts +++ b/boards/pjrc/teensy4/teensymm.dts @@ -43,20 +43,20 @@ /delete-node/ &w25q16jvuxim; &flexspi { - status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; + status = "okay"; /* WINBOND flash memory*/ w25q128jvxgim: w25q128jvxgim@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; reg = <0>; + size = ; spi-max-frequency = ; - status = "okay"; jedec-id = [ef 70 18]; erase-block-size = <4096>; write-block-size = <1>; + status = "okay"; }; }; From a3b8e41adb6008bd40cb037fb41af0f6226a1936 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:56 +0200 Subject: [PATCH 096/142] devicetree: format files in boards/qemu Applying dts-linter results for format files in boards/qemu Signed-off-by: Kyle Micallef Bonnici --- boards/qemu/arc/qemu_arc.dtsi | 6 ++--- boards/qemu/arc/qemu_arc_qemu_arc_em.dts | 4 ++-- boards/qemu/arc/qemu_arc_qemu_arc_hs.dts | 4 ++-- boards/qemu/arc/qemu_arc_qemu_arc_hs5x.dts | 4 ++-- boards/qemu/arc/qemu_arc_qemu_arc_hs6x.dts | 4 ++-- boards/qemu/arc/qemu_arc_qemu_arc_hs_xip.dts | 4 ++-- boards/qemu/cortex_a53/qemu_cortex_a53.dts | 8 +++---- boards/qemu/cortex_a9/qemu_cortex_a9.dts | 10 ++++---- boards/qemu/cortex_m0/qemu_cortex_m0.dts | 14 +++++------ boards/qemu/cortex_m3/qemu_cortex_m3.dts | 8 +++---- boards/qemu/cortex_r5/qemu_cortex_r5.dts | 6 ++--- boards/qemu/kvm_arm64/qemu_kvm_arm64.dts | 4 ++-- boards/qemu/malta/qemu_malta.dts | 8 +++---- boards/qemu/riscv32_xip/qemu_riscv32_xip.dts | 10 ++++---- boards/qemu/rx/qemu_rx.dts | 2 +- boards/qemu/x86/qemu_x86.dts | 24 +++++++++---------- boards/qemu/x86/qemu_x86_64.dts | 4 ++-- boards/qemu/x86/qemu_x86_64_atom_nokpti.dts | 4 ++-- boards/qemu/x86/qemu_x86_lakemont.dts | 4 ++-- boards/qemu/xtensa/qemu_xtensa_dc233c.dts | 2 +- boards/qemu/xtensa/qemu_xtensa_dc233c_mmu.dts | 2 +- .../qemu_xtensa_sample_controller32_mpu.dts | 2 +- 22 files changed, 69 insertions(+), 69 deletions(-) diff --git a/boards/qemu/arc/qemu_arc.dtsi b/boards/qemu/arc/qemu_arc.dtsi index 4ff728a799700..2b45a66b6c0c4 100644 --- a/boards/qemu/arc/qemu_arc.dtsi +++ b/boards/qemu/arc/qemu_arc.dtsi @@ -43,14 +43,14 @@ }; sram0: sram@80400000 { - device_type = "memory"; reg = <0x80400000 DT_SRAM_SIZE>; + device_type = "memory"; }; ns16550_uart0: uart@f0000000 { compatible = "ns16550"; - clock-frequency = <10000000>; reg = <0xf0000000 0x400>; + clock-frequency = <10000000>; current-speed = <115200>; interrupt-parent = <&intc>; interrupts = <24 1>; @@ -59,8 +59,8 @@ ns16550_uart1: uart@f0002000 { compatible = "ns16550"; - clock-frequency = <10000000>; reg = <0xf0002000 0x400>; + clock-frequency = <10000000>; current-speed = <115200>; interrupt-parent = <&intc>; interrupts = <25 1>; diff --git a/boards/qemu/arc/qemu_arc_qemu_arc_em.dts b/boards/qemu/arc/qemu_arc_qemu_arc_em.dts index 53ec3c2c38fa4..5e1b320bc7ec7 100644 --- a/boards/qemu/arc/qemu_arc_qemu_arc_em.dts +++ b/boards/qemu/arc/qemu_arc_qemu_arc_em.dts @@ -9,17 +9,17 @@ #include "qemu_arc.dtsi" / { - model = "QEMU ARC EM"; compatible = "snps,qemu-arcem"; + model = "QEMU ARC EM"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,arcem"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/qemu/arc/qemu_arc_qemu_arc_hs.dts b/boards/qemu/arc/qemu_arc_qemu_arc_hs.dts index 0148a83b983bd..27693ed2e36e0 100644 --- a/boards/qemu/arc/qemu_arc_qemu_arc_hs.dts +++ b/boards/qemu/arc/qemu_arc_qemu_arc_hs.dts @@ -9,17 +9,17 @@ #include "qemu_arc.dtsi" / { - model = "QEMU ARC HS"; compatible = "snps,qemu-archs"; + model = "QEMU ARC HS"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/qemu/arc/qemu_arc_qemu_arc_hs5x.dts b/boards/qemu/arc/qemu_arc_qemu_arc_hs5x.dts index dad6f805bc67b..99956faf1fba0 100644 --- a/boards/qemu/arc/qemu_arc_qemu_arc_hs5x.dts +++ b/boards/qemu/arc/qemu_arc_qemu_arc_hs5x.dts @@ -9,17 +9,17 @@ #include "qemu_arc.dtsi" / { - model = "QEMU ARC HS"; compatible = "snps,qemu-archs"; + model = "QEMU ARC HS"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/qemu/arc/qemu_arc_qemu_arc_hs6x.dts b/boards/qemu/arc/qemu_arc_qemu_arc_hs6x.dts index 0148a83b983bd..27693ed2e36e0 100644 --- a/boards/qemu/arc/qemu_arc_qemu_arc_hs6x.dts +++ b/boards/qemu/arc/qemu_arc_qemu_arc_hs6x.dts @@ -9,17 +9,17 @@ #include "qemu_arc.dtsi" / { - model = "QEMU ARC HS"; compatible = "snps,qemu-archs"; + model = "QEMU ARC HS"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/qemu/arc/qemu_arc_qemu_arc_hs_xip.dts b/boards/qemu/arc/qemu_arc_qemu_arc_hs_xip.dts index dad6f805bc67b..99956faf1fba0 100644 --- a/boards/qemu/arc/qemu_arc_qemu_arc_hs_xip.dts +++ b/boards/qemu/arc/qemu_arc_qemu_arc_hs_xip.dts @@ -9,17 +9,17 @@ #include "qemu_arc.dtsi" / { - model = "QEMU ARC HS"; compatible = "snps,qemu-archs"; + model = "QEMU ARC HS"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/qemu/cortex_a53/qemu_cortex_a53.dts b/boards/qemu/cortex_a53/qemu_cortex_a53.dts index 41cba16b437c0..2fc35d06e9b80 100644 --- a/boards/qemu/cortex_a53/qemu_cortex_a53.dts +++ b/boards/qemu/cortex_a53/qemu_cortex_a53.dts @@ -9,8 +9,8 @@ #include / { - model = "QEMU Cortex-A53"; compatible = "qemu,arm-cortex-a53"; + model = "QEMU Cortex-A53"; psci { compatible = "arm,psci-0.2"; @@ -89,8 +89,8 @@ virtio_mmio8: virtio_mmio@a001000 { compatible = "virtio,mmio"; - interrupts = ; reg = <0x0 0xa001000 0x0 0x200>; + interrupts = ; status = "disabled"; }; @@ -258,18 +258,18 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &pcie { eth0: pcie@1,0 { compatible = "intel,e1000"; + reg = <0x0800 0 0 0 0>; vendor-id = <0x8086>; device-id = <0x100e>; interrupts = <1>; interrupt-parent = <&pcie>; - reg = <0x0800 0 0 0 0>; status = "okay"; }; }; diff --git a/boards/qemu/cortex_a9/qemu_cortex_a9.dts b/boards/qemu/cortex_a9/qemu_cortex_a9.dts index 3cf8fe4d0b0f0..f3306d7a17560 100644 --- a/boards/qemu/cortex_a9/qemu_cortex_a9.dts +++ b/boards/qemu/cortex_a9/qemu_cortex_a9.dts @@ -9,8 +9,8 @@ #include / { - model = "QEMU Cortex-A9"; compatible = "xlnx,zynq7000s"; + model = "QEMU Cortex-A9"; interrupt-parent = <&gic>; cpus { @@ -18,9 +18,9 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <0>; + device_type = "cpu"; }; }; @@ -44,20 +44,20 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <50000000>; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; clock-frequency = <50000000>; + status = "okay"; }; &gem0 { - status = "okay"; clock-frequency = <1000000000>; mdc-divider = ; local-mac-address = [00 00 00 01 02 03]; + status = "okay"; }; diff --git a/boards/qemu/cortex_m0/qemu_cortex_m0.dts b/boards/qemu/cortex_m0/qemu_cortex_m0.dts index f3c0f1f0d2b8a..ef2ed0f11e13d 100644 --- a/boards/qemu/cortex_m0/qemu_cortex_m0.dts +++ b/boards/qemu/cortex_m0/qemu_cortex_m0.dts @@ -10,8 +10,8 @@ #include "qemu_cortex_m0-pinctrl.dtsi" / { - model = "QEMU Cortex-M0"; compatible = "bbc,qemu-microbit"; + model = "QEMU Cortex-M0"; chosen { zephyr,console = &uart0; @@ -37,11 +37,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -51,28 +51,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 0x1a000>; + label = "image-0"; }; slot1_partition: partition@22000 { - label = "image-1"; reg = <0x00022000 0x1a000>; + label = "image-1"; }; scratch_partition: partition@3c000 { - label = "image-scratch"; reg = <0x0003c000 0x2000>; + label = "image-scratch"; }; storage_partition: partition@3e000 { - label = "storage"; reg = <0x0003e000 0x00002000>; + label = "storage"; }; }; }; diff --git a/boards/qemu/cortex_m3/qemu_cortex_m3.dts b/boards/qemu/cortex_m3/qemu_cortex_m3.dts index b035736a9f7b7..5e0cf2d4601b5 100644 --- a/boards/qemu/cortex_m3/qemu_cortex_m3.dts +++ b/boards/qemu/cortex_m3/qemu_cortex_m3.dts @@ -6,8 +6,8 @@ #include / { - model = "QEMU Cortex-M3"; compatible = "ti,lm3s6965evb-qemu", "ti,lm3s6965"; + model = "QEMU Cortex-M3"; aliases { uart-0 = &uart0; @@ -27,18 +27,18 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart2 { - status = "okay"; current-speed = <115200>; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; diff --git a/boards/qemu/cortex_r5/qemu_cortex_r5.dts b/boards/qemu/cortex_r5/qemu_cortex_r5.dts index a071506d9ef6b..f50dd9d51c2ef 100644 --- a/boards/qemu/cortex_r5/qemu_cortex_r5.dts +++ b/boards/qemu/cortex_r5/qemu_cortex_r5.dts @@ -9,8 +9,8 @@ #include / { - model = "QEMU Cortex-R5"; compatible = "xlnx,zynqmp-qemu"; + model = "QEMU Cortex-R5"; sram0: memory@4000000 { compatible = "mmio-sram"; @@ -27,12 +27,12 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <99999901>; + status = "okay"; }; &ttc0 { - status = "okay"; clock-frequency = <5000000>; + status = "okay"; }; diff --git a/boards/qemu/kvm_arm64/qemu_kvm_arm64.dts b/boards/qemu/kvm_arm64/qemu_kvm_arm64.dts index 3ce3524a52ec7..a7c795e3db9f8 100644 --- a/boards/qemu/kvm_arm64/qemu_kvm_arm64.dts +++ b/boards/qemu/kvm_arm64/qemu_kvm_arm64.dts @@ -10,8 +10,8 @@ #include / { - model = "QEMU AArch64 KVM"; compatible = "qemu,virt-arm64-kvm"; + model = "QEMU AArch64 KVM"; psci { compatible = "arm,psci-0.2"; @@ -35,6 +35,6 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/qemu/malta/qemu_malta.dts b/boards/qemu/malta/qemu_malta.dts index 72464ee3ba87d..203bcd5477539 100644 --- a/boards/qemu/malta/qemu_malta.dts +++ b/boards/qemu/malta/qemu_malta.dts @@ -9,8 +9,8 @@ #include "skeleton.dtsi" / { - model = "Qemu MIPS Malta"; compatible = "qemu,malta"; + model = "Qemu MIPS Malta"; chosen { zephyr,sram = &sram0; @@ -23,22 +23,22 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "mti,mips24Kc"; reg = <0>; + device_type = "cpu"; cpu_intc: interrupt-controller { - #interrupt-cells = <1>; compatible = "mti,cpu-intc"; + #interrupt-cells = <1>; interrupt-controller; }; }; }; sram0: memory@80200000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x80200000 0x100000>; + device_type = "memory"; }; uart2: serial@bf000900 { diff --git a/boards/qemu/riscv32_xip/qemu_riscv32_xip.dts b/boards/qemu/riscv32_xip/qemu_riscv32_xip.dts index a4975ce7065dd..06340831900dc 100644 --- a/boards/qemu/riscv32_xip/qemu_riscv32_xip.dts +++ b/boards/qemu/riscv32_xip/qemu_riscv32_xip.dts @@ -10,8 +10,8 @@ #include "qemu_riscv32_xip-pinctrl.dtsi" / { - model = "SiFive HiFive 1"; compatible = "sifive,hifive1"; + model = "SiFive HiFive 1"; chosen { zephyr,console = &uart0; @@ -26,24 +26,24 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; + reg = <0x10014000 0x1000 0x20400000 0xc00000>; #address-cells = <1>; #size-cells = <0>; - reg = <0x10014000 0x1000 0x20400000 0xc00000>; + status = "okay"; flash0: flash@0 { compatible = "issi,is25lp128", "jedec,spi-nor"; + reg = <0>; size = <134217728>; jedec-id = [96 60 18]; - reg = <0>; // Dummy entry spi-max-frequency = <0>; }; diff --git a/boards/qemu/rx/qemu_rx.dts b/boards/qemu/rx/qemu_rx.dts index c7855d739663a..fa8c2acd71d20 100644 --- a/boards/qemu/rx/qemu_rx.dts +++ b/boards/qemu/rx/qemu_rx.dts @@ -10,8 +10,8 @@ #include / { - model = "Renesas QEMU"; compatible = "qemu,rx"; + model = "Renesas QEMU"; chosen { zephyr,sram = &sram0; diff --git a/boards/qemu/x86/qemu_x86.dts b/boards/qemu/x86/qemu_x86.dts index 3417a8a9e6fac..b5d9c0e63df7b 100644 --- a/boards/qemu/x86/qemu_x86.dts +++ b/boards/qemu/x86/qemu_x86.dts @@ -17,8 +17,8 @@ #include / { - model = "QEMU X86 emulator"; compatible = "qemu,x86_emulator"; + model = "QEMU X86 emulator"; flash0: flash@500000 { compatible = "soc-nv-flash"; @@ -48,19 +48,19 @@ }; pcie0: pcie0 { + compatible = "pcie-controller"; + ranges; #address-cells = <1>; #size-cells = <1>; - compatible = "pcie-controller"; acpi-hid = "PNP0A08"; - ranges; can0: can0 { compatible = "kvaser,pcican"; - status = "okay"; vendor-id = <0x10e8>; device-id = <0x8406>; interrupts = <11 IRQ_TYPE_LOWEST_LEVEL_LOW 3>; interrupt-parent = <&intc>; + status = "okay"; can-transceiver { max-bitrate = <1000000>; @@ -97,18 +97,18 @@ }; eeprom1: eeprom1 { - status = "okay"; compatible = "zephyr,emu-eeprom"; size = ; pagesize = ; partition = <&eepromemu_partition>; rambuf; + status = "okay"; }; eeprom0: eeprom0 { - status = "okay"; compatible = "zephyr,sim-eeprom"; size = ; + status = "okay"; }; ieee802154: ieee802154 { @@ -117,13 +117,13 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; @@ -146,23 +146,23 @@ * if enabled. */ storage_partition: partition@1000 { - label = "storage"; reg = <0x00001000 0x00010000>; + label = "storage"; }; slot0_partition: partition@11000 { - label = "image-0"; reg = <0x00011000 0x00010000>; + label = "image-0"; }; slot1_partition: partition@21000 { - label = "image-1"; reg = <0x00021000 0x00010000>; + label = "image-1"; }; eepromemu_partition: partition@31000 { - label = "eeprom-emu"; reg = <0x00031000 0x00010000>; + label = "eeprom-emu"; }; }; }; diff --git a/boards/qemu/x86/qemu_x86_64.dts b/boards/qemu/x86/qemu_x86_64.dts index 64d33dca69acb..c619562d04841 100644 --- a/boards/qemu/x86/qemu_x86_64.dts +++ b/boards/qemu/x86/qemu_x86_64.dts @@ -8,10 +8,10 @@ / { cpus { cpu@1 { - device_type = "cpu"; compatible = "intel,x86_64"; - d-cache-line-size = <64>; reg = <1>; + device_type = "cpu"; + d-cache-line-size = <64>; }; }; }; diff --git a/boards/qemu/x86/qemu_x86_64_atom_nokpti.dts b/boards/qemu/x86/qemu_x86_64_atom_nokpti.dts index 692f9f1e88061..3c7600c7d27d6 100644 --- a/boards/qemu/x86/qemu_x86_64_atom_nokpti.dts +++ b/boards/qemu/x86/qemu_x86_64_atom_nokpti.dts @@ -8,10 +8,10 @@ / { cpus { cpu@1 { - device_type = "cpu"; compatible = "intel,x86_64"; - d-cache-line-size = <64>; reg = <1>; + device_type = "cpu"; + d-cache-line-size = <64>; }; }; }; diff --git a/boards/qemu/x86/qemu_x86_lakemont.dts b/boards/qemu/x86/qemu_x86_lakemont.dts index b07937726310d..adfece4f2cfd3 100644 --- a/boards/qemu/x86/qemu_x86_lakemont.dts +++ b/boards/qemu/x86/qemu_x86_lakemont.dts @@ -18,8 +18,8 @@ #include / { - model = "QEMU X86 (Lakemont) emulator"; compatible = "qemu,x86_lakemont_emulator"; + model = "QEMU X86 (Lakemont) emulator"; aliases { uart-0 = &uart0; @@ -32,8 +32,8 @@ }; dram0: memory@DT_DRAM_BASE { - device_type = "memory"; reg = ; + device_type = "memory"; }; soc { diff --git a/boards/qemu/xtensa/qemu_xtensa_dc233c.dts b/boards/qemu/xtensa/qemu_xtensa_dc233c.dts index da45a72dbc634..3b815166985a1 100644 --- a/boards/qemu/xtensa/qemu_xtensa_dc233c.dts +++ b/boards/qemu/xtensa/qemu_xtensa_dc233c.dts @@ -9,8 +9,8 @@ #include "dc233c.dtsi" / { - model = "qemu_xtensa"; compatible = "cdns,xtensa-dc233c"; + model = "qemu_xtensa"; chosen { zephyr,sram = &sram0; diff --git a/boards/qemu/xtensa/qemu_xtensa_dc233c_mmu.dts b/boards/qemu/xtensa/qemu_xtensa_dc233c_mmu.dts index 8ed0eb6dbdbe8..83c3acc605fad 100644 --- a/boards/qemu/xtensa/qemu_xtensa_dc233c_mmu.dts +++ b/boards/qemu/xtensa/qemu_xtensa_dc233c_mmu.dts @@ -9,8 +9,8 @@ #include "dc233c.dtsi" / { - model = "qemu_xtensa_mmu"; compatible = "cdns,xtensa-dc233c"; + model = "qemu_xtensa_mmu"; chosen { zephyr,sram = &sram0; diff --git a/boards/qemu/xtensa/qemu_xtensa_sample_controller32_mpu.dts b/boards/qemu/xtensa/qemu_xtensa_sample_controller32_mpu.dts index 4fba5a197f0ff..98cbd7d1a49e8 100644 --- a/boards/qemu/xtensa/qemu_xtensa_sample_controller32_mpu.dts +++ b/boards/qemu/xtensa/qemu_xtensa_sample_controller32_mpu.dts @@ -9,8 +9,8 @@ #include "sample_controller32.dtsi" / { - model = "qemu_xtensa_mpu"; compatible = "cdns,xtensa-sample-controller32"; + model = "qemu_xtensa_mpu"; chosen { zephyr,sram = &sram0; From d604b6b5a9e5be5b3420c31d06eb5dffffdc73b6 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:56 +0200 Subject: [PATCH 097/142] devicetree: format files in boards/qorvo Applying dts-linter results for format files in boards/qorvo Signed-off-by: Kyle Micallef Bonnici --- .../decawave_dwm1001_dev.dts | 24 +++++++++---------- .../decawave_dwm3001cdk.dts | 16 ++++++------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/boards/qorvo/decawave_dwm1001_dev/decawave_dwm1001_dev.dts b/boards/qorvo/decawave_dwm1001_dev/decawave_dwm1001_dev.dts index d78f4df1f20f3..e1c330862efff 100644 --- a/boards/qorvo/decawave_dwm1001_dev/decawave_dwm1001_dev.dts +++ b/boards/qorvo/decawave_dwm1001_dev/decawave_dwm1001_dev.dts @@ -10,8 +10,8 @@ #include / { - model = "Decawave DWM1001-DEV"; compatible = "decawave,dwm1001"; + model = "Decawave DWM1001-DEV"; chosen { zephyr,console = &uart0; @@ -106,22 +106,22 @@ }; &uart0 { - status = "okay"; compatible = "nordic,nrf-uart"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12: lis2dh12@19 { compatible = "st,lis2dh12", "st,lis2dh"; @@ -132,37 +132,37 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 3 0>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; ieee802154: dw1000@0 { compatible = "decawave,dw1000"; + reg = <0>; spi-max-frequency = <8000000>; int-gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>; /* P0.19 */ reset-gpios = <&gpio0 24 GPIO_ACTIVE_LOW>; /* P0.24 */ status = "okay"; - reg = <0>; }; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -172,28 +172,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/qorvo/decawave_dwm3001cdk/decawave_dwm3001cdk.dts b/boards/qorvo/decawave_dwm3001cdk/decawave_dwm3001cdk.dts index 9ce633a01c638..3bf816fd0a24b 100644 --- a/boards/qorvo/decawave_dwm3001cdk/decawave_dwm3001cdk.dts +++ b/boards/qorvo/decawave_dwm3001cdk/decawave_dwm3001cdk.dts @@ -10,8 +10,8 @@ #include / { - model = "Decawave DWM3001CDK"; compatible = "decawave,dwm3001"; + model = "Decawave DWM3001CDK"; chosen { zephyr,console = &uart0; @@ -89,12 +89,12 @@ }; &uart0 { - status = "okay"; compatible = "nordic,nrf-uart"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &gpio1 { @@ -103,12 +103,12 @@ &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis2dh12: lis2dh12@19 { compatible = "st,lis2dh12", "st,lis2dh"; @@ -119,12 +119,12 @@ &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -138,23 +138,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xC000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x38000>; + label = "image-0"; }; slot1_partition: partition@44000 { - label = "image-1"; reg = <0x00044000 0x36000>; + label = "image-1"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007A000 0x00006000>; + label = "storage"; }; }; }; From 8bcb82147dd3b453bd4b21e31476870a59b8467f Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:56 +0200 Subject: [PATCH 098/142] devicetree: format files in boards/quicklogic Applying dts-linter results for format files in boards/quicklogic Signed-off-by: Kyle Micallef Bonnici --- boards/quicklogic/qomu/qomu.dts | 10 +++++----- boards/quicklogic/quick_feather/quick_feather.dts | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/quicklogic/qomu/qomu.dts b/boards/quicklogic/qomu/qomu.dts index f8e838f2c113e..37530103ba53d 100644 --- a/boards/quicklogic/qomu/qomu.dts +++ b/boards/quicklogic/qomu/qomu.dts @@ -10,8 +10,8 @@ #include / { - model = "QuickLogic Qomu board"; compatible = "quicklogic,eos_s3"; + model = "QuickLogic Qomu board"; chosen { zephyr,sram = &sram0; @@ -75,22 +75,22 @@ usb_pu_default: usb_pu_default { pinmux = ; bias-high-impedance; - quicklogic,control-selection = "fabric"; output-enable; + quicklogic,control-selection = "fabric"; }; usb_dn_default: usb_dn_default { pinmux = ; bias-high-impedance; - quicklogic,control-selection = "fabric"; output-enable; + quicklogic,control-selection = "fabric"; }; usb_dp_default: usb_dp_default { pinmux = ; bias-high-impedance; - quicklogic,control-selection = "fabric"; output-enable; + quicklogic,control-selection = "fabric"; }; }; @@ -107,9 +107,9 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_rx_default &uart1_tx_default &usb_pu_default &usb_dn_default &usb_dp_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/quicklogic/quick_feather/quick_feather.dts b/boards/quicklogic/quick_feather/quick_feather.dts index 0a1e0c2e05905..17628bba53158 100644 --- a/boards/quicklogic/quick_feather/quick_feather.dts +++ b/boards/quicklogic/quick_feather/quick_feather.dts @@ -10,8 +10,8 @@ #include / { - model = "QuickLogic Quick Feather board"; compatible = "quicklogic,eos_s3"; + model = "QuickLogic Quick Feather board"; chosen { zephyr,sram = &sram0; @@ -82,8 +82,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart_rx_default &uart_tx_default>; pinctrl-names = "default"; + status = "okay"; }; From ade972bc93cb386411e5b515e21521c7742b4830 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:56 +0200 Subject: [PATCH 099/142] devicetree: format files in boards/rakwireless Applying dts-linter results for format files in boards/rakwireless Signed-off-by: Kyle Micallef Bonnici --- boards/rakwireless/rak11720/rak11720.dts | 14 +++++++------- boards/rakwireless/rak3172/rak3172.dts | 12 ++++++------ boards/rakwireless/rak4631/rak4631_nrf52840.dts | 12 ++++++------ boards/rakwireless/rak5010/rak5010_nrf52840.dts | 10 +++++----- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/boards/rakwireless/rak11720/rak11720.dts b/boards/rakwireless/rak11720/rak11720.dts index e88343f83846d..7d0e9878b6cb4 100644 --- a/boards/rakwireless/rak11720/rak11720.dts +++ b/boards/rakwireless/rak11720/rak11720.dts @@ -11,8 +11,8 @@ #include / { - model = "RAKwireless RAK11720 WisBlock LPWAN Module"; compatible = "ambiq,rak11720"; + model = "RAKwireless RAK11720 WisBlock LPWAN Module"; chosen { zephyr,itcm = &tcm; @@ -60,29 +60,29 @@ #size-cells = <1>; internal_boot_partition: partition@0 { - label = "internal_bootloader"; reg = <0x00000000 0xc000>; + label = "internal_bootloader"; }; boot_partition: partition@c000 { - label = "mcuboot"; reg = <0x0000c000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@18000 { - label = "image-0"; reg = <0x00018000 0x72000>; + label = "image-0"; }; slot1_partition: partition@8a000 { - label = "image-1"; reg = <0x0008a000 0x72000>; + label = "image-1"; }; /* Set 16KB of storage at the end of the 1024KB of flash */ storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x4000>; + label = "storage"; }; }; }; @@ -132,11 +132,11 @@ &iom1 { spi1: spi { compatible = "ambiq,spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; clock-frequency = ; cs-gpios = <&gpio0_31 11 GPIO_ACTIVE_LOW>; + status = "okay"; lora: lora@0 { compatible = "semtech,sx1262"; diff --git a/boards/rakwireless/rak3172/rak3172.dts b/boards/rakwireless/rak3172/rak3172.dts index 10c4e666440f4..6e5816b3b96c5 100644 --- a/boards/rakwireless/rak3172/rak3172.dts +++ b/boards/rakwireless/rak3172/rak3172.dts @@ -9,8 +9,8 @@ #include / { - model = "RAKWireless RAK3172 WisDuo LPWAN Module with a STM32WLE5CC SoC"; compatible = "stm32,rak3172_stm32wl"; + model = "RAKWireless RAK3172 WisDuo LPWAN Module with a STM32WLE5CC SoC"; chosen { zephyr,console = &usart1; @@ -82,8 +82,8 @@ &i2c2 { pinctrl-0 = <&i2c2_scl_pa12 &i2c2_sda_pa11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -118,24 +118,24 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(108)>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 DT_SIZE_K(108)>; + label = "image-1"; }; storage_partition: partition@3e000 { - label = "storage"; reg = <0x0003e000 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/rakwireless/rak4631/rak4631_nrf52840.dts b/boards/rakwireless/rak4631/rak4631_nrf52840.dts index 0f7ed4b3eb59b..bcd0452d9fd98 100644 --- a/boards/rakwireless/rak4631/rak4631_nrf52840.dts +++ b/boards/rakwireless/rak4631/rak4631_nrf52840.dts @@ -11,8 +11,8 @@ #include "rak4631_nrf52840-pinctrl.dtsi" / { - model = "RAKWireless RAK4631 WisBlock LPWAN Module with a Nordic NRF52840 SoC"; compatible = "nordic,rak4631_nrf52840"; + model = "RAKWireless RAK4631 WisBlock LPWAN Module with a Nordic NRF52840 SoC"; chosen { zephyr,console = &uart1; @@ -75,28 +75,28 @@ &uart0 { compatible = "nordic,nrf-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -110,12 +110,12 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lora: lora@0 { compatible = "semtech,sx1262"; @@ -132,10 +132,10 @@ }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/rakwireless/rak5010/rak5010_nrf52840.dts b/boards/rakwireless/rak5010/rak5010_nrf52840.dts index e5fb5648ad259..91c19050b34e5 100644 --- a/boards/rakwireless/rak5010/rak5010_nrf52840.dts +++ b/boards/rakwireless/rak5010/rak5010_nrf52840.dts @@ -10,8 +10,8 @@ #include "rak5010_nrf52840-pinctrl.dtsi" / { - model = "RAKWireless RAK5010 Wistrio Board with a Nordic NRF52840 SoC"; compatible = "nordic,rak5010_nrf52840"; + model = "RAKWireless RAK5010 Wistrio Board with a Nordic NRF52840 SoC"; chosen { zephyr,console = &uart1; @@ -58,11 +58,11 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; modem: modem { compatible = "quectel,bg95"; @@ -73,20 +73,20 @@ &uart1 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { compatible = "nordic,nrf-twi"; - status = "okay"; /* TI OPT3001 light sensor */ pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; opt3001@44 { compatible = "ti,opt3001"; @@ -108,10 +108,10 @@ }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; is25wp064a: is25wp064a@0 { compatible = "nordic,qspi-nor"; From 8e2d9442d0dcaed25954d31adbf524f7098c362d Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:56 +0200 Subject: [PATCH 100/142] devicetree: format files in boards/raspberrypi Applying dts-linter results for format files in boards/raspberrypi Signed-off-by: Kyle Micallef Bonnici --- boards/raspberrypi/rpi_4b/rpi_4b.dts | 4 ++-- boards/raspberrypi/rpi_5/rpi_5.dts | 2 +- .../rpi_debug_probe/rpi_debug_probe.dts | 8 ++++---- boards/raspberrypi/rpi_pico/rpi_pico-common.dtsi | 14 +++++++------- boards/raspberrypi/rpi_pico2/rpi_pico2.dtsi | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/boards/raspberrypi/rpi_4b/rpi_4b.dts b/boards/raspberrypi/rpi_4b/rpi_4b.dts index e7e1faad4357b..37c8cac79bd9d 100644 --- a/boards/raspberrypi/rpi_4b/rpi_4b.dts +++ b/boards/raspberrypi/rpi_4b/rpi_4b.dts @@ -10,8 +10,8 @@ #include / { - model = "Raspberry Pi 4 Model B"; compatible = "raspberrypi,4-model-b", "brcm,bcm2838"; + model = "Raspberry Pi 4 Model B"; #address-cells = <1>; #size-cells = <1>; @@ -40,6 +40,6 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/raspberrypi/rpi_5/rpi_5.dts b/boards/raspberrypi/rpi_5/rpi_5.dts index 339adba011c8f..6c967aedbb71b 100644 --- a/boards/raspberrypi/rpi_5/rpi_5.dts +++ b/boards/raspberrypi/rpi_5/rpi_5.dts @@ -42,8 +42,8 @@ }; &uart10 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &gpio0_0 { diff --git a/boards/raspberrypi/rpi_debug_probe/rpi_debug_probe.dts b/boards/raspberrypi/rpi_debug_probe/rpi_debug_probe.dts index 43fc04a15e420..73c1c8d518aa9 100644 --- a/boards/raspberrypi/rpi_debug_probe/rpi_debug_probe.dts +++ b/boards/raspberrypi/rpi_debug_probe/rpi_debug_probe.dts @@ -15,8 +15,8 @@ #include "rpi_debug_probe-pincontrol.dtsi" / { - model = "Raspberry Pi Debug Probe"; compatible = "raspberry_pi,debug_probe"; + model = "Raspberry Pi Debug Probe"; chosen { zephyr,sram = &sram0; @@ -72,8 +72,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -82,8 +82,8 @@ * size is 2 MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(2) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -95,9 +95,9 @@ &uart1 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-names = "default"; + status = "okay"; }; &timer { diff --git a/boards/raspberrypi/rpi_pico/rpi_pico-common.dtsi b/boards/raspberrypi/rpi_pico/rpi_pico-common.dtsi index d333fdd57b511..feb4f44f854ba 100644 --- a/boards/raspberrypi/rpi_pico/rpi_pico-common.dtsi +++ b/boards/raspberrypi/rpi_pico/rpi_pico-common.dtsi @@ -71,8 +71,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -81,8 +81,8 @@ * size is 2MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(2) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -90,9 +90,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -101,23 +101,23 @@ &i2c0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; - status = "disabled"; clock-frequency = ; + status = "disabled"; }; &spi0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer { @@ -134,9 +134,9 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/raspberrypi/rpi_pico2/rpi_pico2.dtsi b/boards/raspberrypi/rpi_pico2/rpi_pico2.dtsi index 12f9c5ed44d45..23bea5dc5a327 100644 --- a/boards/raspberrypi/rpi_pico2/rpi_pico2.dtsi +++ b/boards/raspberrypi/rpi_pico2/rpi_pico2.dtsi @@ -64,9 +64,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; gpio0_lo: &gpio0 { From 71b8821044a0fbf278c135a2f3a5219e73aa09ce Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:57 +0200 Subject: [PATCH 101/142] devicetree: format files in boards/raytac Applying dts-linter results for format files in boards/raytac Signed-off-by: Kyle Micallef Bonnici --- .../raytac_an54l15q_db_common.dtsi | 2 +- .../raytac_an54l15q_db_cpuapp_common.dtsi | 6 +++--- .../raytac_an54l15q_db_nrf54l15_cpuapp_ns.dts | 6 +++--- .../raytac_an54l15q_db_nrf54l15_cpuflpr.dts | 6 +++--- .../an7002q_db/nrf5340_cpuapp_common.dtsi | 15 +++++++------- .../raytac_an7002q_db_nrf5340_cpuapp.dts | 4 ++-- .../raytac_an7002q_db_nrf5340_cpunet.dts | 14 ++++++------- .../mdbt50q_cx_40_dongle/fstab-debugger.dtsi | 8 ++++---- .../mdbt50q_cx_40_dongle/fstab-stock.dtsi | 8 ++++---- .../raytac_mdbt50q_cx_40_dongle_nrf52840.dts | 6 +++--- .../raytac_mdbt50q_db_33_nrf52833.dts | 20 +++++++++---------- .../raytac_mdbt50q_db_40_nrf52840.dts | 16 +++++++-------- .../raytac_mdbt53_db_40_nrf5340_cpuapp.dts | 2 +- ...tac_mdbt53_db_40_nrf5340_cpuapp_common.dts | 14 ++++++------- .../raytac_mdbt53_db_40_nrf5340_cpuapp_ns.dts | 2 +- .../raytac_mdbt53_db_40_nrf5340_cpunet.dts | 4 ++-- ...tac_mdbt53_db_40_nrf5340_cpunet_common.dts | 8 ++++---- .../raytac_mdbt53v_db_40_nrf5340_cpuapp.dts | 2 +- ...ac_mdbt53v_db_40_nrf5340_cpuapp_common.dts | 10 +++++----- ...raytac_mdbt53v_db_40_nrf5340_cpuapp_ns.dts | 2 +- .../raytac_mdbt53v_db_40_nrf5340_cpunet.dts | 4 ++-- ...ac_mdbt53v_db_40_nrf5340_cpunet_common.dts | 8 ++++---- 22 files changed, 83 insertions(+), 84 deletions(-) diff --git a/boards/raytac/an54l15q_db/raytac_an54l15q_db_common.dtsi b/boards/raytac/an54l15q_db/raytac_an54l15q_db_common.dtsi index 98eec9d2fe7f4..85b252f2e4065 100644 --- a/boards/raytac/an54l15q_db/raytac_an54l15q_db_common.dtsi +++ b/boards/raytac/an54l15q_db/raytac_an54l15q_db_common.dtsi @@ -104,10 +104,10 @@ }; &pwm20 { - status = "okay"; pinctrl-0 = <&pwm20_default>; pinctrl-1 = <&pwm20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Get a node label for wi-fi spi to use in shield files */ diff --git a/boards/raytac/an54l15q_db/raytac_an54l15q_db_cpuapp_common.dtsi b/boards/raytac/an54l15q_db/raytac_an54l15q_db_cpuapp_common.dtsi index 2029662e892ff..0e54ffc95085d 100644 --- a/boards/raytac/an54l15q_db/raytac_an54l15q_db_cpuapp_common.dtsi +++ b/boards/raytac/an54l15q_db/raytac_an54l15q_db_cpuapp_common.dtsi @@ -41,8 +41,8 @@ }; &vregmain { - status = "okay"; regulator-initial-mode = ; + status = "okay"; }; &grtc { @@ -93,15 +93,14 @@ }; &spi00 { - status = "okay"; cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi00_default>; pinctrl-1 = <&spi00_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; - status = "okay"; reg = <0>; spi-max-frequency = <8000000>; jedec-id = [c2 28 17]; @@ -113,6 +112,7 @@ has-dpd; t-enter-dpd = <10000>; t-exit-dpd = <35000>; + status = "okay"; }; }; diff --git a/boards/raytac/an54l15q_db/raytac_an54l15q_db_nrf54l15_cpuapp_ns.dts b/boards/raytac/an54l15q_db/raytac_an54l15q_db_nrf54l15_cpuapp_ns.dts index d6395d7fd71a3..5bdec18d70086 100644 --- a/boards/raytac/an54l15q_db/raytac_an54l15q_db_nrf54l15_cpuapp_ns.dts +++ b/boards/raytac/an54l15q_db/raytac_an54l15q_db_nrf54l15_cpuapp_ns.dts @@ -42,9 +42,9 @@ * needs to happen both in the flash_layout.h and in this file at the same time. */ reserved-memory { + ranges; #address-cells = <1>; #size-cells = <1>; - ranges; sram0_s: image_s@20000000 { /* Secure image memory */ @@ -59,12 +59,12 @@ }; &uart30 { - /* Disable so that TF-M can use this UART */ - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&uart30_default>; pinctrl-1 = <&uart30_sleep>; pinctrl-names = "default", "sleep"; + /* Disable so that TF-M can use this UART */ + status = "disabled"; }; /* Include default memory partition configuration file */ diff --git a/boards/raytac/an54l15q_db/raytac_an54l15q_db_nrf54l15_cpuflpr.dts b/boards/raytac/an54l15q_db/raytac_an54l15q_db_nrf54l15_cpuflpr.dts index d7c1a0cbbe007..f2454eda5c314 100644 --- a/boards/raytac/an54l15q_db/raytac_an54l15q_db_nrf54l15_cpuflpr.dts +++ b/boards/raytac/an54l15q_db/raytac_an54l15q_db_nrf54l15_cpuflpr.dts @@ -10,8 +10,8 @@ #include "raytac_an54l15q_db_common.dtsi" / { - model = "Raytac AN54L15Q-DB nRF54L15 FLPR MCU"; compatible = "raytac,raytac_an54l15q_db_nrf54l15-cpuflpr"; + model = "Raytac AN54L15Q-DB nRF54L15 FLPR MCU"; chosen { zephyr,console = &uart30; @@ -23,10 +23,10 @@ }; &cpuflpr_sram { - status = "okay"; /* size must be increased due to booting from SRAM */ reg = <0x20028000 DT_SIZE_K(96)>; ranges = <0x0 0x20028000 0x18000>; + status = "okay"; }; &cpuflpr_rram { @@ -36,8 +36,8 @@ #size-cells = <1>; cpuflpr_code_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(96)>; + label = "image-0"; }; }; }; diff --git a/boards/raytac/an7002q_db/nrf5340_cpuapp_common.dtsi b/boards/raytac/an7002q_db/nrf5340_cpuapp_common.dtsi index b5a2773b54072..27137d20509c8 100644 --- a/boards/raytac/an7002q_db/nrf5340_cpuapp_common.dtsi +++ b/boards/raytac/an7002q_db/nrf5340_cpuapp_common.dtsi @@ -79,12 +79,12 @@ }; nrf_radio_coex: coex { - status = "okay"; compatible = "nordic,nrf7002-coex"; req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>; grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; @@ -118,43 +118,42 @@ &i2c1 { compatible = "nordic,nrf-twim"; - - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; - pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { diff --git a/boards/raytac/an7002q_db/raytac_an7002q_db_nrf5340_cpuapp.dts b/boards/raytac/an7002q_db/raytac_an7002q_db_nrf5340_cpuapp.dts index 1b9bf1fa37d66..d57cfc2115948 100644 --- a/boards/raytac/an7002q_db/raytac_an7002q_db_nrf5340_cpuapp.dts +++ b/boards/raytac/an7002q_db/raytac_an7002q_db_nrf5340_cpuapp.dts @@ -10,8 +10,8 @@ #include "raytac_an7002q_db_nrf5340_cpuapp_pinctrl.dtsi" / { - model = "Raytac AN7002-DB NRF5340 Application"; compatible = "raytac,raytac-an7002q-db-nrf5340-cpuapp"; + model = "Raytac AN7002-DB NRF5340 Application"; chosen { zephyr,sram = &sram0_image; @@ -26,10 +26,10 @@ &qspi { nrf70: nrf7002@1 { compatible = "nordic,nrf7002-qspi"; - status = "okay"; reg = <1>; qspi-frequency = <24000000>; qspi-quad-mode; + status = "okay"; #include "nrf70_common.dtsi" #include "nrf70_common_5g.dtsi" diff --git a/boards/raytac/an7002q_db/raytac_an7002q_db_nrf5340_cpunet.dts b/boards/raytac/an7002q_db/raytac_an7002q_db_nrf5340_cpunet.dts index 8a4a4f65ab620..f85cc731a103e 100644 --- a/boards/raytac/an7002q_db/raytac_an7002q_db_nrf5340_cpunet.dts +++ b/boards/raytac/an7002q_db/raytac_an7002q_db_nrf5340_cpunet.dts @@ -10,8 +10,8 @@ #include / { - model = "Raytac AN7002Q-DB NRF5340 Network"; compatible = "raytac,raytac-an7002q-db-nrf5340-cpunet"; + model = "Raytac AN7002Q-DB NRF5340 Network"; chosen { zephyr,console = &uart0; @@ -58,13 +58,13 @@ }; nrf_radio_coex: coex { - status = "okay"; compatible = "nordic,nrf7002-coex"; req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>; grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>; + status = "okay"; }; /* These aliases are provided for compatibility with samples */ @@ -92,11 +92,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { @@ -127,23 +127,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x17000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x17000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x6000>; + label = "storage"; }; }; }; diff --git a/boards/raytac/mdbt50q_cx_40_dongle/fstab-debugger.dtsi b/boards/raytac/mdbt50q_cx_40_dongle/fstab-debugger.dtsi index dd3d12403c6e3..01a9c31be912b 100644 --- a/boards/raytac/mdbt50q_cx_40_dongle/fstab-debugger.dtsi +++ b/boards/raytac/mdbt50q_cx_40_dongle/fstab-debugger.dtsi @@ -16,23 +16,23 @@ * with an RTT console, CDC ACM support, and w/o optimizations. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00012000>; + label = "mcuboot"; }; slot0_partition: partition@12000 { - label = "image-0"; reg = <0x00012000 0x00075000>; + label = "image-0"; }; slot1_partition: partition@87000 { - label = "image-1"; reg = <0x00087000 0x00075000>; + label = "image-1"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/raytac/mdbt50q_cx_40_dongle/fstab-stock.dtsi b/boards/raytac/mdbt50q_cx_40_dongle/fstab-stock.dtsi index 7c16ea6ab8a3c..20111bb6e0afb 100644 --- a/boards/raytac/mdbt50q_cx_40_dongle/fstab-stock.dtsi +++ b/boards/raytac/mdbt50q_cx_40_dongle/fstab-stock.dtsi @@ -19,23 +19,23 @@ * be built with CDC ACM support and w/o optimizations. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00010000>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 0x00066000>; + label = "image-0"; }; slot1_partition: partition@76000 { - label = "image-1"; reg = <0x00076000 0x00066000>; + label = "image-1"; }; storage_partition: partition@dc000 { - label = "storage"; reg = <0x000f0000 0x00004000>; + label = "storage"; }; /* Nordic nRF5 bootloader <0xf4000 0xa000> diff --git a/boards/raytac/mdbt50q_cx_40_dongle/raytac_mdbt50q_cx_40_dongle_nrf52840.dts b/boards/raytac/mdbt50q_cx_40_dongle/raytac_mdbt50q_cx_40_dongle_nrf52840.dts index 7bd15affae246..27451140fc9d6 100644 --- a/boards/raytac/mdbt50q_cx_40_dongle/raytac_mdbt50q_cx_40_dongle_nrf52840.dts +++ b/boards/raytac/mdbt50q_cx_40_dongle/raytac_mdbt50q_cx_40_dongle_nrf52840.dts @@ -11,8 +11,8 @@ #include / { - model = "raytac_mdbt50q_cx_40_dongle_nrf52840"; compatible = "raytac,raytac-mdbt50q-cx-40-dongle-nrf52840"; + model = "raytac_mdbt50q_cx_40_dongle_nrf52840"; chosen { zephyr,sram = &sram0; @@ -101,18 +101,18 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/raytac/mdbt50q_db_33/raytac_mdbt50q_db_33_nrf52833.dts b/boards/raytac/mdbt50q_db_33/raytac_mdbt50q_db_33_nrf52833.dts index 739e6a87a5205..9f473ce8ec25d 100644 --- a/boards/raytac/mdbt50q_db_33/raytac_mdbt50q_db_33_nrf52833.dts +++ b/boards/raytac/mdbt50q_db_33/raytac_mdbt50q_db_33_nrf52833.dts @@ -10,8 +10,8 @@ #include / { - model = "Raytac MDBT50Q-DB-33 nRF52833"; compatible = "raytac,raytac-mdbt50q-db-33-nrf52833"; + model = "Raytac MDBT50Q-DB-33 nRF52833"; chosen { zephyr,console = &uart0; @@ -122,28 +122,28 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -156,10 +156,10 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -173,10 +173,10 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -190,23 +190,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0xc000 0x37000>; + label = "image-0"; }; slot1_partition: partition@43000 { - label = "image-1"; reg = <0x43000 0x37000>; + label = "image-1"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x7a000 0x6000>; + label = "storage"; }; }; }; diff --git a/boards/raytac/mdbt50q_db_40/raytac_mdbt50q_db_40_nrf52840.dts b/boards/raytac/mdbt50q_db_40/raytac_mdbt50q_db_40_nrf52840.dts index 864a1f18dfa66..4306711e04645 100644 --- a/boards/raytac/mdbt50q_db_40/raytac_mdbt50q_db_40_nrf52840.dts +++ b/boards/raytac/mdbt50q_db_40/raytac_mdbt50q_db_40_nrf52840.dts @@ -11,8 +11,8 @@ #include / { - model = "Raytac MDBT50Q-DB-40_nRF52840"; compatible = "raytac,raytac-mdbt50q-db-40-nrf52840"; + model = "Raytac MDBT50Q-DB-40_nRF52840"; chosen { zephyr,console = &uart0; @@ -124,28 +124,28 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -158,10 +158,10 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -175,25 +175,25 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "disabled"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp.dts b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp.dts index 20808f45c83a2..5a696a708db87 100644 --- a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp.dts +++ b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp.dts @@ -9,8 +9,8 @@ #include "raytac_mdbt53_db_40_nrf5340_cpuapp_common.dts" / { - model = "Raytac MDBT53-DB-40 NRF5340 Application"; compatible = "raytac,raytac-mdbt53-db-40-nrf5340-cpuapp"; + model = "Raytac MDBT53-DB-40 NRF5340 Application"; chosen { zephyr,sram = &sram0_image; diff --git a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp_common.dts b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp_common.dts index b8f6b2fc4b22d..f4aeb7398a30e 100644 --- a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp_common.dts +++ b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp_common.dts @@ -139,18 +139,18 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { @@ -162,47 +162,47 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp_ns.dts b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp_ns.dts index 332a163d07a75..5ab6aa13ba776 100644 --- a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp_ns.dts +++ b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpuapp_ns.dts @@ -9,8 +9,8 @@ #include "raytac_mdbt53_db_40_nrf5340_cpuapp_common.dts" / { - model = "Raytac MDBT53-DB-40 NRF5340 Application"; compatible = "raytac,raytac-mdbt53-db-40-cpuapp"; + model = "Raytac MDBT53-DB-40 NRF5340 Application"; chosen { zephyr,sram = &sram0_ns_app; diff --git a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpunet.dts b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpunet.dts index f9c834ef228d9..4e0a2f1579338 100644 --- a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpunet.dts +++ b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpunet.dts @@ -10,8 +10,8 @@ #include "raytac_mdbt53_db_40_nrf5340_cpunet_common.dts" / { - model = "Raytac MDBT53-DB-40 NRF5340 Network"; compatible = "raytac,raytac-mdbt53-db-40-nrf5340-cpunet"; + model = "Raytac MDBT53-DB-40 NRF5340 Network"; chosen { zephyr,console = &uart0; @@ -32,9 +32,9 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpunet_common.dts b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpunet_common.dts index 6e8e5183d8aa3..854717c0ee4ad 100644 --- a/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpunet_common.dts +++ b/boards/raytac/mdbt53_db_40/raytac_mdbt53_db_40_nrf5340_cpunet_common.dts @@ -37,23 +37,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x17000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x17000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x6000>; + label = "storage"; }; }; }; diff --git a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp.dts b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp.dts index a1ebf2d3b1050..d34bc5d343d3e 100644 --- a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp.dts +++ b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp.dts @@ -9,8 +9,8 @@ #include "raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts" / { - model = "Raytac MDBT53V-DB-40 NRF5340 Application"; compatible = "raytac,raytac-mdbt53v-db-40-nrf5340-cpuapp"; + model = "Raytac MDBT53V-DB-40 NRF5340 Application"; chosen { zephyr,sram = &sram0_image; diff --git a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts index a5bb6b824ea09..5237a7dd7050b 100644 --- a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts +++ b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts @@ -114,18 +114,18 @@ &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { @@ -137,26 +137,26 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi4 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 11 0>; pinctrl-0 = <&spi4_default>; pinctrl-1 = <&spi4_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp_ns.dts b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp_ns.dts index e196d21e1580e..3bd79b20d6be1 100644 --- a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp_ns.dts +++ b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpuapp_ns.dts @@ -9,8 +9,8 @@ #include "raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts" / { - model = "Raytac MDBT53V-DB-40 NRF5340 Application"; compatible = "raytac,raytac-mdbt53v-db-40-nrf5340-cpuapp"; + model = "Raytac MDBT53V-DB-40 NRF5340 Application"; chosen { zephyr,sram = &sram0_ns_app; diff --git a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpunet.dts b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpunet.dts index 1e08f813d76ac..5898633abda70 100644 --- a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpunet.dts +++ b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpunet.dts @@ -10,8 +10,8 @@ #include "raytac_mdbt53v_db_40_nrf5340_cpunet_common.dts" / { - model = "Raytac MDBT53V-DB-40 NRF5340 Network"; compatible = "raytac,raytac-mdbt53v-db-40-nrf5340-cpunet"; + model = "Raytac MDBT53V-DB-40 NRF5340 Network"; chosen { zephyr,console = &uart0; @@ -32,9 +32,9 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpunet_common.dts b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpunet_common.dts index 6e8e5183d8aa3..854717c0ee4ad 100644 --- a/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpunet_common.dts +++ b/boards/raytac/mdbt53v_db_40/raytac_mdbt53v_db_40_nrf5340_cpunet_common.dts @@ -37,23 +37,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x17000>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 0x17000>; + label = "image-1"; }; storage_partition: partition@3a000 { - label = "storage"; reg = <0x0003a000 0x6000>; + label = "storage"; }; }; }; From 4f78f8456c935d5a2697e49c501e7a4d3f37d2f1 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:57 +0200 Subject: [PATCH 102/142] devicetree: format files in boards/realtek Applying dts-linter results for format files in boards/realtek Signed-off-by: Kyle Micallef Bonnici --- boards/realtek/rts5912_evb/rts5912_evb.dts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/realtek/rts5912_evb/rts5912_evb.dts b/boards/realtek/rts5912_evb/rts5912_evb.dts index aa7a7dff60d41..2c576668f7849 100644 --- a/boards/realtek/rts5912_evb/rts5912_evb.dts +++ b/boards/realtek/rts5912_evb/rts5912_evb.dts @@ -11,8 +11,8 @@ #include / { - model = "Realtek RTS5912 Evaluation Board"; compatible = "realtek,rts5912-evb"; + model = "Realtek RTS5912 Evaluation Board"; chosen { zephyr,sram = &sram0; @@ -23,7 +23,6 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_gpio074 &adc1_gpio075 &adc2_gpio076 &adc3_gpio077 &adc4_gpio078 &adc5_gpio079 @@ -31,21 +30,21 @@ &adc8_gpio082 &adc9_gpio054 &adc10_gpio098 &adc11_gpio024>; pinctrl-names = "default"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart0_wrapper { - status = "okay"; pinctrl-0 = <&uart_rx_gpio113 &uart_tx_gpio114>; pinctrl-names = "default"; + status = "okay"; }; &kbd { - status = "okay"; pinctrl-0 = <&kso0_gpio041 &kso1_gpio042 &kso2_gpio043 &kso3_gpio044 &kso4_gpio045 &kso5_gpio046 @@ -61,6 +60,7 @@ pinctrl-names = "default"; row-size = <8>; col-size = <16>; + status = "okay"; }; &swj_port { @@ -68,17 +68,17 @@ }; &tach0 { - status = "okay"; pinctrl-0 = <&tacho0_gpio052>; pinctrl-names = "default"; pulses-per-round = <2>; + status = "okay"; }; &espi0 { - status = "okay"; pinctrl-0 = <&espi_alert_gpio003 &espi_cs_gpio004 &espi_io3_gpio005 &espi_io2_gpio006 &espi_io1_gpio007 &espi_io0_gpio008 &espi_clk_gpio009 &espi_reset_gpio020>; pinctrl-names = "default"; + status = "okay"; }; From 1e61cddbcad24d8b4c0439c1ec00e935d55744cb Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:58 +0200 Subject: [PATCH 103/142] devicetree: format files in boards/renesas Applying dts-linter results for format files in boards/renesas Signed-off-by: Kyle Micallef Bonnici --- .../renesas/da14695_dk_usb/da14695_dk_usb.dts | 15 ++++++++----- .../dts/da14695_dk_usb_lcdc.overlay | 6 ++--- .../dts/da14695_dk_usb_mipi_dbi.overlay | 10 ++++----- .../dts/da14695_dk_usb_psram.overlay | 2 +- .../renesas/da1469x_dk_pro/da1469x_dk_pro.dts | 15 ++++++++----- .../dts/da1469x_dk_pro_lcdc.overlay | 6 ++--- .../dts/da1469x_dk_pro_mipi_dbi.overlay | 10 ++++----- .../dts/da1469x_dk_pro_psram.overlay | 2 +- boards/renesas/ek_ra2a1/ek_ra2a1.dts | 2 +- boards/renesas/ek_ra2l1/ek_ra2l1.dts | 2 +- boards/renesas/ek_ra4c1/ek_ra4c1.dts | 4 ++-- boards/renesas/ek_ra4e2/ek_ra4e2.dts | 6 ++--- boards/renesas/ek_ra4l1/ek_ra4l1.dts | 6 ++--- boards/renesas/ek_ra4m1/ek_ra4m1.dts | 4 ++-- boards/renesas/ek_ra4m2/ek_ra4m2.dts | 6 ++--- boards/renesas/ek_ra4m3/ek_ra4m3.dts | 6 ++--- boards/renesas/ek_ra4w1/ek_ra4w1.dts | 4 ++-- boards/renesas/ek_ra6e2/ek_ra6e2.dts | 8 +++---- boards/renesas/ek_ra6m1/ek_ra6m1.dts | 8 +++---- boards/renesas/ek_ra6m2/ek_ra6m2.dts | 8 +++---- boards/renesas/ek_ra6m3/ek_ra6m3.dts | 12 +++++----- boards/renesas/ek_ra6m4/ek_ra6m4.dts | 12 +++++----- boards/renesas/ek_ra6m5/ek_ra6m5.dts | 12 +++++----- boards/renesas/ek_ra8d1/ek_ra8d1-pinctrl.dtsi | 1 + boards/renesas/ek_ra8d1/ek_ra8d1.dts | 22 +++++++++---------- boards/renesas/ek_ra8m1/ek_ra8m1.dts | 16 +++++++------- boards/renesas/ek_ra8p1/ek_ra8p1.dtsi | 4 ++-- .../ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm33.dts | 2 +- .../ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm85.dts | 2 +- boards/renesas/ek_rx261/ek_rx261.dts | 2 +- boards/renesas/fpb_ra4e1/fpb_ra4e1.dts | 8 +++---- boards/renesas/fpb_ra6e1/fpb_ra6e1.dts | 8 +++---- boards/renesas/fpb_ra6e2/fpb_ra6e2.dts | 6 ++--- boards/renesas/fpb_rx261/fpb_rx261.dts | 2 +- boards/renesas/mcb_rx26t/mcb_rx26t.dts | 2 +- boards/renesas/mck_ra8t1/mck_ra8t1.dts | 8 +++---- boards/renesas/mck_ra8t2/mck_ra8t2.dtsi | 1 - .../mck_ra8t2_r7ka8t2lfecac_cm85.dts | 2 +- .../rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57.dts | 22 +++++++++---------- .../rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7.dts | 4 ++-- .../rcar_salvator_x_r8a77951_r7.dts | 4 ++-- .../rcar_salvator_xs/rcar_salvator_xs.dts | 10 ++++----- .../rcar_spider_s4_r8a779f0_a55.dts | 12 +++++----- .../rcar_spider_s4_r8a779f0_r52.dts | 2 +- boards/renesas/rsk_rx130/rsk_rx130.dts | 6 ++--- boards/renesas/rssk_ra2l1/rssk_ra2l1.dts | 2 +- boards/renesas/rza2m_evk/rza2m_evk.dts | 6 ++--- boards/renesas/rza3ul_smarc/rza3ul_smarc.dts | 6 ++--- .../rzg2l_smarc_r9a07g044l23gbg_cm33.dts | 2 +- .../rzg2lc_smarc_r9a07g044c22gbg_cm33.dts | 2 +- .../rzg2ul_smarc_r9a07g043u11gbg_cm33.dts | 2 +- .../rzg3s_smarc_r9a08g045s33gbg_cm33.dts | 4 ++-- boards/renesas/rzn2l_rsk/rzn2l_rsk.dts | 2 +- boards/renesas/rzt2l_rsk/rzt2l_rsk.dts | 2 +- .../rzt2m_rsk_r9a07g075m24gbg_cr520.dts | 2 +- .../rzv2h_evk_r9a09g057h44gbg_cm33.dts | 2 +- .../rzv2h_evk_r9a09g057h44gbg_cr8_0.dts | 2 +- .../rzv2l_smarc_r9a07g054l23gbg_cm33.dts | 2 +- .../rzv2n_evk_r9a09g056n48gbg_cm33.dts | 2 +- boards/renesas/voice_ra4e1/voice_ra4e1.dts | 4 ++-- 60 files changed, 180 insertions(+), 174 deletions(-) diff --git a/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts b/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts index 7a81b223a36dc..cc6fbc891c27f 100644 --- a/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts +++ b/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts @@ -9,8 +9,8 @@ #include / { - model = "DA14695 series Development Kit USB"; compatible = "renesas,da14695_dk_usb"; + model = "DA14695 series Development Kit USB"; #address-cells = <1>; #size-cells = <1>; @@ -122,20 +122,23 @@ */ boot_partition: partition@2400 { - label = "mcuboot"; reg = <0x000002400 0x0000dc00>; + label = "mcuboot"; }; + slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(512)>; + label = "image-0"; }; + slot1_partition: partition@90000 { - label = "image-1"; reg = <0x00090000 DT_SIZE_K(512)>; + label = "image-1"; }; + storage_partition: partition@110000 { - label = "storage"; reg = <0x00110000 DT_SIZE_K(32)>; + label = "storage"; }; }; }; @@ -150,9 +153,9 @@ &uart { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart_default>; pinctrl-names = "default"; + status = "okay"; }; &uart2 { diff --git a/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_lcdc.overlay b/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_lcdc.overlay index 9930140ff36cc..79154279f77f6 100644 --- a/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_lcdc.overlay +++ b/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_lcdc.overlay @@ -15,8 +15,8 @@ lvgl_pointer { input = <&display_touch>; - status = "okay"; swap-xy; + status = "okay"; }; }; @@ -44,14 +44,13 @@ display_touch: ft6206@38 { compatible = "focaltech,ft5336"; - status = "okay"; reg = <0x38>; int-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; &lcdc { - status = "okay"; pinctrl-0 = <&display_controller_default>; pinctrl-1 = <&display_controller_sleep>; pinctrl-names = "default", "sleep"; @@ -59,6 +58,7 @@ height = <272>; disp-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>; pixel-format = ; + status = "okay"; /* * Panel settings for the NHD-4.3-480272EF-ASXP-CTP diff --git a/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_mipi_dbi.overlay b/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_mipi_dbi.overlay index acc98c5f2a94a..04d4be6e369f0 100644 --- a/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_mipi_dbi.overlay +++ b/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_mipi_dbi.overlay @@ -15,10 +15,10 @@ lvgl_pointer { input = <&display_touch>; - status = "okay"; swap-xy; invert-x; invert-y; + status = "okay"; }; }; @@ -28,15 +28,14 @@ display_touch: ft6206@38 { compatible = "focaltech,ft5336"; - status = "okay"; reg = <0x38>; int-gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; &lcdc { compatible = "renesas,smartbond-mipi-dbi"; - status = "okay"; reset-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; pinctrl-0 = <&mipi_dbi_default>; pinctrl-1 = <&mipi_dbi_read>; @@ -44,15 +43,16 @@ pinctrl-names = "default", "read", "sleep"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; ili9340: ili9340@0 { compatible = "ilitek,ili9340"; - mipi-max-frequency = <48000000>; - status = "okay"; reg = <0>; + mipi-max-frequency = <48000000>; width = <240>; height = <320>; pixel-format = ; rotation = <0>; + status = "okay"; }; }; diff --git a/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_psram.overlay b/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_psram.overlay index e44f1484bc5c8..f6487f6949aaa 100644 --- a/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_psram.overlay +++ b/boards/renesas/da14695_dk_usb/dts/da14695_dk_usb_psram.overlay @@ -16,7 +16,6 @@ /* QSPIC settings for the APS6404L-3SQR QSPI PSRAM memory in QPI mode. */ &memc { - status = "okay"; is-ram; dev-size = ; dev-type = <0x5D>; @@ -40,4 +39,5 @@ tx-inst-mode = "quad-spi"; tx-addr-mode = "quad-spi"; tx-data-mode = "quad-spi"; + status = "okay"; }; diff --git a/boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts b/boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts index 9e80dcd20141a..3ef79a5a16815 100644 --- a/boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts +++ b/boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts @@ -10,8 +10,8 @@ #include / { - model = "DA1469x series Development Kit Pro"; compatible = "renesas,da1469x_dk_pro"; + model = "DA1469x series Development Kit Pro"; #address-cells = <1>; #size-cells = <1>; @@ -110,20 +110,23 @@ */ boot_partition: partition@2400 { - label = "mcuboot"; reg = <0x000002400 0x0000dc00>; + label = "mcuboot"; }; + slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(512)>; + label = "image-0"; }; + slot1_partition: partition@90000 { - label = "image-1"; reg = <0x00090000 DT_SIZE_K(512)>; + label = "image-1"; }; + storage_partition: partition@110000 { - label = "storage"; reg = <0x00110000 DT_SIZE_K(32)>; + label = "storage"; }; }; }; @@ -138,10 +141,10 @@ &uart { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart_default>; pinctrl-names = "default"; rx-wake-gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_lcdc.overlay b/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_lcdc.overlay index 9930140ff36cc..79154279f77f6 100644 --- a/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_lcdc.overlay +++ b/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_lcdc.overlay @@ -15,8 +15,8 @@ lvgl_pointer { input = <&display_touch>; - status = "okay"; swap-xy; + status = "okay"; }; }; @@ -44,14 +44,13 @@ display_touch: ft6206@38 { compatible = "focaltech,ft5336"; - status = "okay"; reg = <0x38>; int-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; &lcdc { - status = "okay"; pinctrl-0 = <&display_controller_default>; pinctrl-1 = <&display_controller_sleep>; pinctrl-names = "default", "sleep"; @@ -59,6 +58,7 @@ height = <272>; disp-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>; pixel-format = ; + status = "okay"; /* * Panel settings for the NHD-4.3-480272EF-ASXP-CTP diff --git a/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_mipi_dbi.overlay b/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_mipi_dbi.overlay index acc98c5f2a94a..04d4be6e369f0 100644 --- a/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_mipi_dbi.overlay +++ b/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_mipi_dbi.overlay @@ -15,10 +15,10 @@ lvgl_pointer { input = <&display_touch>; - status = "okay"; swap-xy; invert-x; invert-y; + status = "okay"; }; }; @@ -28,15 +28,14 @@ display_touch: ft6206@38 { compatible = "focaltech,ft5336"; - status = "okay"; reg = <0x38>; int-gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; &lcdc { compatible = "renesas,smartbond-mipi-dbi"; - status = "okay"; reset-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; pinctrl-0 = <&mipi_dbi_default>; pinctrl-1 = <&mipi_dbi_read>; @@ -44,15 +43,16 @@ pinctrl-names = "default", "read", "sleep"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; ili9340: ili9340@0 { compatible = "ilitek,ili9340"; - mipi-max-frequency = <48000000>; - status = "okay"; reg = <0>; + mipi-max-frequency = <48000000>; width = <240>; height = <320>; pixel-format = ; rotation = <0>; + status = "okay"; }; }; diff --git a/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_psram.overlay b/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_psram.overlay index e44f1484bc5c8..f6487f6949aaa 100644 --- a/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_psram.overlay +++ b/boards/renesas/da1469x_dk_pro/dts/da1469x_dk_pro_psram.overlay @@ -16,7 +16,6 @@ /* QSPIC settings for the APS6404L-3SQR QSPI PSRAM memory in QPI mode. */ &memc { - status = "okay"; is-ram; dev-size = ; dev-type = <0x5D>; @@ -40,4 +39,5 @@ tx-inst-mode = "quad-spi"; tx-addr-mode = "quad-spi"; tx-data-mode = "quad-spi"; + status = "okay"; }; diff --git a/boards/renesas/ek_ra2a1/ek_ra2a1.dts b/boards/renesas/ek_ra2a1/ek_ra2a1.dts index adfce639290de..b86cff29cc4ce 100644 --- a/boards/renesas/ek_ra2a1/ek_ra2a1.dts +++ b/boards/renesas/ek_ra2a1/ek_ra2a1.dts @@ -12,8 +12,8 @@ #include "ek_ra2a1-pinctrl.dtsi" / { - model = "Renesas EK-RA2A1"; compatible = "renesas,ra2a1", "renesas,ra2"; + model = "Renesas EK-RA2A1"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/ek_ra2l1/ek_ra2l1.dts b/boards/renesas/ek_ra2l1/ek_ra2l1.dts index 2821bae5c8b6a..bbbedeeedc499 100644 --- a/boards/renesas/ek_ra2l1/ek_ra2l1.dts +++ b/boards/renesas/ek_ra2l1/ek_ra2l1.dts @@ -19,8 +19,8 @@ #include "ek_ra2l1-pinctrl.dtsi" / { - model = "Renesas EK-RA2L1"; compatible = "renesas,r7fa2l1abxxfp", "renesas,ra2l1"; + model = "Renesas EK-RA2L1"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/ek_ra4c1/ek_ra4c1.dts b/boards/renesas/ek_ra4c1/ek_ra4c1.dts index 256f3150c4f5c..14f0475aa57ec 100644 --- a/boards/renesas/ek_ra4c1/ek_ra4c1.dts +++ b/boards/renesas/ek_ra4c1/ek_ra4c1.dts @@ -12,8 +12,8 @@ #include "ek_ra4c1-pinctrl.dtsi" / { - model = "Renesas EK-RA4C1"; compatible = "renesas,ra4c1", "renesas,ra"; + model = "Renesas EK-RA4C1"; chosen { zephyr,sram = &sram0; @@ -200,8 +200,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/ek_ra4e2/ek_ra4e2.dts b/boards/renesas/ek_ra4e2/ek_ra4e2.dts index f9a84226b0cd0..5effc025ca975 100644 --- a/boards/renesas/ek_ra4e2/ek_ra4e2.dts +++ b/boards/renesas/ek_ra4e2/ek_ra4e2.dts @@ -12,8 +12,8 @@ #include "ek_ra4e2-pinctrl.dtsi" / { - model = "Renesas EK-RA4E2"; compatible = "renesas,ra4e2", "renesas,ra"; + model = "Renesas EK-RA4E2"; chosen { zephyr,sram = &sram0; @@ -167,9 +167,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -212,8 +212,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(4)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/ek_ra4l1/ek_ra4l1.dts b/boards/renesas/ek_ra4l1/ek_ra4l1.dts index 348c360c8d86e..26ce75b380930 100644 --- a/boards/renesas/ek_ra4l1/ek_ra4l1.dts +++ b/boards/renesas/ek_ra4l1/ek_ra4l1.dts @@ -12,8 +12,8 @@ #include "ek_ra4l1-pinctrl.dtsi" / { - model = "Renesas EK-RA4L1"; compatible = "renesas,ra4l1", "renesas,ra"; + model = "Renesas EK-RA4L1"; chosen { zephyr,sram = &sram0; @@ -158,9 +158,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -221,8 +221,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/ek_ra4m1/ek_ra4m1.dts b/boards/renesas/ek_ra4m1/ek_ra4m1.dts index c19d82e5623ed..e7d3eb46017e8 100644 --- a/boards/renesas/ek_ra4m1/ek_ra4m1.dts +++ b/boards/renesas/ek_ra4m1/ek_ra4m1.dts @@ -12,8 +12,8 @@ #include "ek_ra4m1-pinctrl.dtsi" / { - model = "Renesas EK-RA4M1"; compatible = "renesas,ra4m1", "renesas,ra"; + model = "Renesas EK-RA4M1"; chosen { zephyr,sram = &sram0; @@ -98,9 +98,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { diff --git a/boards/renesas/ek_ra4m2/ek_ra4m2.dts b/boards/renesas/ek_ra4m2/ek_ra4m2.dts index e0c97f0252061..b07fb533117fa 100644 --- a/boards/renesas/ek_ra4m2/ek_ra4m2.dts +++ b/boards/renesas/ek_ra4m2/ek_ra4m2.dts @@ -12,8 +12,8 @@ #include "ek_ra4m2-pinctrl.dtsi" / { - model = "Renesas EK-RA4M2"; compatible = "renesas,ra4m2", "renesas,ra"; + model = "Renesas EK-RA4M2"; chosen { zephyr,sram = &sram0; @@ -127,9 +127,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -174,8 +174,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/ek_ra4m3/ek_ra4m3.dts b/boards/renesas/ek_ra4m3/ek_ra4m3.dts index ce3cf4ce8cacf..30750fd258fb0 100644 --- a/boards/renesas/ek_ra4m3/ek_ra4m3.dts +++ b/boards/renesas/ek_ra4m3/ek_ra4m3.dts @@ -12,8 +12,8 @@ #include "ek_ra4m3-pinctrl.dtsi" / { - model = "Renesas EK-RA4M3"; compatible = "renesas,ra4m3", "renesas,ra"; + model = "Renesas EK-RA4M3"; chosen { zephyr,sram = &sram0; @@ -125,9 +125,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -172,8 +172,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/ek_ra4w1/ek_ra4w1.dts b/boards/renesas/ek_ra4w1/ek_ra4w1.dts index e63e45a903c09..e37907f796900 100644 --- a/boards/renesas/ek_ra4w1/ek_ra4w1.dts +++ b/boards/renesas/ek_ra4w1/ek_ra4w1.dts @@ -12,8 +12,8 @@ #include "ek_ra4w1-pinctrl.dtsi" / { - model = "Renesas EK-RA4W1"; compatible = "renesas,ra4w1", "renesas,ra"; + model = "Renesas EK-RA4W1"; chosen { zephyr,sram = &sram0; @@ -89,9 +89,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { diff --git a/boards/renesas/ek_ra6e2/ek_ra6e2.dts b/boards/renesas/ek_ra6e2/ek_ra6e2.dts index bf3cce70cffec..60490c0d9d109 100644 --- a/boards/renesas/ek_ra6e2/ek_ra6e2.dts +++ b/boards/renesas/ek_ra6e2/ek_ra6e2.dts @@ -13,8 +13,8 @@ #include "ek_ra6e2-pinctrl.dtsi" / { - model = "Renesas EK-RA6E2"; compatible = "renesas,ra6e2", "renesas,ra"; + model = "Renesas EK-RA6E2"; chosen { zephyr,sram = &sram0; @@ -147,9 +147,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -188,8 +188,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(4)>; + label = "storage"; }; }; }; @@ -206,9 +206,9 @@ at25sf128a: qspi-nor-flash@60000000 { compatible = "renesas,ra-qspi-nor"; reg = <0x60000000 DT_SIZE_M(16)>; - status = "okay"; write-block-size = <1>; erase-block-size = <4096>; + status = "okay"; }; }; diff --git a/boards/renesas/ek_ra6m1/ek_ra6m1.dts b/boards/renesas/ek_ra6m1/ek_ra6m1.dts index b084467741c7f..e7ca2287f4c17 100644 --- a/boards/renesas/ek_ra6m1/ek_ra6m1.dts +++ b/boards/renesas/ek_ra6m1/ek_ra6m1.dts @@ -13,8 +13,8 @@ #include "ek_ra6m1-pinctrl.dtsi" / { - model = "Renesas EK-RA6M1"; compatible = "renesas,ra6m1", "renesas,ra"; + model = "Renesas EK-RA6M1"; chosen { zephyr,sram = &sram0; @@ -64,7 +64,6 @@ }; &iic0 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <91 1>, <92 1>, <93 1>, <94 1>; @@ -72,6 +71,7 @@ clock-frequency = ; pinctrl-0 = <&iic0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { @@ -111,9 +111,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -142,8 +142,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/ek_ra6m2/ek_ra6m2.dts b/boards/renesas/ek_ra6m2/ek_ra6m2.dts index ba934d018a5b8..64bba888239bf 100644 --- a/boards/renesas/ek_ra6m2/ek_ra6m2.dts +++ b/boards/renesas/ek_ra6m2/ek_ra6m2.dts @@ -13,8 +13,8 @@ #include "ek_ra6m2-pinctrl.dtsi" / { - model = "Renesas EK-RA6M2"; compatible = "renesas,ra6m2", "renesas,ra"; + model = "Renesas EK-RA6M2"; chosen { zephyr,sram = &sram0; @@ -64,7 +64,6 @@ }; &iic2 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <91 1>, <92 1>, <93 1>, <94 1>; @@ -72,6 +71,7 @@ clock-frequency = ; pinctrl-0 = <&iic2_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { @@ -107,9 +107,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -138,8 +138,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(32)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/ek_ra6m3/ek_ra6m3.dts b/boards/renesas/ek_ra6m3/ek_ra6m3.dts index e83039c0e80b2..3cbd6b1522313 100644 --- a/boards/renesas/ek_ra6m3/ek_ra6m3.dts +++ b/boards/renesas/ek_ra6m3/ek_ra6m3.dts @@ -13,8 +13,8 @@ #include "ek_ra6m3-pinctrl.dtsi" / { - model = "Renesas EK-RA6M3"; compatible = "renesas,ra6m3", "renesas,ra"; + model = "Renesas EK-RA6M3"; chosen { zephyr,sram = &sram0; @@ -99,7 +99,6 @@ }; &iic2 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <91 1>, <92 1>, <93 1>, <94 1>; @@ -107,6 +106,7 @@ clock-frequency = ; pinctrl-0 = <&iic2_default>; pinctrl-names = "default"; + status = "okay"; }; &xtal { @@ -153,9 +153,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -189,8 +189,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(64)>; + label = "storage"; }; }; }; @@ -207,8 +207,8 @@ ð { local-mac-address = [00 11 22 33 44 57]; - status = "okay"; phy-handle = <&phy>; + status = "okay"; }; &mdio { @@ -231,9 +231,9 @@ mx25l25645g: qspi-nor-flash@60000000 { compatible = "renesas,ra-qspi-nor"; reg = <0x60000000 DT_SIZE_M(32)>; - status = "okay"; write-block-size = <1>; erase-block-size = <4096>; + status = "okay"; }; }; diff --git a/boards/renesas/ek_ra6m4/ek_ra6m4.dts b/boards/renesas/ek_ra6m4/ek_ra6m4.dts index c46e6a1cdee62..3c123fdc72811 100644 --- a/boards/renesas/ek_ra6m4/ek_ra6m4.dts +++ b/boards/renesas/ek_ra6m4/ek_ra6m4.dts @@ -14,8 +14,8 @@ #include "ek_ra6m4-pinctrl.dtsi" / { - model = "Renesas EK-RA6M4"; compatible = "renesas,ra6m4", "renesas,ra"; + model = "Renesas EK-RA6M4"; chosen { zephyr,sram = &sram0; @@ -145,7 +145,6 @@ }; &iic1 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <91 1>, <92 1>, <93 1>, <94 1>; @@ -153,6 +152,7 @@ clock-frequency = ; pinctrl-0 = <&iic1_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { @@ -225,9 +225,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -261,8 +261,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; @@ -306,8 +306,8 @@ arduino_spi: &spi0 {}; ð { local-mac-address = [74 90 50 B0 6D 5D]; - status = "okay"; phy-handle = <&phy>; + status = "okay"; }; &mdio { @@ -330,9 +330,9 @@ arduino_spi: &spi0 {}; mx25l25645g: qspi-nor-flash@60000000 { compatible = "renesas,ra-qspi-nor"; reg = <0x60000000 DT_SIZE_M(32)>; - status = "okay"; write-block-size = <1>; erase-block-size = <4096>; + status = "okay"; }; }; diff --git a/boards/renesas/ek_ra6m5/ek_ra6m5.dts b/boards/renesas/ek_ra6m5/ek_ra6m5.dts index 5d43d0d83a970..817b585b81f06 100644 --- a/boards/renesas/ek_ra6m5/ek_ra6m5.dts +++ b/boards/renesas/ek_ra6m5/ek_ra6m5.dts @@ -14,8 +14,8 @@ #include "ek_ra6m5-pinctrl.dtsi" / { - model = "Renesas EK-RA6M5"; compatible = "renesas,ra6m5", "renesas,ra"; + model = "Renesas EK-RA6M5"; chosen { zephyr,sram = &sram0; @@ -145,7 +145,6 @@ }; &iic1 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <91 1>, <92 1>, <93 1>, <94 1>; @@ -153,6 +152,7 @@ clock-frequency = ; pinctrl-0 = <&iic1_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { @@ -236,9 +236,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -272,8 +272,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; @@ -306,8 +306,8 @@ arduino_spi: &spi0 {}; ð { local-mac-address = [74 90 50 B0 6D 5C]; - status = "okay"; phy-handle = <&phy>; + status = "okay"; }; &mdio { @@ -330,9 +330,9 @@ arduino_spi: &spi0 {}; mx25l25645g: qspi-nor-flash@60000000 { compatible = "renesas,ra-qspi-nor"; reg = <0x60000000 DT_SIZE_M(32)>; - status = "okay"; write-block-size = <1>; erase-block-size = <4096>; + status = "okay"; }; }; diff --git a/boards/renesas/ek_ra8d1/ek_ra8d1-pinctrl.dtsi b/boards/renesas/ek_ra8d1/ek_ra8d1-pinctrl.dtsi index 40b30871ab49c..fb1ef017fed90 100644 --- a/boards/renesas/ek_ra8d1/ek_ra8d1-pinctrl.dtsi +++ b/boards/renesas/ek_ra8d1/ek_ra8d1-pinctrl.dtsi @@ -63,6 +63,7 @@ psels = ; drive-strength = "medium"; }; + group2 { /* GTIOC3B */ psels = ; diff --git a/boards/renesas/ek_ra8d1/ek_ra8d1.dts b/boards/renesas/ek_ra8d1/ek_ra8d1.dts index 8e434e957bb11..387047bef1569 100644 --- a/boards/renesas/ek_ra8d1/ek_ra8d1.dts +++ b/boards/renesas/ek_ra8d1/ek_ra8d1.dts @@ -17,8 +17,8 @@ #include "ek_ra8d1-pinctrl.dtsi" / { - model = "Renesas EK-RA8D1"; compatible = "renesas,ra8d1", "renesas,ra8"; + model = "Renesas EK-RA8D1"; chosen { zephyr,sram = &sram0; @@ -91,8 +91,8 @@ sdram1: sdram@68000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0x68000000 DT_SIZE_M(64)>; /* 512 Mbits */ + device_type = "memory"; zephyr,memory-region = "SDRAM"; status = "okay"; }; @@ -174,15 +174,15 @@ }; &pll2 { - status = "okay"; clocks = <&xtal>; div = <2>; mul = <80 0>; + status = "okay"; pll2p { - status = "okay"; freq = ; div = <2>; + status = "okay"; }; }; @@ -318,8 +318,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(12)>; + label = "storage"; }; }; }; @@ -332,10 +332,10 @@ cam_clock: pwmclock { compatible = "pwm-clock"; - status = "disabled"; #clock-cells = <1>; clock-frequency = <24000000>; pwms = <&pwm3 0 PWM_KHZ(24000) PWM_POLARITY_NORMAL>; + status = "disabled"; }; }; @@ -368,8 +368,8 @@ ð { local-mac-address = [74 90 50 B0 5D E9]; - status = "okay"; phy-handle = <&phy>; + status = "okay"; }; &mdio { @@ -400,9 +400,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -424,7 +424,6 @@ &sdram { pinctrl-0 = <&sdram_default>; pinctrl-names = "default"; - status = "okay"; auto-refresh-interval = ; auto-refresh-count = ; precharge-cycle-count = ; @@ -432,6 +431,7 @@ edian-mode = "little-endian"; continuous-access; bus-width = "16-bit"; + status = "okay"; bank@0 { reg = <0>; @@ -500,10 +500,10 @@ dvp_20pin_interface: &ceu {}; s28hl512t: ospi-nor-flash@90000000 { compatible = "renesas,ra-ospi-b-nor"; + reg = <0x90000000 DT_SIZE_M(64)>; protocol-mode = ; data-rate = ; ospi-max-frequency = ; - reg = <0x90000000 DT_SIZE_M(64)>; write-block-size = <1>; status = "okay"; @@ -530,8 +530,8 @@ dvp_20pin_interface: &ceu {}; #size-cells = <1>; partition@0 { - label = "nor"; reg = <0x00000000 DT_SIZE_M(64)>; + label = "nor"; }; }; }; diff --git a/boards/renesas/ek_ra8m1/ek_ra8m1.dts b/boards/renesas/ek_ra8m1/ek_ra8m1.dts index 0112cae43269e..75712de31d4ad 100644 --- a/boards/renesas/ek_ra8m1/ek_ra8m1.dts +++ b/boards/renesas/ek_ra8m1/ek_ra8m1.dts @@ -13,8 +13,8 @@ #include "ek_ra8m1-pinctrl.dtsi" / { - model = "Renesas EK-RA8M1"; compatible = "renesas,ra8m1", "renesas,ra8"; + model = "Renesas EK-RA8M1"; chosen { zephyr,sram = &sram0; @@ -165,15 +165,15 @@ }; &pll2 { - status = "okay"; clocks = <&xtal>; div = <2>; mul = <80 0>; + status = "okay"; pll2p { - status = "okay"; freq = ; div = <2>; + status = "okay"; }; }; @@ -323,10 +323,10 @@ mikrobus_spi: &spi1 {}; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; average-count = <4>; + status = "okay"; }; &dac0 { @@ -370,8 +370,8 @@ mikrobus_spi: &spi1 {}; #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(12)>; + label = "storage"; }; }; }; @@ -398,8 +398,8 @@ pmod_header: &pmod1_header {}; ð { local-mac-address = [74 90 50 B0 6D 5A]; - status = "okay"; phy-handle = <&phy>; + status = "okay"; }; &mdio { @@ -474,10 +474,10 @@ pmod_sd_shield: &sdhc0 {}; s28hl512t: ospi-nor-flash@90000000 { compatible = "renesas,ra-ospi-b-nor"; + reg = <0x90000000 DT_SIZE_M(64)>; protocol-mode = ; data-rate = ; ospi-max-frequency = ; - reg = <0x90000000 DT_SIZE_M(64)>; write-block-size = <1>; status = "okay"; @@ -504,8 +504,8 @@ pmod_sd_shield: &sdhc0 {}; #size-cells = <1>; partition@0 { - label = "nor"; reg = <0x00000000 DT_SIZE_M(64)>; + label = "nor"; }; }; }; diff --git a/boards/renesas/ek_ra8p1/ek_ra8p1.dtsi b/boards/renesas/ek_ra8p1/ek_ra8p1.dtsi index b0f69c3a61f5a..fa0d1e80cdd28 100644 --- a/boards/renesas/ek_ra8p1/ek_ra8p1.dtsi +++ b/boards/renesas/ek_ra8p1/ek_ra8p1.dtsi @@ -49,8 +49,8 @@ sdram1: sdram@68000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0x68000000 DT_SIZE_M(64)>; + device_type = "memory"; zephyr,memory-region = "SDRAM"; status = "okay"; }; @@ -193,7 +193,6 @@ &sdram { pinctrl-0 = <&sdram_default>; pinctrl-names = "default"; - status = "okay"; auto-refresh-interval = ; auto-refresh-count = ; precharge-cycle-count = ; @@ -201,6 +200,7 @@ edian-mode = "little-endian"; continuous-access; bus-width = "32-bit"; + status = "okay"; bank@0 { reg = <0>; diff --git a/boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm33.dts b/boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm33.dts index acc440c91acca..a06a7b11db5d5 100644 --- a/boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm33.dts +++ b/boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm33.dts @@ -9,8 +9,8 @@ #include "ek_ra8p1.dtsi" / { - model = "Renesas EK-RA8P1"; compatible = "renesas,ra8p1", "renesas,ra8"; + model = "Renesas EK-RA8P1"; chosen { zephyr,sram = &sram1; diff --git a/boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm85.dts b/boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm85.dts index bb9d0e890f30a..67318f40dd221 100644 --- a/boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm85.dts +++ b/boards/renesas/ek_ra8p1/ek_ra8p1_r7ka8p1kflcac_cm85.dts @@ -9,8 +9,8 @@ #include "ek_ra8p1.dtsi" / { - model = "Renesas EK-RA8P1"; compatible = "renesas,ra8p1", "renesas,ra8"; + model = "Renesas EK-RA8P1"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/ek_rx261/ek_rx261.dts b/boards/renesas/ek_rx261/ek_rx261.dts index 06d7df0b998bd..40b652a39ee99 100644 --- a/boards/renesas/ek_rx261/ek_rx261.dts +++ b/boards/renesas/ek_rx261/ek_rx261.dts @@ -11,8 +11,8 @@ #include "ek_rx261-pinctrl.dtsi" / { - model = "Renesas EK-RX261 KIT"; compatible = "renesas,ek_rx261"; + model = "Renesas EK-RX261 KIT"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/fpb_ra4e1/fpb_ra4e1.dts b/boards/renesas/fpb_ra4e1/fpb_ra4e1.dts index c85c1829741f0..c811216c84ae6 100644 --- a/boards/renesas/fpb_ra4e1/fpb_ra4e1.dts +++ b/boards/renesas/fpb_ra4e1/fpb_ra4e1.dts @@ -12,8 +12,8 @@ #include "fpb_ra4e1-pinctrl.dtsi" / { - model = "Renesas FPB-RA4E1"; compatible = "renesas,ra4e1", "renesas,ra"; + model = "Renesas FPB-RA4E1"; chosen { zephyr,sram = &sram0; @@ -105,7 +105,6 @@ }; &iic0 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <91 1>, <92 1>, <93 1>, <94 1>; @@ -113,12 +112,13 @@ clock-frequency = ; pinctrl-0 = <&iic0_default>; pinctrl-names = "default"; + status = "okay"; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { @@ -151,8 +151,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/fpb_ra6e1/fpb_ra6e1.dts b/boards/renesas/fpb_ra6e1/fpb_ra6e1.dts index 057df2a4fae21..461b60ab68675 100644 --- a/boards/renesas/fpb_ra6e1/fpb_ra6e1.dts +++ b/boards/renesas/fpb_ra6e1/fpb_ra6e1.dts @@ -13,8 +13,8 @@ #include "fpb_ra6e1-pinctrl.dtsi" / { - model = "Renesas FPB-RA6E1"; compatible = "renesas,ra6e1", "renesas,ra"; + model = "Renesas FPB-RA6E1"; chosen { zephyr,sram = &sram0; @@ -69,7 +69,6 @@ }; &iic0 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; interrupts = <91 1>, <92 1>, <93 1>, <94 1>; @@ -77,6 +76,7 @@ clock-frequency = ; pinctrl-0 = <&iic0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi1 { @@ -111,16 +111,16 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { diff --git a/boards/renesas/fpb_ra6e2/fpb_ra6e2.dts b/boards/renesas/fpb_ra6e2/fpb_ra6e2.dts index 35befefae8577..8c8ac77c2f419 100644 --- a/boards/renesas/fpb_ra6e2/fpb_ra6e2.dts +++ b/boards/renesas/fpb_ra6e2/fpb_ra6e2.dts @@ -13,8 +13,8 @@ #include "fpb_ra6e2-pinctrl.dtsi" / { - model = "Renesas FPB-RA6E2"; compatible = "renesas,ra6e2", "renesas,ra"; + model = "Renesas FPB-RA6E2"; chosen { zephyr,sram = &sram0; @@ -89,8 +89,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(4)>; + label = "storage"; }; }; }; @@ -107,9 +107,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { diff --git a/boards/renesas/fpb_rx261/fpb_rx261.dts b/boards/renesas/fpb_rx261/fpb_rx261.dts index aa024097aa98d..d2bc0c8acc2be 100644 --- a/boards/renesas/fpb_rx261/fpb_rx261.dts +++ b/boards/renesas/fpb_rx261/fpb_rx261.dts @@ -11,8 +11,8 @@ #include "fpb_rx261-pinctrl.dtsi" / { - model = "Renesas FPB-RX261"; compatible = "renesas,fpb_rx261"; + model = "Renesas FPB-RX261"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/mcb_rx26t/mcb_rx26t.dts b/boards/renesas/mcb_rx26t/mcb_rx26t.dts index fc997b89a8711..6cc6ae17374b1 100644 --- a/boards/renesas/mcb_rx26t/mcb_rx26t.dts +++ b/boards/renesas/mcb_rx26t/mcb_rx26t.dts @@ -11,8 +11,8 @@ #include "mcb_rx26t-pinctrl.dtsi" / { - model = "Renesas MCB-RX26T KIT"; compatible = "renesas,mcb_rx26t"; + model = "Renesas MCB-RX26T KIT"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/mck_ra8t1/mck_ra8t1.dts b/boards/renesas/mck_ra8t1/mck_ra8t1.dts index 738e0f9e09b69..e5da11d25fb2e 100644 --- a/boards/renesas/mck_ra8t1/mck_ra8t1.dts +++ b/boards/renesas/mck_ra8t1/mck_ra8t1.dts @@ -11,8 +11,8 @@ #include "mck_ra8t1-pinctrl.dtsi" / { - model = "Renesas MCK-RA8T1"; compatible = "renesas,ra8t1", "renesas,ra8"; + model = "Renesas MCK-RA8T1"; chosen { zephyr,sram = &sram0; @@ -170,8 +170,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(12)>; + label = "storage"; }; }; }; @@ -205,8 +205,8 @@ ð { local-mac-address = [74 90 50 6D 81 75]; - status = "okay"; phy-handle = <&phy>; + status = "okay"; }; &mdio { @@ -222,10 +222,10 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; average-count = <4>; + status = "okay"; }; &dac0 { diff --git a/boards/renesas/mck_ra8t2/mck_ra8t2.dtsi b/boards/renesas/mck_ra8t2/mck_ra8t2.dtsi index 5b2e2c794aedf..174fd60889927 100644 --- a/boards/renesas/mck_ra8t2/mck_ra8t2.dtsi +++ b/boards/renesas/mck_ra8t2/mck_ra8t2.dtsi @@ -9,7 +9,6 @@ #include "mck_ra8t2-pinctrl.dtsi" / { - leds { compatible = "gpio-leds"; diff --git a/boards/renesas/mck_ra8t2/mck_ra8t2_r7ka8t2lfecac_cm85.dts b/boards/renesas/mck_ra8t2/mck_ra8t2_r7ka8t2lfecac_cm85.dts index 89f4e47c4934a..9128dd541fbed 100644 --- a/boards/renesas/mck_ra8t2/mck_ra8t2_r7ka8t2lfecac_cm85.dts +++ b/boards/renesas/mck_ra8t2/mck_ra8t2_r7ka8t2lfecac_cm85.dts @@ -9,8 +9,8 @@ #include "mck_ra8t2.dtsi" / { - model = "Renesas MCK-RA8T2"; compatible = "renesas,ra8t2", "renesas,ra8"; + model = "Renesas MCK-RA8T2"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57.dts b/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57.dts index 36bec155ea850..6ade2ef15f5f9 100644 --- a/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57.dts +++ b/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57.dts @@ -21,8 +21,8 @@ }; ram: memory@48000000 { - device_type = "mmio-sram"; reg = <0x0 0x48000000 0x0 DT_SIZE_M(512)>; + device_type = "mmio-sram"; }; /* These aliases are provided for compatibility with samples */ @@ -65,18 +65,18 @@ &sd0_data0_uhs &sd0_data1_uhs &sd0_data2_uhs &sd0_data3_uhs>; pinctrl-names = "default", "uhs"; - disk { - compatible = "zephyr,sdmmc-disk"; - disk-name = "SD"; - status = "okay"; - }; - vmmc-supply = <&vcc_sd0>; vqmmc-supply = <&vccq_sd0>; bus-width = <4>; mmc-sdr104-support; status = "okay"; + + disk { + compatible = "zephyr,sdmmc-disk"; + disk-name = "SD"; + status = "okay"; + }; }; &scif2 { @@ -93,14 +93,14 @@ &emmc2_data0 &emmc2_data1 &emmc2_data2 &emmc2_data3 &emmc2_data4 &emmc2_data5 &emmc2_data6 &emmc2_data7>; pinctrl-names = "default", "uhs"; + bus-width = <8>; + mmc-hs200-1_8v; + mmc-hs400-1_8v; + non-removable; disk { compatible = "zephyr,mmc-disk"; disk-name = "SD2"; status = "disabled"; }; - bus-width = <8>; - mmc-hs200-1_8v; - mmc-hs400-1_8v; - non-removable; }; diff --git a/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7.dts b/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7.dts index 450f9a04c0783..6e565cddb3cfc 100644 --- a/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7.dts +++ b/boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_r7.dts @@ -11,8 +11,8 @@ #include / { - model = "Renesas h3ulcb board"; compatible = "renesas,h3ulcb-cr7"; + model = "Renesas h3ulcb board"; chosen { zephyr,sram = &sram0; @@ -48,8 +48,8 @@ }; &cmt0 { - status = "okay"; clock-frequency = <32000>; + status = "okay"; }; &gpio6 { diff --git a/boards/renesas/rcar_salvator_x/rcar_salvator_x_r8a77951_r7.dts b/boards/renesas/rcar_salvator_x/rcar_salvator_x_r8a77951_r7.dts index e21a2a3605e5f..0aba1df752b9c 100644 --- a/boards/renesas/rcar_salvator_x/rcar_salvator_x_r8a77951_r7.dts +++ b/boards/renesas/rcar_salvator_x/rcar_salvator_x_r8a77951_r7.dts @@ -11,8 +11,8 @@ #include / { - model = "Renesas h3 Salvator-X board"; compatible = "renesas,h3-salvatorx-cr7"; + model = "Renesas h3 Salvator-X board"; chosen { zephyr,sram = &sram0; @@ -69,8 +69,8 @@ }; &cmt0 { - status = "okay"; clock-frequency = <32000>; + status = "okay"; }; &gpio6 { diff --git a/boards/renesas/rcar_salvator_xs/rcar_salvator_xs.dts b/boards/renesas/rcar_salvator_xs/rcar_salvator_xs.dts index d7690cead0397..0546b16018d3c 100644 --- a/boards/renesas/rcar_salvator_xs/rcar_salvator_xs.dts +++ b/boards/renesas/rcar_salvator_xs/rcar_salvator_xs.dts @@ -25,8 +25,8 @@ }; ram: memory@48000000 { - device_type = "mmio-sram"; reg = <0x0 0x48000000 0x0 DT_SIZE_M(512)>; + device_type = "mmio-sram"; }; }; @@ -44,14 +44,14 @@ &emmc2_data0 &emmc2_data1 &emmc2_data2 &emmc2_data3 &emmc2_data4 &emmc2_data5 &emmc2_data6 &emmc2_data7>; pinctrl-names = "default", "uhs"; + bus-width = <8>; + mmc-hs200-1_8v; + mmc-hs400-1_8v; + non-removable; disk { compatible = "zephyr,mmc-disk"; disk-name = "SD2"; status = "disabled"; }; - bus-width = <8>; - mmc-hs200-1_8v; - mmc-hs400-1_8v; - non-removable; }; diff --git a/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_a55.dts b/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_a55.dts index fc7bf6df2e67e..1177f4983db6e 100644 --- a/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_a55.dts +++ b/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_a55.dts @@ -20,8 +20,8 @@ }; ram: memory@48000000 { - device_type = "mmio-sram"; reg = <0x0 0x48000000 0x0 DT_SIZE_M(512)>; + device_type = "mmio-sram"; }; }; @@ -40,15 +40,15 @@ &mmc_data0 &mmc_data1 &mmc_data2 &mmc_data3 &mmc_data4 &mmc_data5 &mmc_data6 &mmc_data7>; pinctrl-names = "default", "uhs"; + bus-width = <8>; + mmc-hs200-1_8v; + mmc-hs400-1_8v; + non-removable; + status = "okay"; disk { compatible = "zephyr,mmc-disk"; disk-name = "SD2"; status = "okay"; }; - bus-width = <8>; - mmc-hs200-1_8v; - mmc-hs400-1_8v; - non-removable; - status = "okay"; }; diff --git a/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_r52.dts b/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_r52.dts index 574b2de825e6f..4e28667d6e132 100644 --- a/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_r52.dts +++ b/boards/renesas/rcar_spider_s4/rcar_spider_s4_r8a779f0_r52.dts @@ -11,8 +11,8 @@ #include / { - model = "Renesas Spider board"; compatible = "renesas,spider-s4-cr52"; + model = "Renesas Spider board"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/rsk_rx130/rsk_rx130.dts b/boards/renesas/rsk_rx130/rsk_rx130.dts index 0c30d47cd257c..d3e1b0a7307da 100644 --- a/boards/renesas/rsk_rx130/rsk_rx130.dts +++ b/boards/renesas/rsk_rx130/rsk_rx130.dts @@ -13,8 +13,8 @@ #include / { - model = "Renesas RSK+RX130-512KB KIT"; compatible = "renesas,rsk_rx130_512kb"; + model = "Renesas RSK+RX130-512KB KIT"; chosen { zephyr,sram = &sram0; @@ -118,9 +118,9 @@ }; &mtu1 { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-names = "default"; + status = "okay"; pwm1: pwm { status = "okay"; @@ -134,8 +134,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/renesas/rssk_ra2l1/rssk_ra2l1.dts b/boards/renesas/rssk_ra2l1/rssk_ra2l1.dts index 4998b0948b6fb..7f505da45d68f 100644 --- a/boards/renesas/rssk_ra2l1/rssk_ra2l1.dts +++ b/boards/renesas/rssk_ra2l1/rssk_ra2l1.dts @@ -16,8 +16,8 @@ #include "rssk_ra2l1-pinctrl.dtsi" / { - model = "Renesas RSSK-RA2L1"; compatible = "renesas,r7fa2l1abxxfp", "renesas,ra2l1"; + model = "Renesas RSSK-RA2L1"; chosen { zephyr,sram = &sram0; diff --git a/boards/renesas/rza2m_evk/rza2m_evk.dts b/boards/renesas/rza2m_evk/rza2m_evk.dts index cb38dae33c10b..7bc1a3f7823ab 100644 --- a/boards/renesas/rza2m_evk/rza2m_evk.dts +++ b/boards/renesas/rza2m_evk/rza2m_evk.dts @@ -9,8 +9,8 @@ #include "rza2m_evk-pinctrl.dtsi" / { - model = "Renesas RZA2M EVK"; compatible = "renesas,rza2m_evk"; + model = "Renesas RZA2M EVK"; chosen { zephyr,sram = &ram; @@ -47,14 +47,14 @@ #size-cells = <1>; loader_program: partition@0 { - label = "loader-program"; reg = <0x00000000 DT_SIZE_K(56)>; + label = "loader-program"; read-only; }; slot0_partition: partition@E000 { - label = "image-0"; reg = <0x0000E000 (DT_SIZE_M(64) - DT_SIZE_K(56))>; + label = "image-0"; read-only; }; }; diff --git a/boards/renesas/rza3ul_smarc/rza3ul_smarc.dts b/boards/renesas/rza3ul_smarc/rza3ul_smarc.dts index 1306607129947..49dddd9412ced 100644 --- a/boards/renesas/rza3ul_smarc/rza3ul_smarc.dts +++ b/boards/renesas/rza3ul_smarc/rza3ul_smarc.dts @@ -13,8 +13,8 @@ #include "rza3ul_smarc-pinctrl.dtsi" / { - model = "Renesas RZ/A3UL SMARC"; compatible = "renesas,rza3ul-smarc"; + model = "Renesas RZ/A3UL SMARC"; chosen { zephyr,sram = &ddr; @@ -46,14 +46,14 @@ #size-cells = <1>; header: partition@0 { - label = "header"; reg = <0x00000000 0x200>; + label = "header"; read-only; }; slot0_partition: partition@200 { - label = "image-0"; reg = <0x00000200 (DT_SIZE_M(16) - 0x20200)>; + label = "image-0"; read-only; }; }; diff --git a/boards/renesas/rzg2l_smarc/rzg2l_smarc_r9a07g044l23gbg_cm33.dts b/boards/renesas/rzg2l_smarc/rzg2l_smarc_r9a07g044l23gbg_cm33.dts index 7dc022ec4272e..287d5f55b7fb8 100644 --- a/boards/renesas/rzg2l_smarc/rzg2l_smarc_r9a07g044l23gbg_cm33.dts +++ b/boards/renesas/rzg2l_smarc/rzg2l_smarc_r9a07g044l23gbg_cm33.dts @@ -11,8 +11,8 @@ #include "rzg2l_smarc-pinctrl.dtsi" / { - model = "Renesas RZ/G2L SMARC"; compatible = "renesas,rzg2l-smarc"; + model = "Renesas RZ/G2L SMARC"; chosen { zephyr,sram = &ddr; diff --git a/boards/renesas/rzg2lc_smarc/rzg2lc_smarc_r9a07g044c22gbg_cm33.dts b/boards/renesas/rzg2lc_smarc/rzg2lc_smarc_r9a07g044c22gbg_cm33.dts index 87db249d6f8d5..47682cafd6fa9 100644 --- a/boards/renesas/rzg2lc_smarc/rzg2lc_smarc_r9a07g044c22gbg_cm33.dts +++ b/boards/renesas/rzg2lc_smarc/rzg2lc_smarc_r9a07g044c22gbg_cm33.dts @@ -11,8 +11,8 @@ #include "rzg2lc_smarc-pinctrl.dtsi" / { - model = "Renesas RZ/G2LC SMARC"; compatible = "renesas,rzg2lc-smarc"; + model = "Renesas RZ/G2LC SMARC"; chosen { zephyr,sram = &ddr; diff --git a/boards/renesas/rzg2ul_smarc/rzg2ul_smarc_r9a07g043u11gbg_cm33.dts b/boards/renesas/rzg2ul_smarc/rzg2ul_smarc_r9a07g043u11gbg_cm33.dts index 56d363e2fa54c..0399fde40a998 100644 --- a/boards/renesas/rzg2ul_smarc/rzg2ul_smarc_r9a07g043u11gbg_cm33.dts +++ b/boards/renesas/rzg2ul_smarc/rzg2ul_smarc_r9a07g043u11gbg_cm33.dts @@ -11,8 +11,8 @@ #include "rzg2ul_smarc-pinctrl.dtsi" / { - model = "Renesas RZ/G2UL SMARC"; compatible = "renesas,rzg2ul-smarc"; + model = "Renesas RZ/G2UL SMARC"; chosen { zephyr,sram = &ddr; diff --git a/boards/renesas/rzg3s_smarc/rzg3s_smarc_r9a08g045s33gbg_cm33.dts b/boards/renesas/rzg3s_smarc/rzg3s_smarc_r9a08g045s33gbg_cm33.dts index e4b9701d33094..acdf16d7dcf18 100644 --- a/boards/renesas/rzg3s_smarc/rzg3s_smarc_r9a08g045s33gbg_cm33.dts +++ b/boards/renesas/rzg3s_smarc/rzg3s_smarc_r9a08g045s33gbg_cm33.dts @@ -14,8 +14,8 @@ #include "rzg3s_smarc-pinctrl.dtsi" / { - model = "Renesas RZ/G3S SMARC"; compatible = "renesas,rzg3s-smarc"; + model = "Renesas RZ/G3S SMARC"; chosen { zephyr,sram = &sram_mcpu0; @@ -126,7 +126,7 @@ &canfd0 { pinctrl-0 = <&can0_pins>; pinctrl-names = "default"; - status = "okay"; rx-max-filters = <32>; phys = <&transceiver0>; + status = "okay"; }; diff --git a/boards/renesas/rzn2l_rsk/rzn2l_rsk.dts b/boards/renesas/rzn2l_rsk/rzn2l_rsk.dts index bc733ef5c4558..cd54aadd9bb57 100644 --- a/boards/renesas/rzn2l_rsk/rzn2l_rsk.dts +++ b/boards/renesas/rzn2l_rsk/rzn2l_rsk.dts @@ -9,8 +9,8 @@ #include / { - model = "Renesas Starter Kit+ for RZ/N2L"; compatible = "renesas,rzn2l-rsk"; + model = "Renesas Starter Kit+ for RZ/N2L"; chosen { zephyr,sram = &atcm; diff --git a/boards/renesas/rzt2l_rsk/rzt2l_rsk.dts b/boards/renesas/rzt2l_rsk/rzt2l_rsk.dts index 00fe010130d06..2d53ca6c24a4f 100644 --- a/boards/renesas/rzt2l_rsk/rzt2l_rsk.dts +++ b/boards/renesas/rzt2l_rsk/rzt2l_rsk.dts @@ -11,8 +11,8 @@ #include "rzt2l_rsk-pinctrl.dtsi" / { - model = "Renesas Starter Kit+ for RZ/T2L"; compatible = "renesas,rzt2l-rsk"; + model = "Renesas Starter Kit+ for RZ/T2L"; chosen { zephyr,sram = &atcm; diff --git a/boards/renesas/rzt2m_rsk/rzt2m_rsk_r9a07g075m24gbg_cr520.dts b/boards/renesas/rzt2m_rsk/rzt2m_rsk_r9a07g075m24gbg_cr520.dts index 97ef74bbbe670..db9d752b23556 100644 --- a/boards/renesas/rzt2m_rsk/rzt2m_rsk_r9a07g075m24gbg_cr520.dts +++ b/boards/renesas/rzt2m_rsk/rzt2m_rsk_r9a07g075m24gbg_cr520.dts @@ -11,8 +11,8 @@ #include "rzt2m_rsk-pinctrl.dtsi" / { - model = "Renesas Starter Kit+ for RZ/T2M"; compatible = "renesas,rzt2m-rsk"; + model = "Renesas Starter Kit+ for RZ/T2M"; chosen { zephyr,sram = &cpu0_atcm; diff --git a/boards/renesas/rzv2h_evk/rzv2h_evk_r9a09g057h44gbg_cm33.dts b/boards/renesas/rzv2h_evk/rzv2h_evk_r9a09g057h44gbg_cm33.dts index e9714ad044ba8..8508b5067538b 100644 --- a/boards/renesas/rzv2h_evk/rzv2h_evk_r9a09g057h44gbg_cm33.dts +++ b/boards/renesas/rzv2h_evk/rzv2h_evk_r9a09g057h44gbg_cm33.dts @@ -12,8 +12,8 @@ #include "rzv2h_evk-pinctrl.dtsi" / { - model = "Renesas RZ/V2H EVK"; compatible = "renesas,rzv2h-evk"; + model = "Renesas RZ/V2H EVK"; aliases { led0 = &led5; diff --git a/boards/renesas/rzv2h_evk/rzv2h_evk_r9a09g057h44gbg_cr8_0.dts b/boards/renesas/rzv2h_evk/rzv2h_evk_r9a09g057h44gbg_cr8_0.dts index ecad70dc71657..7281ff9a7d894 100644 --- a/boards/renesas/rzv2h_evk/rzv2h_evk_r9a09g057h44gbg_cr8_0.dts +++ b/boards/renesas/rzv2h_evk/rzv2h_evk_r9a09g057h44gbg_cr8_0.dts @@ -11,8 +11,8 @@ #include "rzv2h_evk-pinctrl.dtsi" / { - model = "Renesas RZ/V2H EVK"; compatible = "renesas,rzv2h-evk"; + model = "Renesas RZ/V2H EVK"; aliases { led0 = &led5; diff --git a/boards/renesas/rzv2l_smarc/rzv2l_smarc_r9a07g054l23gbg_cm33.dts b/boards/renesas/rzv2l_smarc/rzv2l_smarc_r9a07g054l23gbg_cm33.dts index 06534843bab28..e847d05948e80 100644 --- a/boards/renesas/rzv2l_smarc/rzv2l_smarc_r9a07g054l23gbg_cm33.dts +++ b/boards/renesas/rzv2l_smarc/rzv2l_smarc_r9a07g054l23gbg_cm33.dts @@ -12,8 +12,8 @@ #include "rzv2l_smarc-pinctrl.dtsi" / { - model = "Renesas RZ/V2L SMARC"; compatible = "renesas,rzv2l-smarc"; + model = "Renesas RZ/V2L SMARC"; chosen { zephyr,sram = &ddr; diff --git a/boards/renesas/rzv2n_evk/rzv2n_evk_r9a09g056n48gbg_cm33.dts b/boards/renesas/rzv2n_evk/rzv2n_evk_r9a09g056n48gbg_cm33.dts index 9f560ddf782a4..20eff8585022e 100644 --- a/boards/renesas/rzv2n_evk/rzv2n_evk_r9a09g056n48gbg_cm33.dts +++ b/boards/renesas/rzv2n_evk/rzv2n_evk_r9a09g056n48gbg_cm33.dts @@ -12,8 +12,8 @@ #include "rzv2n_evk-pinctrl.dtsi" / { - model = "Renesas RZ/V2N EVK"; compatible = "renesas,rzv2n-evk"; + model = "Renesas RZ/V2N EVK"; aliases { led0 = &led5; diff --git a/boards/renesas/voice_ra4e1/voice_ra4e1.dts b/boards/renesas/voice_ra4e1/voice_ra4e1.dts index 1478e0190724f..2a767ad871722 100644 --- a/boards/renesas/voice_ra4e1/voice_ra4e1.dts +++ b/boards/renesas/voice_ra4e1/voice_ra4e1.dts @@ -12,8 +12,8 @@ #include "voice_ra4e1-pinctrl.dtsi" / { - model = "Renesas VOICE-RA4E1"; compatible = "renesas,ra4e1", "renesas,ra"; + model = "Renesas VOICE-RA4E1"; chosen { zephyr,sram = &sram0; @@ -120,8 +120,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(8)>; + label = "storage"; }; }; }; From aeb1ffe22a2aefa135cfc754d28c99b472f23100 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:59 +0200 Subject: [PATCH 104/142] devicetree: format files in boards/renode Applying dts-linter results for format files in boards/renode Signed-off-by: Kyle Micallef Bonnici --- boards/renode/cortex_r8_virtual/cortex_r8_virtual.dts | 4 ++-- boards/renode/riscv32_virtual/riscv32_virtual.dts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/renode/cortex_r8_virtual/cortex_r8_virtual.dts b/boards/renode/cortex_r8_virtual/cortex_r8_virtual.dts index b6bdb45f64298..16f8b12f1750a 100644 --- a/boards/renode/cortex_r8_virtual/cortex_r8_virtual.dts +++ b/boards/renode/cortex_r8_virtual/cortex_r8_virtual.dts @@ -9,8 +9,8 @@ #include / { - model = "Cortex-R8 Virtual target"; compatible = "renode,cortex-r8-virtual"; + model = "Cortex-R8 Virtual target"; chosen { zephyr,sram = &sram0; @@ -21,7 +21,7 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; clock-frequency = <99999901>; + status = "okay"; }; diff --git a/boards/renode/riscv32_virtual/riscv32_virtual.dts b/boards/renode/riscv32_virtual/riscv32_virtual.dts index 326b97575180d..df34ec2234dfb 100644 --- a/boards/renode/riscv32_virtual/riscv32_virtual.dts +++ b/boards/renode/riscv32_virtual/riscv32_virtual.dts @@ -9,8 +9,8 @@ #include / { - model = "Renode RISCV32 Virtual target"; compatible = "renode,riscv32-virtual"; + model = "Renode RISCV32 Virtual target"; chosen { zephyr,console = &uart0; From bd0f448d04a8a0e47120128f1f7b2e82e3f52b84 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:59 +0200 Subject: [PATCH 105/142] devicetree: format files in boards/ronoth Applying dts-linter results for format files in boards/ronoth Signed-off-by: Kyle Micallef Bonnici --- boards/ronoth/lodev/ronoth_lodev.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/ronoth/lodev/ronoth_lodev.dts b/boards/ronoth/lodev/ronoth_lodev.dts index beb6c8f32b324..c40d7af6e5a8a 100644 --- a/boards/ronoth/lodev/ronoth_lodev.dts +++ b/boards/ronoth/lodev/ronoth_lodev.dts @@ -14,8 +14,8 @@ #include / { - model = "Ronoth LoDev"; compatible = "ronoth,lodev"; + model = "Ronoth LoDev"; chosen { zephyr,console = &usart1; @@ -171,9 +171,9 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &rtc { From b7e2a41971721db4b5f1138f697ce0a74a85b50d Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:59 +0200 Subject: [PATCH 106/142] devicetree: format files in boards/ruiside Applying dts-linter results for format files in boards/ruiside Signed-off-by: Kyle Micallef Bonnici --- boards/ruiside/art_pi2/art_pi2.dts | 2 +- boards/ruiside/ra8d1_vision_board/ra8d1_vision_board.dts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/ruiside/art_pi2/art_pi2.dts b/boards/ruiside/art_pi2/art_pi2.dts index e0fa2b3df9e88..99161b9eabc27 100644 --- a/boards/ruiside/art_pi2/art_pi2.dts +++ b/boards/ruiside/art_pi2/art_pi2.dts @@ -10,8 +10,8 @@ #include / { - model = "Ruiside Electronic ART-Pi2 board"; compatible = "ruiside,art-pi2"; + model = "Ruiside Electronic ART-Pi2 board"; chosen { zephyr,console = &uart4; diff --git a/boards/ruiside/ra8d1_vision_board/ra8d1_vision_board.dts b/boards/ruiside/ra8d1_vision_board/ra8d1_vision_board.dts index 20fb86ba5c55c..89d7aa339fd68 100644 --- a/boards/ruiside/ra8d1_vision_board/ra8d1_vision_board.dts +++ b/boards/ruiside/ra8d1_vision_board/ra8d1_vision_board.dts @@ -13,8 +13,8 @@ #include "ra8d1_vision_board-pinctrl.dtsi" / { - model = "Ruiside Electronic RA8D1-VISION-BOARD"; compatible = "ruiside,ra8d1-vision-board"; + model = "Ruiside Electronic RA8D1-VISION-BOARD"; chosen { zephyr,sram = &sram0; @@ -164,8 +164,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0X0 DT_SIZE_K(12)>; + label = "storage"; }; }; }; @@ -178,7 +178,6 @@ &sdram { pinctrl-0 = <&sdram_default>; pinctrl-names = "default"; - status = "okay"; auto-refresh-interval = ; auto-refresh-count = ; precharge-cycle-count = ; @@ -186,6 +185,7 @@ edian-mode = "little-endian"; continuous-access; bus-width = "16-bit"; + status = "okay"; bank@0 { reg = <0>; From 74ce81ec1346923054124edd4b0dc6e15a83d90a Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:59 +0200 Subject: [PATCH 107/142] devicetree: format files in boards/ruuvi Applying dts-linter results for format files in boards/ruuvi Signed-off-by: Kyle Micallef Bonnici --- boards/ruuvi/ruuvitag/ruuvi_ruuvitag.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/ruuvi/ruuvitag/ruuvi_ruuvitag.dts b/boards/ruuvi/ruuvitag/ruuvi_ruuvitag.dts index ef8188bc607c3..6f7032f01fb4e 100644 --- a/boards/ruuvi/ruuvitag/ruuvi_ruuvitag.dts +++ b/boards/ruuvi/ruuvitag/ruuvi_ruuvitag.dts @@ -10,8 +10,8 @@ #include / { - model = "Ruuvi RuuviTag"; compatible = "ruuvi,ruuvitag"; + model = "Ruuvi RuuviTag"; chosen { zephyr,console = &uart0; @@ -75,22 +75,22 @@ }; &uart0 { - status = "okay"; compatible = "nordic,nrf-uart"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>, <&gpio0 8 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; bme280@0 { compatible = "bosch,bme280"; @@ -113,23 +113,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; /* @@ -140,8 +140,8 @@ * if enabled. */ storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; From 43400d94f6795253a423f31768ed2da5809881f0 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:59 +0200 Subject: [PATCH 108/142] devicetree: format files in boards/sc Applying dts-linter results for format files in boards/sc Signed-off-by: Kyle Micallef Bonnici --- boards/sc/scobc_a1/scobc_a1.dts | 4 ++-- boards/sc/scobc_a1/scobc_a1_1_0_0.overlay | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/sc/scobc_a1/scobc_a1.dts b/boards/sc/scobc_a1/scobc_a1.dts index 118afb4431687..7426befaa40ea 100644 --- a/boards/sc/scobc_a1/scobc_a1.dts +++ b/boards/sc/scobc_a1/scobc_a1.dts @@ -22,9 +22,9 @@ #size-cells = <0>; cpu0: cpu@0 { - device_type = "cpu"; compatible = "arm,cortex-m3"; reg = <0>; + device_type = "cpu"; #address-cells = <1>; #size-cells = <1>; @@ -43,8 +43,8 @@ uartlite0: uartlite@4f010000 { compatible = "xlnx,xps-uartlite-1.00.a"; - interrupts = <0 0>; reg = <0x4f010000 0x10000>; + interrupts = <0 0>; }; sysreg: sysreg@4f000000 { diff --git a/boards/sc/scobc_a1/scobc_a1_1_0_0.overlay b/boards/sc/scobc_a1/scobc_a1_1_0_0.overlay index 203040a0ebba1..89f780ee89aee 100644 --- a/boards/sc/scobc_a1/scobc_a1_1_0_0.overlay +++ b/boards/sc/scobc_a1/scobc_a1_1_0_0.overlay @@ -16,8 +16,8 @@ uartlite0: uartlite@50010000 { compatible = "xlnx,xps-uartlite-1.00.a"; - interrupts = <0 0>; reg = <0x50010000 0x10000>; + interrupts = <0 0>; }; }; }; From e6dd667c18f9706ade3257d8ee9b5f85b7e158dc Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:59 +0200 Subject: [PATCH 109/142] devicetree: format files in boards/seagate Applying dts-linter results for format files in boards/seagate Signed-off-by: Kyle Micallef Bonnici --- boards/seagate/faze/faze.dts | 4 ++-- boards/seagate/legend/legend.dts | 6 +++--- boards/seagate/legend/legend_stm32f070xb_25hdd.overlay | 2 +- boards/seagate/legend/legend_stm32f070xb_25ssd.overlay | 2 +- boards/seagate/legend/legend_stm32f070xb_35.overlay | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/seagate/faze/faze.dts b/boards/seagate/faze/faze.dts index b5bfc60c76bb5..fb1046927726f 100644 --- a/boards/seagate/faze/faze.dts +++ b/boards/seagate/faze/faze.dts @@ -13,8 +13,8 @@ #include "faze-pinctrl.dtsi" / { - model = "Seagate FireCuda Gaming SSD (FaZe)"; compatible = "faze", "seagate,faze"; + model = "Seagate FireCuda Gaming SSD (FaZe)"; chosen { zephyr,sram = &sram0; @@ -67,8 +67,8 @@ asm2364: asm2364@30 { compatible = "asmedia,asm2364"; - int-gpios = <&gpio0 2 0>; reg = <0x30>; + int-gpios = <&gpio0 2 0>; }; }; diff --git a/boards/seagate/legend/legend.dts b/boards/seagate/legend/legend.dts index 3f942bacfbef6..6d013a5e7370b 100644 --- a/boards/seagate/legend/legend.dts +++ b/boards/seagate/legend/legend.dts @@ -92,7 +92,6 @@ status = "okay"; spi_nor: spi_nor@0 { - status = "okay"; compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <8000000>; @@ -109,6 +108,7 @@ * Lifetime : 100K erase/program cycles on each sector/block */ jedec-id = [85 40 12]; + status = "okay"; /* * Alternate flash source @@ -137,13 +137,13 @@ #size-cells = <1>; product_info: partition@0 { - label = "product-info"; reg = <0x00000000 DT_SIZE_K(4)>; + label = "product-info"; }; led_das: partition@1000 { - label = "led-das"; reg = <0x00001000 DT_SIZE_K(60)>; + label = "led-das"; }; }; }; diff --git a/boards/seagate/legend/legend_stm32f070xb_25hdd.overlay b/boards/seagate/legend/legend_stm32f070xb_25hdd.overlay index 48a6616e8530d..b4afe9a5b7385 100644 --- a/boards/seagate/legend/legend_stm32f070xb_25hdd.overlay +++ b/boards/seagate/legend/legend_stm32f070xb_25hdd.overlay @@ -5,8 +5,8 @@ */ / { - model = "Seagate Legend 2.5 HDD board"; compatible = "legend25_hdd", "seagate,legend25_hdd"; + model = "Seagate Legend 2.5 HDD board"; aliases { pwm-led0 = &pwm_led0; diff --git a/boards/seagate/legend/legend_stm32f070xb_25ssd.overlay b/boards/seagate/legend/legend_stm32f070xb_25ssd.overlay index e8c26ef09bd16..88199b1dab4a8 100644 --- a/boards/seagate/legend/legend_stm32f070xb_25ssd.overlay +++ b/boards/seagate/legend/legend_stm32f070xb_25ssd.overlay @@ -5,8 +5,8 @@ */ / { - model = "Seagate Legend 2.5 SSD board"; compatible = "legend25_ssd", "seagate,legend25_ssd"; + model = "Seagate Legend 2.5 SSD board"; }; &clk_hse { diff --git a/boards/seagate/legend/legend_stm32f070xb_35.overlay b/boards/seagate/legend/legend_stm32f070xb_35.overlay index c86603d1b9b78..be3a2bf71b2db 100644 --- a/boards/seagate/legend/legend_stm32f070xb_35.overlay +++ b/boards/seagate/legend/legend_stm32f070xb_35.overlay @@ -5,8 +5,8 @@ */ / { - model = "Seagate Legend 3.5 board"; compatible = "legend35", "seagate,legend35"; + model = "Seagate Legend 3.5 board"; aliases { pwm-led0 = &pwm_led0; From f09b4b33ac806f2c0bd09f61d08ac28abd5bd61e Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:58:59 +0200 Subject: [PATCH 110/142] devicetree: format files in boards/seco Applying dts-linter results for format files in boards/seco Signed-off-by: Kyle Micallef Bonnici --- boards/seco/stm32f3_seco_d23/stm32f3_seco_d23.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/seco/stm32f3_seco_d23/stm32f3_seco_d23.dts b/boards/seco/stm32f3_seco_d23/stm32f3_seco_d23.dts index d5da35d1fe622..0a7ed8bf15489 100644 --- a/boards/seco/stm32f3_seco_d23/stm32f3_seco_d23.dts +++ b/boards/seco/stm32f3_seco_d23/stm32f3_seco_d23.dts @@ -9,8 +9,8 @@ #include / { - model = "SECO SBC-3.5-PX30 board (STM32F302VCT6)"; compatible = "seco,stm32f3-d23"; + model = "SECO SBC-3.5-PX30 board (STM32F302VCT6)"; chosen { zephyr,console = &usart1; @@ -190,8 +190,8 @@ zephyr_udc0: &usb { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00010000>; + label = "mcuboot"; read-only; }; @@ -201,23 +201,23 @@ zephyr_udc0: &usb { * by the application. */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 0x00008000>; + label = "image-0"; }; slot1_partition: partition@28000 { - label = "image-1"; reg = <0x00028000 0x00008000>; + label = "image-1"; }; storage_partition: partition@30000 { - label = "storage"; reg = <0x00030000 0x00002000>; + label = "storage"; }; scratch_partition: partition@32000 { - label = "image-scratch"; reg = <0x00032000 0x00008000>; + label = "image-scratch"; }; }; }; From fb8ebbed6b099753220bacb4c55251689d8e2a7c Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:00 +0200 Subject: [PATCH 111/142] devicetree: format files in boards/seeed Applying dts-linter results for format files in boards/seeed Signed-off-by: Kyle Micallef Bonnici --- .../lora_e5_dev_board/lora_e5_dev_board.dts | 16 +++++------ boards/seeed/lora_e5_mini/lora_e5_mini.dts | 16 +++++------ .../seeed/seeeduino_xiao/seeeduino_xiao.dts | 20 ++++++------- boards/seeed/wio_terminal/wio_terminal.dts | 28 +++++++++---------- .../wio_wm1110_dev_kit/wio_wm1110_dev_kit.dts | 6 ++-- boards/seeed/xiao_ble/xiao_ble.dts | 2 +- boards/seeed/xiao_ble/xiao_ble_common.dtsi | 12 ++++---- .../xiao_ble/xiao_ble_nrf52840_sense.dts | 6 ++-- boards/seeed/xiao_esp32c3/xiao_esp32c3.dts | 10 +++---- .../xiao_esp32c6/xiao_esp32c6_hpcore.dts | 8 +++--- .../xiao_esp32c6/xiao_esp32c6_lpcore.dts | 2 +- .../xiao_esp32s3/xiao_esp32s3_appcpu.dts | 2 +- .../xiao_esp32s3/xiao_esp32s3_procpu.dts | 2 +- .../xiao_esp32s3_procpu_common.dtsi | 6 ++-- .../xiao_esp32s3_procpu_sense.dts | 12 ++++---- boards/seeed/xiao_mg24/xiao_mg24.dts | 2 +- .../xiao_nrf54l15_nrf54l15_cpuapp.dts | 4 +-- .../xiao_nrf54l15_nrf54l15_cpuflpr.dts | 6 ++-- boards/seeed/xiao_ra4m1/xiao_ra4m1.dts | 4 +-- boards/seeed/xiao_rp2040/xiao_rp2040.dts | 16 +++++------ 20 files changed, 89 insertions(+), 91 deletions(-) diff --git a/boards/seeed/lora_e5_dev_board/lora_e5_dev_board.dts b/boards/seeed/lora_e5_dev_board/lora_e5_dev_board.dts index 772fc121c065d..9f976872319a4 100644 --- a/boards/seeed/lora_e5_dev_board/lora_e5_dev_board.dts +++ b/boards/seeed/lora_e5_dev_board/lora_e5_dev_board.dts @@ -9,8 +9,8 @@ #include / { - model = "Seeed Studio LoRa-E5 Dev Board"; compatible = "seeed,lora-e5-dev-board"; + model = "Seeed Studio LoRa-E5 Dev Board"; chosen { zephyr,console = &usart1; @@ -82,9 +82,9 @@ }; stm32_lp_tick_source: &lptim1 { - status = "okay"; clocks = <&rcc STM32_CLOCK(APB1, 31)>, <&rcc STM32_SRC_LSI LPTIM1_SEL(1)>; + status = "okay"; }; &clk_lsi { @@ -92,8 +92,8 @@ stm32_lp_tick_source: &lptim1 { }; &clk_msi { - status = "okay"; msi-range = <11>; + status = "okay"; }; &rcc { @@ -130,8 +130,8 @@ stm32_lp_tick_source: &lptim1 { &i2c2 { pinctrl-0 = <&i2c2_scl_pb15 &i2c2_sda_pa15>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; /* LM75ADP temperature sensor on addr 0x48 */ }; @@ -180,25 +180,25 @@ zephyr_i2c: &i2c2 {}; #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(104)>; + label = "image-0"; }; slot1_partition: partition@22000 { - label = "image-1"; reg = <0x00022000 DT_SIZE_K(104)>; + label = "image-1"; }; /* 16KB (8x2kB pages) of storage at the end of the flash */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/seeed/lora_e5_mini/lora_e5_mini.dts b/boards/seeed/lora_e5_mini/lora_e5_mini.dts index d960e0d578d58..a77786d1e3539 100644 --- a/boards/seeed/lora_e5_mini/lora_e5_mini.dts +++ b/boards/seeed/lora_e5_mini/lora_e5_mini.dts @@ -9,8 +9,8 @@ #include / { - model = "Seeed Studio LoRa-E5 mini"; compatible = "seeed,lora-e5-mini"; + model = "Seeed Studio LoRa-E5 mini"; chosen { zephyr,console = &usart1; @@ -48,9 +48,9 @@ }; stm32_lp_tick_source: &lptim1 { - status = "okay"; clocks = <&rcc STM32_CLOCK(APB1, 31)>, <&rcc STM32_SRC_LSI LPTIM1_SEL(1)>; + status = "okay"; }; &clk_lsi { @@ -58,8 +58,8 @@ stm32_lp_tick_source: &lptim1 { }; &clk_msi { - status = "okay"; msi-range = <11>; + status = "okay"; }; &rcc { @@ -81,8 +81,8 @@ stm32_lp_tick_source: &lptim1 { &i2c2 { pinctrl-0 = <&i2c2_scl_pb15 &i2c2_sda_pa15>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &rtc { @@ -106,24 +106,24 @@ stm32_lp_tick_source: &lptim1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 DT_SIZE_K(96)>; + label = "image-0"; }; slot1_partition: partition@24000 { - label = "image-1"; reg = <0x00024000 DT_SIZE_K(96)>; + label = "image-1"; }; /* 16KB (8x2kB pages) of storage at the end of the flash */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/seeed/seeeduino_xiao/seeeduino_xiao.dts b/boards/seeed/seeeduino_xiao/seeeduino_xiao.dts index a9b75f54576c7..49bc70eda5cac 100644 --- a/boards/seeed/seeeduino_xiao/seeeduino_xiao.dts +++ b/boards/seeed/seeeduino_xiao/seeeduino_xiao.dts @@ -11,8 +11,8 @@ #include "seeed_xiao_connector.dtsi" / { - model = "Seeeduino XIAO"; compatible = "seeed,seeeduino-xiao"; + model = "Seeeduino XIAO"; chosen { zephyr,console = &sercom4; @@ -54,7 +54,6 @@ }; &sercom4 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; @@ -62,10 +61,10 @@ pinctrl-0 = <&sercom4_uart_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom0 { - status = "okay"; compatible = "atmel,sam0-spi"; dipo = <1>; dopo = <1>; @@ -74,10 +73,10 @@ pinctrl-0 = <&sercom0_spi_default>; pinctrl-names = "default"; + status = "okay"; }; &sercom2 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; @@ -85,20 +84,19 @@ pinctrl-0 = <&sercom2_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb0 { - status = "okay"; - pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; &dac0 { - status = "okay"; - pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -108,14 +106,14 @@ zephyr_udc0: &usb0 { #size-cells = <1>; boot_partition: partition@0 { - label = "uf2"; reg = <0x00000000 DT_SIZE_K(8)>; + label = "uf2"; read-only; }; code_partition: partition@2000 { - label = "code"; reg = <0x2000 DT_SIZE_K(256-8-16)>; + label = "code"; read-only; }; @@ -124,8 +122,8 @@ zephyr_udc0: &usb0 { * Storage partition may be used by FCB or LittleFS. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/seeed/wio_terminal/wio_terminal.dts b/boards/seeed/wio_terminal/wio_terminal.dts index d50411aee2ad3..1d10085f13776 100644 --- a/boards/seeed/wio_terminal/wio_terminal.dts +++ b/boards/seeed/wio_terminal/wio_terminal.dts @@ -12,8 +12,8 @@ #include / { - model = "Wio Terminal"; compatible = "seeed,wio-terminal"; + model = "Wio Terminal"; chosen { zephyr,sram = &sram0; @@ -146,8 +146,8 @@ ili9341: ili9341@0 { compatible = "ilitek,ili9341"; - mipi-max-frequency = <24000000>; reg = <0>; + mipi-max-frequency = <24000000>; pixel-format = ; rotation = <270>; width = <320>; @@ -171,14 +171,14 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "uf2"; reg = <0x00000000 DT_SIZE_K(16)>; + label = "uf2"; read-only; }; code_partition: partition@4000 { - label = "code"; reg = <0x4000 DT_SIZE_K(512-16)>; + label = "code"; read-only; }; }; @@ -186,7 +186,6 @@ /* RTL8720D (Wifi/BLE) */ &sercom0 { - status = "okay"; compatible = "atmel,sam0-spi"; #address-cells = <1>; #size-cells = <0>; @@ -195,57 +194,58 @@ pinctrl-0 = <&sercom0_spi_default>; pinctrl-names = "default"; cs-gpios = <&portc 25 GPIO_ACTIVE_LOW>; + status = "okay"; }; /* RTL8720D (Wifi/BLE) */ &sercom1 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; txpo = <0>; pinctrl-0 = <&sercom1_uart_default>; pinctrl-names = "default"; + status = "okay"; }; /* UART, Raspberry Pi connector */ &sercom2 { - status = "okay"; compatible = "atmel,sam0-uart"; current-speed = <115200>; rxpo = <1>; txpo = <0>; pinctrl-0 = <&sercom2_uart_default>; pinctrl-names = "default"; + status = "okay"; }; /* I2C1, Raspberry Pi and Groove connectors */ &sercom3 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&sercom3_i2c_default>; pinctrl-names = "default"; + status = "okay"; }; /* I2C0, LIS3DH, ATECC608, Raspberry Pi connector */ &sercom4 { - status = "okay"; compatible = "atmel,sam0-i2c"; clock-frequency = ; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&sercom4_i2c_default>; pinctrl-names = "default"; + status = "okay"; /* LIS3DH */ lis3dh: lis3dh@18 { compatible = "st,lis3dh", "st,lis2dh"; - status = "okay"; reg = <0x18>; irq-gpios = <&portc 21 GPIO_ACTIVE_HIGH>; + status = "okay"; }; /* ATECC608A */ @@ -257,7 +257,6 @@ /* SPI, Raspberry Pi connector */ &sercom5 { - status = "okay"; compatible = "atmel,sam0-spi"; #address-cells = <1>; #size-cells = <0>; @@ -266,11 +265,11 @@ pinctrl-0 = <&sercom5_spi_default>; pinctrl-names = "default"; cs-gpios = <&portb 1 GPIO_ACTIVE_LOW>; + status = "okay"; }; /* microSD Card */ &sercom6 { - status = "okay"; compatible = "atmel,sam0-spi"; #address-cells = <1>; #size-cells = <0>; @@ -279,6 +278,7 @@ pinctrl-0 = <&sercom6_spi_default>; pinctrl-names = "default"; cs-gpios = <&portc 19 GPIO_ACTIVE_LOW>; + status = "okay"; /* microSD Card */ sdhc0: sdhc@0 { @@ -295,7 +295,6 @@ /* LCD */ &sercom7 { - status = "okay"; compatible = "atmel,sam0-spi"; #address-cells = <1>; #size-cells = <0>; @@ -304,13 +303,14 @@ pinctrl-0 = <&sercom7_spi_default>; pinctrl-names = "default"; cs-gpios = <&portb 21 GPIO_ACTIVE_LOW>; + status = "okay"; }; /* USB */ zephyr_udc0: &usb0 { - status = "okay"; pinctrl-0 = <&usb_dc_default>; pinctrl-names = "default"; + status = "okay"; }; #include <../boards/common/usb/cdc_acm_serial.dtsi> diff --git a/boards/seeed/wio_wm1110_dev_kit/wio_wm1110_dev_kit.dts b/boards/seeed/wio_wm1110_dev_kit/wio_wm1110_dev_kit.dts index b6fa86ba446f8..5daf6d8cc74e7 100644 --- a/boards/seeed/wio_wm1110_dev_kit/wio_wm1110_dev_kit.dts +++ b/boards/seeed/wio_wm1110_dev_kit/wio_wm1110_dev_kit.dts @@ -10,8 +10,8 @@ #include "wio_wm1110_dev_kit-pinctrl.dtsi" / { - model = "Wio-WM1110 Dev Kit"; compatible = "seeed,wio-wm1110-dev-kit"; + model = "Wio-WM1110 Dev Kit"; aliases { led0 = &led0; @@ -79,20 +79,20 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; lis3dh: lis3dh@19 { compatible = "st,lis3dh", "st,lis2dh"; diff --git a/boards/seeed/xiao_ble/xiao_ble.dts b/boards/seeed/xiao_ble/xiao_ble.dts index acc38c018d0ce..83754ff3ebb42 100644 --- a/boards/seeed/xiao_ble/xiao_ble.dts +++ b/boards/seeed/xiao_ble/xiao_ble.dts @@ -8,6 +8,6 @@ #include "xiao_ble_common.dtsi" / { - model = "Seeed XIAO BLE"; compatible = "seeed,xiao-ble"; + model = "Seeed XIAO BLE"; }; diff --git a/boards/seeed/xiao_ble/xiao_ble_common.dtsi b/boards/seeed/xiao_ble/xiao_ble_common.dtsi index 97ad68c518aeb..1c69188e7448f 100644 --- a/boards/seeed/xiao_ble/xiao_ble_common.dtsi +++ b/boards/seeed/xiao_ble/xiao_ble_common.dtsi @@ -83,42 +83,42 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { compatible = "nordic,nrf-twi"; - /* Cannot be used together with spi1. */ - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + /* Cannot be used together with spi1. */ + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; p25q16h: p25q16h@0 { compatible = "nordic,qspi-nor"; diff --git a/boards/seeed/xiao_ble/xiao_ble_nrf52840_sense.dts b/boards/seeed/xiao_ble/xiao_ble_nrf52840_sense.dts index b2f1769745f56..4ae19e1a5ce9c 100644 --- a/boards/seeed/xiao_ble/xiao_ble_nrf52840_sense.dts +++ b/boards/seeed/xiao_ble/xiao_ble_nrf52840_sense.dts @@ -10,8 +10,8 @@ #include / { - model = "Seeed XIAO BLE Sense"; compatible = "seeed,xiao-ble", "seeed,xiao-ble-sense"; + model = "Seeed XIAO BLE Sense"; msm261d3526hicpm-c-en { compatible = "regulator-fixed"; @@ -30,12 +30,12 @@ &i2c0 { compatible = "nordic,nrf-twim"; - /* Cannot be used together with spi0. */ - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; clock-frequency = ; + /* Cannot be used together with spi0. */ + status = "okay"; lsm6ds3tr_c: lsm6ds3tr-c@6a { compatible = "st,lsm6dsl"; diff --git a/boards/seeed/xiao_esp32c3/xiao_esp32c3.dts b/boards/seeed/xiao_esp32c3/xiao_esp32c3.dts index 606ec381f82c5..b72d23578e2fd 100644 --- a/boards/seeed/xiao_esp32c3/xiao_esp32c3.dts +++ b/boards/seeed/xiao_esp32c3/xiao_esp32c3.dts @@ -12,8 +12,8 @@ #include / { - model = "Seeed XIAO ESP32C3"; compatible = "seeed,xiao-esp32c3"; + model = "Seeed XIAO ESP32C3"; chosen { zephyr,sram = &sram1; @@ -32,10 +32,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &usb_serial { @@ -43,10 +43,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -56,9 +56,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -78,9 +78,9 @@ }; &twai { - status = "okay"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + status = "okay"; }; &wifi { diff --git a/boards/seeed/xiao_esp32c6/xiao_esp32c6_hpcore.dts b/boards/seeed/xiao_esp32c6/xiao_esp32c6_hpcore.dts index 65fcdfb007248..58f396897065d 100644 --- a/boards/seeed/xiao_esp32c6/xiao_esp32c6_hpcore.dts +++ b/boards/seeed/xiao_esp32c6/xiao_esp32c6_hpcore.dts @@ -13,8 +13,8 @@ #include "seeed_xiao_connector.dtsi" / { - model = "Seeed XIAO ESP32C6 HP Core"; compatible = "seeed,xiao-esp32c6"; + model = "Seeed XIAO ESP32C6 HP Core"; chosen { zephyr,sram = &sramhp; @@ -63,25 +63,25 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &wifi { diff --git a/boards/seeed/xiao_esp32c6/xiao_esp32c6_lpcore.dts b/boards/seeed/xiao_esp32c6/xiao_esp32c6_lpcore.dts index 4a2571598f6ef..257984399d344 100644 --- a/boards/seeed/xiao_esp32c6/xiao_esp32c6_lpcore.dts +++ b/boards/seeed/xiao_esp32c6/xiao_esp32c6_lpcore.dts @@ -9,8 +9,8 @@ #include / { - model = "Seeed XIAO ESP32C6 LP Core"; compatible = "seeed,xiao-esp32c6"; + model = "Seeed XIAO ESP32C6 LP Core"; chosen { zephyr,sram = &sramlp; diff --git a/boards/seeed/xiao_esp32s3/xiao_esp32s3_appcpu.dts b/boards/seeed/xiao_esp32s3/xiao_esp32s3_appcpu.dts index 42962e9f0df9a..ad71699f76aba 100644 --- a/boards/seeed/xiao_esp32s3/xiao_esp32s3_appcpu.dts +++ b/boards/seeed/xiao_esp32s3/xiao_esp32s3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "Seeed Xiao ESP32S3 APPCPU"; compatible = "espressif,esp32s3"; + model = "Seeed Xiao ESP32S3 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu.dts b/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu.dts index ca5d919e4fdd7..0ae30181b358c 100644 --- a/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu.dts +++ b/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu.dts @@ -12,6 +12,6 @@ #include / { - model = "Seeed Xiao ESP32S3 PROCPU"; compatible = "seeed,xiao-esp32s3"; + model = "Seeed Xiao ESP32S3 PROCPU"; }; diff --git a/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_common.dtsi b/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_common.dtsi index 021ba73bb6ea6..b78949e0deb82 100644 --- a/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_common.dtsi +++ b/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_common.dtsi @@ -41,17 +41,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -61,9 +61,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { diff --git a/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_sense.dts b/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_sense.dts index 3e18fa58ac206..e56a84b988ce5 100644 --- a/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_sense.dts +++ b/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_sense.dts @@ -9,8 +9,8 @@ #include / { - model = "Seeed Xiao ESP32S3 PROCPU Sense"; compatible = "seeed,xiao-esp32s3"; + model = "Seeed Xiao ESP32S3 PROCPU Sense"; chosen { zephyr,camera = &lcd_cam; @@ -18,16 +18,16 @@ }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; ov2640: ov2640@30 { compatible = "ovti,ov2640"; reg = <0x30>; - status = "okay"; clock-rate-control = <0x80>; + status = "okay"; port { ov2640_ep_out: endpoint { @@ -42,13 +42,13 @@ }; &lcd_cam { - status = "okay"; cam-clk = <10000000>; pinctrl-0 = <&lcd_cam_default>; pinctrl-names = "default"; source = <&ov2640>; dmas = <&dma 2>; dma-names = "rx"; + status = "okay"; port { dvp_ep_in: endpoint { @@ -58,12 +58,13 @@ }; &spi2 { - status = "okay"; cs-gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; + status = "okay"; sdcard: sdcard@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; + spi-max-frequency = <20000000>; status = "okay"; mmc { @@ -71,6 +72,5 @@ disk-name = "SD"; status = "okay"; }; - spi-max-frequency = <20000000>; }; }; diff --git a/boards/seeed/xiao_mg24/xiao_mg24.dts b/boards/seeed/xiao_mg24/xiao_mg24.dts index dd03fcbd1e46c..799deea14a2ae 100644 --- a/boards/seeed/xiao_mg24/xiao_mg24.dts +++ b/boards/seeed/xiao_mg24/xiao_mg24.dts @@ -12,8 +12,8 @@ #include "seeed_xiao_connector.dtsi" / { - model = "Seeed XIAO MG24"; compatible = "seeed,xiao_mg24", "silabs,efr32mg24"; + model = "Seeed XIAO MG24"; chosen { zephyr,bt-hci = &bt_hci_silabs; diff --git a/boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuapp.dts b/boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuapp.dts index 85124713b1777..1311c0a2eb157 100644 --- a/boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuapp.dts +++ b/boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuapp.dts @@ -8,8 +8,8 @@ #include "xiao_nrf54l15_common.dtsi" / { - model = "Seeed XIAO nRF54L15"; compatible = "seeed,xiao-nrf54l15-cpuapp"; + model = "Seeed XIAO nRF54L15"; pdm_imu_pwr: pdm-imu-pwr { compatible = "regulator-fixed"; @@ -134,8 +134,8 @@ dmic_dev: &pdm20 { }; &vregmain { - status = "okay"; regulator-initial-mode = ; + status = "okay"; }; &lfxo { diff --git a/boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuflpr.dts b/boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuflpr.dts index 42d316aaa4850..550a5562abed6 100644 --- a/boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuflpr.dts +++ b/boards/seeed/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuflpr.dts @@ -9,8 +9,8 @@ #include "xiao_nrf54l15_common.dtsi" / { - model = "Seeed XIAO nRF54L15"; compatible = "seeed,xiao-nrf54l15-cpuflpr"; + model = "Seeed XIAO nRF54L15"; chosen { zephyr,code-partition = &cpuflpr_code_partition; @@ -20,10 +20,10 @@ }; &cpuflpr_sram { - status = "okay"; /* size must be increased due to booting from SRAM */ reg = <0x20028000 DT_SIZE_K(96)>; ranges = <0x0 0x20028000 0x18000>; + status = "okay"; }; &cpuflpr_rram { @@ -33,8 +33,8 @@ #size-cells = <1>; cpuflpr_code_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(96)>; + label = "image-0"; }; }; }; diff --git a/boards/seeed/xiao_ra4m1/xiao_ra4m1.dts b/boards/seeed/xiao_ra4m1/xiao_ra4m1.dts index 1fb8d39353381..be15f1d9d8080 100644 --- a/boards/seeed/xiao_ra4m1/xiao_ra4m1.dts +++ b/boards/seeed/xiao_ra4m1/xiao_ra4m1.dts @@ -13,8 +13,8 @@ #include "xiao_ra4m1-pinctrl.dtsi" / { - model = "Seeed XIAO-RA4M1"; compatible = "renesas,ra4m1", "renesas,ra"; + model = "Seeed XIAO-RA4M1"; chosen { zephyr,sram = &sram0; @@ -57,8 +57,8 @@ }; &hoco { - status = "okay"; clock-frequency = <48000000>; + status = "okay"; }; &pclkblock { diff --git a/boards/seeed/xiao_rp2040/xiao_rp2040.dts b/boards/seeed/xiao_rp2040/xiao_rp2040.dts index 263da6f5f1479..d9085ddb5928f 100644 --- a/boards/seeed/xiao_rp2040/xiao_rp2040.dts +++ b/boards/seeed/xiao_rp2040/xiao_rp2040.dts @@ -82,8 +82,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -92,8 +92,8 @@ * size is 2MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code"; reg = <0x100 (DT_SIZE_M(2) - 0x100)>; + label = "code"; read-only; }; }; @@ -105,23 +105,23 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &gpio0 { @@ -144,9 +144,9 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &pio0 { @@ -154,13 +154,12 @@ pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; From a9524933fee60d63e752f361472b27133b3327d7 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:00 +0200 Subject: [PATCH 112/142] devicetree: format files in boards/segger Applying dts-linter results for format files in boards/segger Signed-off-by: Kyle Micallef Bonnici --- boards/segger/ip_k66f/ip_k66f.dts | 22 +++++++++---------- .../trb_stm32f407/segger_trb_stm32f407.dts | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/boards/segger/ip_k66f/ip_k66f.dts b/boards/segger/ip_k66f/ip_k66f.dts index d9b0f038f3836..f83fceafbfad0 100644 --- a/boards/segger/ip_k66f/ip_k66f.dts +++ b/boards/segger/ip_k66f/ip_k66f.dts @@ -11,8 +11,8 @@ #include "ip_k66f-pinctrl.dtsi" / { - model = "SEGGER MK66F IP Switch board"; compatible = "nxp,mk66f18", "nxp,k66f", "nxp,k6x"; + model = "SEGGER MK66F IP Switch board"; aliases { led0 = &red0_led; @@ -73,8 +73,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00010000>; + label = "mcuboot"; read-only; }; @@ -84,56 +84,56 @@ * by the application. */ storage_partition: partition@1e000 { - label = "storage"; reg = <0x0001e000 0x00002000>; + label = "storage"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 0x00060000>; + label = "image-0"; }; slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 0x00060000>; + label = "image-1"; }; scratch_partition: partition@e0000 { - label = "image-scratch"; reg = <0x000e0000 0x00020000>; + label = "image-scratch"; }; }; }; &enet_mac { - status = "okay"; pinctrl-0 = <&enet_default>; pinctrl-names = "default"; - zephyr,random-mac-address; phy-connection-type = "rmii"; phy-handle = <&phy>; + zephyr,random-mac-address; + status = "okay"; }; &enet_mdio { - status = "okay"; pinctrl-0 = <&enet_default>; pinctrl-names = "default"; + status = "okay"; phy: phy@0 { compatible = "ethernet-phy"; reg = <0>; - status = "okay"; fixed-link = "100BASE-T Full-Duplex"; + status = "okay"; }; }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; clock-frequency = <44000000>; cs-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>; + status = "okay"; ksz8794: dsa@0 { compatible = "microchip,ksz8794"; diff --git a/boards/segger/trb_stm32f407/segger_trb_stm32f407.dts b/boards/segger/trb_stm32f407/segger_trb_stm32f407.dts index 505a154f44f12..60a058baf3382 100644 --- a/boards/segger/trb_stm32f407/segger_trb_stm32f407.dts +++ b/boards/segger/trb_stm32f407/segger_trb_stm32f407.dts @@ -8,8 +8,8 @@ #include / { - model = "SEGGER STM32F407 Trace Reference Board"; compatible = "segger,trb-stm32f407"; + model = "SEGGER STM32F407 Trace Reference Board"; chosen { zephyr,sram = &sram0; From b54faf9e10b558ec99534b413b6e1c14b3faf266 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:00 +0200 Subject: [PATCH 113/142] devicetree: format files in boards/sensry Applying dts-linter results for format files in boards/sensry Signed-off-by: Kyle Micallef Bonnici --- boards/sensry/ganymed_bob/ganymed_bob_sy120_gbm.dts | 8 +++----- boards/sensry/ganymed_bob/ganymed_bob_sy120_gen1.dts | 8 +++----- boards/sensry/ganymed_sk/ganymed_sk_sy120_gbm.dts | 8 +++----- boards/sensry/ganymed_sk/ganymed_sk_sy120_gen1.dts | 8 +++----- 4 files changed, 12 insertions(+), 20 deletions(-) diff --git a/boards/sensry/ganymed_bob/ganymed_bob_sy120_gbm.dts b/boards/sensry/ganymed_bob/ganymed_bob_sy120_gbm.dts index 7583efe99ca3e..d4ab16e0fe750 100644 --- a/boards/sensry/ganymed_bob/ganymed_bob_sy120_gbm.dts +++ b/boards/sensry/ganymed_bob/ganymed_bob_sy120_gbm.dts @@ -18,24 +18,22 @@ }; &mdio0 { - status = "okay"; - pinctrl-0 = <&mdio_clk &mdio_io>; pinctrl-names = "default"; + status = "okay"; pyh0: phy@0 { compatible = "microchip,vsc8541"; reg = <0x0>; - status = "okay"; reset-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; microchip,interface-type = "rgmii"; + status = "okay"; }; }; ð0 { - status = "okay"; - phy-handle = <&pyh0>; + status = "okay"; }; diff --git a/boards/sensry/ganymed_bob/ganymed_bob_sy120_gen1.dts b/boards/sensry/ganymed_bob/ganymed_bob_sy120_gen1.dts index 7583efe99ca3e..d4ab16e0fe750 100644 --- a/boards/sensry/ganymed_bob/ganymed_bob_sy120_gen1.dts +++ b/boards/sensry/ganymed_bob/ganymed_bob_sy120_gen1.dts @@ -18,24 +18,22 @@ }; &mdio0 { - status = "okay"; - pinctrl-0 = <&mdio_clk &mdio_io>; pinctrl-names = "default"; + status = "okay"; pyh0: phy@0 { compatible = "microchip,vsc8541"; reg = <0x0>; - status = "okay"; reset-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; microchip,interface-type = "rgmii"; + status = "okay"; }; }; ð0 { - status = "okay"; - phy-handle = <&pyh0>; + status = "okay"; }; diff --git a/boards/sensry/ganymed_sk/ganymed_sk_sy120_gbm.dts b/boards/sensry/ganymed_sk/ganymed_sk_sy120_gbm.dts index 3ef730a681fcf..51a316a9d2ff8 100644 --- a/boards/sensry/ganymed_sk/ganymed_sk_sy120_gbm.dts +++ b/boards/sensry/ganymed_sk/ganymed_sk_sy120_gbm.dts @@ -31,24 +31,22 @@ }; &mdio0 { - status = "okay"; - pinctrl-0 = <&mdio_clk &mdio_io>; pinctrl-names = "default"; + status = "okay"; pyh0: phy@0b { compatible = "microchip,vsc8541"; reg = <0x0b>; - status = "okay"; reset-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; microchip,interface-type = "rgmii"; + status = "okay"; }; }; ð0 { - status = "okay"; - phy-handle = <&pyh0>; + status = "okay"; }; diff --git a/boards/sensry/ganymed_sk/ganymed_sk_sy120_gen1.dts b/boards/sensry/ganymed_sk/ganymed_sk_sy120_gen1.dts index 3ef730a681fcf..51a316a9d2ff8 100644 --- a/boards/sensry/ganymed_sk/ganymed_sk_sy120_gen1.dts +++ b/boards/sensry/ganymed_sk/ganymed_sk_sy120_gen1.dts @@ -31,24 +31,22 @@ }; &mdio0 { - status = "okay"; - pinctrl-0 = <&mdio_clk &mdio_io>; pinctrl-names = "default"; + status = "okay"; pyh0: phy@0b { compatible = "microchip,vsc8541"; reg = <0x0b>; - status = "okay"; reset-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; microchip,interface-type = "rgmii"; + status = "okay"; }; }; ð0 { - status = "okay"; - phy-handle = <&pyh0>; + status = "okay"; }; From 5c1a4068dbf35906cc6a9bff3b08366ecf77d5ad Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:03 +0200 Subject: [PATCH 114/142] devicetree: format files in boards/shields Applying dts-linter results for format files in boards/shields Signed-off-by: Kyle Micallef Bonnici --- .../abrobot_sh1106_72x40.overlay | 2 +- .../adafruit_24lc32/adafruit_24lc32.overlay | 2 +- .../boards/rd_rw612_bga.overlay | 2 +- .../dts/adafruit_2_8_tft_touch_v2.dtsi | 6 ++-- .../adafruit_adalogger_featherwing.overlay | 2 +- .../adafruit_aht20/adafruit_aht20.overlay | 2 +- .../adafruit_apds9960.overlay | 2 +- .../adafruit_aw9523/adafruit_aw9523.overlay | 6 ++-- .../adafruit_data_logger.overlay | 2 +- .../adafruit_dps310/adafruit_dps310.overlay | 2 +- .../adafruit_drv2605l.overlay | 2 +- .../adafruit_ina219/adafruit_ina219.overlay | 2 +- .../adafruit_ina237/adafruit_ina237.overlay | 2 +- ...adafruit_neopixel_grid_bff_display.overlay | 2 +- .../boards/adafruit_qt_py_rp2040.overlay | 4 +-- .../adafruit_pca9685/adafruit_pca9685.overlay | 4 +-- .../adafruit_pcf8523/adafruit_pcf8523.overlay | 2 +- .../adafruit_veml7700.overlay | 2 +- .../adafruit_winc1500.overlay | 4 +-- .../arduino_giga_display_shield.overlay | 2 +- .../boards/arduino_giga_r1_m7.overlay | 7 ++-- .../atmel_rf2xx/atmel_rf2xx_arduino.overlay | 3 +- .../atmel_rf2xx/atmel_rf2xx_mikrobus.overlay | 2 +- .../buydisplay_2_8_tft_touch_arduino.overlay | 4 +-- .../buydisplay_3_5_tft_touch_arduino.overlay | 4 +-- .../shields/dac80508_evm/dac80508_evm.overlay | 2 +- .../esp_8266/boards/numaker_m55m1.overlay | 2 +- .../esp_8266/boards/numaker_pfm_m467.overlay | 2 +- .../esp_8266/boards/sam4e_xpro.overlay | 2 +- .../shields/esp_8266/esp_8266_arduino.overlay | 2 +- .../esp_8266/esp_8266_mikrobus.overlay | 2 +- .../eval_ad4052_ardz/eval_ad4052_ardz.overlay | 2 +- boards/shields/frdm_kw41z/frdm_kw41z.overlay | 2 +- .../shields/ftdi_vm800c/ftdi_vm800c.overlay | 3 +- ...mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay | 2 +- .../shields/g1120b0mipi/g1120b0mipi.overlay | 4 +-- .../inventek_eswifi_arduino_spi.overlay | 7 ++-- .../inventek_eswifi_arduino_uart.overlay | 2 +- .../lcd_par_s035/lcd_par_s035_8080.overlay | 2 +- .../lcd_par_s035/lcd_par_s035_spi.overlay | 2 +- .../link_board_eth/link_board_eth.overlay | 4 +-- .../shields/ls0xx_generic/ls013b7dh03.overlay | 4 +-- .../m5stack_cardputer.overlay | 8 ++--- .../m5stack_core2_ext.overlay | 2 +- .../max3421e/sparkfun_max3421e.overlay | 4 +-- .../mcp2515/adafruit_can_picowbell.overlay | 6 ++-- .../mcp2515/dfrobot_can_bus_v2_0.overlay | 6 ++-- .../mcp2515/keyestudio_can_bus_ks0411.overlay | 6 ++-- .../lpcxpresso55s69_lpc55s69_cpu0.overlay | 3 +- .../mikroe_h_bridge_4_click.overlay | 2 +- .../mikroe_lte_iot10_click.overlay | 4 +-- .../mikroe_mcp2518fd_click.overlay | 4 +-- .../mikroe_stepper_18_click.overlay | 4 +-- .../mikroe_stepper_19_click.overlay | 4 +-- .../mikroe_weather_click_spi.overlay | 6 ++-- .../mikroe_wifi_bt_click_arduino.overlay | 2 +- .../mikroe_wifi_bt_click_mikrobus.overlay | 2 +- boards/shields/nrf7002eb/nrf7002eb.overlay | 18 +++++------ .../shields/nrf7002eb/nrf7002eb_coex.overlay | 2 +- boards/shields/nrf7002ek/nrf7002ek.overlay | 2 +- .../shields/nrf7002ek/nrf7002ek_coex.overlay | 2 +- .../nrf7002ek/nrf7002ek_nrf7000.overlay | 2 +- .../nrf7002ek/nrf7002ek_nrf7001.overlay | 2 +- .../nxp_adtja1101/nxp_adtja1101.overlay | 2 +- .../mimxrt1060_evk_mimxrt1062_qspi_C.overlay | 2 +- .../openthread_rcp_arduino_serial.overlay | 2 +- .../openthread_rcp_arduino_spi.overlay | 2 +- .../boards/frdm_mcxn236.overlay | 2 +- .../mimxrt1180_evk_mimxrt1189_cm33.overlay | 2 +- .../mimxrt1180_evk_mimxrt1189_cm7.overlay | 2 +- ...mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay | 2 +- .../boards/frdm_mcxn236.overlay | 3 +- .../mimxrt1180_evk_mimxrt1189_cm33.overlay | 3 +- .../mimxrt1180_evk_mimxrt1189_cm7.overlay | 3 +- boards/shields/pmod_acl/pmod_acl.overlay | 2 +- .../renesas_us159_da14531evz.overlay | 2 +- boards/shields/reyax_lora/reyax_lora.overlay | 2 +- .../rk043fn02h_ct/rk043fn02h_ct.overlay | 8 ++--- .../rk043fn66hs_ctg/rk043fn66hs_ctg.overlay | 8 ++--- .../rk055hdmipi4m/rk055hdmipi4m.overlay | 14 ++++---- .../rk055hdmipi4ma0/rk055hdmipi4ma0.overlay | 14 ++++---- .../boards/ek_ra8d1.overlay | 2 +- .../rtk7eka6m3b00001bu.overlay | 4 +-- .../rtklcdpar1s00001be.overlay | 2 +- .../boards/ek_ra8d1.overlay | 4 +-- .../rtkmipilcdb00000be.overlay | 6 ++-- .../seeed_xiao_expansion_board.overlay | 4 +-- .../seeed_xiao_round_display.overlay | 10 +++--- .../semtech_sx1262mb2das.overlay | 3 +- .../semtech_sx1272mb2das.overlay | 3 +- .../semtech_sx1276mb1mas.overlay | 3 +- .../sparkfun_carrier_asset_tracker.overlay | 4 +-- .../sparkfun_environmental_combo.overlay | 4 +-- .../sparkfun_rv8803/sparkfun_rv8803.overlay | 2 +- .../sparkfun_shtc3/sparkfun_shtc3.overlay | 2 +- .../st7735r/st7735r_ada_160x128.overlay | 4 +-- .../st7789v_tl019fqv01.overlay | 4 +-- .../st7789v_waveshare_240x240.overlay | 4 +-- .../st_b_cams_imx_mb1854.overlay | 2 +- .../boards/stm32h7b3i_dk.overlay | 2 +- .../st_b_cams_omv_mb1683.overlay | 2 +- .../stm32h747i_disco_stm32h747xx_m7.overlay | 2 +- .../stm32h747i_disco_stm32h747xx_m7.overlay | 6 ++-- .../stm32h757i_eval_stm32h757xx_m7.overlay | 6 ++-- .../st_b_lcd40_dsi1_mb1166.overlay | 4 +-- .../st_b_lcd40_dsi1_mb1166_a09.overlay | 4 +-- .../st_stm32f4dis_cam.overlay | 4 +-- .../shields/tcan4550evm/tcan4550evm.overlay | 4 +-- .../dts/waveshare_epaper_common.dtsi | 4 +-- .../waveshare_epaper_gdeh0154a07.overlay | 2 +- .../waveshare_epaper_gdeh0213b1.overlay | 2 +- .../waveshare_epaper_gdeh0213b72.overlay | 2 +- .../waveshare_epaper_gdeh029a1.overlay | 2 +- .../waveshare_epaper_gdew042t2-p.overlay | 2 +- .../waveshare_epaper_gdew042t2.overlay | 2 +- .../waveshare_epaper_gdew075t7.overlay | 2 +- .../waveshare_epaper_gdey0213b74.overlay | 2 +- .../waveshare_pico_ups_b.overlay | 2 +- .../boards/mini_stm32h743.overlay | 2 +- .../weact_ov2640_cam_module.overlay | 2 +- .../wnc_m14a2a/boards/frdm_k64f.overlay | 2 +- .../boards/nrf52840dk_nrf52840.overlay | 4 +-- .../x_nucleo_eeprma2/x_nucleo_eeprma2.overlay | 32 +++++++++---------- .../x_nucleo_gfx01m2/x_nucleo_gfx01m2.overlay | 2 +- 124 files changed, 221 insertions(+), 232 deletions(-) diff --git a/boards/shields/abrobot_esp32c3_oled/abrobot_sh1106_72x40.overlay b/boards/shields/abrobot_esp32c3_oled/abrobot_sh1106_72x40.overlay index 7160e706c87f8..33ecdc3aaf62f 100644 --- a/boards/shields/abrobot_esp32c3_oled/abrobot_sh1106_72x40.overlay +++ b/boards/shields/abrobot_esp32c3_oled/abrobot_sh1106_72x40.overlay @@ -11,10 +11,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; abrobot_72x40: ssd1306@3c { compatible = "sinowealth,sh1106"; diff --git a/boards/shields/adafruit_24lc32/adafruit_24lc32.overlay b/boards/shields/adafruit_24lc32/adafruit_24lc32.overlay index 8fcb9917a0bd0..e5f80e391758f 100644 --- a/boards/shields/adafruit_24lc32/adafruit_24lc32.overlay +++ b/boards/shields/adafruit_24lc32/adafruit_24lc32.overlay @@ -14,12 +14,12 @@ status = "okay"; eeprom_adafruit_24lc32: eeprom@50 { - status = "okay"; compatible = "atmel,at24lc32", "atmel,at24"; reg = <0x50>; size = ; pagesize = <8>; address-width = <16>; timeout = <5>; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay b/boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay index 9a6ed1d8541db..2d7e7977ab8c1 100644 --- a/boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay +++ b/boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay @@ -39,9 +39,9 @@ ili9340: ili9340@0 { compatible = "ilitek,ili9340"; + reg = <0>; mipi-max-frequency = <15151515>; duplex = ; - reg = <0>; width = <320>; height = <240>; pixel-format = ; diff --git a/boards/shields/adafruit_2_8_tft_touch_v2/dts/adafruit_2_8_tft_touch_v2.dtsi b/boards/shields/adafruit_2_8_tft_touch_v2/dts/adafruit_2_8_tft_touch_v2.dtsi index ebf165acf5c00..a8f5d7a6f31ba 100644 --- a/boards/shields/adafruit_2_8_tft_touch_v2/dts/adafruit_2_8_tft_touch_v2.dtsi +++ b/boards/shields/adafruit_2_8_tft_touch_v2/dts/adafruit_2_8_tft_touch_v2.dtsi @@ -31,8 +31,8 @@ adafruit_2_8_tft_touch_v2_ili9340: ili9340@0 { compatible = "ilitek,ili9340"; - mipi-max-frequency = <15151515>; reg = <0>; + mipi-max-frequency = <15151515>; width = <320>; height = <240>; pixel-format = ; @@ -48,15 +48,15 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>, <&arduino_header ARDUINO_HEADER_R3_D4 GPIO_ACTIVE_LOW>; + status = "okay"; adafruit_2_8_tft_touch_v2_sdhc: sdhc@1 { compatible = "zephyr,sdhc-spi-slot"; reg = <1>; - status = "okay"; spi-max-frequency = <24000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/shields/adafruit_adalogger_featherwing/adafruit_adalogger_featherwing.overlay b/boards/shields/adafruit_adalogger_featherwing/adafruit_adalogger_featherwing.overlay index 3576ff838b01b..9d4047a19dd39 100644 --- a/boards/shields/adafruit_adalogger_featherwing/adafruit_adalogger_featherwing.overlay +++ b/boards/shields/adafruit_adalogger_featherwing/adafruit_adalogger_featherwing.overlay @@ -12,8 +12,8 @@ }; &feather_spi { - status = "okay"; cs-gpios = <&feather_header 17 GPIO_ACTIVE_LOW>; /* D10 */ + status = "okay"; sdhc0_adafruit_adalogger_featherwing: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; diff --git a/boards/shields/adafruit_aht20/adafruit_aht20.overlay b/boards/shields/adafruit_aht20/adafruit_aht20.overlay index f585b24556ca0..84a6c148947e9 100644 --- a/boards/shields/adafruit_aht20/adafruit_aht20.overlay +++ b/boards/shields/adafruit_aht20/adafruit_aht20.overlay @@ -14,8 +14,8 @@ status = "okay"; adafruit_aht20: aht20@38 { - status = "okay"; compatible = "aosong,aht20"; reg = <0x38>; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_apds9960/adafruit_apds9960.overlay b/boards/shields/adafruit_apds9960/adafruit_apds9960.overlay index 66925f897f6f5..4e5860d7ffa8f 100644 --- a/boards/shields/adafruit_apds9960/adafruit_apds9960.overlay +++ b/boards/shields/adafruit_apds9960/adafruit_apds9960.overlay @@ -9,7 +9,7 @@ adafruit_apds9960: apds9960@39 { compatible = "avago,apds9960"; - status = "okay"; reg = <0x39>; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_aw9523/adafruit_aw9523.overlay b/boards/shields/adafruit_aw9523/adafruit_aw9523.overlay index 1498c9c9a0b55..733cb73bc2542 100644 --- a/boards/shields/adafruit_aw9523/adafruit_aw9523.overlay +++ b/boards/shields/adafruit_aw9523/adafruit_aw9523.overlay @@ -8,15 +8,15 @@ status = "okay"; adafruit_aw9523: aw9523b@58 { - status = "okay"; - reg = <0x58>; compatible = "awinic,aw9523b"; + reg = <0x58>; + status = "okay"; adafruit_aw9523_gpio: aw9523b-gpio { - status = "okay"; compatible = "awinic,aw9523b-gpio"; gpio-controller; #gpio-cells = <2>; + status = "okay"; }; }; }; diff --git a/boards/shields/adafruit_data_logger/adafruit_data_logger.overlay b/boards/shields/adafruit_data_logger/adafruit_data_logger.overlay index 07f5cef2d9b8d..fc9574497fe83 100644 --- a/boards/shields/adafruit_data_logger/adafruit_data_logger.overlay +++ b/boards/shields/adafruit_data_logger/adafruit_data_logger.overlay @@ -35,8 +35,8 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0_adafruit_data_logger: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; diff --git a/boards/shields/adafruit_dps310/adafruit_dps310.overlay b/boards/shields/adafruit_dps310/adafruit_dps310.overlay index 9befb160a392b..cb795a69c865e 100644 --- a/boards/shields/adafruit_dps310/adafruit_dps310.overlay +++ b/boards/shields/adafruit_dps310/adafruit_dps310.overlay @@ -15,7 +15,7 @@ adafruit_dps310: dps310@77 { compatible = "infineon,dps310"; - status = "okay"; reg = <0x77>; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_drv2605l/adafruit_drv2605l.overlay b/boards/shields/adafruit_drv2605l/adafruit_drv2605l.overlay index f5d72df10b91a..efac810286bd3 100644 --- a/boards/shields/adafruit_drv2605l/adafruit_drv2605l.overlay +++ b/boards/shields/adafruit_drv2605l/adafruit_drv2605l.overlay @@ -10,8 +10,8 @@ adafruit_drv2605: drv2605@5a { compatible = "ti,drv2605"; reg = <0x5a>; - status = "okay"; actuator-mode = "ERM"; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_ina219/adafruit_ina219.overlay b/boards/shields/adafruit_ina219/adafruit_ina219.overlay index 33003b0d7c1ae..9931f83f73966 100644 --- a/boards/shields/adafruit_ina219/adafruit_ina219.overlay +++ b/boards/shields/adafruit_ina219/adafruit_ina219.overlay @@ -14,10 +14,10 @@ * Round the current LSB value upwards to 200 uA. */ adafruit_ina219: ina219@40 { - status = "okay"; compatible = "ti,ina219"; reg = <0x40>; shunt-milliohm = <100>; lsb-microamp = <200>; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_ina237/adafruit_ina237.overlay b/boards/shields/adafruit_ina237/adafruit_ina237.overlay index 49e233e9b2f9b..9eb82c5f4b72b 100644 --- a/boards/shields/adafruit_ina237/adafruit_ina237.overlay +++ b/boards/shields/adafruit_ina237/adafruit_ina237.overlay @@ -15,10 +15,10 @@ * Round the current LSB value upwards to 500 uA. */ adafruit_ina237: ina237@40 { - status = "okay"; compatible = "ti,ina237"; reg = <0x40>; rshunt-micro-ohms = <15000>; current-lsb-microamps = <500>; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_neopixel_grid_bff/adafruit_neopixel_grid_bff_display.overlay b/boards/shields/adafruit_neopixel_grid_bff/adafruit_neopixel_grid_bff_display.overlay index fbb7b9bcec621..5a88faf6822b5 100644 --- a/boards/shields/adafruit_neopixel_grid_bff/adafruit_neopixel_grid_bff_display.overlay +++ b/boards/shields/adafruit_neopixel_grid_bff/adafruit_neopixel_grid_bff_display.overlay @@ -7,11 +7,11 @@ bff_led_matrix: bff-led-matrix { compatible = "led-strip-matrix"; - status = "okay"; led-strips = <&bff_led_strip>; width = <5>; height = <5>; start-from-right; circulative; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_neopixel_grid_bff/boards/adafruit_qt_py_rp2040.overlay b/boards/shields/adafruit_neopixel_grid_bff/boards/adafruit_qt_py_rp2040.overlay index 2b2aad5b74838..aaed0a4abc409 100644 --- a/boards/shields/adafruit_neopixel_grid_bff/boards/adafruit_qt_py_rp2040.overlay +++ b/boards/shields/adafruit_neopixel_grid_bff/boards/adafruit_qt_py_rp2040.overlay @@ -18,13 +18,12 @@ bff-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&pinctrl_bff_ws2812>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; bff_led_strip: bff_led_strip { - status = "okay"; gpios = <&xiao_d 3 GPIO_ACTIVE_HIGH>; chain-length = <25>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/shields/adafruit_pca9685/adafruit_pca9685.overlay b/boards/shields/adafruit_pca9685/adafruit_pca9685.overlay index 163207daab91c..3348f70b43d06 100644 --- a/boards/shields/adafruit_pca9685/adafruit_pca9685.overlay +++ b/boards/shields/adafruit_pca9685/adafruit_pca9685.overlay @@ -10,17 +10,17 @@ status = "okay"; pca9685_adafruit_pca9685: pca9685@40 { - status = "okay"; compatible = "nxp,pca9685-pwm"; reg = <0x40>; #pwm-cells = <3>; + status = "okay"; }; }; / { pwmleds { - status = "okay"; compatible = "pwm-leds"; + status = "okay"; s_led0: s-led-0 { pwms = <&pca9685_adafruit_pca9685 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>; diff --git a/boards/shields/adafruit_pcf8523/adafruit_pcf8523.overlay b/boards/shields/adafruit_pcf8523/adafruit_pcf8523.overlay index a0be304dc1df7..9c63df4d6981f 100644 --- a/boards/shields/adafruit_pcf8523/adafruit_pcf8523.overlay +++ b/boards/shields/adafruit_pcf8523/adafruit_pcf8523.overlay @@ -14,9 +14,9 @@ status = "okay"; adafruit_pcf8523: pcf8523@68 { - status = "okay"; compatible = "nxp,pcf8523"; reg = <0x68>; battery-switch-over = "standard"; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_veml7700/adafruit_veml7700.overlay b/boards/shields/adafruit_veml7700/adafruit_veml7700.overlay index 120b92727f4f6..649d7f13838a9 100644 --- a/boards/shields/adafruit_veml7700/adafruit_veml7700.overlay +++ b/boards/shields/adafruit_veml7700/adafruit_veml7700.overlay @@ -14,8 +14,8 @@ status = "okay"; adafruit_veml7700: veml7700@10 { - status = "okay"; compatible = "vishay,veml7700"; reg = <0x10>; + status = "okay"; }; }; diff --git a/boards/shields/adafruit_winc1500/adafruit_winc1500.overlay b/boards/shields/adafruit_winc1500/adafruit_winc1500.overlay index 55b0ae021b7c5..40d2318cbe8b4 100644 --- a/boards/shields/adafruit_winc1500/adafruit_winc1500.overlay +++ b/boards/shields/adafruit_winc1500/adafruit_winc1500.overlay @@ -7,16 +7,16 @@ #include &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 0>; + status = "okay"; winc1500_adafruit_winc1500: winc1500@0 { - status = "ok"; compatible = "atmel,winc1500"; reg = <0x0>; spi-max-frequency = <4000000>; irq-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_LOW>; reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D5 GPIO_ACTIVE_LOW>; enable-gpios = <&arduino_header ARDUINO_HEADER_R3_D6 0>; + status = "ok"; }; }; diff --git a/boards/shields/arduino_giga_display_shield/arduino_giga_display_shield.overlay b/boards/shields/arduino_giga_display_shield/arduino_giga_display_shield.overlay index 5da125332dbd7..4fe8af27ad484 100644 --- a/boards/shields/arduino_giga_display_shield/arduino_giga_display_shield.overlay +++ b/boards/shields/arduino_giga_display_shield/arduino_giga_display_shield.overlay @@ -6,7 +6,6 @@ &zephyr_mipi_dsi { st7701: st7701@0 { - status = "okay"; compatible = "sitronix,st7701"; reg = <0x0>; height = <800>; @@ -29,6 +28,7 @@ gip-ed = [ED AB 89 76 54 01 FF FF FF FF FF FF 10 45 67 98 BA]; pvgamctrl = [B0 40 C9 91 0D 12 07 02 09 09 1F 04 50 0F E4 29 DF]; nvgamctrl = [B1 40 CB D0 11 92 07 00 08 07 1C 06 53 12 63 EB DF]; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; diff --git a/boards/shields/arduino_giga_display_shield/boards/arduino_giga_r1_m7.overlay b/boards/shields/arduino_giga_display_shield/boards/arduino_giga_r1_m7.overlay index 5c9ce42074458..b4f873f1c6f22 100644 --- a/boards/shields/arduino_giga_display_shield/boards/arduino_giga_r1_m7.overlay +++ b/boards/shields/arduino_giga_display_shield/boards/arduino_giga_r1_m7.overlay @@ -28,7 +28,6 @@ }; &zephyr_lcd_controller { - status = "okay"; ext-sdram = <&sdram1>; width = <480>; height = <800>; @@ -39,6 +38,7 @@ disp-on-gpios = <&gpioc 6 GPIO_ACTIVE_HIGH>; bl-ctrl-gpios = <&gpiob 12 GPIO_ACTIVE_HIGH>; + status = "okay"; /* sitronix, st7701 */ display-timings { @@ -58,18 +58,16 @@ /* ltdc uses pll3_r as pixel clock */ &pll3 { - status = "okay"; clocks = <&clk_hse>; div-m = <16>; mul-n = <110>; div-p = <2>; div-q = <2>; div-r = <4>; /* 27.5 MHz */ + status = "okay"; }; &zephyr_mipi_dsi { - status = "okay"; - pll-ndiv = <125>; pll-idf = <4>; pll-odf = <0>; @@ -78,6 +76,7 @@ largest-packet-size = <0>; phy-timings = <35 35 35 35 0 10>; + status = "okay"; }; &i2c4 { diff --git a/boards/shields/atmel_rf2xx/atmel_rf2xx_arduino.overlay b/boards/shields/atmel_rf2xx/atmel_rf2xx_arduino.overlay index c71345277e8bf..8f5e00c6519e0 100644 --- a/boards/shields/atmel_rf2xx/atmel_rf2xx_arduino.overlay +++ b/boards/shields/atmel_rf2xx/atmel_rf2xx_arduino.overlay @@ -13,10 +13,9 @@ }; &arduino_spi { - status = "okay"; - cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "okay"; ieee802154_atmel_rf2xx_arduino: rf2xx@0 { compatible = "atmel,rf2xx"; diff --git a/boards/shields/atmel_rf2xx/atmel_rf2xx_mikrobus.overlay b/boards/shields/atmel_rf2xx/atmel_rf2xx_mikrobus.overlay index 918b5025fb235..a1e03958d27ed 100644 --- a/boards/shields/atmel_rf2xx/atmel_rf2xx_mikrobus.overlay +++ b/boards/shields/atmel_rf2xx/atmel_rf2xx_mikrobus.overlay @@ -11,10 +11,10 @@ }; &mikrobus_spi { - status = "okay"; /* CS */ cs-gpios = <&mikrobus_header 2 GPIO_ACTIVE_LOW>; + status = "okay"; ieee802154_atmel_rf2xx_mikrobus: rf2xx@0 { compatible = "atmel,rf2xx"; diff --git a/boards/shields/buydisplay_2_8_tft_touch_arduino/buydisplay_2_8_tft_touch_arduino.overlay b/boards/shields/buydisplay_2_8_tft_touch_arduino/buydisplay_2_8_tft_touch_arduino.overlay index 69866276b339f..02c421ca880ad 100644 --- a/boards/shields/buydisplay_2_8_tft_touch_arduino/buydisplay_2_8_tft_touch_arduino.overlay +++ b/boards/shields/buydisplay_2_8_tft_touch_arduino/buydisplay_2_8_tft_touch_arduino.overlay @@ -32,8 +32,8 @@ ili9340_buydisplay_2_8_tft_touch_arduino: ili9340@0 { compatible = "ilitek,ili9340"; - mipi-max-frequency = <25000000>; reg = <0>; + mipi-max-frequency = <25000000>; width = <240>; height = <320>; pixel-format = ; @@ -49,8 +49,8 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_LOW>; + status = "okay"; }; &arduino_i2c { diff --git a/boards/shields/buydisplay_3_5_tft_touch_arduino/buydisplay_3_5_tft_touch_arduino.overlay b/boards/shields/buydisplay_3_5_tft_touch_arduino/buydisplay_3_5_tft_touch_arduino.overlay index 7f2faa2df707b..1ded50a3017da 100644 --- a/boards/shields/buydisplay_3_5_tft_touch_arduino/buydisplay_3_5_tft_touch_arduino.overlay +++ b/boards/shields/buydisplay_3_5_tft_touch_arduino/buydisplay_3_5_tft_touch_arduino.overlay @@ -32,8 +32,8 @@ ili9488_buydisplay_3_5_tft_touch_arduino: ili9488@0 { compatible = "ilitek,ili9488"; - mipi-max-frequency = <25000000>; reg = <0>; + mipi-max-frequency = <25000000>; pixel-format = ; width = <320>; height = <480>; @@ -48,8 +48,8 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_LOW>; + status = "okay"; }; &arduino_i2c { diff --git a/boards/shields/dac80508_evm/dac80508_evm.overlay b/boards/shields/dac80508_evm/dac80508_evm.overlay index 1e5e5715b9dd9..4feacd4b42451 100644 --- a/boards/shields/dac80508_evm/dac80508_evm.overlay +++ b/boards/shields/dac80508_evm/dac80508_evm.overlay @@ -7,8 +7,8 @@ #include &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; dac80508_dac80508_evm: dac80508@0 { compatible = "ti,dac80508"; diff --git a/boards/shields/esp_8266/boards/numaker_m55m1.overlay b/boards/shields/esp_8266/boards/numaker_m55m1.overlay index 0ed221f623509..5970bb01c9968 100644 --- a/boards/shields/esp_8266/boards/numaker_m55m1.overlay +++ b/boards/shields/esp_8266/boards/numaker_m55m1.overlay @@ -16,12 +16,12 @@ }; &uart8 { - status = "okay"; current-speed = <115200>; hw-flow-control; pinctrl-0 = <&uart8_esp8266>; pinctrl-names = "default"; + status = "okay"; esp8266: esp8266 { compatible = "espressif,esp-at"; diff --git a/boards/shields/esp_8266/boards/numaker_pfm_m467.overlay b/boards/shields/esp_8266/boards/numaker_pfm_m467.overlay index 7ccc7ac48796b..3de5e9ec1ba38 100644 --- a/boards/shields/esp_8266/boards/numaker_pfm_m467.overlay +++ b/boards/shields/esp_8266/boards/numaker_pfm_m467.overlay @@ -16,12 +16,12 @@ }; &uart2 { - status = "okay"; current-speed = <115200>; hw-flow-control; pinctrl-0 = <&uart2_esp8266>; pinctrl-names = "default"; + status = "okay"; esp8266: esp8266 { compatible = "espressif,esp-at"; diff --git a/boards/shields/esp_8266/boards/sam4e_xpro.overlay b/boards/shields/esp_8266/boards/sam4e_xpro.overlay index 83db5123549d9..7b8061bbaa450 100644 --- a/boards/shields/esp_8266/boards/sam4e_xpro.overlay +++ b/boards/shields/esp_8266/boards/sam4e_xpro.overlay @@ -14,11 +14,11 @@ }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_esp_wifi>; pinctrl-names = "default"; + status = "okay"; esp8266 { compatible = "espressif,esp-at"; diff --git a/boards/shields/esp_8266/esp_8266_arduino.overlay b/boards/shields/esp_8266/esp_8266_arduino.overlay index 205fb4b0dd010..a48afe5f801c2 100644 --- a/boards/shields/esp_8266/esp_8266_arduino.overlay +++ b/boards/shields/esp_8266/esp_8266_arduino.overlay @@ -5,8 +5,8 @@ */ &arduino_serial { - status = "okay"; current-speed = <115200>; + status = "okay"; esp8266 { compatible = "espressif,esp-at"; diff --git a/boards/shields/esp_8266/esp_8266_mikrobus.overlay b/boards/shields/esp_8266/esp_8266_mikrobus.overlay index fda0ae1bb9723..cf3016beca593 100644 --- a/boards/shields/esp_8266/esp_8266_mikrobus.overlay +++ b/boards/shields/esp_8266/esp_8266_mikrobus.overlay @@ -5,8 +5,8 @@ */ &mikrobus_serial { - status = "okay"; current-speed = <115200>; + status = "okay"; esp8266 { compatible = "espressif,esp-at"; diff --git a/boards/shields/eval_ad4052_ardz/eval_ad4052_ardz.overlay b/boards/shields/eval_ad4052_ardz/eval_ad4052_ardz.overlay index 45f71c6f11a32..dcc8e3cb0d4a4 100644 --- a/boards/shields/eval_ad4052_ardz/eval_ad4052_ardz.overlay +++ b/boards/shields/eval_ad4052_ardz/eval_ad4052_ardz.overlay @@ -16,6 +16,7 @@ status = "okay"; adc4052_eval_ad4052_ardz: adc4052@0 { + compatible = "adi,ad4052-adc"; reg = <0>; spi-max-frequency = ; gp1-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 @@ -27,7 +28,6 @@ #size-cells = <0>; #io-channel-cells = <1>; status = "okay"; - compatible = "adi,ad4052-adc"; channel@0 { reg = <0>; diff --git a/boards/shields/frdm_kw41z/frdm_kw41z.overlay b/boards/shields/frdm_kw41z/frdm_kw41z.overlay index 8e9f14fbfb433..1b308f730ab49 100644 --- a/boards/shields/frdm_kw41z/frdm_kw41z.overlay +++ b/boards/shields/frdm_kw41z/frdm_kw41z.overlay @@ -11,8 +11,8 @@ }; &arduino_serial { - status = "okay"; current-speed = <115200>; + status = "okay"; bt_hci_uart: bt_hci_uart { compatible = "zephyr,bt-hci-uart"; diff --git a/boards/shields/ftdi_vm800c/ftdi_vm800c.overlay b/boards/shields/ftdi_vm800c/ftdi_vm800c.overlay index 4ea409e448b21..d31d4dde4f0af 100644 --- a/boards/shields/ftdi_vm800c/ftdi_vm800c.overlay +++ b/boards/shields/ftdi_vm800c/ftdi_vm800c.overlay @@ -7,10 +7,9 @@ #include &arduino_spi { - status = "okay"; - cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; + status = "okay"; ft800_ftdi_vm800c: ft800@0 { compatible = "ftdi,ft800"; diff --git a/boards/shields/g1120b0mipi/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay b/boards/shields/g1120b0mipi/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay index e4a3ddd27205c..9dbfa969100fa 100644 --- a/boards/shields/g1120b0mipi/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay +++ b/boards/shields/g1120b0mipi/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay @@ -8,11 +8,11 @@ #include &zephyr_lcdif { - status = "okay"; clock-frequency = <279000000>; wr-period = <14>; wr-assert = <6>; wr-deassert = <13>; cs-assert = <1>; cs-deassert = <4>; + status = "okay"; }; diff --git a/boards/shields/g1120b0mipi/g1120b0mipi.overlay b/boards/shields/g1120b0mipi/g1120b0mipi.overlay index 190049830a6b3..9069b071e7bef 100644 --- a/boards/shields/g1120b0mipi/g1120b0mipi.overlay +++ b/boards/shields/g1120b0mipi/g1120b0mipi.overlay @@ -41,12 +41,11 @@ }; &zephyr_mipi_dsi { - status = "okay"; autoinsert-eotp; phy-clock = <316800000>; + status = "okay"; rm67162_g1120b0mipi: rm67162@0 { - status = "okay"; compatible = "raydium,rm67162"; reg = <0x0>; reset-gpios = <&nxp_mipi_connector 21 GPIO_ACTIVE_HIGH>; @@ -56,5 +55,6 @@ width = <400>; height = <392>; pixel-format = ; + status = "okay"; }; }; diff --git a/boards/shields/inventek_eswifi/inventek_eswifi_arduino_spi.overlay b/boards/shields/inventek_eswifi/inventek_eswifi_arduino_spi.overlay index 26a2ffac55495..1a23b170f84e8 100644 --- a/boards/shields/inventek_eswifi/inventek_eswifi_arduino_spi.overlay +++ b/boards/shields/inventek_eswifi/inventek_eswifi_arduino_spi.overlay @@ -7,19 +7,18 @@ #include &arduino_spi { - status = "okay"; - cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; wifi0_inventek_eswifi_arduino_spi: iwin@0 { - status = "okay"; compatible = "inventek,eswifi"; - spi-max-frequency = <2000000>; reg = <0>; + spi-max-frequency = <2000000>; data-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_HIGH>; wakeup-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>; resetn-gpios = <&arduino_header ARDUINO_HEADER_R3_D6 GPIO_ACTIVE_HIGH>; boot0-gpios = <&arduino_header ARDUINO_HEADER_R3_D5 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/shields/inventek_eswifi/inventek_eswifi_arduino_uart.overlay b/boards/shields/inventek_eswifi/inventek_eswifi_arduino_uart.overlay index c35193ef1e770..6a7e359485347 100644 --- a/boards/shields/inventek_eswifi/inventek_eswifi_arduino_uart.overlay +++ b/boards/shields/inventek_eswifi/inventek_eswifi_arduino_uart.overlay @@ -10,10 +10,10 @@ status = "okay"; wifi0: iwin { - status = "okay"; compatible = "inventek,eswifi-uart"; wakeup-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>; resetn-gpios = <&arduino_header ARDUINO_HEADER_R3_D6 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/shields/lcd_par_s035/lcd_par_s035_8080.overlay b/boards/shields/lcd_par_s035/lcd_par_s035_8080.overlay index 2850475802c3f..8e9a5d3232201 100644 --- a/boards/shields/lcd_par_s035/lcd_par_s035_8080.overlay +++ b/boards/shields/lcd_par_s035/lcd_par_s035_8080.overlay @@ -32,9 +32,9 @@ }; &zephyr_mipi_dbi_parallel { - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; st7796s: st7796s@0 { compatible = "sitronix,st7796s"; diff --git a/boards/shields/lcd_par_s035/lcd_par_s035_spi.overlay b/boards/shields/lcd_par_s035/lcd_par_s035_spi.overlay index 7a618e4e9342a..fbbb7df4fc292 100644 --- a/boards/shields/lcd_par_s035/lcd_par_s035_spi.overlay +++ b/boards/shields/lcd_par_s035/lcd_par_s035_spi.overlay @@ -32,9 +32,9 @@ }; &zephyr_mipi_dbi_spi { - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; st7796s: st7796s@0 { compatible = "sitronix,st7796s"; diff --git a/boards/shields/link_board_eth/link_board_eth.overlay b/boards/shields/link_board_eth/link_board_eth.overlay index 7c84b70452f99..a00cf4618bb86 100644 --- a/boards/shields/link_board_eth/link_board_eth.overlay +++ b/boards/shields/link_board_eth/link_board_eth.overlay @@ -7,14 +7,14 @@ #include &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; enc424j600_link_board_eth: enc424j600@0 { compatible = "microchip,enc424j600"; + reg = <0>; spi-max-frequency = <14000000>; int-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_LOW>; status = "okay"; - reg = <0>; }; }; diff --git a/boards/shields/ls0xx_generic/ls013b7dh03.overlay b/boards/shields/ls0xx_generic/ls013b7dh03.overlay index 2a422f33ded4a..e4b7cd17605ef 100644 --- a/boards/shields/ls0xx_generic/ls013b7dh03.overlay +++ b/boards/shields/ls0xx_generic/ls013b7dh03.overlay @@ -13,13 +13,13 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_HIGH>; + status = "okay"; ls0xx_ls013b7dh03: ls0xx@0 { compatible = "sharp,ls0xx"; - spi-max-frequency = <2000000>; reg = <0>; + spi-max-frequency = <2000000>; width = <128>; height = <128>; extcomin-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_HIGH>; diff --git a/boards/shields/m5stack_cardputer/m5stack_cardputer.overlay b/boards/shields/m5stack_cardputer/m5stack_cardputer.overlay index 0009e3228fe62..4e64fcdac7bc9 100644 --- a/boards/shields/m5stack_cardputer/m5stack_cardputer.overlay +++ b/boards/shields/m5stack_cardputer/m5stack_cardputer.overlay @@ -95,9 +95,9 @@ }; &adc0 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@9 { reg = <9>; @@ -109,20 +109,20 @@ }; &spi3 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; clock-frequency = <25000000>; cs-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; /* TF-CARD */ + status = "okay"; + status = "okay"; sd0: sd@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; - status = "okay"; spi-max-frequency = <25000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/shields/m5stack_core2_ext/m5stack_core2_ext.overlay b/boards/shields/m5stack_core2_ext/m5stack_core2_ext.overlay index 8403fd4da9e12..f474b519dcf77 100644 --- a/boards/shields/m5stack_core2_ext/m5stack_core2_ext.overlay +++ b/boards/shields/m5stack_core2_ext/m5stack_core2_ext.overlay @@ -14,8 +14,8 @@ status = "okay"; mpu6886_m5stack_core2_ext: mbus_mpu6886@68 { - status = "okay"; compatible = "invensense,mpu6050"; reg = <0x68>; + status = "okay"; }; }; diff --git a/boards/shields/max3421e/sparkfun_max3421e.overlay b/boards/shields/max3421e/sparkfun_max3421e.overlay index f4eb770c6af5f..83705bd58a985 100644 --- a/boards/shields/max3421e/sparkfun_max3421e.overlay +++ b/boards/shields/max3421e/sparkfun_max3421e.overlay @@ -7,15 +7,15 @@ #include &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; zephyr_uhc0: max3421e@0 { compatible = "maxim,max3421e_spi"; + reg = <0>; spi-max-frequency = <26000000>; int-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_LOW>; reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_LOW>; status = "okay"; - reg = <0>; }; }; diff --git a/boards/shields/mcp2515/adafruit_can_picowbell.overlay b/boards/shields/mcp2515/adafruit_can_picowbell.overlay index 9e86a3236d35a..b2cd1fcd47339 100644 --- a/boards/shields/mcp2515/adafruit_can_picowbell.overlay +++ b/boards/shields/mcp2515/adafruit_can_picowbell.overlay @@ -5,16 +5,16 @@ */ &pico_spi { - status = "okay"; cs-gpios = <&pico_header 20 GPIO_ACTIVE_LOW>; + status = "okay"; mcp2515_adafruit_can_picowbell: can@0 { compatible = "microchip,mcp2515"; + reg = <0x0>; spi-max-frequency = <1000000>; int-gpios = <&pico_header 21 GPIO_ACTIVE_LOW>; - status = "okay"; - reg = <0x0>; osc-freq = <16000000>; + status = "okay"; can-transceiver { max-bitrate = <1000000>; diff --git a/boards/shields/mcp2515/dfrobot_can_bus_v2_0.overlay b/boards/shields/mcp2515/dfrobot_can_bus_v2_0.overlay index cfdcf78e5c097..99089666d8358 100644 --- a/boards/shields/mcp2515/dfrobot_can_bus_v2_0.overlay +++ b/boards/shields/mcp2515/dfrobot_can_bus_v2_0.overlay @@ -7,16 +7,16 @@ #include &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; mcp2515_dfrobot_can_bus_v2_0: can@0 { compatible = "microchip,mcp2515"; + reg = <0x0>; spi-max-frequency = <1000000>; int-gpios = <&arduino_header ARDUINO_HEADER_R3_D2 GPIO_ACTIVE_LOW>; - status = "okay"; - reg = <0x0>; osc-freq = <16000000>; + status = "okay"; can-transceiver { min-bitrate = <60000>; diff --git a/boards/shields/mcp2515/keyestudio_can_bus_ks0411.overlay b/boards/shields/mcp2515/keyestudio_can_bus_ks0411.overlay index 4672c60df2769..f5a6e26e4d7ad 100644 --- a/boards/shields/mcp2515/keyestudio_can_bus_ks0411.overlay +++ b/boards/shields/mcp2515/keyestudio_can_bus_ks0411.overlay @@ -7,16 +7,16 @@ #include &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; mcp2515_keyestudio_can_bus_ks0411: can@0 { compatible = "microchip,mcp2515"; + reg = <0x0>; spi-max-frequency = <1000000>; int-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_LOW>; - status = "okay"; - reg = <0x0>; osc-freq = <16000000>; + status = "okay"; can-transceiver { max-bitrate = <1000000>; diff --git a/boards/shields/mikroe_eth_click/boards/lpcxpresso55s69_lpc55s69_cpu0.overlay b/boards/shields/mikroe_eth_click/boards/lpcxpresso55s69_lpc55s69_cpu0.overlay index 1b69e264f2125..0a40abd9af94e 100644 --- a/boards/shields/mikroe_eth_click/boards/lpcxpresso55s69_lpc55s69_cpu0.overlay +++ b/boards/shields/mikroe_eth_click/boards/lpcxpresso55s69_lpc55s69_cpu0.overlay @@ -7,12 +7,11 @@ /delete-node/ ð_click; &mikrobus_spi { - status = "okay"; - cs-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>, <&gpio1 1 GPIO_ACTIVE_LOW>, <&gpio1 12 GPIO_ACTIVE_LOW>, <&gpio1 26 GPIO_ACTIVE_LOW>; + status = "okay"; /* LPCXpresso55xxx boards all use SSEL1. */ eth_click_mikroe_eth_click: eth_click@1 { diff --git a/boards/shields/mikroe_h_bridge_4_click/mikroe_h_bridge_4_click.overlay b/boards/shields/mikroe_h_bridge_4_click/mikroe_h_bridge_4_click.overlay index 2d94e8bc9b910..2c7ff932cad95 100644 --- a/boards/shields/mikroe_h_bridge_4_click/mikroe_h_bridge_4_click.overlay +++ b/boards/shields/mikroe_h_bridge_4_click/mikroe_h_bridge_4_click.overlay @@ -11,7 +11,6 @@ / { mikroe_h_bridge_4_click: h_bridge_4_click { - status = "okay"; compatible = "zephyr,h-bridge-stepper"; en-gpios = <&mikrobus_header 2 GPIO_ACTIVE_LOW>; @@ -19,5 +18,6 @@ <&mikrobus_header 1 GPIO_ACTIVE_LOW>, /* IN2 */ <&mikrobus_header 6 GPIO_ACTIVE_LOW>, /* IN3 */ <&mikrobus_header 7 GPIO_ACTIVE_LOW>; /* IN4 */ + status = "okay"; }; }; diff --git a/boards/shields/mikroe_lte_iot10_click/mikroe_lte_iot10_click.overlay b/boards/shields/mikroe_lte_iot10_click/mikroe_lte_iot10_click.overlay index a3efb1974dbb0..e5e8182c0e97f 100644 --- a/boards/shields/mikroe_lte_iot10_click/mikroe_lte_iot10_click.overlay +++ b/boards/shields/mikroe_lte_iot10_click/mikroe_lte_iot10_click.overlay @@ -19,13 +19,13 @@ }; &mikrobus_serial { - status = "okay"; current-speed = <115200>; + status = "okay"; modem: modem { - status = "okay"; compatible = "sqn,gm02s"; mdm-wake-gpios = <&mikrobus_header 0 (GPIO_OPEN_SOURCE | GPIO_ACTIVE_HIGH)>; mdm-reset-gpios = <&mikrobus_header 1 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>; + status = "okay"; }; }; diff --git a/boards/shields/mikroe_mcp2518fd_click/mikroe_mcp2518fd_click.overlay b/boards/shields/mikroe_mcp2518fd_click/mikroe_mcp2518fd_click.overlay index 5836f654438f7..2bc86ad787a5e 100644 --- a/boards/shields/mikroe_mcp2518fd_click/mikroe_mcp2518fd_click.overlay +++ b/boards/shields/mikroe_mcp2518fd_click/mikroe_mcp2518fd_click.overlay @@ -3,12 +3,12 @@ mcp2518fd_mikroe_mcp2518fd_click: mcp2518fd@0 { compatible = "microchip,mcp251xfd"; - status = "okay"; + reg = <0x0>; spi-max-frequency = <18000000>; int-gpios = <&mikrobus_header 7 GPIO_ACTIVE_LOW>; - reg = <0x0>; osc-freq = <40000000>; + status = "okay"; }; }; diff --git a/boards/shields/mikroe_stepper_18_click/mikroe_stepper_18_click.overlay b/boards/shields/mikroe_stepper_18_click/mikroe_stepper_18_click.overlay index 972ee818b76b8..df4af91538fe3 100644 --- a/boards/shields/mikroe_stepper_18_click/mikroe_stepper_18_click.overlay +++ b/boards/shields/mikroe_stepper_18_click/mikroe_stepper_18_click.overlay @@ -13,17 +13,16 @@ status = "okay"; mcp4726_mikroe_stepper_18_click: mcp4726@70 { - status = "okay"; compatible = "microchip,mcp4725"; reg = <0x60>; #io-channel-cells = <1>; + status = "okay"; }; }; / { drv8426_mikroe_stepper_18_click: drv8426 { - status = "okay"; compatible = "ti,drv84xx"; dir-gpios = <&mikrobus_header 0 0>; @@ -31,5 +30,6 @@ sleep-gpios = <&mikrobus_header 1 GPIO_ACTIVE_LOW>; en-gpios = <&mikrobus_header 2 0>; fault-gpios = <&mikrobus_header 7 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; diff --git a/boards/shields/mikroe_stepper_19_click/mikroe_stepper_19_click.overlay b/boards/shields/mikroe_stepper_19_click/mikroe_stepper_19_click.overlay index 6ecfac6c51cdf..c7965994d37c1 100644 --- a/boards/shields/mikroe_stepper_19_click/mikroe_stepper_19_click.overlay +++ b/boards/shields/mikroe_stepper_19_click/mikroe_stepper_19_click.overlay @@ -13,7 +13,6 @@ status = "okay"; pca9538a_mikroe_stepper_19_click: pca9538a@70 { - status = "okay"; compatible = "nxp,pca9538"; reg = <0x70>; @@ -31,12 +30,12 @@ "TOFF", "STP", "DIR"; + status = "okay"; }; }; / { drv8424_mikroe_stepper_19_click: drv8424 { - status = "okay"; compatible = "ti,drv84xx"; dir-gpios = <&mikrobus_header 0 0>; @@ -46,5 +45,6 @@ fault-gpios = <&mikrobus_header 7 GPIO_ACTIVE_LOW>; m0-gpios = <&pca9538a_mikroe_stepper_19_click 0 0>; m1-gpios = <&pca9538a_mikroe_stepper_19_click 1 0>; + status = "okay"; }; }; diff --git a/boards/shields/mikroe_weather_click/mikroe_weather_click_spi.overlay b/boards/shields/mikroe_weather_click/mikroe_weather_click_spi.overlay index 7cf667244f4a5..dc17507864f93 100644 --- a/boards/shields/mikroe_weather_click/mikroe_weather_click_spi.overlay +++ b/boards/shields/mikroe_weather_click/mikroe_weather_click_spi.overlay @@ -5,13 +5,13 @@ */ &mikrobus_spi { - status = "okay"; cs-gpios = <&mikrobus_header 2 GPIO_ACTIVE_LOW>; + status = "okay"; bme280_mikroe_weather_click: bme280@0 { - status = "okay"; compatible = "bosch,bme280"; - spi-max-frequency = <1000000>; reg = <0>; + spi-max-frequency = <1000000>; + status = "okay"; }; }; diff --git a/boards/shields/mikroe_wifi_bt_click/mikroe_wifi_bt_click_arduino.overlay b/boards/shields/mikroe_wifi_bt_click/mikroe_wifi_bt_click_arduino.overlay index 7935935e8f0e4..5f0c19fb5f67f 100644 --- a/boards/shields/mikroe_wifi_bt_click/mikroe_wifi_bt_click_arduino.overlay +++ b/boards/shields/mikroe_wifi_bt_click/mikroe_wifi_bt_click_arduino.overlay @@ -4,8 +4,8 @@ */ &arduino_serial { - status = "okay"; current-speed = <115200>; + status = "okay"; mikroe_wifi_bt_click { compatible = "espressif,esp-at"; diff --git a/boards/shields/mikroe_wifi_bt_click/mikroe_wifi_bt_click_mikrobus.overlay b/boards/shields/mikroe_wifi_bt_click/mikroe_wifi_bt_click_mikrobus.overlay index 87a2a134efb2b..368268a13ea36 100644 --- a/boards/shields/mikroe_wifi_bt_click/mikroe_wifi_bt_click_mikrobus.overlay +++ b/boards/shields/mikroe_wifi_bt_click/mikroe_wifi_bt_click_mikrobus.overlay @@ -4,8 +4,8 @@ */ &mikrobus_serial { - status = "okay"; current-speed = <115200>; + status = "okay"; mikroe_wifi_bt_click { compatible = "espressif,esp-at"; diff --git a/boards/shields/nrf7002eb/nrf7002eb.overlay b/boards/shields/nrf7002eb/nrf7002eb.overlay index 3a09ef8158d99..cd62d6c556de5 100644 --- a/boards/shields/nrf7002eb/nrf7002eb.overlay +++ b/boards/shields/nrf7002eb/nrf7002eb.overlay @@ -17,7 +17,6 @@ nrf70: nrf7002@0 { compatible = "nordic,nrf7002-spi"; - status = "okay"; reg = <0>; spi-max-frequency = ; @@ -26,14 +25,6 @@ host-irq-gpios = <&edge_connector 19 GPIO_ACTIVE_HIGH>; srrf-switch-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; - wlan0: wlan0 { - compatible = "nordic,wlan"; - }; - - wlan1: wlan1 { - compatible = "nordic,wlan"; - }; - wifi-max-tx-pwr-2g-dsss = <21>; wifi-max-tx-pwr-2g-mcs0 = <16>; wifi-max-tx-pwr-2g-mcs7 = <16>; @@ -43,5 +34,14 @@ wifi-max-tx-pwr-5g-mid-mcs7 = <13>; wifi-max-tx-pwr-5g-high-mcs0 = <12>; wifi-max-tx-pwr-5g-high-mcs7 = <12>; + status = "okay"; + + wlan0: wlan0 { + compatible = "nordic,wlan"; + }; + + wlan1: wlan1 { + compatible = "nordic,wlan"; + }; }; }; diff --git a/boards/shields/nrf7002eb/nrf7002eb_coex.overlay b/boards/shields/nrf7002eb/nrf7002eb_coex.overlay index 09bfb6e1906ae..10f01789afdca 100644 --- a/boards/shields/nrf7002eb/nrf7002eb_coex.overlay +++ b/boards/shields/nrf7002eb/nrf7002eb_coex.overlay @@ -7,10 +7,10 @@ / { nrf_radio_coex: coex { compatible = "nordic,nrf7002-coex"; - status = "okay"; status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>; req-gpios = <&edge_connector 6 GPIO_ACTIVE_HIGH>; grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; + status = "okay"; }; }; diff --git a/boards/shields/nrf7002ek/nrf7002ek.overlay b/boards/shields/nrf7002ek/nrf7002ek.overlay index 2a0f09bd955e1..2a12d8e043fb1 100644 --- a/boards/shields/nrf7002ek/nrf7002ek.overlay +++ b/boards/shields/nrf7002ek/nrf7002ek.overlay @@ -16,9 +16,9 @@ nrf70: nrf7002-spi@0 { compatible = "nordic,nrf7002-spi"; - status = "okay"; reg = <0>; spi-max-frequency = ; + status = "okay"; /* Include common nRF70 overlays */ #include "nrf7002ek_common.dtsi" diff --git a/boards/shields/nrf7002ek/nrf7002ek_coex.overlay b/boards/shields/nrf7002ek/nrf7002ek_coex.overlay index b89c594e04838..ca104fdc16745 100644 --- a/boards/shields/nrf7002ek/nrf7002ek_coex.overlay +++ b/boards/shields/nrf7002ek/nrf7002ek_coex.overlay @@ -9,12 +9,12 @@ / { nrf_radio_coex: coex { compatible = "nordic,nrf7002-coex"; - status = "okay"; status0-gpios = <&arduino_header ARDUINO_HEADER_R3_D2 GPIO_ACTIVE_HIGH>; req-gpios = <&arduino_header ARDUINO_HEADER_R3_D3 GPIO_ACTIVE_HIGH>; grant-gpios = <&arduino_header ARDUINO_HEADER_R3_D4 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; swctrl1-gpios = <&arduino_header ARDUINO_HEADER_R3_D6 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/shields/nrf7002ek/nrf7002ek_nrf7000.overlay b/boards/shields/nrf7002ek/nrf7002ek_nrf7000.overlay index 28a3662f1d675..aab5a3698fa8b 100644 --- a/boards/shields/nrf7002ek/nrf7002ek_nrf7000.overlay +++ b/boards/shields/nrf7002ek/nrf7002ek_nrf7000.overlay @@ -16,9 +16,9 @@ nrf70: nrf7002-spi@0 { compatible = "nordic,nrf7000-spi"; - status = "okay"; reg = <0>; spi-max-frequency = ; + status = "okay"; /* Include common nRF70 overlays */ #include "nrf7002ek_common.dtsi" diff --git a/boards/shields/nrf7002ek/nrf7002ek_nrf7001.overlay b/boards/shields/nrf7002ek/nrf7002ek_nrf7001.overlay index a3b84d1761d5d..e4e1e3ee154f1 100644 --- a/boards/shields/nrf7002ek/nrf7002ek_nrf7001.overlay +++ b/boards/shields/nrf7002ek/nrf7002ek_nrf7001.overlay @@ -16,9 +16,9 @@ nrf70: nrf7001-spi@0 { compatible = "nordic,nrf7001-spi"; - status = "okay"; reg = <0>; spi-max-frequency = ; + status = "okay"; /* Include common nRF70 overlays */ #include "nrf7002ek_common.dtsi" diff --git a/boards/shields/nxp_adtja1101/nxp_adtja1101.overlay b/boards/shields/nxp_adtja1101/nxp_adtja1101.overlay index 589efd17c7e19..f7fd1c1495e6a 100644 --- a/boards/shields/nxp_adtja1101/nxp_adtja1101.overlay +++ b/boards/shields/nxp_adtja1101/nxp_adtja1101.overlay @@ -5,8 +5,8 @@ */ &enet_mac { - status = "okay"; phy-handle = <&phy>; + status = "okay"; }; &enet_mdio { diff --git a/boards/shields/nxp_m2_wifi_bt/boards/mimxrt1060_evk_mimxrt1062_qspi_C.overlay b/boards/shields/nxp_m2_wifi_bt/boards/mimxrt1060_evk_mimxrt1062_qspi_C.overlay index c3802f5bc5ab8..92dcb0a49f67d 100644 --- a/boards/shields/nxp_m2_wifi_bt/boards/mimxrt1060_evk_mimxrt1062_qspi_C.overlay +++ b/boards/shields/nxp_m2_wifi_bt/boards/mimxrt1060_evk_mimxrt1062_qspi_C.overlay @@ -82,8 +82,8 @@ bias-disable; drive-strength = "r0"; slew-rate = "fast"; - nxp,speed = "100-mhz"; input-schmitt-enable; + nxp,speed = "100-mhz"; }; }; }; diff --git a/boards/shields/openthread_rcp_arduino/openthread_rcp_arduino_serial.overlay b/boards/shields/openthread_rcp_arduino/openthread_rcp_arduino_serial.overlay index 42b61cfb2cbbe..6a9f2b87b080d 100644 --- a/boards/shields/openthread_rcp_arduino/openthread_rcp_arduino_serial.overlay +++ b/boards/shields/openthread_rcp_arduino/openthread_rcp_arduino_serial.overlay @@ -20,6 +20,6 @@ }; &arduino_serial { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/shields/openthread_rcp_arduino/openthread_rcp_arduino_spi.overlay b/boards/shields/openthread_rcp_arduino/openthread_rcp_arduino_spi.overlay index ad93f2e4d8ba3..3b3119cdece93 100644 --- a/boards/shields/openthread_rcp_arduino/openthread_rcp_arduino_spi.overlay +++ b/boards/shields/openthread_rcp_arduino/openthread_rcp_arduino_spi.overlay @@ -21,11 +21,11 @@ hdlc_rcp_if: hdlc_rcp_if@0 { compatible = "spi,hdlc-rcp-if"; - status = "okay"; reg = <0>; spi-max-frequency = <1000000>; /* 1 MHz to support most devices */ int-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_LOW>; reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; diff --git a/boards/shields/p3t1755dp_ard_i2c/boards/frdm_mcxn236.overlay b/boards/shields/p3t1755dp_ard_i2c/boards/frdm_mcxn236.overlay index 22ec2f7453cc0..cb5e1d9bb3335 100644 --- a/boards/shields/p3t1755dp_ard_i2c/boards/frdm_mcxn236.overlay +++ b/boards/shields/p3t1755dp_ard_i2c/boards/frdm_mcxn236.overlay @@ -9,6 +9,6 @@ }; &flexcomm5_lpi2c5 { - status = "okay"; clock-frequency = ; + status = "okay"; }; diff --git a/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay b/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay index 5a997072e2471..77f82d18a5c5a 100644 --- a/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay +++ b/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay @@ -9,6 +9,6 @@ }; &lpi2c2 { - status = "okay"; clock-frequency = ; + status = "okay"; }; diff --git a/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt1180_evk_mimxrt1189_cm7.overlay b/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt1180_evk_mimxrt1189_cm7.overlay index 5a997072e2471..77f82d18a5c5a 100644 --- a/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt1180_evk_mimxrt1189_cm7.overlay +++ b/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt1180_evk_mimxrt1189_cm7.overlay @@ -9,6 +9,6 @@ }; &lpi2c2 { - status = "okay"; clock-frequency = ; + status = "okay"; }; diff --git a/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay b/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay index 9198366967eed..02c781e9a04a5 100644 --- a/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay +++ b/boards/shields/p3t1755dp_ard_i2c/boards/mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay @@ -5,6 +5,6 @@ */ &flexcomm8_lpi2c8 { - status = "okay"; clock-frequency = ; + status = "okay"; }; diff --git a/boards/shields/p3t1755dp_ard_i3c/boards/frdm_mcxn236.overlay b/boards/shields/p3t1755dp_ard_i3c/boards/frdm_mcxn236.overlay index 115b33818b156..b78582d02f505 100644 --- a/boards/shields/p3t1755dp_ard_i3c/boards/frdm_mcxn236.overlay +++ b/boards/shields/p3t1755dp_ard_i3c/boards/frdm_mcxn236.overlay @@ -19,9 +19,8 @@ }; &i3c1 { - status = "okay"; - i2c-scl-hz = ; i3c-scl-hz = ; i3c-od-scl-hz = ; + status = "okay"; }; diff --git a/boards/shields/p3t1755dp_ard_i3c/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay b/boards/shields/p3t1755dp_ard_i3c/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay index a0e26da50f425..2c9b6df5d4564 100644 --- a/boards/shields/p3t1755dp_ard_i3c/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay +++ b/boards/shields/p3t1755dp_ard_i3c/boards/mimxrt1180_evk_mimxrt1189_cm33.overlay @@ -19,9 +19,8 @@ }; &i3c2 { - status = "okay"; - i2c-scl-hz = ; i3c-scl-hz = ; i3c-od-scl-hz = ; + status = "okay"; }; diff --git a/boards/shields/p3t1755dp_ard_i3c/boards/mimxrt1180_evk_mimxrt1189_cm7.overlay b/boards/shields/p3t1755dp_ard_i3c/boards/mimxrt1180_evk_mimxrt1189_cm7.overlay index a0e26da50f425..2c9b6df5d4564 100644 --- a/boards/shields/p3t1755dp_ard_i3c/boards/mimxrt1180_evk_mimxrt1189_cm7.overlay +++ b/boards/shields/p3t1755dp_ard_i3c/boards/mimxrt1180_evk_mimxrt1189_cm7.overlay @@ -19,9 +19,8 @@ }; &i3c2 { - status = "okay"; - i2c-scl-hz = ; i3c-scl-hz = ; i3c-od-scl-hz = ; + status = "okay"; }; diff --git a/boards/shields/pmod_acl/pmod_acl.overlay b/boards/shields/pmod_acl/pmod_acl.overlay index 9f290496dcd87..910de31452a10 100644 --- a/boards/shields/pmod_acl/pmod_acl.overlay +++ b/boards/shields/pmod_acl/pmod_acl.overlay @@ -14,8 +14,8 @@ reg = <0x0>; spi-max-frequency = ; int2-gpios = <&pmod_header 4 GPIO_ACTIVE_HIGH>; - status = "okay"; odr = ; fifo-watermark = <31>; + status = "okay"; }; }; diff --git a/boards/shields/renesas_us159_da14531evz/renesas_us159_da14531evz.overlay b/boards/shields/renesas_us159_da14531evz/renesas_us159_da14531evz.overlay index e943e75dc0365..150292fcb2d17 100644 --- a/boards/shields/renesas_us159_da14531evz/renesas_us159_da14531evz.overlay +++ b/boards/shields/renesas_us159_da14531evz/renesas_us159_da14531evz.overlay @@ -19,8 +19,8 @@ da1453x { compatible = "renesas,bt-hci-da1453x"; - status = "okay"; reset-gpios = <&pmod_header 5 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; }; diff --git a/boards/shields/reyax_lora/reyax_lora.overlay b/boards/shields/reyax_lora/reyax_lora.overlay index 89dd0611af8c0..bfe0315e7f02c 100644 --- a/boards/shields/reyax_lora/reyax_lora.overlay +++ b/boards/shields/reyax_lora/reyax_lora.overlay @@ -18,7 +18,7 @@ rylr_lora_modem: rylr_lora_modem { compatible = "reyax,rylrxxx"; - status = "okay"; reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; diff --git a/boards/shields/rk043fn02h_ct/rk043fn02h_ct.overlay b/boards/shields/rk043fn02h_ct/rk043fn02h_ct.overlay index 82a08179684c8..1ca40e4d894ed 100644 --- a/boards/shields/rk043fn02h_ct/rk043fn02h_ct.overlay +++ b/boards/shields/rk043fn02h_ct/rk043fn02h_ct.overlay @@ -29,9 +29,12 @@ }; &zephyr_lcdif { - status = "okay"; width = <480>; height = <272>; + pixel-format = ; + data-bus-width = "16-bit"; + backlight-gpios = <&nxp_parallel_lcd_connector 0 GPIO_ACTIVE_HIGH>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; @@ -47,7 +50,4 @@ vsync-active = <0>; clock-frequency = <9210240>; }; - pixel-format = ; - data-bus-width = "16-bit"; - backlight-gpios = <&nxp_parallel_lcd_connector 0 GPIO_ACTIVE_HIGH>; }; diff --git a/boards/shields/rk043fn66hs_ctg/rk043fn66hs_ctg.overlay b/boards/shields/rk043fn66hs_ctg/rk043fn66hs_ctg.overlay index e7489965524de..f942597b1101a 100644 --- a/boards/shields/rk043fn66hs_ctg/rk043fn66hs_ctg.overlay +++ b/boards/shields/rk043fn66hs_ctg/rk043fn66hs_ctg.overlay @@ -30,9 +30,12 @@ }; &zephyr_lcdif { - status = "okay"; width = <480>; height = <272>; + pixel-format = ; + data-bus-width = "16-bit"; + backlight-gpios = <&nxp_parallel_lcd_connector 0 GPIO_ACTIVE_HIGH>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; @@ -48,7 +51,4 @@ vsync-active = <0>; clock-frequency = <9210240>; }; - pixel-format = ; - data-bus-width = "16-bit"; - backlight-gpios = <&nxp_parallel_lcd_connector 0 GPIO_ACTIVE_HIGH>; }; diff --git a/boards/shields/rk055hdmipi4m/rk055hdmipi4m.overlay b/boards/shields/rk055hdmipi4m/rk055hdmipi4m.overlay index d0e7d9fa44379..58727e6646943 100644 --- a/boards/shields/rk055hdmipi4m/rk055hdmipi4m.overlay +++ b/boards/shields/rk055hdmipi4m/rk055hdmipi4m.overlay @@ -37,9 +37,12 @@ }; &zephyr_lcdif { - status = "okay"; width = <720>; height = <1280>; + pixel-format = ; + data-bus-width = "24-bit"; + backlight-gpios = <&nxp_mipi_connector 0 GPIO_ACTIVE_HIGH>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; @@ -60,14 +63,9 @@ */ clock-frequency = <62346240>; }; - pixel-format = ; - data-bus-width = "24-bit"; - backlight-gpios = <&nxp_mipi_connector 0 GPIO_ACTIVE_HIGH>; }; &zephyr_mipi_dsi { - status = "okay"; - nxp,lcdif = <&lcdif>; dpi-color-coding = "24-bit"; dpi-pixel-packet = "24-bit"; dpi-video-mode = "burst"; @@ -78,9 +76,10 @@ * (pixel clock * bits per pixel) / MIPI data lanes */ phy-clock = <748154880>; + nxp,lcdif = <&lcdif>; + status = "okay"; rm68200@0 { - status = "okay"; compatible = "raydium,rm68200"; reg = <0x0>; reset-gpios = <&nxp_mipi_connector 21 GPIO_ACTIVE_HIGH>; @@ -88,5 +87,6 @@ width = <720>; height = <1280>; pixel-format = ; + status = "okay"; }; }; diff --git a/boards/shields/rk055hdmipi4ma0/rk055hdmipi4ma0.overlay b/boards/shields/rk055hdmipi4ma0/rk055hdmipi4ma0.overlay index 10dc5e21ec7aa..832e70036ad6f 100644 --- a/boards/shields/rk055hdmipi4ma0/rk055hdmipi4ma0.overlay +++ b/boards/shields/rk055hdmipi4ma0/rk055hdmipi4ma0.overlay @@ -37,9 +37,12 @@ }; &zephyr_lcdif { - status = "okay"; width = <720>; height = <1280>; + pixel-format = ; + data-bus-width = "24-bit"; + backlight-gpios = <&nxp_mipi_connector 0 GPIO_ACTIVE_HIGH>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; @@ -60,14 +63,9 @@ */ clock-frequency = <62346240>; }; - pixel-format = ; - data-bus-width = "24-bit"; - backlight-gpios = <&nxp_mipi_connector 0 GPIO_ACTIVE_HIGH>; }; &zephyr_mipi_dsi { - status = "okay"; - nxp,lcdif = <&lcdif>; dpi-color-coding = "24-bit"; dpi-pixel-packet = "24-bit"; dpi-video-mode = "burst"; @@ -78,9 +76,10 @@ * (pixel clock * bits per pixel) / MIPI data lanes */ phy-clock = <748154880>; + nxp,lcdif = <&lcdif>; + status = "okay"; hx8394-rk055hdmipi4ma0@0 { - status = "okay"; compatible = "himax,hx8394"; reg = <0x0>; reset-gpios = <&nxp_mipi_connector 21 GPIO_ACTIVE_HIGH>; @@ -88,5 +87,6 @@ width = <720>; height = <1280>; pixel-format = ; + status = "okay"; }; }; diff --git a/boards/shields/rtk7eka6m3b00001bu/boards/ek_ra8d1.overlay b/boards/shields/rtk7eka6m3b00001bu/boards/ek_ra8d1.overlay index 6ccf2760e276f..5df1bc162f6d6 100644 --- a/boards/shields/rtk7eka6m3b00001bu/boards/ek_ra8d1.overlay +++ b/boards/shields/rtk7eka6m3b00001bu/boards/ek_ra8d1.overlay @@ -64,10 +64,10 @@ }; &iic1 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; clock-frequency = ; pinctrl-0 = <&iic1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/shields/rtk7eka6m3b00001bu/rtk7eka6m3b00001bu.overlay b/boards/shields/rtk7eka6m3b00001bu/rtk7eka6m3b00001bu.overlay index 23b398f2893fd..54e45c8efd68c 100644 --- a/boards/shields/rtk7eka6m3b00001bu/rtk7eka6m3b00001bu.overlay +++ b/boards/shields/rtk7eka6m3b00001bu/rtk7eka6m3b00001bu.overlay @@ -32,11 +32,12 @@ }; &zephyr_lcdif { - status = "okay"; width = <480>; height = <272>; input-pixel-format = ; output-pixel-format = ; + backlight-gpios = <&lcd_expansion_rtk7eka6m3b00001bu 39 GPIO_ACTIVE_HIGH>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; @@ -51,5 +52,4 @@ hfront-porch = <4>; vfront-porch = <35>; }; - backlight-gpios = <&lcd_expansion_rtk7eka6m3b00001bu 39 GPIO_ACTIVE_HIGH>; }; diff --git a/boards/shields/rtklcdpar1s00001be/rtklcdpar1s00001be.overlay b/boards/shields/rtklcdpar1s00001be/rtklcdpar1s00001be.overlay index 1c52b2efe078e..ee5c3222366af 100644 --- a/boards/shields/rtklcdpar1s00001be/rtklcdpar1s00001be.overlay +++ b/boards/shields/rtklcdpar1s00001be/rtklcdpar1s00001be.overlay @@ -28,12 +28,12 @@ }; &zephyr_lcdif { - status = "okay"; width = <1024>; height = <600>; input-pixel-format = ; output-pixel-format = ; backlight-gpios = <&renesas_parallel_graphics_connector 1 GPIO_ACTIVE_HIGH>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; diff --git a/boards/shields/rtkmipilcdb00000be/boards/ek_ra8d1.overlay b/boards/shields/rtkmipilcdb00000be/boards/ek_ra8d1.overlay index 70e2a1817dd07..ad6f2973a1082 100644 --- a/boards/shields/rtkmipilcdb00000be/boards/ek_ra8d1.overlay +++ b/boards/shields/rtkmipilcdb00000be/boards/ek_ra8d1.overlay @@ -16,12 +16,12 @@ }; &iic1 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; clock-frequency = ; pinctrl-0 = <&iic1_default>; pinctrl-names = "default"; + status = "okay"; }; &zephyr_lcdif { @@ -29,7 +29,6 @@ }; &mipi_dsi { - status = "okay"; pll-div = <1>; pll-mul-int = <50>; pll-mul-frac = "0.00"; @@ -37,6 +36,7 @@ ulps-wakeup-period = <97>; video-mode-delay = <186>; timing = <1183 11 26 40>; + status = "okay"; phys-timing { t-init = <71999>; diff --git a/boards/shields/rtkmipilcdb00000be/rtkmipilcdb00000be.overlay b/boards/shields/rtkmipilcdb00000be/rtkmipilcdb00000be.overlay index 1ffa2e9f4b5a3..6324e66ee7caf 100644 --- a/boards/shields/rtkmipilcdb00000be/rtkmipilcdb00000be.overlay +++ b/boards/shields/rtkmipilcdb00000be/rtkmipilcdb00000be.overlay @@ -32,22 +32,23 @@ status = "okay"; ili9806e: ili9806e@0 { - status = "okay"; compatible = "ilitek,ili9806e-dsi"; reg = <0x0>; height = <854>; width = <480>; data-lanes = <2>; pixel-format = ; + status = "okay"; }; }; &zephyr_lcdif { - status = "okay"; width = <480>; height = <854>; input-pixel-format = ; output-pixel-format = ; + backlight-gpios = <&renesas_mipi_connector 15 GPIO_ACTIVE_HIGH>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; @@ -62,5 +63,4 @@ hfront-porch = <72>; vfront-porch = <17>; }; - backlight-gpios = <&renesas_mipi_connector 15 GPIO_ACTIVE_HIGH>; }; diff --git a/boards/shields/seeed_xiao_expansion_board/seeed_xiao_expansion_board.overlay b/boards/shields/seeed_xiao_expansion_board/seeed_xiao_expansion_board.overlay index ac33ce99074ab..2a3fa99190c9b 100644 --- a/boards/shields/seeed_xiao_expansion_board/seeed_xiao_expansion_board.overlay +++ b/boards/shields/seeed_xiao_expansion_board/seeed_xiao_expansion_board.overlay @@ -52,12 +52,13 @@ }; &xiao_spi { - status = "okay"; cs-gpios = <&xiao_d 2 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; + spi-max-frequency = <24000000>; status = "okay"; mmc { @@ -65,6 +66,5 @@ disk-name = "SD"; status = "okay"; }; - spi-max-frequency = <24000000>; }; }; diff --git a/boards/shields/seeed_xiao_round_display/seeed_xiao_round_display.overlay b/boards/shields/seeed_xiao_round_display/seeed_xiao_round_display.overlay index 429b8471c6904..af9d3b56edc2d 100644 --- a/boards/shields/seeed_xiao_round_display/seeed_xiao_round_display.overlay +++ b/boards/shields/seeed_xiao_round_display/seeed_xiao_round_display.overlay @@ -38,7 +38,6 @@ #size-cells = <0>; gc9a01_xiao_round_display: gc9a01@0 { - status = "okay"; compatible = "galaxycore,gc9x01x"; reg = <0>; mipi-max-frequency = ; @@ -46,6 +45,7 @@ width = <240>; height = <240>; display-inversion; + status = "okay"; }; }; }; @@ -66,26 +66,27 @@ clock-frequency = ; pcf8563_xiao_round_display: pcf8563@51 { - status = "okay"; compatible = "nxp,pcf8563"; reg = <0x51>; + status = "okay"; }; chsc6x_xiao_round_display: chsc6x@2e { - status = "okay"; compatible = "chipsemi,chsc6x"; reg = <0x2e>; irq-gpios = <&xiao_d 7 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; &xiao_spi { - status = "okay"; cs-gpios = <&xiao_d 1 GPIO_ACTIVE_LOW>, <&xiao_d 2 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc_xiao_round_display: sdhc@1 { compatible = "zephyr,sdhc-spi-slot"; reg = <1>; + spi-max-frequency = ; status = "okay"; mmc { @@ -93,6 +94,5 @@ disk-name = "SD"; status = "okay"; }; - spi-max-frequency = ; }; }; diff --git a/boards/shields/semtech_sx1262mb2das/semtech_sx1262mb2das.overlay b/boards/shields/semtech_sx1262mb2das/semtech_sx1262mb2das.overlay index d7dea3f076c5b..d132afe104921 100644 --- a/boards/shields/semtech_sx1262mb2das/semtech_sx1262mb2das.overlay +++ b/boards/shields/semtech_sx1262mb2das/semtech_sx1262mb2das.overlay @@ -12,9 +12,8 @@ }; &arduino_spi { - status = "okay"; - cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_LOW>; + status = "okay"; lora_semtech_sx1262mb2das: sx1262@0 { compatible = "semtech,sx1262"; diff --git a/boards/shields/semtech_sx1272mb2das/semtech_sx1272mb2das.overlay b/boards/shields/semtech_sx1272mb2das/semtech_sx1272mb2das.overlay index 3c17e7e42505e..9d712f156a2de 100644 --- a/boards/shields/semtech_sx1272mb2das/semtech_sx1272mb2das.overlay +++ b/boards/shields/semtech_sx1272mb2das/semtech_sx1272mb2das.overlay @@ -13,9 +13,8 @@ }; &arduino_spi { - status = "okay"; - cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; lora_semtech_sx1272mb2das: lora@0 { compatible = "semtech,sx1272"; diff --git a/boards/shields/semtech_sx1276mb1mas/semtech_sx1276mb1mas.overlay b/boards/shields/semtech_sx1276mb1mas/semtech_sx1276mb1mas.overlay index e915c70a1928d..062eafe64199b 100644 --- a/boards/shields/semtech_sx1276mb1mas/semtech_sx1276mb1mas.overlay +++ b/boards/shields/semtech_sx1276mb1mas/semtech_sx1276mb1mas.overlay @@ -13,9 +13,8 @@ }; &arduino_spi { - status = "okay"; - cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; lora_semtech_sx1276mb1mas: lora@0 { compatible = "semtech,sx1276"; diff --git a/boards/shields/sparkfun_carrier_asset_tracker/sparkfun_carrier_asset_tracker.overlay b/boards/shields/sparkfun_carrier_asset_tracker/sparkfun_carrier_asset_tracker.overlay index c090c609a7d0b..db373ea2554cb 100644 --- a/boards/shields/sparkfun_carrier_asset_tracker/sparkfun_carrier_asset_tracker.overlay +++ b/boards/shields/sparkfun_carrier_asset_tracker/sparkfun_carrier_asset_tracker.overlay @@ -25,13 +25,14 @@ }; µmod_0_spi { - status = "okay"; /* G0 (SD_CS) */ cs-gpios = <µmod_header 5 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; + spi-max-frequency = ; status = "okay"; mmc { @@ -39,7 +40,6 @@ disk-name = "SD"; status = "okay"; }; - spi-max-frequency = ; }; }; diff --git a/boards/shields/sparkfun_environmental_combo/sparkfun_environmental_combo.overlay b/boards/shields/sparkfun_environmental_combo/sparkfun_environmental_combo.overlay index cc4eaf4973e84..47930ad035dbb 100644 --- a/boards/shields/sparkfun_environmental_combo/sparkfun_environmental_combo.overlay +++ b/boards/shields/sparkfun_environmental_combo/sparkfun_environmental_combo.overlay @@ -8,14 +8,14 @@ status = "okay"; sparkfun_ens160: ens160@53 { - status = "okay"; compatible = "sciosense,ens160"; reg = <0x53>; + status = "okay"; }; sparkfun_bme280: bme280@77 { - status = "okay"; compatible = "bosch,bme280"; reg = <0x77>; + status = "okay"; }; }; diff --git a/boards/shields/sparkfun_rv8803/sparkfun_rv8803.overlay b/boards/shields/sparkfun_rv8803/sparkfun_rv8803.overlay index 8867aacbac45c..ad626f0ffa812 100644 --- a/boards/shields/sparkfun_rv8803/sparkfun_rv8803.overlay +++ b/boards/shields/sparkfun_rv8803/sparkfun_rv8803.overlay @@ -14,8 +14,8 @@ status = "okay"; sparkfun_rv8803: rv8803@32 { - status = "okay"; compatible = "microcrystal,rv8803"; reg = <0x32>; + status = "okay"; }; }; diff --git a/boards/shields/sparkfun_shtc3/sparkfun_shtc3.overlay b/boards/shields/sparkfun_shtc3/sparkfun_shtc3.overlay index 27527215bbc91..acdc99a8533ad 100644 --- a/boards/shields/sparkfun_shtc3/sparkfun_shtc3.overlay +++ b/boards/shields/sparkfun_shtc3/sparkfun_shtc3.overlay @@ -14,10 +14,10 @@ status = "okay"; sparkfun_shtc3: shtc3@70 { - status = "okay"; compatible = "sensirion,shtc3", "sensirion,shtcx"; reg = <0x70>; measure-mode = "normal"; clock-stretching; + status = "okay"; }; }; diff --git a/boards/shields/st7735r/st7735r_ada_160x128.overlay b/boards/shields/st7735r/st7735r_ada_160x128.overlay index c72bb53d406fe..03f69908f26a3 100644 --- a/boards/shields/st7735r/st7735r_ada_160x128.overlay +++ b/boards/shields/st7735r/st7735r_ada_160x128.overlay @@ -22,9 +22,9 @@ st7735r_st7735r_ada_160x128: st7735r@0 { compatible = "sitronix,st7735r"; + reg = <0>; mipi-max-frequency = <20000000>; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; - reg = <0>; width = <160>; height = <128>; x-offset = <0>; @@ -47,6 +47,6 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/shields/st7789v_generic/st7789v_tl019fqv01.overlay b/boards/shields/st7789v_generic/st7789v_tl019fqv01.overlay index 09f65e682343d..b308792139ba0 100644 --- a/boards/shields/st7789v_generic/st7789v_tl019fqv01.overlay +++ b/boards/shields/st7789v_generic/st7789v_tl019fqv01.overlay @@ -22,8 +22,8 @@ st7789v_st7789v_tl019fqv01: st7789v@0 { compatible = "sitronix,st7789v"; - mipi-max-frequency = <20000000>; reg = <0>; + mipi-max-frequency = <20000000>; width = <320>; height = <170>; x-offset = <0>; @@ -49,6 +49,6 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/shields/st7789v_generic/st7789v_waveshare_240x240.overlay b/boards/shields/st7789v_generic/st7789v_waveshare_240x240.overlay index bed545e1cc7ff..d8c460ef5e8aa 100644 --- a/boards/shields/st7789v_generic/st7789v_waveshare_240x240.overlay +++ b/boards/shields/st7789v_generic/st7789v_waveshare_240x240.overlay @@ -24,8 +24,8 @@ st7789v_st7789v_waveshare_240x240: st7789v@0 { compatible = "sitronix,st7789v"; - mipi-max-frequency = <20000000>; reg = <0>; + mipi-max-frequency = <20000000>; width = <240>; height = <240>; x-offset = <0>; @@ -51,6 +51,6 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; }; diff --git a/boards/shields/st_b_cams_imx_mb1854/st_b_cams_imx_mb1854.overlay b/boards/shields/st_b_cams_imx_mb1854/st_b_cams_imx_mb1854.overlay index 5399867bfc737..88edf980365aa 100644 --- a/boards/shields/st_b_cams_imx_mb1854/st_b_cams_imx_mb1854.overlay +++ b/boards/shields/st_b_cams_imx_mb1854/st_b_cams_imx_mb1854.overlay @@ -33,8 +33,8 @@ &csi_i2c { imx335: camera@1a { compatible = "sony,imx335"; - clocks = <&imx335_input_clock>; reg = <0x1a>; + clocks = <&imx335_input_clock>; reset-gpios = <&csi_connector CSI_IO0 GPIO_ACTIVE_LOW>; port { diff --git a/boards/shields/st_b_cams_omv_mb1683/boards/stm32h7b3i_dk.overlay b/boards/shields/st_b_cams_omv_mb1683/boards/stm32h7b3i_dk.overlay index 1bf3123c3b8e7..5dd1f8c2ae499 100644 --- a/boards/shields/st_b_cams_omv_mb1683/boards/stm32h7b3i_dk.overlay +++ b/boards/shields/st_b_cams_omv_mb1683/boards/stm32h7b3i_dk.overlay @@ -8,8 +8,8 @@ &st_cam_i2c { pinctrl-0 = <&i2c4_scl_pd12 &i2c4_sda_pd13>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &st_cam_dvp { diff --git a/boards/shields/st_b_cams_omv_mb1683/st_b_cams_omv_mb1683.overlay b/boards/shields/st_b_cams_omv_mb1683/st_b_cams_omv_mb1683.overlay index d760f240f5976..c4844fb664c05 100644 --- a/boards/shields/st_b_cams_omv_mb1683/st_b_cams_omv_mb1683.overlay +++ b/boards/shields/st_b_cams_omv_mb1683/st_b_cams_omv_mb1683.overlay @@ -17,9 +17,9 @@ ov5640: ov5640@3c { compatible = "ovti,ov5640"; reg = <0x3c>; - status = "okay"; reset-gpios = <&dcmi_camera_connector 5 GPIO_ACTIVE_LOW>; powerdown-gpios = <&dcmi_camera_connector 6 GPIO_ACTIVE_HIGH>; + status = "okay"; port { ov5640_ep_out: endpoint { diff --git a/boards/shields/st_b_lcd40_dsi1_mb1166/boards/st_b_lcd40_dsi1_mb1166_a09/stm32h747i_disco_stm32h747xx_m7.overlay b/boards/shields/st_b_lcd40_dsi1_mb1166/boards/st_b_lcd40_dsi1_mb1166_a09/stm32h747i_disco_stm32h747xx_m7.overlay index 3710329ee9ab4..086a20b458761 100644 --- a/boards/shields/st_b_lcd40_dsi1_mb1166/boards/st_b_lcd40_dsi1_mb1166_a09/stm32h747i_disco_stm32h747xx_m7.overlay +++ b/boards/shields/st_b_lcd40_dsi1_mb1166/boards/st_b_lcd40_dsi1_mb1166_a09/stm32h747i_disco_stm32h747xx_m7.overlay @@ -5,8 +5,8 @@ */ &zephyr_mipi_dsi { - status = "okay"; loosely-packed; largest-packet-size = <64>; bta-ack-disable; + status = "okay"; }; diff --git a/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.overlay b/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.overlay index 7364eec97a2af..b26e820236044 100644 --- a/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.overlay +++ b/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.overlay @@ -10,26 +10,25 @@ }; &zephyr_lcd_controller { - status = "okay"; ext-sdram = <&sdram2>; def-back-color-red = <0>; def-back-color-green = <0>; def-back-color-blue = <0>; + status = "okay"; }; /* ltdc uses pll3_r as pixel clock */ &pll3 { - status = "okay"; clocks = <&clk_hse>; div-m = <5>; mul-n = <132>; div-p = <2>; div-q = <2>; div-r = <24>; /* 27.5 MHz */ + status = "okay"; }; &zephyr_mipi_dsi { - status = "okay"; /* DSI HOST dedicated PLL * F_VCO = CLK_IN / pll-idf * 2 * pll-ndiv @@ -43,4 +42,5 @@ vs-active-high; hs-active-high; de-active-high; + status = "okay"; }; diff --git a/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.overlay b/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.overlay index b7d8856e986d7..aad029a83094b 100644 --- a/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.overlay +++ b/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.overlay @@ -11,26 +11,25 @@ }; &zephyr_lcd_controller { - status = "okay"; ext-sdram = <&sdram2>; def-back-color-red = <0>; def-back-color-green = <0>; def-back-color-blue = <0>; + status = "okay"; }; /* ltdc uses pll3_r as pixel clock */ &pll3 { - status = "okay"; clocks = <&clk_hse>; div-m = <5>; mul-n = <132>; div-p = <2>; div-q = <2>; div-r = <24>; /* 27.5 MHz */ + status = "okay"; }; &zephyr_mipi_dsi { - status = "okay"; /* DSI HOST dedicated PLL * F_VCO = CLK_IN / pll-idf * 2 * pll-ndiv @@ -44,4 +43,5 @@ vs-active-high; hs-active-high; de-active-high; + status = "okay"; }; diff --git a/boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166.overlay b/boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166.overlay index 5477fefbf9ef3..cca8bb9f02fe0 100644 --- a/boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166.overlay +++ b/boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166.overlay @@ -22,7 +22,6 @@ status = "okay"; otm8009a: otm8009a@0 { - status = "okay"; compatible = "orisetech,otm8009a"; reg = <0x0>; height = <800>; @@ -32,14 +31,15 @@ data-lanes = <2>; pixel-format = ; rotation = <90>; + status = "okay"; }; }; &zephyr_lcd_controller { - status = "okay"; width = <800>; height = <480>; pixel-format = ; + status = "okay"; /* orisetech, otm8009a */ display-timings { diff --git a/boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166_a09.overlay b/boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166_a09.overlay index a3383b2174cf4..31e6cf4b0b8fb 100644 --- a/boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166_a09.overlay +++ b/boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166_a09.overlay @@ -22,7 +22,6 @@ status = "okay"; nt35510: nt35510@0 { - status = "okay"; compatible = "frida,nt35510"; reg = <0x0>; height = <800>; @@ -32,14 +31,15 @@ data-lanes = <2>; pixel-format = ; rotation = <90>; + status = "okay"; }; }; &zephyr_lcd_controller { - status = "okay"; width = <800>; height = <480>; pixel-format = ; + status = "okay"; /* frida, nt35510 */ display-timings { diff --git a/boards/shields/st_stm32f4dis_cam/st_stm32f4dis_cam.overlay b/boards/shields/st_stm32f4dis_cam/st_stm32f4dis_cam.overlay index f1e16a339a0ff..833af4e308e34 100644 --- a/boards/shields/st_stm32f4dis_cam/st_stm32f4dis_cam.overlay +++ b/boards/shields/st_stm32f4dis_cam/st_stm32f4dis_cam.overlay @@ -37,18 +37,18 @@ #define MCO1_PRE_DIV_4 2 &mco1 { - status = "okay"; clocks = <&rcc STM32_SRC_SYSCLK MCO1_SEL(MCO1_SEL_SYSCLK)>; prescaler = ; pinctrl-0 = <&rcc_mco_pa8>; pinctrl-names = "default"; + status = "okay"; }; &st_cam_dvp { - status = "okay"; /* DMA config is already hardcoded within the DCMI driver */ dmas = <&dma2 5 0 0>; + status = "okay"; port { dcmi_ep_in: endpoint { diff --git a/boards/shields/tcan4550evm/tcan4550evm.overlay b/boards/shields/tcan4550evm/tcan4550evm.overlay index eb8d770bfe316..0e157ba95b16d 100644 --- a/boards/shields/tcan4550evm/tcan4550evm.overlay +++ b/boards/shields/tcan4550evm/tcan4550evm.overlay @@ -14,15 +14,14 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; + status = "okay"; tcan4x5x_tcan4550evm: can@0 { compatible = "ti,tcan4x5x"; reg = <0>; /* reduced spi-max-frequency to accommodate flywire connections */ spi-max-frequency = <2000000>; - status = "okay"; clock-frequency = <40000000>; device-state-gpios = <&arduino_header ARDUINO_HEADER_R3_D6 GPIO_ACTIVE_HIGH>; device-wake-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>; @@ -30,6 +29,7 @@ int-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_LOW>; bosch,mram-cfg = <0x0 15 15 7 7 0 10 10>; status = "okay"; + status = "okay"; can-transceiver { max-bitrate = <8000000>; diff --git a/boards/shields/waveshare_epaper/dts/waveshare_epaper_common.dtsi b/boards/shields/waveshare_epaper/dts/waveshare_epaper_common.dtsi index 351cd046fad72..c93e873b7f2bb 100644 --- a/boards/shields/waveshare_epaper/dts/waveshare_epaper_common.dtsi +++ b/boards/shields/waveshare_epaper/dts/waveshare_epaper_common.dtsi @@ -7,15 +7,15 @@ #include &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>, <&arduino_header ARDUINO_HEADER_R3_D4 GPIO_ACTIVE_LOW>; + status = "okay"; waveshare_epaper_sdhc: sdhc@1 { compatible = "zephyr,sdhc-spi-slot"; reg = <1>; - status = "okay"; spi-max-frequency = <24000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; diff --git a/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0154a07.overlay b/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0154a07.overlay index a1274fd8efbf5..1b93d21a5cc12 100644 --- a/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0154a07.overlay +++ b/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0154a07.overlay @@ -22,8 +22,8 @@ ssd16xx_waveshare_epaper_gdeh0154a07: ssd16xxfb@0 { compatible = "gooddisplay,gdeh0154a07", "solomon,ssd1681"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <200>; height = <200>; busy-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>; diff --git a/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b1.overlay b/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b1.overlay index 0bd9a4a276c50..8e40edbdf9c8d 100644 --- a/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b1.overlay +++ b/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b1.overlay @@ -22,8 +22,8 @@ ssd16xx_waveshare_epaper_gdeh0213b1: ssd16xxfb@0 { compatible = "gooddisplay,gdeh0213b1", "solomon,ssd1673"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <250>; height = <120>; busy-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>; diff --git a/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b72.overlay b/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b72.overlay index 247ab55152e37..a93f4553a2bc8 100644 --- a/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b72.overlay +++ b/boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b72.overlay @@ -22,8 +22,8 @@ ssd16xx_waveshare_epaper_gdeh0213b72: ssd16xxfb@0 { compatible = "gooddisplay,gdeh0213b72", "solomon,ssd1675a"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <250>; height = <120>; busy-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>; diff --git a/boards/shields/waveshare_epaper/waveshare_epaper_gdeh029a1.overlay b/boards/shields/waveshare_epaper/waveshare_epaper_gdeh029a1.overlay index 6dcfc0615ada8..ad17d4beb49da 100644 --- a/boards/shields/waveshare_epaper/waveshare_epaper_gdeh029a1.overlay +++ b/boards/shields/waveshare_epaper/waveshare_epaper_gdeh029a1.overlay @@ -22,8 +22,8 @@ ssd16xx_waveshare_epaper_gdeh029a1: ssd16xxfb@0 { compatible = "gooddisplay,gdeh029a1", "solomon,ssd1608"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <296>; height = <128>; busy-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>; diff --git a/boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2-p.overlay b/boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2-p.overlay index 7cdc0d8611e4f..f8ab1b5fa45b7 100644 --- a/boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2-p.overlay +++ b/boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2-p.overlay @@ -27,8 +27,8 @@ */ uc8176_waveshare_epaper_gdew042t2_p: uc8176@0 { compatible = "gooddisplay,gdew042t2", "ultrachip,uc8176"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <400>; height = <300>; busy-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_LOW>; diff --git a/boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2.overlay b/boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2.overlay index c92c580e3a420..b90327a067eff 100644 --- a/boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2.overlay +++ b/boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2.overlay @@ -22,8 +22,8 @@ uc8176_waveshare_epaper_gdew042t2: uc8176@0 { compatible = "gooddisplay,gdew042t2", "ultrachip,uc8176"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <400>; height = <300>; busy-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_LOW>; diff --git a/boards/shields/waveshare_epaper/waveshare_epaper_gdew075t7.overlay b/boards/shields/waveshare_epaper/waveshare_epaper_gdew075t7.overlay index f78a64de90709..689e0141e5839 100644 --- a/boards/shields/waveshare_epaper/waveshare_epaper_gdew075t7.overlay +++ b/boards/shields/waveshare_epaper/waveshare_epaper_gdew075t7.overlay @@ -23,8 +23,8 @@ uc8179_waveshare_epaper_gdew075t7: uc8179@0 { compatible = "gooddisplay,gdew075t7", "ultrachip,uc8179"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <800>; height = <480>; busy-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_LOW>; diff --git a/boards/shields/waveshare_epaper/waveshare_epaper_gdey0213b74.overlay b/boards/shields/waveshare_epaper/waveshare_epaper_gdey0213b74.overlay index a22a1cbecef80..be1bf85724340 100644 --- a/boards/shields/waveshare_epaper/waveshare_epaper_gdey0213b74.overlay +++ b/boards/shields/waveshare_epaper/waveshare_epaper_gdey0213b74.overlay @@ -22,8 +22,8 @@ ssd16xx_waveshare_epaper_gdey0213b74: ssd16xxfb@0 { compatible = "gooddisplay,gdey0213b74", "solomon,ssd1680"; - mipi-max-frequency = <4000000>; reg = <0>; + mipi-max-frequency = <4000000>; width = <250>; height = <122>; busy-gpios = <&arduino_header ARDUINO_HEADER_R3_D7 GPIO_ACTIVE_HIGH>; diff --git a/boards/shields/waveshare_ups/waveshare_pico_ups_b.overlay b/boards/shields/waveshare_ups/waveshare_pico_ups_b.overlay index 341927d1dd1e4..29e4bcbf65bb5 100644 --- a/boards/shields/waveshare_ups/waveshare_pico_ups_b.overlay +++ b/boards/shields/waveshare_ups/waveshare_pico_ups_b.overlay @@ -6,7 +6,6 @@ &pico_i2c1 { waveshare_pico_ups: ina219@43 { - status = "okay"; compatible = "ti,ina219"; reg = <0x43>; brng = <1>; @@ -15,5 +14,6 @@ badc = <12>; shunt-milliohm = <100>; lsb-microamp = <20>; + status = "okay"; }; }; diff --git a/boards/shields/weact_ov2640_cam_module/boards/mini_stm32h743.overlay b/boards/shields/weact_ov2640_cam_module/boards/mini_stm32h743.overlay index d5070ff5380f3..b67aa1acfd87f 100644 --- a/boards/shields/weact_ov2640_cam_module/boards/mini_stm32h743.overlay +++ b/boards/shields/weact_ov2640_cam_module/boards/mini_stm32h743.overlay @@ -30,11 +30,11 @@ #define MCO1_PRE_DIV_4 4 &mco1 { - status = "okay"; clocks = <&rcc STM32_SRC_HSI48 MCO1_SEL(MCO1_SEL_HSI48)>; prescaler = ; pinctrl-0 = <&rcc_mco_1_pa8>; pinctrl-names = "default"; + status = "okay"; }; &zephyr_camera_i2c { diff --git a/boards/shields/weact_ov2640_cam_module/weact_ov2640_cam_module.overlay b/boards/shields/weact_ov2640_cam_module/weact_ov2640_cam_module.overlay index 5b0eb2abdbb41..f83684e63a9c7 100644 --- a/boards/shields/weact_ov2640_cam_module/weact_ov2640_cam_module.overlay +++ b/boards/shields/weact_ov2640_cam_module/weact_ov2640_cam_module.overlay @@ -11,8 +11,8 @@ }; &zephyr_camera_i2c { - status = "okay"; clock-frequency = ; + status = "okay"; ov2640: ov2640@30 { compatible = "ovti,ov2640"; diff --git a/boards/shields/wnc_m14a2a/boards/frdm_k64f.overlay b/boards/shields/wnc_m14a2a/boards/frdm_k64f.overlay index f7c05bce52d2b..bbf335a78f8be 100644 --- a/boards/shields/wnc_m14a2a/boards/frdm_k64f.overlay +++ b/boards/shields/wnc_m14a2a/boards/frdm_k64f.overlay @@ -17,12 +17,12 @@ status = "okay"; wnc_m14a2a: wncm14a2a { - status = "okay"; compatible = "wnc,m14a2a"; mdm-boot-mode-sel-gpios = <&arduino_header ARDUINO_HEADER_R3_D1 GPIO_ACTIVE_HIGH>; mdm-power-gpios = <&arduino_header ARDUINO_HEADER_R3_D2 GPIO_ACTIVE_LOW>; mdm-keep-awake-gpios = <&arduino_header ARDUINO_HEADER_R3_D6 GPIO_ACTIVE_HIGH>; mdm-reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_HIGH>; mdm-shld-trans-ena-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/shields/wnc_m14a2a/boards/nrf52840dk_nrf52840.overlay b/boards/shields/wnc_m14a2a/boards/nrf52840dk_nrf52840.overlay index 45eaf24a5d5cd..b8f64d73a5969 100644 --- a/boards/shields/wnc_m14a2a/boards/nrf52840dk_nrf52840.overlay +++ b/boards/shields/wnc_m14a2a/boards/nrf52840dk_nrf52840.overlay @@ -34,19 +34,19 @@ &uart1 { current-speed = <115200>; hw-flow-control; - status = "okay"; pinctrl-0 = <&uart1_default_alt>; pinctrl-1 = <&uart1_sleep_alt>; pinctrl-names = "default", "sleep"; + status = "okay"; wnc_m14a2a: wncm14a2a { - status = "okay"; compatible = "wnc,m14a2a"; mdm-boot-mode-sel-gpios = <&arduino_header ARDUINO_HEADER_R3_D1 GPIO_ACTIVE_HIGH>; mdm-power-gpios = <&arduino_header ARDUINO_HEADER_R3_D2 GPIO_ACTIVE_LOW>; mdm-keep-awake-gpios = <&arduino_header ARDUINO_HEADER_R3_D6 GPIO_ACTIVE_HIGH>; mdm-reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_HIGH>; mdm-shld-trans-ena-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/shields/x_nucleo_eeprma2/x_nucleo_eeprma2.overlay b/boards/shields/x_nucleo_eeprma2/x_nucleo_eeprma2.overlay index 054c2095913df..8c6cf25798643 100644 --- a/boards/shields/x_nucleo_eeprma2/x_nucleo_eeprma2.overlay +++ b/boards/shields/x_nucleo_eeprma2/x_nucleo_eeprma2.overlay @@ -16,8 +16,8 @@ }; &arduino_i2c { - status = "okay"; clock-frequency = ; + status = "okay"; eeprom0_x_nucleo_eeprma2: eeprom@54 { /* M24C02-FMC6TG aka U1 (2 kbit eeprom in DFN8 package) */ @@ -62,24 +62,10 @@ }; &arduino_spi { - status = "okay"; cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D2 GPIO_ACTIVE_LOW>, /* U5: eeprom4 */ <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_LOW>, /* U6: eeprom5 */ <&arduino_header ARDUINO_HEADER_R3_D10 GPIO_ACTIVE_LOW>; /* U7: eeprom6 */ - - /* - * All chip select pins have an on board 10k pull-up resistor to VCC, - * and are connected to their respective arduino pins via a normally - * closed solder bridge. - * - * All hold pins are connected to VCC with a 10k pull-up, and - * have a connection to arduino pin A3 on CN8 via an open solder bridge. - * - * All write-protect pins are connected to J11 with a 10k pull-up - * resistor. Where they can either be torn to VCC or GND. - * Additionally they are connected to arduino pin A0 on CN8 - * via an open solder bridge. - */ + status = "okay"; eeprom4_x_nucleo_eeprma2: eeprom_m95040@0 { /* M95040-RMC6TG aka U5 (4 kbit eeprom in DFN8 package) */ @@ -124,5 +110,19 @@ /* wp-gpios = <&arduino_header ARDUINO_HEADER_R3_A0 GPIO_ACTIVE_LOW>; */ }; + /* + * All chip select pins have an on board 10k pull-up resistor to VCC, + * and are connected to their respective arduino pins via a normally + * closed solder bridge. + * + * All hold pins are connected to VCC with a 10k pull-up, and + * have a connection to arduino pin A3 on CN8 via an open solder bridge. + * + * All write-protect pins are connected to J11 with a 10k pull-up + * resistor. Where they can either be torn to VCC or GND. + * Additionally they are connected to arduino pin A0 on CN8 + * via an open solder bridge. + */ + /* U8: unpopulated SO8N footprint for any M95 SPI EEPROM */ }; diff --git a/boards/shields/x_nucleo_gfx01m2/x_nucleo_gfx01m2.overlay b/boards/shields/x_nucleo_gfx01m2/x_nucleo_gfx01m2.overlay index 9a302a2c0e46a..abca53e030e8d 100644 --- a/boards/shields/x_nucleo_gfx01m2/x_nucleo_gfx01m2.overlay +++ b/boards/shields/x_nucleo_gfx01m2/x_nucleo_gfx01m2.overlay @@ -64,13 +64,13 @@ ili9341: ili9341@0 { compatible = "ilitek,ili9341"; + reg = <0>; mipi-max-frequency = ; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; /* Transmit on falling edge to avoid tearing, since display * reads pixels faster than we can transfer. */ te-mode = "MIPI_DBI_TE_FALLING_EDGE"; - reg = <0>; width = <240>; height = <320>; rotation = <180>; From cbe936cf579e97dfe54d48ac7f47203baef1ef18 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:03 +0200 Subject: [PATCH 115/142] devicetree: format files in boards/sifive Applying dts-linter results for format files in boards/sifive Signed-off-by: Kyle Micallef Bonnici --- boards/sifive/hifive1/hifive1.dts | 16 ++++++++-------- boards/sifive/hifive1/hifive1_revb.dts | 6 +++--- .../hifive_unleashed/hifive_unleashed.dtsi | 6 +++--- .../hifive_unmatched/hifive_unmatched.dtsi | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/boards/sifive/hifive1/hifive1.dts b/boards/sifive/hifive1/hifive1.dts index 108d86fa9b27b..c0bfb0de729a4 100644 --- a/boards/sifive/hifive1/hifive1.dts +++ b/boards/sifive/hifive1/hifive1.dts @@ -9,8 +9,8 @@ #include "hifive1-pinctrl.dtsi" / { - model = "SiFive HiFive 1"; compatible = "sifive,hifive1"; + model = "SiFive HiFive 1"; aliases { led0 = &led0; @@ -102,10 +102,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; + status = "okay"; }; /* disabled (used by Flash ROM by default) */ @@ -114,19 +114,19 @@ flash0: flash@0 { compatible = "issi,is25lp128", "jedec,spi-nor"; - status = "disabled"; + reg = <0>; size = <134217728>; jedec-id = [96 60 18]; - reg = <0>; spi-max-frequency = <133000000>; + status = "disabled"; }; }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_cs0_default &spi1_cs2_default &spi1_cs3_default &spi1_mosi_default &spi1_miso_default &spi1_sck_default>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { @@ -138,20 +138,20 @@ }; &pwm1 { - status = "okay"; pinctrl-0 = <&pwm1_1_default &pwm1_2_default &pwm1_3_default>; pinctrl-names = "default"; + status = "okay"; }; &pwm2 { - status = "okay"; pinctrl-0 = <&pwm2_1_default &pwm2_2_default &pwm2_3_default>; pinctrl-names = "default"; + status = "okay"; }; arduino_i2c: &i2c0 { - status = "okay"; clock-frequency = <100000>; pinctrl-0 = <&i2c0_0_default &i2c0_1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/sifive/hifive1/hifive1_revb.dts b/boards/sifive/hifive1/hifive1_revb.dts index ceb6afa0cbb1e..5f0e2ae3717e9 100644 --- a/boards/sifive/hifive1/hifive1_revb.dts +++ b/boards/sifive/hifive1/hifive1_revb.dts @@ -7,13 +7,13 @@ #include "hifive1.dts" / { - model = "SiFive HiFive 1 Rev. B"; compatible = "sifive,hifive1_revb"; + model = "SiFive HiFive 1 Rev. B"; }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &spi0 { @@ -21,10 +21,10 @@ }; &spi2 { - status = "okay"; pinctrl-0 = <&spi1_cs2_default &spi1_mosi_default &spi1_miso_default &spi1_sck_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/sifive/hifive_unleashed/hifive_unleashed.dtsi b/boards/sifive/hifive_unleashed/hifive_unleashed.dtsi index 13e068f9f7abc..080062158ea85 100644 --- a/boards/sifive/hifive_unleashed/hifive_unleashed.dtsi +++ b/boards/sifive/hifive_unleashed/hifive_unleashed.dtsi @@ -42,8 +42,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; /* disabled (used by Flash ROM by default) */ @@ -52,11 +52,11 @@ flash0: flash@0 { compatible = "issi,is25wp256d", "jedec,spi-nor"; - status = "disabled"; + reg = <0>; size = <33554432>; jedec-id = [96 60 18]; - reg = <0>; spi-max-frequency = <133000000>; + status = "disabled"; }; }; diff --git a/boards/sifive/hifive_unmatched/hifive_unmatched.dtsi b/boards/sifive/hifive_unmatched/hifive_unmatched.dtsi index 5b24f668a6ef4..6ad709798495d 100644 --- a/boards/sifive/hifive_unmatched/hifive_unmatched.dtsi +++ b/boards/sifive/hifive_unmatched/hifive_unmatched.dtsi @@ -23,8 +23,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; /* disabled (used by Flash ROM by default) */ @@ -33,11 +33,11 @@ flash0: flash@0 { compatible = "issi,is25wp256d", "jedec,spi-nor"; - status = "disabled"; + reg = <0>; size = <33554432>; jedec-id = [96 60 18]; - reg = <0>; spi-max-frequency = <133000000>; + status = "disabled"; }; }; From ccf1b76b953feb27d88f13ec8fb65eda2e10d700 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:03 +0200 Subject: [PATCH 116/142] devicetree: format files in boards/sifli Applying dts-linter results for format files in boards/sifli Signed-off-by: Kyle Micallef Bonnici --- .../sf32lb52_devkit_lcd/sf32lb52_devkit_lcd.dts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/boards/sifli/sf32lb52_devkit_lcd/sf32lb52_devkit_lcd.dts b/boards/sifli/sf32lb52_devkit_lcd/sf32lb52_devkit_lcd.dts index e3d1443f876a9..e2f892fbc8bdd 100644 --- a/boards/sifli/sf32lb52_devkit_lcd/sf32lb52_devkit_lcd.dts +++ b/boards/sifli/sf32lb52_devkit_lcd/sf32lb52_devkit_lcd.dts @@ -13,8 +13,8 @@ #include "sf32lb52_devkit_lcd-pinctrl.dtsi" / { - model = "SiFli SF32LB52-DevKit-LCD"; compatible = "sifli,sf32lb52-devkit-lcd"; + model = "SiFli SF32LB52-DevKit-LCD"; chosen { zephyr,flash = &py25q128ha; @@ -64,15 +64,14 @@ }; &rcc_clk { - status = "okay"; - sifli,hdiv = <1>; sifli,pdiv1 = <1>; sifli,pdiv2 = <6>; + status = "okay"; dll1 { - status = "okay"; clock-frequency = ; + status = "okay"; }; }; @@ -97,13 +96,13 @@ #size-cells = <1>; ptable: partition@0 { - label = "ptable"; reg = <0x0 DT_SIZE_K(64)>; + label = "ptable"; }; code: partition@10000 { - label = "code"; reg = <0x10000 DT_SIZE_K(16320)>; + label = "code"; }; }; }; @@ -114,8 +113,8 @@ }; &usart1 { - status = "okay"; current-speed = <1000000>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; From c05c4c9bec564ea67194ac75e95a48f40c0ce48f Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:04 +0200 Subject: [PATCH 117/142] devicetree: format files in boards/silabs Applying dts-linter results for format files in boards/silabs Signed-off-by: Kyle Micallef Bonnici --- boards/silabs/dev_kits/bgm220_ek4314a/bgm220_ek4314a.dts | 3 +-- boards/silabs/dev_kits/pg23_pk2504a/pg23_pk2504a.dts | 6 +++--- boards/silabs/dev_kits/pg28_pk2506a/pg28_pk2506a.dts | 6 +++--- boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.dts | 2 +- .../silabs/dev_kits/siwx917_dk2605a/siwx917_dk2605a.dts | 2 +- boards/silabs/dev_kits/sltb004a/sltb004a.dts | 2 +- boards/silabs/dev_kits/sltb009a/sltb009a.dts | 2 +- boards/silabs/dev_kits/sltb010a/sltb010a_0.overlay | 2 +- boards/silabs/dev_kits/sltb010a/sltb010a_2.overlay | 2 +- boards/silabs/dev_kits/sltb010a/thunderboard.dtsi | 2 +- boards/silabs/dev_kits/xg22_ek2710a/xg22_ek2710a.dts | 2 +- boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.dts | 6 +++--- boards/silabs/dev_kits/xg24_ek2703a/xg24_ek2703a.dts | 4 ++-- boards/silabs/dev_kits/xg27_dk2602a/thunderboard.dtsi | 2 +- boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.dts | 2 +- boards/silabs/radio_boards/bg29_rb4420a/bg29_rb4420a.dts | 6 +++--- .../radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts | 2 +- .../radio_boards/siwx917_rb4342a/siwx917_rb4342a.dts | 2 +- boards/silabs/radio_boards/slwrb4104a/slwrb4104a.dts | 2 +- boards/silabs/radio_boards/slwrb4161a/slwrb4161a.dts | 2 +- boards/silabs/radio_boards/slwrb4170a/slwrb4170a.dts | 2 +- boards/silabs/radio_boards/slwrb4180a/slwrb4180a.dts | 2 +- boards/silabs/radio_boards/slwrb4180b/slwrb4180b.dts | 2 +- boards/silabs/radio_boards/slwrb4250b/slwrb4250b.dts | 2 +- boards/silabs/radio_boards/slwrb4255a/slwrb4255a.dts | 2 +- boards/silabs/radio_boards/slwrb4321a/slwrb4321a.dts | 2 +- boards/silabs/radio_boards/xg23_rb4210a/xg23_rb4210a.dts | 6 +++--- boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.dts | 6 +++--- boards/silabs/radio_boards/xg27/bg27_rb4110b.dts | 2 +- boards/silabs/radio_boards/xg27/bg27_rb4111b.dts | 2 +- boards/silabs/radio_boards/xg27/bg27_rb411xb.dtsi | 4 ++-- boards/silabs/radio_boards/xg27/xg27_rb4194a.dts | 6 +++--- boards/silabs/radio_boards/xg28_rb4401c/xg28_rb4401c.dts | 4 ++-- boards/silabs/radio_boards/xg29_rb4412a/xg29_rb4412a.dts | 8 ++++---- .../starter_kits/efm32wg_stk3800/efm32wg_stk3800.dts | 2 +- boards/silabs/starter_kits/slstk3400a/slstk3400a.dts | 2 +- boards/silabs/starter_kits/slstk3401a/slstk3401a.dts | 2 +- .../slstk3402a/slstk3402a_efm32jg12b500f1024gl125.dts | 2 +- .../slstk3402a/slstk3402a_efm32pg12b500f1024gl125.dts | 2 +- boards/silabs/starter_kits/slstk3701a/slstk3701a.dts | 2 +- 40 files changed, 60 insertions(+), 61 deletions(-) diff --git a/boards/silabs/dev_kits/bgm220_ek4314a/bgm220_ek4314a.dts b/boards/silabs/dev_kits/bgm220_ek4314a/bgm220_ek4314a.dts index eba7608a8ddb2..2dc3880175100 100644 --- a/boards/silabs/dev_kits/bgm220_ek4314a/bgm220_ek4314a.dts +++ b/boards/silabs/dev_kits/bgm220_ek4314a/bgm220_ek4314a.dts @@ -13,8 +13,8 @@ #include "bgm220_ek4314a-pinctrl.dtsi" / { - model = "Silicon Labs BRD4314A (BGM220 Explorer Kit)"; compatible = "silabs,bgm220_ek4314a", "silabs,efr32bg22"; + model = "Silicon Labs BRD4314A (BGM220 Explorer Kit)"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -105,7 +105,6 @@ }; }; - &timer1 { status = "okay"; diff --git a/boards/silabs/dev_kits/pg23_pk2504a/pg23_pk2504a.dts b/boards/silabs/dev_kits/pg23_pk2504a/pg23_pk2504a.dts index 441c8fe2fc665..530e4b6dc6b48 100644 --- a/boards/silabs/dev_kits/pg23_pk2504a/pg23_pk2504a.dts +++ b/boards/silabs/dev_kits/pg23_pk2504a/pg23_pk2504a.dts @@ -12,8 +12,8 @@ #include "pg23_pk2504a-pinctrl.dtsi" / { - model = "Silicon Labs PG23 Pro Kit"; compatible = "silabs,pg23_pk2504a", "silabs,efm32pg23"; + model = "Silicon Labs PG23 Pro Kit"; chosen { zephyr,code-partition = &slot0_partition; @@ -109,15 +109,15 @@ }; &hfxo { - status = "okay"; ctune = <106>; precision = <50>; + status = "okay"; }; &lfxo { - status = "okay"; ctune = <38>; precision = <50>; + status = "okay"; }; &hfrcodpll { diff --git a/boards/silabs/dev_kits/pg28_pk2506a/pg28_pk2506a.dts b/boards/silabs/dev_kits/pg28_pk2506a/pg28_pk2506a.dts index d30b4d255517d..278649c8b117d 100644 --- a/boards/silabs/dev_kits/pg28_pk2506a/pg28_pk2506a.dts +++ b/boards/silabs/dev_kits/pg28_pk2506a/pg28_pk2506a.dts @@ -12,8 +12,8 @@ #include "pg28_pk2506a-pinctrl.dtsi" / { - model = "Silicon Labs PG28 Pro Kit"; compatible = "silabs,pg28_pk2506a", "silabs,efm32pg28"; + model = "Silicon Labs PG28 Pro Kit"; chosen { zephyr,code-partition = &slot0_partition; @@ -119,15 +119,15 @@ }; &hfxo { - status = "okay"; ctune = <114>; precision = <50>; + status = "okay"; }; &lfxo { - status = "okay"; ctune = <38>; precision = <50>; + status = "okay"; }; &hfrcodpll { diff --git a/boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.dts b/boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.dts index 4a0e2b644702f..745e525fbadf8 100644 --- a/boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.dts +++ b/boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.dts @@ -10,8 +10,8 @@ #include / { - model = "Silicon Labs SiM3U1xx-B-DK"; compatible = "gardena,sim3u1xx-dk", "silabs,sim3u167", "silabs,sim3u"; + model = "Silicon Labs SiM3U1xx-B-DK"; aliases { led0 = &led_yellow; diff --git a/boards/silabs/dev_kits/siwx917_dk2605a/siwx917_dk2605a.dts b/boards/silabs/dev_kits/siwx917_dk2605a/siwx917_dk2605a.dts index 59f0a40dd961e..7569cee3e3749 100644 --- a/boards/silabs/dev_kits/siwx917_dk2605a/siwx917_dk2605a.dts +++ b/boards/silabs/dev_kits/siwx917_dk2605a/siwx917_dk2605a.dts @@ -12,8 +12,8 @@ #include "siwx917_dk2605a-pinctrl.dtsi" / { - model = "Silicon Labs BRD2605A (SiWx917 DK2605A Dev Kit)"; compatible = "silabs,siwx917_dk2605a", "silabs,siwg917"; + model = "Silicon Labs BRD2605A (SiWx917 DK2605A Dev Kit)"; chosen { zephyr,bt-hci = &bt_hci0; diff --git a/boards/silabs/dev_kits/sltb004a/sltb004a.dts b/boards/silabs/dev_kits/sltb004a/sltb004a.dts index a0eda82876f62..ee718a6e7c88b 100644 --- a/boards/silabs/dev_kits/sltb004a/sltb004a.dts +++ b/boards/silabs/dev_kits/sltb004a/sltb004a.dts @@ -10,8 +10,8 @@ #include / { - model = "Silabs EFR32MG12 SLTB004A board (aka Thunderboard Sense 2)"; compatible = "silabs,sltb004a", "silabs,efr32mg"; + model = "Silabs EFR32MG12 SLTB004A board (aka Thunderboard Sense 2)"; /* These aliases are provided for compatibility with samples */ aliases { diff --git a/boards/silabs/dev_kits/sltb009a/sltb009a.dts b/boards/silabs/dev_kits/sltb009a/sltb009a.dts index 2c39d3d7bd064..5af0455c8c614 100644 --- a/boards/silabs/dev_kits/sltb009a/sltb009a.dts +++ b/boards/silabs/dev_kits/sltb009a/sltb009a.dts @@ -10,8 +10,8 @@ #include "sltb009a-pinctrl.dtsi" / { - model = "Silicon Labs EFM32GG12 SLTB009A board"; compatible = "silabs,sltb009a"; + model = "Silicon Labs EFM32GG12 SLTB009A board"; chosen { zephyr,console = &usart0; diff --git a/boards/silabs/dev_kits/sltb010a/sltb010a_0.overlay b/boards/silabs/dev_kits/sltb010a/sltb010a_0.overlay index 4ea33f49eed29..5b2e95239ac88 100644 --- a/boards/silabs/dev_kits/sltb010a/sltb010a_0.overlay +++ b/boards/silabs/dev_kits/sltb010a/sltb010a_0.overlay @@ -5,9 +5,9 @@ */ / { - model = "Silicon Labs EFR32BG22 Thunderboard (SLTB010A) using BRD4184A"; compatible = "silabs,efr32bg22c224f512im40", "silabs,sltb010a", "silabs,efr32bg22"; + model = "Silicon Labs EFR32BG22 Thunderboard (SLTB010A) using BRD4184A"; }; &sw_sensor_enable { diff --git a/boards/silabs/dev_kits/sltb010a/sltb010a_2.overlay b/boards/silabs/dev_kits/sltb010a/sltb010a_2.overlay index ead0fc78f41be..9764ab550b951 100644 --- a/boards/silabs/dev_kits/sltb010a/sltb010a_2.overlay +++ b/boards/silabs/dev_kits/sltb010a/sltb010a_2.overlay @@ -6,9 +6,9 @@ */ / { - model = "Silicon Labs EFR32BG22 Thunderboard (SLTB010A) using BRD4184B"; compatible = "silabs,efr32bg22c224f512im40", "silabs,sltb010a", "silabs,efr32bg22"; + model = "Silicon Labs EFR32BG22 Thunderboard (SLTB010A) using BRD4184B"; }; &button0 { diff --git a/boards/silabs/dev_kits/sltb010a/thunderboard.dtsi b/boards/silabs/dev_kits/sltb010a/thunderboard.dtsi index 595d136be515a..bfaf8ba37c249 100644 --- a/boards/silabs/dev_kits/sltb010a/thunderboard.dtsi +++ b/boards/silabs/dev_kits/sltb010a/thunderboard.dtsi @@ -77,9 +77,9 @@ &usart0 { pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioc 3 GPIO_ACTIVE_LOW>; + status = "okay"; mx25r80: mx25r8035f@0 { compatible = "jedec,spi-nor"; diff --git a/boards/silabs/dev_kits/xg22_ek2710a/xg22_ek2710a.dts b/boards/silabs/dev_kits/xg22_ek2710a/xg22_ek2710a.dts index 9c7fe5520c929..093ca771ee319 100644 --- a/boards/silabs/dev_kits/xg22_ek2710a/xg22_ek2710a.dts +++ b/boards/silabs/dev_kits/xg22_ek2710a/xg22_ek2710a.dts @@ -12,8 +12,8 @@ #include "xg22_ek2710a-pinctrl.dtsi" / { - model = "Silicon Labs BRD2710A (xG22 Explorer Kit)"; compatible = "silabs,xg22_ek2710a", "silabs,efr32mg22"; + model = "Silicon Labs BRD2710A (xG22 Explorer Kit)"; chosen { zephyr,bt-hci = &bt_hci_silabs; diff --git a/boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.dts b/boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.dts index 3d30acb7e2be8..3a42a0cca5fdc 100644 --- a/boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.dts +++ b/boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.dts @@ -12,8 +12,8 @@ #include "xg24_dk2601b-pinctrl.dtsi" / { - model = "Silicon Labs BRD2601B (xG24 Dev Kit)"; compatible = "silabs,xg24_brd2601b", "silabs,efr32mg24"; + model = "Silicon Labs BRD2601B (xG24 Dev Kit)"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -189,9 +189,9 @@ clock-frequency = <4000000>; pinctrl-0 = <&eusart1_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioc 0 GPIO_ACTIVE_LOW>; + status = "okay"; mx25r32: mx25r3235f@0 { compatible = "jedec,spi-nor"; @@ -199,9 +199,9 @@ dpd-wakeup-sequence = <30000 20 35000>; has-dpd; jedec-id = [c2 28 16]; - mxicy,mx25r-power-mode = "low-power"; size = <0x2000000>; spi-max-frequency = <80000000>; + mxicy,mx25r-power-mode = "low-power"; zephyr,pm-device-runtime-auto; }; }; diff --git a/boards/silabs/dev_kits/xg24_ek2703a/xg24_ek2703a.dts b/boards/silabs/dev_kits/xg24_ek2703a/xg24_ek2703a.dts index 824f9aaaa4169..7e02b9b2d2168 100644 --- a/boards/silabs/dev_kits/xg24_ek2703a/xg24_ek2703a.dts +++ b/boards/silabs/dev_kits/xg24_ek2703a/xg24_ek2703a.dts @@ -11,8 +11,8 @@ #include "xg24_ek2703a-pinctrl.dtsi" / { - model = "Silicon Labs BRD2703A (xG24 Explorer Kit)"; compatible = "silabs,xg24_ek2703a", "silabs,efr32mg24"; + model = "Silicon Labs BRD2703A (xG24 Explorer Kit)"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -153,10 +153,10 @@ }; &dcdc { - status = "okay"; regulator-boot-on; regulator-initial-mode = ; silabs,pfmx-peak-current-milliamp = <120>; + status = "okay"; }; &flash0 { diff --git a/boards/silabs/dev_kits/xg27_dk2602a/thunderboard.dtsi b/boards/silabs/dev_kits/xg27_dk2602a/thunderboard.dtsi index 90dad770149ca..a5b22f1516c8f 100644 --- a/boards/silabs/dev_kits/xg27_dk2602a/thunderboard.dtsi +++ b/boards/silabs/dev_kits/xg27_dk2602a/thunderboard.dtsi @@ -89,13 +89,13 @@ }; &usart0 { - status = "okay"; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; cs-gpios = <&gpioc 3 GPIO_ACTIVE_LOW>; + status = "okay"; mx25r80: mx25r8035f@0 { compatible = "jedec,spi-nor"; diff --git a/boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.dts b/boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.dts index 6381cb8b4170d..0da756b0fee97 100644 --- a/boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.dts +++ b/boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.dts @@ -11,9 +11,9 @@ #include / { - model = "Silicon Labs xG27-DK2602A Dev Kit"; compatible = "silabs,efr32bg27c140f768im40", "silabs,xg27_dk2602a", "silabs,efr32bg27"; + model = "Silicon Labs xG27-DK2602A Dev Kit"; /* These aliases are provided for compatibility with samples */ aliases { diff --git a/boards/silabs/radio_boards/bg29_rb4420a/bg29_rb4420a.dts b/boards/silabs/radio_boards/bg29_rb4420a/bg29_rb4420a.dts index 7b7b11e774de1..54dab11e9a32e 100644 --- a/boards/silabs/radio_boards/bg29_rb4420a/bg29_rb4420a.dts +++ b/boards/silabs/radio_boards/bg29_rb4420a/bg29_rb4420a.dts @@ -12,8 +12,8 @@ #include "bg29_rb4420a-pinctrl.dtsi" / { - model = "Silicon Labs BG29-RB4420A"; compatible = "silabs,bg29_rb4420a", "silabs,efr32bg29"; + model = "Silicon Labs BG29-RB4420A"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -152,9 +152,9 @@ clock-frequency = ; pinctrl-0 = <&eusart1_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioc 4 GPIO_ACTIVE_LOW>; + status = "okay"; mx25r80: mx25r8035f@0 { compatible = "jedec,spi-nor"; @@ -162,10 +162,10 @@ dpd-wakeup-sequence = <30000 20 35000>; has-dpd; jedec-id = [c2 28 14]; - mxicy,mx25r-power-mode = "low-power"; size = <0x800000>; spi-max-frequency = ; t-enter-dpd = <0>; + mxicy,mx25r-power-mode = "low-power"; zephyr,pm-device-runtime-auto; }; }; diff --git a/boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts b/boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts index 3b7d6e8103db2..8e1635a60ee8b 100644 --- a/boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts +++ b/boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts @@ -12,8 +12,8 @@ #include / { - model = "Silicon Labs BRD4338A (SiWG917 Radio Board)"; compatible = "silabs,x917_rb4338a", "silabs,siwg917"; + model = "Silicon Labs BRD4338A (SiWG917 Radio Board)"; chosen { zephyr,bt-hci = &bt_hci0; diff --git a/boards/silabs/radio_boards/siwx917_rb4342a/siwx917_rb4342a.dts b/boards/silabs/radio_boards/siwx917_rb4342a/siwx917_rb4342a.dts index 92d5446c63f28..6e91b6ce5463c 100644 --- a/boards/silabs/radio_boards/siwx917_rb4342a/siwx917_rb4342a.dts +++ b/boards/silabs/radio_boards/siwx917_rb4342a/siwx917_rb4342a.dts @@ -13,8 +13,8 @@ #include / { - model = "Silicon Labs BRD4342A (SiWG917 Radio Board)"; compatible = "silabs,x917_rb4342a", "silabs,siwg917"; + model = "Silicon Labs BRD4342A (SiWG917 Radio Board)"; chosen { zephyr,bt-hci = &bt_hci0; diff --git a/boards/silabs/radio_boards/slwrb4104a/slwrb4104a.dts b/boards/silabs/radio_boards/slwrb4104a/slwrb4104a.dts index 878e513f1e710..576edb5f7d1bd 100644 --- a/boards/silabs/radio_boards/slwrb4104a/slwrb4104a.dts +++ b/boards/silabs/radio_boards/slwrb4104a/slwrb4104a.dts @@ -9,8 +9,8 @@ #include "../common/efr32-series1-common.dtsi" / { - model = "Silicon Labs BRD4104A (Blue Gecko 13 Radio Board)"; compatible = "silabs,slwrb4104a", "silabs,efr32bg13p"; + model = "Silicon Labs BRD4104A (Blue Gecko 13 Radio Board)"; }; &cpu0 { diff --git a/boards/silabs/radio_boards/slwrb4161a/slwrb4161a.dts b/boards/silabs/radio_boards/slwrb4161a/slwrb4161a.dts index a94adefbbae2e..65613219f62e0 100644 --- a/boards/silabs/radio_boards/slwrb4161a/slwrb4161a.dts +++ b/boards/silabs/radio_boards/slwrb4161a/slwrb4161a.dts @@ -9,8 +9,8 @@ #include "../common/efr32-series1-common.dtsi" / { - model = "Silicon Labs BRD4161A (Mighty Gecko 12 Radio Board)"; compatible = "silabs,slwrb4161a", "silabs,efr32mg12p"; + model = "Silicon Labs BRD4161A (Mighty Gecko 12 Radio Board)"; }; &cpu0 { diff --git a/boards/silabs/radio_boards/slwrb4170a/slwrb4170a.dts b/boards/silabs/radio_boards/slwrb4170a/slwrb4170a.dts index b4c78b27f19a2..027d82ac1174f 100644 --- a/boards/silabs/radio_boards/slwrb4170a/slwrb4170a.dts +++ b/boards/silabs/radio_boards/slwrb4170a/slwrb4170a.dts @@ -9,8 +9,8 @@ #include "../common/efr32-series1-common.dtsi" / { - model = "Silicon Labs BRD4170A (Mighty Gecko 12 Radio Board)"; compatible = "silabs,slwrb4170a", "silabs,efr32mg12p"; + model = "Silicon Labs BRD4170A (Mighty Gecko 12 Radio Board)"; }; &cpu0 { diff --git a/boards/silabs/radio_boards/slwrb4180a/slwrb4180a.dts b/boards/silabs/radio_boards/slwrb4180a/slwrb4180a.dts index 65c40eac720c0..95bdf7df5e8ea 100644 --- a/boards/silabs/radio_boards/slwrb4180a/slwrb4180a.dts +++ b/boards/silabs/radio_boards/slwrb4180a/slwrb4180a.dts @@ -10,8 +10,8 @@ #include "slwrb4180a-pinctrl.dtsi" / { - model = "Silicon Labs BRD4180A (Mighty Gecko 21 Radio Board)"; compatible = "silabs,slwrb4180a", "silabs,efr32mg21"; + model = "Silicon Labs BRD4180A (Mighty Gecko 21 Radio Board)"; chosen { zephyr,bt-hci = &bt_hci_silabs; diff --git a/boards/silabs/radio_boards/slwrb4180b/slwrb4180b.dts b/boards/silabs/radio_boards/slwrb4180b/slwrb4180b.dts index 906e380ea9ed7..2bbcd5cd9c84d 100644 --- a/boards/silabs/radio_boards/slwrb4180b/slwrb4180b.dts +++ b/boards/silabs/radio_boards/slwrb4180b/slwrb4180b.dts @@ -11,8 +11,8 @@ #include "slwrb4180b-pinctrl.dtsi" / { - model = "Silicon Labs BRD4180B (Wireless Gecko 21 Radio Board)"; compatible = "silabs,slwrb4180b", "silabs,efr32mg21"; + model = "Silicon Labs BRD4180B (Wireless Gecko 21 Radio Board)"; chosen { zephyr,bt-hci = &bt_hci_silabs; diff --git a/boards/silabs/radio_boards/slwrb4250b/slwrb4250b.dts b/boards/silabs/radio_boards/slwrb4250b/slwrb4250b.dts index d6cb05851f28f..6b2575d991d8a 100644 --- a/boards/silabs/radio_boards/slwrb4250b/slwrb4250b.dts +++ b/boards/silabs/radio_boards/slwrb4250b/slwrb4250b.dts @@ -10,8 +10,8 @@ #include "slwrb4250b-pinctrl.dtsi" / { - model = "Silicon Labs BRD4250B (Flex Gecko 1 Radio Board)"; compatible = "silabs,slwrb4250b", "silabs,efr32fg1p"; + model = "Silicon Labs BRD4250B (Flex Gecko 1 Radio Board)"; aliases { pwm-led0 = &pwm_led0; diff --git a/boards/silabs/radio_boards/slwrb4255a/slwrb4255a.dts b/boards/silabs/radio_boards/slwrb4255a/slwrb4255a.dts index 954c6d6425351..aec0318589710 100644 --- a/boards/silabs/radio_boards/slwrb4255a/slwrb4255a.dts +++ b/boards/silabs/radio_boards/slwrb4255a/slwrb4255a.dts @@ -11,8 +11,8 @@ #include "slwrb4255a-pinctrl.dtsi" / { - model = "Silicon Labs BRD4255A (Flex Gecko Radio Board)"; compatible = "silabs,slwrb4255a", "silabs,efr32fg13p"; + model = "Silicon Labs BRD4255A (Flex Gecko Radio Board)"; }; &cpu0 { diff --git a/boards/silabs/radio_boards/slwrb4321a/slwrb4321a.dts b/boards/silabs/radio_boards/slwrb4321a/slwrb4321a.dts index e7ecedc30f857..1d8e942f4b90d 100644 --- a/boards/silabs/radio_boards/slwrb4321a/slwrb4321a.dts +++ b/boards/silabs/radio_boards/slwrb4321a/slwrb4321a.dts @@ -12,8 +12,8 @@ #include "slwrb4321a-pinctrl.dtsi" / { - model = "Silicon Labs EFM32GG SLWSTK6121A board"; compatible = "silabs,slwrb4321a", "silabs,efm32gg11b"; + model = "Silicon Labs EFM32GG SLWSTK6121A board"; chosen { zephyr,console = &usart0; diff --git a/boards/silabs/radio_boards/xg23_rb4210a/xg23_rb4210a.dts b/boards/silabs/radio_boards/xg23_rb4210a/xg23_rb4210a.dts index eee786a0a5ad7..6235b0e405370 100644 --- a/boards/silabs/radio_boards/xg23_rb4210a/xg23_rb4210a.dts +++ b/boards/silabs/radio_boards/xg23_rb4210a/xg23_rb4210a.dts @@ -12,8 +12,8 @@ #include "xg23_rb4210a-pinctrl.dtsi" / { - model = "Silicon Labs BRD4210A"; compatible = "silabs,xg23_rb4210a", "silabs,efr32zg23"; + model = "Silicon Labs BRD4210A"; chosen { zephyr,code-partition = &slot0_partition; @@ -183,9 +183,9 @@ #size-cells = <0>; pinctrl-0 = <&eusart1_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioc 8 GPIO_ACTIVE_HIGH>, <&gpioc 4 GPIO_ACTIVE_LOW>; + status = "okay"; ls0xx_ls013b7dh03: ls0xx@0 { compatible = "sharp,ls0xx"; @@ -204,10 +204,10 @@ dpd-wakeup-sequence = <30000 20 35000>; has-dpd; jedec-id = [c2 28 14]; - mxicy,mx25r-power-mode = "low-power"; size = ; spi-max-frequency = ; t-enter-dpd = <0>; + mxicy,mx25r-power-mode = "low-power"; }; }; diff --git a/boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.dts b/boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.dts index fa0b874bbc2df..50aa50fba6b9f 100644 --- a/boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.dts +++ b/boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.dts @@ -11,8 +11,8 @@ #include "xg24_rb4187c-pinctrl.dtsi" / { - model = "Silicon Labs BRD4187C (Mighty Gecko 24 Radio Board)"; compatible = "silabs,xg24_rb4187c", "silabs,efr32mg24"; + model = "Silicon Labs BRD4187C (Mighty Gecko 24 Radio Board)"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -159,9 +159,9 @@ clock-frequency = ; pinctrl-0 = <&eusart1_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioc 8 GPIO_ACTIVE_HIGH>, <&gpioc 4 GPIO_ACTIVE_LOW>; + status = "okay"; ls0xx_ls013b7dh03: ls0xx@0 { compatible = "sharp,ls0xx"; @@ -180,9 +180,9 @@ dpd-wakeup-sequence = <30000 20 35000>; has-dpd; jedec-id = [c2 28 14]; - mxicy,mx25r-power-mode = "low-power"; size = ; spi-max-frequency = ; + mxicy,mx25r-power-mode = "low-power"; zephyr,pm-device-runtime-auto; }; }; diff --git a/boards/silabs/radio_boards/xg27/bg27_rb4110b.dts b/boards/silabs/radio_boards/xg27/bg27_rb4110b.dts index 9b86acd760bd9..4c09944bf7df2 100644 --- a/boards/silabs/radio_boards/xg27/bg27_rb4110b.dts +++ b/boards/silabs/radio_boards/xg27/bg27_rb4110b.dts @@ -9,8 +9,8 @@ #include "bg27_rb411xb.dtsi" / { - model = "Silicon Labs BG27-RB4110B"; compatible = "silabs,bg27_rb4110b", "silabs,efr32bg27"; + model = "Silicon Labs BG27-RB4110B"; }; &dcdc { diff --git a/boards/silabs/radio_boards/xg27/bg27_rb4111b.dts b/boards/silabs/radio_boards/xg27/bg27_rb4111b.dts index f672c6bcac3ec..cf587fc9dcca2 100644 --- a/boards/silabs/radio_boards/xg27/bg27_rb4111b.dts +++ b/boards/silabs/radio_boards/xg27/bg27_rb4111b.dts @@ -9,8 +9,8 @@ #include "bg27_rb411xb.dtsi" / { - model = "Silicon Labs BG27-RB4111B"; compatible = "silabs,bg27_rb4111b", "silabs,efr32bg27"; + model = "Silicon Labs BG27-RB4111B"; }; &dcdc { diff --git a/boards/silabs/radio_boards/xg27/bg27_rb411xb.dtsi b/boards/silabs/radio_boards/xg27/bg27_rb411xb.dtsi index 54d957296eebb..2b52b769b5de1 100644 --- a/boards/silabs/radio_boards/xg27/bg27_rb411xb.dtsi +++ b/boards/silabs/radio_boards/xg27/bg27_rb411xb.dtsi @@ -147,9 +147,9 @@ clock-frequency = ; pinctrl-0 = <&eusart0_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioc 4 GPIO_ACTIVE_LOW>; + status = "okay"; mx25r80: mx25r8035f@0 { compatible = "jedec,spi-nor"; @@ -157,10 +157,10 @@ dpd-wakeup-sequence = <30000 20 35000>; has-dpd; jedec-id = [c2 28 14]; - mxicy,mx25r-power-mode = "low-power"; size = <0x800000>; spi-max-frequency = ; t-enter-dpd = <0>; + mxicy,mx25r-power-mode = "low-power"; zephyr,pm-device-runtime-auto; }; }; diff --git a/boards/silabs/radio_boards/xg27/xg27_rb4194a.dts b/boards/silabs/radio_boards/xg27/xg27_rb4194a.dts index 95ff987362198..d556628c75fed 100644 --- a/boards/silabs/radio_boards/xg27/xg27_rb4194a.dts +++ b/boards/silabs/radio_boards/xg27/xg27_rb4194a.dts @@ -13,8 +13,8 @@ #include "xg27_rb4194a-pinctrl.dtsi" / { - model = "Silicon Labs xG27-RB4194A"; compatible = "silabs,xg27_rb4194a", "silabs,efr32mg27"; + model = "Silicon Labs xG27-RB4194A"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -209,9 +209,9 @@ clock-frequency = ; pinctrl-0 = <&eusart0_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioa 4 GPIO_ACTIVE_LOW>, <&gpioc 6 GPIO_ACTIVE_HIGH>; + status = "okay"; mx25r80: mx25r8035f@0 { compatible = "jedec,spi-nor"; @@ -219,10 +219,10 @@ dpd-wakeup-sequence = <30000 20 35000>; has-dpd; jedec-id = [c2 28 14]; - mxicy,mx25r-power-mode = "low-power"; size = <0x800000>; spi-max-frequency = ; t-enter-dpd = <0>; + mxicy,mx25r-power-mode = "low-power"; zephyr,pm-device-runtime-auto; }; diff --git a/boards/silabs/radio_boards/xg28_rb4401c/xg28_rb4401c.dts b/boards/silabs/radio_boards/xg28_rb4401c/xg28_rb4401c.dts index f39530d3aff40..a3a9a3b70f0da 100644 --- a/boards/silabs/radio_boards/xg28_rb4401c/xg28_rb4401c.dts +++ b/boards/silabs/radio_boards/xg28_rb4401c/xg28_rb4401c.dts @@ -12,8 +12,8 @@ #include "xg28_rb4401c-pinctrl.dtsi" / { - model = "Silicon Labs BRD4401C"; compatible = "silabs,xg28_rb4401c", "silabs,efr32zg28"; + model = "Silicon Labs BRD4401C"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -156,10 +156,10 @@ dpd-wakeup-sequence = <30000 20 35000>; has-dpd; jedec-id = [c2 28 14]; - mxicy,mx25r-power-mode = "low-power"; size = ; spi-max-frequency = ; t-enter-dpd = <0>; + mxicy,mx25r-power-mode = "low-power"; }; }; diff --git a/boards/silabs/radio_boards/xg29_rb4412a/xg29_rb4412a.dts b/boards/silabs/radio_boards/xg29_rb4412a/xg29_rb4412a.dts index 15beeca3a2eca..be7e29e20c966 100644 --- a/boards/silabs/radio_boards/xg29_rb4412a/xg29_rb4412a.dts +++ b/boards/silabs/radio_boards/xg29_rb4412a/xg29_rb4412a.dts @@ -12,8 +12,8 @@ #include "xg29_rb4412a-pinctrl.dtsi" / { - model = "Silicon Labs xG29-RB4412A"; compatible = "silabs,xg29_rb4412a", "silabs,efr32mg29"; + model = "Silicon Labs xG29-RB4412A"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -173,9 +173,9 @@ clock-frequency = ; pinctrl-0 = <&eusart1_default>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioa 4 GPIO_ACTIVE_LOW>, <&gpioc 6 GPIO_ACTIVE_HIGH>; + status = "okay"; mx25r80: mx25r8035f@0 { compatible = "jedec,spi-nor"; @@ -183,10 +183,10 @@ dpd-wakeup-sequence = <30000 20 35000>; has-dpd; jedec-id = [c2 28 14]; - mxicy,mx25r-power-mode = "low-power"; size = <0x800000>; spi-max-frequency = ; t-enter-dpd = <0>; + mxicy,mx25r-power-mode = "low-power"; }; ls013b7dh03: ls0xx@1 { @@ -249,9 +249,9 @@ }; &dcdc { - status = "okay"; regulator-boot-on; regulator-initial-mode = ; + status = "okay"; }; &radio { diff --git a/boards/silabs/starter_kits/efm32wg_stk3800/efm32wg_stk3800.dts b/boards/silabs/starter_kits/efm32wg_stk3800/efm32wg_stk3800.dts index a2f0dfd97e78d..66b004a66c016 100644 --- a/boards/silabs/starter_kits/efm32wg_stk3800/efm32wg_stk3800.dts +++ b/boards/silabs/starter_kits/efm32wg_stk3800/efm32wg_stk3800.dts @@ -10,8 +10,8 @@ #include / { - model = "Silicon Labs EFM32WG STK3800 board"; compatible = "silabs,efm32wg_stk3800", "silabs,efm32wg"; + model = "Silicon Labs EFM32WG STK3800 board"; chosen { zephyr,console = &uart0; diff --git a/boards/silabs/starter_kits/slstk3400a/slstk3400a.dts b/boards/silabs/starter_kits/slstk3400a/slstk3400a.dts index 74e71162c0161..62e42f5bb2ee1 100644 --- a/boards/silabs/starter_kits/slstk3400a/slstk3400a.dts +++ b/boards/silabs/starter_kits/slstk3400a/slstk3400a.dts @@ -10,8 +10,8 @@ #include / { - model = "Silicon Labs EFM32HG SLSTK3400A board"; compatible = "silabs,slstk3400a", "silabs,efm32hg"; + model = "Silicon Labs EFM32HG SLSTK3400A board"; chosen { zephyr,console = &usart1; diff --git a/boards/silabs/starter_kits/slstk3401a/slstk3401a.dts b/boards/silabs/starter_kits/slstk3401a/slstk3401a.dts index dc30d664d8578..bb95c7c6940e0 100644 --- a/boards/silabs/starter_kits/slstk3401a/slstk3401a.dts +++ b/boards/silabs/starter_kits/slstk3401a/slstk3401a.dts @@ -9,6 +9,6 @@ #include "slstk3401a-common.dtsi" / { - model = "Silicon Labs EFM32PG SLSTK3401A board"; compatible = "silabs,slstk3401a", "silabs,efm32pg1b"; + model = "Silicon Labs EFM32PG SLSTK3401A board"; }; diff --git a/boards/silabs/starter_kits/slstk3402a/slstk3402a_efm32jg12b500f1024gl125.dts b/boards/silabs/starter_kits/slstk3402a/slstk3402a_efm32jg12b500f1024gl125.dts index a49565b72c2a4..ebcf91b7219c8 100644 --- a/boards/silabs/starter_kits/slstk3402a/slstk3402a_efm32jg12b500f1024gl125.dts +++ b/boards/silabs/starter_kits/slstk3402a/slstk3402a_efm32jg12b500f1024gl125.dts @@ -9,6 +9,6 @@ #include "slstk3402a_common.dtsi" / { - model = "Silicon Labs EFM32JG12 STK3402A board "; compatible = "silabs,slstk3402a_jg", "silabs,efm32jg12b"; + model = "Silicon Labs EFM32JG12 STK3402A board "; }; diff --git a/boards/silabs/starter_kits/slstk3402a/slstk3402a_efm32pg12b500f1024gl125.dts b/boards/silabs/starter_kits/slstk3402a/slstk3402a_efm32pg12b500f1024gl125.dts index 4b0df8230b7c2..39baa1152c9f2 100644 --- a/boards/silabs/starter_kits/slstk3402a/slstk3402a_efm32pg12b500f1024gl125.dts +++ b/boards/silabs/starter_kits/slstk3402a/slstk3402a_efm32pg12b500f1024gl125.dts @@ -10,6 +10,6 @@ #include "slstk3402a_common.dtsi" / { - model = "Silicon Labs EFM32PG12 SLSTK3402A board"; compatible = "silabs,slstk3402a", "silabs,efm32pg12b"; + model = "Silicon Labs EFM32PG12 SLSTK3402A board"; }; diff --git a/boards/silabs/starter_kits/slstk3701a/slstk3701a.dts b/boards/silabs/starter_kits/slstk3701a/slstk3701a.dts index 98ca83fa5967b..624f1ff3a69dc 100644 --- a/boards/silabs/starter_kits/slstk3701a/slstk3701a.dts +++ b/boards/silabs/starter_kits/slstk3701a/slstk3701a.dts @@ -11,8 +11,8 @@ #include "slstk3701a-pinctrl.dtsi" / { - model = "Silicon Labs EFM32GG11 SLSTK3701A board"; compatible = "silabs,slstk3701a", "silabs,efm32gg11b"; + model = "Silicon Labs EFM32GG11 SLSTK3701A board"; chosen { zephyr,console = &usart4; From 019e6622622975decedb696ec9677b8881f8c67e Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:04 +0200 Subject: [PATCH 118/142] devicetree: format files in boards/sipeed Applying dts-linter results for format files in boards/sipeed Signed-off-by: Kyle Micallef Bonnici --- .../longan_nano/longan_nano-common.dtsi | 20 +++++++++---------- boards/sipeed/longan_nano/longan_nano.dts | 2 +- .../longan_nano_gd32vf103_lite.dts | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/boards/sipeed/longan_nano/longan_nano-common.dtsi b/boards/sipeed/longan_nano/longan_nano-common.dtsi index ddbfb71cfddf0..1e7931c1e2156 100644 --- a/boards/sipeed/longan_nano/longan_nano-common.dtsi +++ b/boards/sipeed/longan_nano/longan_nano-common.dtsi @@ -9,12 +9,12 @@ / { chosen { + sdhc0 = &sdhc0; zephyr,console = &usart0; zephyr,shell-uart = &usart0; zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,display = &lcd0; - sdhc0 = &sdhc0; }; leds { @@ -87,7 +87,6 @@ lcd0: lcd@0 { compatible = "sitronix,st7735r"; reg = <0>; - status = "okay"; width = <160>; height = <80>; inversion-on; @@ -113,6 +112,7 @@ mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; mipi-max-frequency = <4000000>; + status = "okay"; }; }; }; @@ -130,49 +130,49 @@ }; &usart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer1 { - status = "okay"; prescaler = <4096>; + status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&pwm1_default>; pinctrl-names = "default"; + status = "okay"; }; }; &dac { - status = "okay"; pinctrl-0 = <&dac_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&gpiob 2 GPIO_ACTIVE_LOW>; + status = "okay"; }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-names = "default"; cs-gpios = <&gpiob 12 GPIO_ACTIVE_LOW>; + status = "okay"; sdhc0: sdhc@0 { compatible = "zephyr,sdhc-spi-slot"; reg = <0>; - status = "okay"; spi-max-frequency = <24000000>; + status = "okay"; mmc { compatible = "zephyr,sdmmc-disk"; @@ -183,9 +183,9 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_default>; pinctrl-names = "default"; + status = "okay"; }; &fwdgt { diff --git a/boards/sipeed/longan_nano/longan_nano.dts b/boards/sipeed/longan_nano/longan_nano.dts index dd59e6cfe5f97..c08f5b8f5e1dc 100644 --- a/boards/sipeed/longan_nano/longan_nano.dts +++ b/boards/sipeed/longan_nano/longan_nano.dts @@ -10,6 +10,6 @@ #include "longan_nano-common.dtsi" / { - model = "Sipeed Longan Nano"; compatible = "sipeed,longan_nano"; + model = "Sipeed Longan Nano"; }; diff --git a/boards/sipeed/longan_nano/longan_nano_gd32vf103_lite.dts b/boards/sipeed/longan_nano/longan_nano_gd32vf103_lite.dts index a36827b1bcd74..851d44f622936 100644 --- a/boards/sipeed/longan_nano/longan_nano_gd32vf103_lite.dts +++ b/boards/sipeed/longan_nano/longan_nano_gd32vf103_lite.dts @@ -10,6 +10,6 @@ #include "longan_nano-common.dtsi" / { - model = "Sipeed Longan Nano Lite"; compatible = "sipeed,longan_nano_lite"; + model = "Sipeed Longan Nano Lite"; }; From e05f86d96bfb4a33e0b099a5e1e89fd26f0dabf0 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:05 +0200 Subject: [PATCH 119/142] devicetree: format files in boards/snps Applying dts-linter results for format files in boards/snps Signed-off-by: Kyle Micallef Bonnici --- .../em_starterkit_emsk_em11d.dts | 4 +-- .../em_starterkit_emsk_em7d_2_2_0.overlay | 4 +-- .../em_starterkit_emsk_em7d_2_3_0.overlay | 4 +-- .../em_starterkit/em_starterkit_emsk_em9d.dts | 4 +-- .../snps/em_starterkit/em_starterkit_r23.dtsi | 4 +-- boards/snps/emsdp/emsdp_emsdp_em11d.dts | 4 +-- boards/snps/emsdp/emsdp_emsdp_em4.dts | 4 +-- boards/snps/emsdp/emsdp_emsdp_em5d.dts | 4 +-- boards/snps/emsdp/emsdp_emsdp_em6.dts | 4 +-- boards/snps/emsdp/emsdp_emsdp_em7d.dts | 4 +-- boards/snps/emsdp/emsdp_emsdp_em7d_esp.dts | 4 +-- boards/snps/emsdp/emsdp_emsdp_em9d.dts | 4 +-- boards/snps/hsdk/hsdk.dts | 2 +- boards/snps/hsdk/hsdk.dtsi | 12 ++++----- boards/snps/hsdk/hsdk_arc_hsdk_2cores.dts | 2 +- boards/snps/hsdk4xd/hsdk4xd.dts | 4 +-- boards/snps/iotdk/iotdk.dts | 4 +-- .../nsim/arc_classic/nsim-flash-sram-mem.dtsi | 2 +- .../snps/nsim/arc_classic/nsim-flat-mem.dtsi | 2 +- .../nsim/arc_classic/nsim-uart-ns16550.dtsi | 2 +- boards/snps/nsim/arc_classic/nsim_em.dtsi | 2 +- boards/snps/nsim/arc_classic/nsim_nsim_em.dts | 2 +- .../snps/nsim/arc_classic/nsim_nsim_em11d.dts | 2 +- .../nsim/arc_classic/nsim_nsim_em7d_v22.dts | 2 +- boards/snps/nsim/arc_classic/nsim_nsim_hs.dts | 4 +-- .../snps/nsim/arc_classic/nsim_nsim_hs5x.dts | 4 +-- .../nsim/arc_classic/nsim_nsim_hs5x_smp.dts | 6 ++--- .../nsim_nsim_hs5x_smp_12cores.dts | 26 +++++++++---------- .../snps/nsim/arc_classic/nsim_nsim_hs6x.dts | 4 +-- .../nsim/arc_classic/nsim_nsim_hs6x_smp.dts | 6 ++--- .../nsim_nsim_hs6x_smp_12cores.dts | 26 +++++++++---------- .../arc_classic/nsim_nsim_hs_flash_xip.dts | 4 +-- .../arc_classic/nsim_nsim_hs_hostlink.dts | 4 +-- .../nsim/arc_classic/nsim_nsim_hs_mpuv6.dts | 4 +-- .../nsim/arc_classic/nsim_nsim_hs_smp.dts | 6 ++--- .../nsim/arc_classic/nsim_nsim_hs_sram.dts | 4 +-- .../snps/nsim/arc_classic/nsim_nsim_sem.dts | 2 +- .../nsim_nsim_sem_mpu_stack_guard.dts | 2 +- .../snps/nsim/arc_classic/nsim_nsim_vpx5.dts | 4 +-- boards/snps/nsim/arc_v/nsim_arc_v_rmx100.dts | 4 +-- boards/snps/nsim/arc_v/rmx100.dtsi | 2 +- boards/snps/nsim/arc_v/rmx1xx.dtsi | 4 +-- 42 files changed, 101 insertions(+), 101 deletions(-) diff --git a/boards/snps/em_starterkit/em_starterkit_emsk_em11d.dts b/boards/snps/em_starterkit/em_starterkit_emsk_em11d.dts index 75a23beda8a39..96e78f9f7038c 100644 --- a/boards/snps/em_starterkit/em_starterkit_emsk_em11d.dts +++ b/boards/snps/em_starterkit/em_starterkit_emsk_em11d.dts @@ -12,8 +12,8 @@ #include "board.dtsi" / { - model = "em_starterkit-em11d"; compatible = "snps,em_starterkit-em11d", "snps,em_starterkit"; + model = "em_starterkit-em11d"; aliases { uart-0 = &uart0; @@ -49,6 +49,6 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/snps/em_starterkit/em_starterkit_emsk_em7d_2_2_0.overlay b/boards/snps/em_starterkit/em_starterkit_emsk_em7d_2_2_0.overlay index 71ac41ef133a2..f0c583e143db8 100644 --- a/boards/snps/em_starterkit/em_starterkit_emsk_em7d_2_2_0.overlay +++ b/boards/snps/em_starterkit/em_starterkit_emsk_em7d_2_2_0.overlay @@ -12,8 +12,8 @@ #include "board.dtsi" / { - model = "em_starterkit-em7d"; compatible = "snps,em_starterkit-em7d", "snps,em_starterkit"; + model = "em_starterkit-em7d"; aliases { uart-0 = &uart0; @@ -39,8 +39,8 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &spi0 { diff --git a/boards/snps/em_starterkit/em_starterkit_emsk_em7d_2_3_0.overlay b/boards/snps/em_starterkit/em_starterkit_emsk_em7d_2_3_0.overlay index 590d0aefb8a8c..a587009ff36bb 100644 --- a/boards/snps/em_starterkit/em_starterkit_emsk_em7d_2_3_0.overlay +++ b/boards/snps/em_starterkit/em_starterkit_emsk_em7d_2_3_0.overlay @@ -12,8 +12,8 @@ #include "board.dtsi" / { - model = "em_starterkit-em7d"; compatible = "snps,em_starterkit-em7d", "snps,em_starterkit"; + model = "em_starterkit-em7d"; aliases { uart-0 = &uart0; @@ -39,8 +39,8 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &spi0 { diff --git a/boards/snps/em_starterkit/em_starterkit_emsk_em9d.dts b/boards/snps/em_starterkit/em_starterkit_emsk_em9d.dts index 63f97a132795e..7d37cc5075615 100644 --- a/boards/snps/em_starterkit/em_starterkit_emsk_em9d.dts +++ b/boards/snps/em_starterkit/em_starterkit_emsk_em9d.dts @@ -12,8 +12,8 @@ #include "board.dtsi" / { - model = "em_starterkit-em9d"; compatible = "snps,em_starterkit-em9d", "snps,em_starterkit"; + model = "em_starterkit-em9d"; aliases { uart-0 = &uart0; @@ -49,6 +49,6 @@ }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/snps/em_starterkit/em_starterkit_r23.dtsi b/boards/snps/em_starterkit/em_starterkit_r23.dtsi index 386e2114c8f3b..805322406428b 100644 --- a/boards/snps/em_starterkit/em_starterkit_r23.dtsi +++ b/boards/snps/em_starterkit/em_starterkit_r23.dtsi @@ -55,11 +55,11 @@ w25q128bv: w25q128bv@0 { compatible = "jedec,spi-nor"; - size = <0x8000000>; reg = <0>; + size = <0x8000000>; spi-max-frequency = <20000000>; - status = "okay"; jedec-id = [ef 40 18]; + status = "okay"; }; }; diff --git a/boards/snps/emsdp/emsdp_emsdp_em11d.dts b/boards/snps/emsdp/emsdp_emsdp_em11d.dts index 2e88a53d37ba7..b65396e60bb42 100644 --- a/boards/snps/emsdp/emsdp_emsdp_em11d.dts +++ b/boards/snps/emsdp/emsdp_emsdp_em11d.dts @@ -12,8 +12,8 @@ #include "emsdp-pinctrl.dtsi" / { - model = "emsdp"; compatible = "snps,emsdp", "snps,emsdp"; + model = "emsdp"; aliases { uart-0 = &uart0; @@ -27,8 +27,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; / { diff --git a/boards/snps/emsdp/emsdp_emsdp_em4.dts b/boards/snps/emsdp/emsdp_emsdp_em4.dts index 8020d5e4ff443..d7340e9a55db1 100644 --- a/boards/snps/emsdp/emsdp_emsdp_em4.dts +++ b/boards/snps/emsdp/emsdp_emsdp_em4.dts @@ -10,8 +10,8 @@ #include "board.dtsi" / { - model = "emsdp"; compatible = "snps,emsdp", "snps,emsdp"; + model = "emsdp"; aliases { uart-0 = &uart0; @@ -25,8 +25,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; / { diff --git a/boards/snps/emsdp/emsdp_emsdp_em5d.dts b/boards/snps/emsdp/emsdp_emsdp_em5d.dts index 2849d7ce8cd14..186ad973908ed 100644 --- a/boards/snps/emsdp/emsdp_emsdp_em5d.dts +++ b/boards/snps/emsdp/emsdp_emsdp_em5d.dts @@ -10,8 +10,8 @@ #include "board.dtsi" / { - model = "emsdp"; compatible = "snps,emsdp", "snps,emsdp"; + model = "emsdp"; aliases { uart-0 = &uart0; @@ -25,8 +25,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; / { diff --git a/boards/snps/emsdp/emsdp_emsdp_em6.dts b/boards/snps/emsdp/emsdp_emsdp_em6.dts index 8020d5e4ff443..d7340e9a55db1 100644 --- a/boards/snps/emsdp/emsdp_emsdp_em6.dts +++ b/boards/snps/emsdp/emsdp_emsdp_em6.dts @@ -10,8 +10,8 @@ #include "board.dtsi" / { - model = "emsdp"; compatible = "snps,emsdp", "snps,emsdp"; + model = "emsdp"; aliases { uart-0 = &uart0; @@ -25,8 +25,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; / { diff --git a/boards/snps/emsdp/emsdp_emsdp_em7d.dts b/boards/snps/emsdp/emsdp_emsdp_em7d.dts index 2849d7ce8cd14..186ad973908ed 100644 --- a/boards/snps/emsdp/emsdp_emsdp_em7d.dts +++ b/boards/snps/emsdp/emsdp_emsdp_em7d.dts @@ -10,8 +10,8 @@ #include "board.dtsi" / { - model = "emsdp"; compatible = "snps,emsdp", "snps,emsdp"; + model = "emsdp"; aliases { uart-0 = &uart0; @@ -25,8 +25,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; / { diff --git a/boards/snps/emsdp/emsdp_emsdp_em7d_esp.dts b/boards/snps/emsdp/emsdp_emsdp_em7d_esp.dts index 8bfaf92bb6354..9e944c436c2d2 100644 --- a/boards/snps/emsdp/emsdp_emsdp_em7d_esp.dts +++ b/boards/snps/emsdp/emsdp_emsdp_em7d_esp.dts @@ -10,8 +10,8 @@ #include "board.dtsi" / { - model = "emsdp"; compatible = "snps,emsdp", "snps,emsdp"; + model = "emsdp"; aliases { uart-0 = &uart0; @@ -25,8 +25,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; / { diff --git a/boards/snps/emsdp/emsdp_emsdp_em9d.dts b/boards/snps/emsdp/emsdp_emsdp_em9d.dts index 57849b54dd621..6cefb07753a69 100644 --- a/boards/snps/emsdp/emsdp_emsdp_em9d.dts +++ b/boards/snps/emsdp/emsdp_emsdp_em9d.dts @@ -11,8 +11,8 @@ #include "board.dtsi" / { - model = "emsdp"; compatible = "snps,emsdp", "snps,emsdp"; + model = "emsdp"; aliases { uart-0 = &uart0; @@ -36,8 +36,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; / { diff --git a/boards/snps/hsdk/hsdk.dts b/boards/snps/hsdk/hsdk.dts index 9a99a09a9d2a9..3657f9d15b520 100644 --- a/boards/snps/hsdk/hsdk.dts +++ b/boards/snps/hsdk/hsdk.dts @@ -9,6 +9,6 @@ #include "hsdk.dtsi" / { - model = "hsdk"; compatible = "snps,hsdk"; + model = "hsdk"; }; diff --git a/boards/snps/hsdk/hsdk.dtsi b/boards/snps/hsdk/hsdk.dtsi index 7a1e9ca1005ae..b33e79d063309 100644 --- a/boards/snps/hsdk/hsdk.dtsi +++ b/boards/snps/hsdk/hsdk.dtsi @@ -81,13 +81,13 @@ arduino_spi: &spi2 {}; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &gpio0 { - status = "okay"; interrupts = <56 1>; + status = "okay"; }; &creg_gpio { @@ -95,33 +95,33 @@ arduino_spi: &spi2 {}; }; &spi0 { - status = "okay"; clock-frequency = <33333333>; cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_HIGH>, <&creg_gpio 1 GPIO_ACTIVE_HIGH>, <&creg_gpio 2 GPIO_ACTIVE_HIGH>, <&creg_gpio 3 GPIO_ACTIVE_HIGH>; + status = "okay"; }; &spi1 { - status = "okay"; clock-frequency = <33333333>; cs-gpios = <&creg_gpio 4 GPIO_ACTIVE_HIGH>, <&creg_gpio 5 GPIO_ACTIVE_HIGH>, <&creg_gpio 6 GPIO_ACTIVE_HIGH>; + status = "okay"; }; &spi2 { - status = "okay"; clock-frequency = <33333333>; cs-gpios = <&creg_gpio 8 GPIO_ACTIVE_HIGH>, <&creg_gpio 9 GPIO_ACTIVE_HIGH>, <&creg_gpio 10 GPIO_ACTIVE_HIGH>; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; + status = "okay"; cy8c95xx: cy8c95xx@20 { compatible = "cypress,cy8c95xx-gpio"; diff --git a/boards/snps/hsdk/hsdk_arc_hsdk_2cores.dts b/boards/snps/hsdk/hsdk_arc_hsdk_2cores.dts index 6dd7974a5db01..a512df907a542 100644 --- a/boards/snps/hsdk/hsdk_arc_hsdk_2cores.dts +++ b/boards/snps/hsdk/hsdk_arc_hsdk_2cores.dts @@ -9,6 +9,6 @@ #include "hsdk.dtsi" / { - model = "hsdk_2cores"; compatible = "snps,hsdk_2cores"; + model = "hsdk_2cores"; }; diff --git a/boards/snps/hsdk4xd/hsdk4xd.dts b/boards/snps/hsdk4xd/hsdk4xd.dts index d8ce3e7d7d0ce..adf085d6b6550 100644 --- a/boards/snps/hsdk4xd/hsdk4xd.dts +++ b/boards/snps/hsdk4xd/hsdk4xd.dts @@ -9,8 +9,8 @@ #include / { - model = "hsdk4xd"; compatible = "snps,hsdk4xd"; + model = "hsdk4xd"; aliases { uart-dbg = &uart_dbg; @@ -26,8 +26,8 @@ arduino_spi: &spi2 {}; &uart_dbg { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &creg_gpio { diff --git a/boards/snps/iotdk/iotdk.dts b/boards/snps/iotdk/iotdk.dts index 8a9837d1b2a41..8f3ec4cd42f2e 100644 --- a/boards/snps/iotdk/iotdk.dts +++ b/boards/snps/iotdk/iotdk.dts @@ -10,8 +10,8 @@ #include / { - model = "iotdk"; compatible = "snps,iotdk", "snps,iotdk"; + model = "iotdk"; aliases { uart-0 = &uart0; @@ -40,6 +40,6 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/snps/nsim/arc_classic/nsim-flash-sram-mem.dtsi b/boards/snps/nsim/arc_classic/nsim-flash-sram-mem.dtsi index 044b833eacf43..c3c3cacef2a04 100644 --- a/boards/snps/nsim/arc_classic/nsim-flash-sram-mem.dtsi +++ b/boards/snps/nsim/arc_classic/nsim-flash-sram-mem.dtsi @@ -18,8 +18,8 @@ }; sram0: sram@80400000 { - device_type = "memory"; reg = <0x80400000 DT_SRAM_SIZE>; + device_type = "memory"; }; chosen { diff --git a/boards/snps/nsim/arc_classic/nsim-flat-mem.dtsi b/boards/snps/nsim/arc_classic/nsim-flat-mem.dtsi index 37a391098abe8..f15bd0a7df0c9 100644 --- a/boards/snps/nsim/arc_classic/nsim-flat-mem.dtsi +++ b/boards/snps/nsim/arc_classic/nsim-flat-mem.dtsi @@ -17,8 +17,8 @@ / { ddr0: memory@DDR_ADDR { - device_type = "memory"; reg = ; + device_type = "memory"; }; chosen { diff --git a/boards/snps/nsim/arc_classic/nsim-uart-ns16550.dtsi b/boards/snps/nsim/arc_classic/nsim-uart-ns16550.dtsi index ceb050a0b325b..3947875b8e394 100644 --- a/boards/snps/nsim/arc_classic/nsim-uart-ns16550.dtsi +++ b/boards/snps/nsim/arc_classic/nsim-uart-ns16550.dtsi @@ -13,8 +13,8 @@ / { uart0: uart@f0000000 { compatible = "ns16550"; - clock-frequency = <50000000>; reg = <0xf0000000 0x400>; + clock-frequency = <50000000>; current-speed = <115200>; interrupt-parent = <&intc>; interrupts = ; diff --git a/boards/snps/nsim/arc_classic/nsim_em.dtsi b/boards/snps/nsim/arc_classic/nsim_em.dtsi index 45f90abf925ff..16d85293ad5a5 100644 --- a/boards/snps/nsim/arc_classic/nsim_em.dtsi +++ b/boards/snps/nsim/arc_classic/nsim_em.dtsi @@ -16,9 +16,9 @@ #size-cells = <0>; cpu0: cpu@0 { - device_type = "cpu"; compatible = "snps,arcem"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_em.dts b/boards/snps/nsim/arc_classic/nsim_nsim_em.dts index f4bcdfc999e63..ebc0bb773c118 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_em.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_em.dts @@ -9,8 +9,8 @@ #include "nsim_em.dtsi" / { - model = "snps,nsim_em"; compatible = "snps,nsim_em"; + model = "snps,nsim_em"; }; &cpu0 { diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_em11d.dts b/boards/snps/nsim/arc_classic/nsim_nsim_em11d.dts index dffafbc428e6c..07bb87a73c0b7 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_em11d.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_em11d.dts @@ -14,8 +14,8 @@ #define YCCM_SIZE DT_SIZE_K(64) / { - model = "snps,nsim_em"; compatible = "snps,nsim_em"; + model = "snps,nsim_em"; xccm0: xccm@XCCM_ADDR { compatible = "arc,xccm"; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_em7d_v22.dts b/boards/snps/nsim/arc_classic/nsim_nsim_em7d_v22.dts index ef9791ff0d766..5719532ca160a 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_em7d_v22.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_em7d_v22.dts @@ -12,8 +12,8 @@ #include "nsim_em.dtsi" / { - model = "snps,nsim_em"; compatible = "snps,nsim_em"; + model = "snps,nsim_em"; }; &cpu0 { diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs.dts index e066c8d92d0a6..6795b9d88e0f1 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs.dts @@ -11,17 +11,17 @@ #include "nsim-uart-ns16550.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs5x.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs5x.dts index 4ea66398a3d53..f7382512c85aa 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs5x.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs5x.dts @@ -11,17 +11,17 @@ #include "nsim-uart-ns16550.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs5x_smp.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs5x_smp.dts index 1a4a20ff3b4f7..7697d859bb417 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs5x_smp.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs5x_smp.dts @@ -10,23 +10,23 @@ #include "nsim-flat-mem.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <0>; + device_type = "cpu"; }; cpu@1 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <1>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs5x_smp_12cores.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs5x_smp_12cores.dts index b37b6de6fbfb1..65bfefaded544 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs5x_smp_12cores.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs5x_smp_12cores.dts @@ -10,83 +10,83 @@ #include "nsim-flat-mem.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <0>; + device_type = "cpu"; }; cpu@1 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <1>; + device_type = "cpu"; }; cpu@2 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <2>; + device_type = "cpu"; }; cpu@3 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <3>; + device_type = "cpu"; }; cpu@4 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <4>; + device_type = "cpu"; }; cpu@5 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <5>; + device_type = "cpu"; }; cpu@6 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <6>; + device_type = "cpu"; }; cpu@7 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <7>; + device_type = "cpu"; }; cpu@8 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <8>; + device_type = "cpu"; }; cpu@9 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <9>; + device_type = "cpu"; }; cpu@a { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <10>; + device_type = "cpu"; }; cpu@b { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <11>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs6x.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs6x.dts index 136fc8c7a19d5..1099889651667 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs6x.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs6x.dts @@ -11,17 +11,17 @@ #include "nsim-uart-ns16550.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs6x_smp.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs6x_smp.dts index 945396e8498d1..00888c9b1cec2 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs6x_smp.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs6x_smp.dts @@ -10,23 +10,23 @@ #include "nsim-flat-mem.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <0>; + device_type = "cpu"; }; cpu@1 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <1>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs6x_smp_12cores.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs6x_smp_12cores.dts index b37b6de6fbfb1..65bfefaded544 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs6x_smp_12cores.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs6x_smp_12cores.dts @@ -10,83 +10,83 @@ #include "nsim-flat-mem.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <0>; + device_type = "cpu"; }; cpu@1 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <1>; + device_type = "cpu"; }; cpu@2 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <2>; + device_type = "cpu"; }; cpu@3 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <3>; + device_type = "cpu"; }; cpu@4 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <4>; + device_type = "cpu"; }; cpu@5 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <5>; + device_type = "cpu"; }; cpu@6 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <6>; + device_type = "cpu"; }; cpu@7 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <7>; + device_type = "cpu"; }; cpu@8 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <8>; + device_type = "cpu"; }; cpu@9 { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <9>; + device_type = "cpu"; }; cpu@a { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <10>; + device_type = "cpu"; }; cpu@b { - device_type = "cpu"; compatible = "snps,arcv3-hs"; reg = <11>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs_flash_xip.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs_flash_xip.dts index b53aebd03ea20..dd9d9cc87a5d3 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs_flash_xip.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs_flash_xip.dts @@ -11,17 +11,17 @@ #include "nsim-uart-ns16550.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs_hostlink.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs_hostlink.dts index 057adc016e5c0..fe70818653c3c 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs_hostlink.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs_hostlink.dts @@ -11,17 +11,17 @@ #include "nsim-uart-hostlink.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs_mpuv6.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs_mpuv6.dts index 86a1994d0f768..b80fa51563d7e 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs_mpuv6.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs_mpuv6.dts @@ -11,17 +11,17 @@ #include "nsim-uart-ns16550.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs_smp.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs_smp.dts index c827dd32c1866..653c2fea9a6a1 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs_smp.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs_smp.dts @@ -10,23 +10,23 @@ #include "nsim-flat-mem.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; cpu@1 { - device_type = "cpu"; compatible = "snps,archs"; reg = <1>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_hs_sram.dts b/boards/snps/nsim/arc_classic/nsim_nsim_hs_sram.dts index 0f836a78e6863..3082ec52e6b67 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_hs_sram.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_hs_sram.dts @@ -11,17 +11,17 @@ #include "nsim-uart-ns16550.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_sem.dts b/boards/snps/nsim/arc_classic/nsim_nsim_sem.dts index 807d54ba6981b..04468bf0e5286 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_sem.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_sem.dts @@ -12,6 +12,6 @@ #include "nsim_em-sec.dtsi" / { - model = "snps,nsim_sem"; compatible = "snps,nsim_sem"; + model = "snps,nsim_sem"; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_sem_mpu_stack_guard.dts b/boards/snps/nsim/arc_classic/nsim_nsim_sem_mpu_stack_guard.dts index a5d01055853e5..6784510415dab 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_sem_mpu_stack_guard.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_sem_mpu_stack_guard.dts @@ -12,6 +12,6 @@ #include "nsim_em-sec.dtsi" / { - model = "snps,nsim_sem"; compatible = "snps,nsim_sem"; + model = "snps,nsim_sem"; }; diff --git a/boards/snps/nsim/arc_classic/nsim_nsim_vpx5.dts b/boards/snps/nsim/arc_classic/nsim_nsim_vpx5.dts index 291a136195d25..bfc662eafdecf 100644 --- a/boards/snps/nsim/arc_classic/nsim_nsim_vpx5.dts +++ b/boards/snps/nsim/arc_classic/nsim_nsim_vpx5.dts @@ -15,17 +15,17 @@ #include "nsim-uart-ns16550.dtsi" / { - model = "snps,nsim_hs"; compatible = "snps,nsim_hs"; + model = "snps,nsim_hs"; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "snps,archs"; reg = <0>; + device_type = "cpu"; }; }; }; diff --git a/boards/snps/nsim/arc_v/nsim_arc_v_rmx100.dts b/boards/snps/nsim/arc_v/nsim_arc_v_rmx100.dts index b8607053da5d5..27deeb0e6745a 100644 --- a/boards/snps/nsim/arc_v/nsim_arc_v_rmx100.dts +++ b/boards/snps/nsim/arc_v/nsim_arc_v_rmx100.dts @@ -3,8 +3,8 @@ #include "rmx100.dtsi" / { - model = "Synopsys RMX100"; compatible = "snps,rmx100"; + model = "Synopsys RMX100"; aliases { uart-0 = &uart0; @@ -18,6 +18,6 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/snps/nsim/arc_v/rmx100.dtsi b/boards/snps/nsim/arc_v/rmx100.dtsi index 0927a8091522f..01153185cea67 100644 --- a/boards/snps/nsim/arc_v/rmx100.dtsi +++ b/boards/snps/nsim/arc_v/rmx100.dtsi @@ -2,7 +2,7 @@ / { ddr0: memory@80000000 { - device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ + device_type = "memory"; }; }; diff --git a/boards/snps/nsim/arc_v/rmx1xx.dtsi b/boards/snps/nsim/arc_v/rmx1xx.dtsi index 9050658708501..647a35fddba60 100644 --- a/boards/snps/nsim/arc_v/rmx1xx.dtsi +++ b/boards/snps/nsim/arc_v/rmx1xx.dtsi @@ -9,8 +9,8 @@ cpu0: cpu@0 { compatible = "snps,av5rmx", "riscv"; - device_type = "cpu"; reg = <0>; + device_type = "cpu"; clock-frequency = <5000000>; riscv,isa = "rv32imac_zicsr_zifencei"; @@ -39,8 +39,8 @@ mtimer: timer@a001bff8 { compatible = "riscv,machine-timer"; - interrupts-extended = <&cpu0_intc 7>; reg = <0xa001bff8 0x8 0xa0014000 0x8>; + interrupts-extended = <&cpu0_intc 7>; reg-names = "mtime", "mtimecmp"; }; From eea7e6342132a13195a493d02f5e3b5fb10dde60 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:06 +0200 Subject: [PATCH 120/142] devicetree: format files in boards/sparkfun Applying dts-linter results for format files in boards/sparkfun Signed-off-by: Kyle Micallef Bonnici --- .../sparkfun/micromod/micromod_nrf52840.dts | 24 +++++++++---------- .../nrf52_sparkfun/nrf52_sparkfun.dts | 14 +++++------ .../sparkfun_pro_micro_rp2040.dts | 18 +++++++------- .../sparkfun_red_v_things_plus.dts | 12 +++++----- .../sparkfun_thing_plus_nrf9160.dts | 2 +- .../sparkfun_thing_plus_nrf9160_common.dtsi | 10 ++++---- .../sparkfun_thing_plus_matter_mgm240p.dts | 4 ++-- 7 files changed, 42 insertions(+), 42 deletions(-) diff --git a/boards/sparkfun/micromod/micromod_nrf52840.dts b/boards/sparkfun/micromod/micromod_nrf52840.dts index a8b680f2b7f8e..5e92e27c45c46 100644 --- a/boards/sparkfun/micromod/micromod_nrf52840.dts +++ b/boards/sparkfun/micromod/micromod_nrf52840.dts @@ -10,8 +10,8 @@ #include / { - model = "Sparkfun Micrmod nRF52840 board"; compatible = "sparkfun,micromod-nrf52840"; + model = "Sparkfun Micrmod nRF52840 board"; chosen { zephyr,console = &uart0; @@ -94,54 +94,53 @@ &uart0 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { compatible = "nordic,nrf-uarte"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; w25q128jv: w25q128jv@0 { - status = "okay"; compatible = "nordic,qspi-nor"; reg = <0>; writeoc = "pp4io"; @@ -152,6 +151,7 @@ has-dpd; t-enter-dpd = <3000>; t-exit-dpd = <3000>; + status = "okay"; }; }; @@ -166,18 +166,18 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00010000>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 0x00076000>; + label = "image-0"; }; slot1_partition: partition@86000 { - label = "image-1"; reg = <0x00086000 0x00074000>; + label = "image-1"; }; /* @@ -191,8 +191,8 @@ */ storage_partition: partition@fA000 { - label = "storage"; reg = <0x000fA000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/sparkfun/nrf52_sparkfun/nrf52_sparkfun.dts b/boards/sparkfun/nrf52_sparkfun/nrf52_sparkfun.dts index 9e94adb49f2d5..1e5e1eede2a40 100644 --- a/boards/sparkfun/nrf52_sparkfun/nrf52_sparkfun.dts +++ b/boards/sparkfun/nrf52_sparkfun/nrf52_sparkfun.dts @@ -11,8 +11,8 @@ #include / { - model = "Sparkfun nRF52832 Breakout"; compatible = "sparkfun,nrf52832"; + model = "Sparkfun nRF52832 Breakout"; chosen { zephyr,console = &uart0; @@ -67,10 +67,10 @@ &uart0 { compatible = "nordic,nrf-uart"; current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -80,28 +80,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003e000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/sparkfun/pro_micro_rp2040/sparkfun_pro_micro_rp2040.dts b/boards/sparkfun/pro_micro_rp2040/sparkfun_pro_micro_rp2040.dts index 266fa736954f9..dd5caf60247d5 100644 --- a/boards/sparkfun/pro_micro_rp2040/sparkfun_pro_micro_rp2040.dts +++ b/boards/sparkfun/pro_micro_rp2040/sparkfun_pro_micro_rp2040.dts @@ -40,8 +40,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -50,8 +50,8 @@ * size is 16MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(16) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -59,30 +59,30 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_i2c: &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &gpio0 { @@ -94,9 +94,9 @@ zephyr_i2c: &i2c0 { }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &pio0 { @@ -104,13 +104,12 @@ zephyr_i2c: &i2c0 { pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/sparkfun/red_v_things_plus/sparkfun_red_v_things_plus.dts b/boards/sparkfun/red_v_things_plus/sparkfun_red_v_things_plus.dts index 4396ea36b1338..cf73d933080a7 100644 --- a/boards/sparkfun/red_v_things_plus/sparkfun_red_v_things_plus.dts +++ b/boards/sparkfun/red_v_things_plus/sparkfun_red_v_things_plus.dts @@ -8,8 +8,8 @@ #include "sparkfun_red_v_things_plus-pinctrl.dtsi" / { - model = "SparkFun RED-V Things Plus"; compatible = "sparkfun,red-v_things_plus"; + model = "SparkFun RED-V Things Plus"; aliases { led0 = &led0; @@ -38,10 +38,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; + status = "okay"; }; /* disabled (used by Flash ROM by default) */ @@ -50,24 +50,24 @@ flash0: flash@0 { compatible = "issi,is25lp032", "jedec,spi-nor"; - status = "disabled"; + reg = <0>; size = <33554432>; jedec-id = [96 60 16]; - reg = <0>; spi-max-frequency = <133000000>; + status = "disabled"; }; }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_cs0_default &spi1_cs2_default &spi1_cs3_default &spi1_mosi_default &spi1_miso_default &spi1_sck_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_i2c: &i2c0 { - status = "okay"; clock-frequency = <100000>; pinctrl-0 = <&i2c0_0_default &i2c0_1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160.dts b/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160.dts index 3410f02c66fb6..1132b4f4b0502 100644 --- a/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160.dts +++ b/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160.dts @@ -24,6 +24,6 @@ }; &uart0 { - status = "okay"; current-speed = <1000000>; + status = "okay"; }; diff --git a/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_common.dtsi b/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_common.dtsi index e6ed5db82f6d1..50b85364553c8 100644 --- a/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_common.dtsi +++ b/boards/sparkfun/thing_plus/sparkfun_thing_plus_nrf9160_common.dtsi @@ -8,8 +8,8 @@ #include / { - model = "Sparkfun nRF9160 Thing Plus"; compatible = "sparkfun,thing-plus-nrf9160"; + model = "Sparkfun nRF9160 Thing Plus"; chosen { zephyr,console = &uart0; @@ -106,11 +106,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart1 { @@ -128,11 +128,11 @@ zephyr_i2c: &i2c1 { compatible = "nordic,nrf-twim"; - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-1 = <&i2c1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; pcf85063a@51 { compatible = "nxp,pcf85063a"; @@ -147,19 +147,19 @@ zephyr_i2c: &i2c1 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi3 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; w25q32jv: w25q32jv@0 { compatible = "jedec,spi-nor"; diff --git a/boards/sparkfun/thing_plus_matter_mgm240p/sparkfun_thing_plus_matter_mgm240p.dts b/boards/sparkfun/thing_plus_matter_mgm240p/sparkfun_thing_plus_matter_mgm240p.dts index 2b76d423cafe6..34690863b74c2 100644 --- a/boards/sparkfun/thing_plus_matter_mgm240p/sparkfun_thing_plus_matter_mgm240p.dts +++ b/boards/sparkfun/thing_plus_matter_mgm240p/sparkfun_thing_plus_matter_mgm240p.dts @@ -14,8 +14,8 @@ #include / { - model = "Sparkfun MGM240P (Sparkfun Thing Plus Matter)"; compatible = "sparkfun,sparkfun_thing_plus_mgm240p", "silabs,efr32mg24"; + model = "Sparkfun MGM240P (Sparkfun Thing Plus Matter)"; chosen { zephyr,bt-hci = &bt_hci_silabs; @@ -134,10 +134,10 @@ zephyr_i2c: &i2c0 { }; &dcdc { - status = "okay"; regulator-boot-on; regulator-initial-mode = ; silabs,pfmx-peak-current-milliamp = <50>; + status = "okay"; }; &flash0 { From 25ea1a9b8b86927343eac63baeffda6ced775e82 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:09 +0200 Subject: [PATCH 121/142] devicetree: format files in boards/st Applying dts-linter results for format files in boards/st Signed-off-by: Kyle Micallef Bonnici --- boards/st/b_g474e_dpow1/b_g474e_dpow1.dts | 10 +++--- boards/st/b_l072z_lrwan1/b_l072z_lrwan1.dts | 8 ++--- boards/st/b_l4s5i_iot01a/b_l4s5i_iot01a.dts | 22 ++++++------ .../b_u585i_iot02a/b_u585i_iot02a-common.dtsi | 18 +++++----- boards/st/b_u585i_iot02a/b_u585i_iot02a.dts | 12 +++---- .../b_u585i_iot02a_stm32u585xx_ns.dts | 16 ++++----- boards/st/disco_l475_iot1/disco_l475_iot1.dts | 31 ++++++++-------- boards/st/nucleo_c031c6/nucleo_c031c6.dts | 6 ++-- boards/st/nucleo_c071rb/nucleo_c071rb.dts | 14 ++++---- boards/st/nucleo_c092rc/nucleo_c092rc.dts | 10 +++--- boards/st/nucleo_f030r8/nucleo_f030r8.dts | 6 ++-- boards/st/nucleo_f031k6/nucleo_f031k6.dts | 6 ++-- boards/st/nucleo_f042k6/nucleo_f042k6.dts | 8 ++--- boards/st/nucleo_f070rb/nucleo_f070rb.dts | 6 ++-- boards/st/nucleo_f072rb/nucleo_f072rb.dts | 6 ++-- boards/st/nucleo_f091rc/nucleo_f091rc.dts | 10 +++--- boards/st/nucleo_f103rb/nucleo_f103rb.dts | 10 +++--- boards/st/nucleo_f207zg/nucleo_f207zg.dts | 32 ++++++++--------- boards/st/nucleo_f302r8/nucleo_f302r8.dts | 6 ++-- boards/st/nucleo_f303k8/nucleo_f303k8.dts | 6 ++-- boards/st/nucleo_f303re/nucleo_f303re.dts | 4 +-- boards/st/nucleo_f334r8/nucleo_f334r8.dts | 8 ++--- boards/st/nucleo_f401re/nucleo_f401re.dts | 16 ++++----- boards/st/nucleo_f410rb/nucleo_f410rb.dts | 16 ++++----- boards/st/nucleo_f411re/nucleo_f411re.dts | 4 +-- boards/st/nucleo_f412zg/nucleo_f412zg.dts | 6 ++-- boards/st/nucleo_f413zh/nucleo_f413zh.dts | 14 ++++---- boards/st/nucleo_f429zi/nucleo_f429zi.dts | 22 ++++++------ boards/st/nucleo_f439zi/nucleo_f439zi.dts | 20 +++++------ boards/st/nucleo_f446re/nucleo_f446re.dts | 20 +++++------ boards/st/nucleo_f446ze/nucleo_f446ze.dts | 20 +++++------ boards/st/nucleo_f722ze/nucleo_f722ze.dts | 18 +++++----- boards/st/nucleo_f746zg/nucleo_f746zg.dts | 12 +++---- boards/st/nucleo_f756zg/nucleo_f756zg.dts | 18 +++++----- boards/st/nucleo_f767zi/nucleo_f767zi.dts | 22 ++++++------ boards/st/nucleo_g031k8/nucleo_g031k8.dts | 2 +- boards/st/nucleo_g070rb/nucleo_g070rb.dts | 12 +++---- boards/st/nucleo_g071rb/nucleo_g071rb.dts | 14 ++++---- boards/st/nucleo_g0b1re/nucleo_g0b1re.dts | 22 ++++++------ boards/st/nucleo_g431kb/nucleo_g431kb.dts | 6 ++-- boards/st/nucleo_g431rb/nucleo_g431rb.dts | 14 ++++---- boards/st/nucleo_g474re/nucleo_g474re.dts | 14 ++++---- boards/st/nucleo_h503rb/nucleo_h503rb.dts | 2 +- boards/st/nucleo_h533re/nucleo_h533re.dts | 2 +- .../nucleo_h563zi/nucleo_h563zi-common.dtsi | 10 +++--- boards/st/nucleo_h563zi/nucleo_h563zi.dts | 6 ++-- boards/st/nucleo_h723zg/nucleo_h723zg.dts | 12 +++---- boards/st/nucleo_h743zi/nucleo_h743zi.dts | 24 ++++++------- .../nucleo_h745zi_q_stm32h745xx_m4.dts | 2 +- .../nucleo_h745zi_q_stm32h745xx_m7.dts | 10 +++--- boards/st/nucleo_h753zi/nucleo_h753zi.dts | 22 ++++++------ .../nucleo_h755zi_q_stm32h755xx_m4.dts | 2 +- .../nucleo_h755zi_q_stm32h755xx_m7.dts | 10 +++--- boards/st/nucleo_h7a3zi_q/nucleo_h7a3zi_q.dts | 4 +-- boards/st/nucleo_h7s3l8/nucleo_h7s3l8.dts | 16 ++++----- boards/st/nucleo_l011k4/nucleo_l011k4.dts | 4 +-- boards/st/nucleo_l031k6/nucleo_l031k6.dts | 4 +-- boards/st/nucleo_l053r8/nucleo_l053r8.dts | 4 +-- boards/st/nucleo_l073rz/nucleo_l073rz.dts | 8 ++--- boards/st/nucleo_l152re/nucleo_l152re.dts | 8 ++--- boards/st/nucleo_l412rb_p/nucleo_l412rb_p.dts | 6 ++-- boards/st/nucleo_l432kc/nucleo_l432kc.dts | 6 ++-- boards/st/nucleo_l433rc_p/nucleo_l433rc_p.dts | 6 ++-- boards/st/nucleo_l452re/nucleo_l452re.dts | 2 +- .../nucleo_l452re/nucleo_l452re_common.dtsi | 6 ++-- .../nucleo_l452re_stm32l452xx_p.dts | 2 +- boards/st/nucleo_l476rg/nucleo_l476rg.dts | 12 +++---- boards/st/nucleo_l496zg/nucleo_l496zg.dts | 10 +++--- boards/st/nucleo_l4a6zg/nucleo_l4a6zg.dts | 6 ++-- boards/st/nucleo_l4r5zi/nucleo_l4r5zi.dts | 6 ++-- .../nucleo_l552ze_q-common.dtsi | 4 +-- boards/st/nucleo_l552ze_q/nucleo_l552ze_q.dts | 2 +- .../nucleo_l552ze_q_stm32l552xx_ns.dts | 12 +++---- boards/st/nucleo_n657x0_q/nucleo_n657x0_q.dts | 2 +- .../nucleo_n657x0_q_common.dtsi | 8 ++--- .../nucleo_n657x0_q_stm32n657xx_sb.dts | 2 +- boards/st/nucleo_u031r8/nucleo_u031r8.dts | 12 +++---- boards/st/nucleo_u083rc/nucleo_u083rc.dts | 12 +++---- boards/st/nucleo_u385rg_q/nucleo_u385rg_q.dts | 14 ++++---- .../nucleo_u575zi_q-common.dtsi | 6 ++-- boards/st/nucleo_u575zi_q/nucleo_u575zi_q.dts | 10 +++--- .../nucleo_u5a5zj_q-common.dtsi | 4 +-- boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q.dts | 10 +++--- boards/st/nucleo_wb05kz/nucleo_wb05kz.dts | 8 ++--- boards/st/nucleo_wb07cc/nucleo_wb07cc.dts | 10 +++--- boards/st/nucleo_wb09ke/nucleo_wb09ke.dts | 8 ++--- boards/st/nucleo_wb55rg/nucleo_wb55rg.dts | 22 ++++++------ boards/st/nucleo_wba55cg/nucleo_wba55cg.dts | 16 ++++----- boards/st/nucleo_wba65ri/nucleo_wba65ri.dts | 8 ++--- boards/st/nucleo_wl55jc/nucleo_wl55jc.dts | 16 ++++----- boards/st/sensortile_box/sensortile_box.dts | 30 ++++++++-------- .../sensortile_box_pro/sensortile_box_pro.dts | 34 +++++++++--------- .../st25dv_mb1283_disco.dts | 8 ++--- boards/st/steval_fcu001v1/steval_fcu001v1.dts | 6 ++-- boards/st/steval_stwinbx1/steval_stwinbx1.dts | 34 +++++++++--------- boards/st/stm3210c_eval/stm3210c_eval.dts | 2 +- boards/st/stm32373c_eval/stm32373c_eval.dts | 2 +- boards/st/stm32c0116_dk/stm32c0116_dk.dts | 10 +++--- boards/st/stm32f072_eval/stm32f072_eval.dts | 2 +- .../st/stm32f072b_disco/stm32f072b_disco.dts | 8 ++--- boards/st/stm32f0_disco/stm32f0_disco.dts | 10 +++--- boards/st/stm32f3_disco/stm32f3_disco.dts | 12 +++---- .../st/stm32f411e_disco/stm32f411e_disco.dts | 20 +++++------ .../stm32f411e_disco_stm32f411xe_B.overlay | 4 +-- .../st/stm32f412g_disco/stm32f412g_disco.dts | 2 +- .../st/stm32f413h_disco/stm32f413h_disco.dts | 2 +- .../st/stm32f429i_disc1/stm32f429i_disc1.dts | 31 ++++++++-------- .../st/stm32f469i_disco/stm32f469i_disco.dts | 8 ++--- boards/st/stm32f4_disco/stm32f4_disco.dts | 6 ++-- .../st/stm32f723e_disco/stm32f723e_disco.dts | 4 +-- .../st/stm32f746g_disco/stm32f746g_disco.dts | 32 ++++++++--------- boards/st/stm32f7508_dk/stm32f7508_dk.dts | 32 ++++++++--------- .../st/stm32f769i_disco/stm32f769i_disco.dts | 24 ++++++------- .../st/stm32g0316_disco/stm32g0316_disco.dts | 2 +- .../st/stm32g071b_disco/stm32g071b_disco.dts | 10 +++--- boards/st/stm32g081b_eval/stm32g081b_eval.dts | 14 ++++---- boards/st/stm32h573i_dk/stm32h573i_dk.dts | 20 +++++------ .../st/stm32h735g_disco/stm32h735g_disco.dts | 8 ++--- .../stm32h745i_disco_stm32h745xx_m4.dts | 2 +- .../stm32h745i_disco_stm32h745xx_m7.dts | 20 +++++------ .../st/stm32h747i_disco/stm32h747i_disco.dtsi | 12 +++---- .../stm32h747i_disco_stm32h747xx_m4.dts | 2 +- .../stm32h747i_disco_stm32h747xx_m7.dts | 33 +++++++++-------- boards/st/stm32h750b_dk/stm32h750b_dk.dts | 24 ++++++------- .../st/stm32h757i_eval/stm32h757i_eval.dtsi | 14 ++++---- .../stm32h757i_eval_stm32h757xx_m4.dts | 2 +- .../stm32h757i_eval_stm32h757xx_m7.dts | 23 ++++++------ boards/st/stm32h7b3i_dk/stm32h7b3i_dk.dts | 18 +++++----- boards/st/stm32h7s78_dk/stm32h7s78_dk.dts | 16 ++++----- boards/st/stm32l1_disco/stm32l152c_disco.dts | 6 ++-- boards/st/stm32l1_disco/stm32l1_disco.dts | 6 ++-- .../st/stm32l476g_disco/stm32l476g_disco.dts | 2 +- .../st/stm32l496g_disco/stm32l496g_disco.dts | 8 ++--- .../st/stm32l4r9i_disco/stm32l4r9i_disco.dts | 34 +++++++++--------- boards/st/stm32l562e_dk/stm32l562e_dk.dts | 2 +- .../stm32l562e_dk/stm32l562e_dk_common.dtsi | 12 +++---- .../stm32l562e_dk_stm32l562xx_ns.dts | 2 +- boards/st/stm32mp135f_dk/stm32mp135f_dk.dts | 14 ++++---- boards/st/stm32mp157c_dk2/stm32mp157c_dk2.dts | 4 +-- .../stm32mp257f_dk_stm32mp257fxx_m33.dts | 2 +- .../stm32mp257f_ev1_stm32mp257fxx_m33.dts | 2 +- boards/st/stm32n6570_dk/stm32n6570_dk.dts | 2 +- .../stm32n6570_dk/stm32n6570_dk_common.dtsi | 34 +++++++++--------- .../stm32n6570_dk_stm32n657xx_fsbl.dts | 2 +- .../stm32n6570_dk_stm32n657xx_sb.dts | 2 +- boards/st/stm32u083c_dk/stm32u083c_dk.dts | 18 +++++----- boards/st/stm32u5a9j_dk/stm32u5a9j_dk.dts | 34 +++++++++--------- boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts | 34 +++++++++--------- boards/st/stm32u5g9j_dk2/stm32u5g9j_dk2.dts | 36 +++++++++---------- boards/st/stm32vl_disco/stm32vl_disco.dts | 8 ++--- boards/st/stm32wb5mm_dk/stm32wb5mm_dk.dts | 16 ++++----- boards/st/stm32wb5mmg/stm32wb5mmg.dts | 8 ++--- 152 files changed, 886 insertions(+), 890 deletions(-) diff --git a/boards/st/b_g474e_dpow1/b_g474e_dpow1.dts b/boards/st/b_g474e_dpow1/b_g474e_dpow1.dts index 6a67aa482f02b..746a899011569 100644 --- a/boards/st/b_g474e_dpow1/b_g474e_dpow1.dts +++ b/boards/st/b_g474e_dpow1/b_g474e_dpow1.dts @@ -10,8 +10,8 @@ #include / { - model = "B-G474E-DPOW1 Discovery board"; compatible = "st,b-g474e-dpow1"; + model = "B-G474E-DPOW1 Discovery board"; chosen { zephyr,console = &usart3; @@ -143,12 +143,12 @@ stm32_lp_tick_source: &lptim1 { &adc2 { pinctrl-0 = <&adc2_in8_pc2>; pinctrl-names = "default"; - st,adc-clock-source = "SYNC"; - st,adc-prescaler = <4>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "SYNC"; + st,adc-prescaler = <4>; + status = "okay"; channel@8 { reg = <8>; @@ -161,7 +161,6 @@ stm32_lp_tick_source: &lptim1 { }; &ucpd1 { - status = "okay"; /* * UCPD is fed directly from HSI which is @ 16MHz. The ucpd_clk goes to @@ -189,6 +188,7 @@ stm32_lp_tick_source: &lptim1 { hbitclkdiv = <27>; pinctrl-0 = <&ucpd1_cc1_pb6 &ucpd1_cc2_pb4>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usb { diff --git a/boards/st/b_l072z_lrwan1/b_l072z_lrwan1.dts b/boards/st/b_l072z_lrwan1/b_l072z_lrwan1.dts index e796c430f44f4..3edb39fc47e24 100644 --- a/boards/st/b_l072z_lrwan1/b_l072z_lrwan1.dts +++ b/boards/st/b_l072z_lrwan1/b_l072z_lrwan1.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics B-L072Z-LRWAN1 Discovery kit"; compatible = "st,stm32l072z-lrwan1"; + model = "STMicroelectronics B-L072Z-LRWAN1 Discovery kit"; chosen { zephyr,console = &usart2; @@ -117,8 +117,8 @@ arduino_i2c: &i2c1 {}; pinctrl-0 = <&spi1_nss_pa15 &spi1_sck_pb3 &spi1_miso_pa6 &spi1_mosi_pa7>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; + status = "okay"; lora: lora@0 { compatible = "semtech,sx1276"; @@ -149,8 +149,8 @@ arduino_i2c: &i2c1 {}; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &rtc { @@ -181,8 +181,8 @@ zephyr_udc0: &usb { /* Set aside 32KiB for data at the end of the 192KiB flash */ storage_partition: partition@28000 { - label = "storage"; reg = <0x00028000 DT_SIZE_K(32)>; + label = "storage"; }; }; }; diff --git a/boards/st/b_l4s5i_iot01a/b_l4s5i_iot01a.dts b/boards/st/b_l4s5i_iot01a/b_l4s5i_iot01a.dts index ae49cc97e2212..24c3fe875abc9 100644 --- a/boards/st/b_l4s5i_iot01a/b_l4s5i_iot01a.dts +++ b/boards/st/b_l4s5i_iot01a/b_l4s5i_iot01a.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics B-L4S5I-IOT01A discovery kit"; compatible = "st,b-l4s5i-iot01a"; + model = "STMicroelectronics B-L4S5I-IOT01A discovery kit"; chosen { zephyr,console = &usart1; @@ -102,15 +102,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; lis3mdl-magn@1e { compatible = "st,lis3mdl-magn"; @@ -150,10 +150,10 @@ &spi3 { pinctrl-0 = <&spi3_sck_pc10 &spi3_miso_pc11 &spi3_mosi_pc12>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpiod 13 GPIO_ACTIVE_LOW>, <&gpioe 0 GPIO_ACTIVE_LOW>; + status = "okay"; hci_spi: spbtle-rf@0 { compatible = "st,hci-spi-v1"; @@ -166,8 +166,8 @@ wifi0: ism43362@1 { compatible = "inventek,eswifi"; - spi-max-frequency = <2000000>; reg = <1>; + spi-max-frequency = <2000000>; resetn-gpios = <&gpioe 8 GPIO_ACTIVE_HIGH>; boot0-gpios = <&gpiob 12 GPIO_ACTIVE_HIGH>; wakeup-gpios = <&gpiob 13 GPIO_ACTIVE_HIGH>; @@ -182,24 +182,24 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x10000 DT_SIZE_K(976)>; + label = "image-0"; }; slot1_partition: partition@104000 { - label = "image-1"; reg = <0x104000 DT_SIZE_K(976)>; + label = "image-1"; }; storage_partition: partition@1f8000 { - label = "storage"; reg = <0x1f8000 DT_SIZE_K(32)>; + label = "storage"; }; }; }; @@ -208,9 +208,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa15>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -263,8 +263,8 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; store_partition: partition@000 { - label = "store"; reg = <0x00000000 DT_SIZE_M(8)>; + label = "store"; }; }; }; diff --git a/boards/st/b_u585i_iot02a/b_u585i_iot02a-common.dtsi b/boards/st/b_u585i_iot02a/b_u585i_iot02a-common.dtsi index 722a7a6593e70..654bc8087226f 100644 --- a/boards/st/b_u585i_iot02a/b_u585i_iot02a-common.dtsi +++ b/boards/st/b_u585i_iot02a/b_u585i_iot02a-common.dtsi @@ -49,7 +49,7 @@ compatible = "zephyr,memory-region"; reg = <0x90000000 DT_SIZE_M(8)>; zephyr,memory-region = "PSRAM"; - zephyr,memory-attr = <(DT_MEM_ARM(ATTR_MPU_RAM))>; + zephyr,memory-attr = ; }; }; @@ -62,9 +62,9 @@ }; &clk_msis { - status = "okay"; msi-range = <4>; msi-pll-mode; + status = "okay"; }; &pll1 { @@ -113,24 +113,24 @@ stm32_lp_tick_source: &lptim1 { }; &timers4 { - status = "okay"; st,prescaler = <1>; + status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pb6>; pinctrl-names = "default"; + status = "okay"; }; }; &timers3 { - status = "okay"; st,prescaler = <255>; + status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch2_pe4>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -181,15 +181,15 @@ stm32_lp_tick_source: &lptim1 { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_ph4 &i2c2_sda_ph5>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; veml6030@10 { compatible = "vishay,veml7700"; @@ -218,11 +218,11 @@ stm32_lp_tick_source: &lptim1 { eeprom0: eeprom@56 { compatible = "atmel,at24"; reg = <0x56>; - status = "okay"; size = ; pagesize = <64>; address-width = <16>; timeout = <5>; + status = "okay"; }; hts221@5f { diff --git a/boards/st/b_u585i_iot02a/b_u585i_iot02a.dts b/boards/st/b_u585i_iot02a/b_u585i_iot02a.dts index ed6a852312d53..19e273437133e 100644 --- a/boards/st/b_u585i_iot02a/b_u585i_iot02a.dts +++ b/boards/st/b_u585i_iot02a/b_u585i_iot02a.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics B-U585I-IOT02A discovery kit"; compatible = "st,b-u585i-iot02a"; + model = "STMicroelectronics B-U585I-IOT02A discovery kit"; chosen { zephyr,console = &usart1; @@ -50,28 +50,28 @@ * Set the partitions with first MB to make use of the whole Bank1 */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(416)>; + label = "image-0"; }; slot1_partition: partition@78000 { - label = "image-1"; reg = <0x00078000 DT_SIZE_K(416)>; + label = "image-1"; }; scratch_partition: partition@e0000 { - label = "image-scratch"; reg = <0x000e0000 DT_SIZE_K(64)>; + label = "image-scratch"; }; storage_partition: partition@f0000 { - label = "storage"; reg = <0x000f0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/st/b_u585i_iot02a/b_u585i_iot02a_stm32u585xx_ns.dts b/boards/st/b_u585i_iot02a/b_u585i_iot02a_stm32u585xx_ns.dts index 997fcd2133e66..839ce48526fd0 100644 --- a/boards/st/b_u585i_iot02a/b_u585i_iot02a_stm32u585xx_ns.dts +++ b/boards/st/b_u585i_iot02a/b_u585i_iot02a_stm32u585xx_ns.dts @@ -8,8 +8,8 @@ #include "b_u585i_iot02a-common.dtsi" / { - model = "STMicroelectronics B-U585I-IOT02A discovery kit"; compatible = "st,b-u585i-iot02a"; + model = "STMicroelectronics B-U585I-IOT02A discovery kit"; chosen { zephyr,console = &usart1; @@ -39,27 +39,27 @@ * It might require adjustment depending on evolutions on TF-M. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(384)>; + label = "mcuboot"; read-only; }; /* Secure image primary slot */ slot0_partition: partition@60000 { - label = "image-0"; reg = <0x00060000 DT_SIZE_K(512)>; + label = "image-0"; }; /* Non-secure image primary slot */ slot0_ns_partition: partition@e0000 { - label = "image-0-nonsecure"; reg = <0x000e0000 DT_SIZE_K(1024)>; + label = "image-0-nonsecure"; }; /* Internal Non Volatile Storage */ storage_partition: partition@1e0000 { - label = "storage"; reg = <0x001e0000 DT_SIZE_K(128)>; + label = "storage"; }; }; }; @@ -75,18 +75,18 @@ * with the TF-M flash layout expectation. */ slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 DT_SIZE_K(512)>; + label = "image-1"; }; slot1_ns_partition: partition@80000 { - label = "image-1-nonsecure"; reg = <0x00080000 DT_SIZE_K(1024)>; + label = "image-1-nonsecure"; }; external_partition: partition@180000 { - label = "external"; reg = <0x00180000 (DT_SIZE_M(64) - DT_SIZE_K(1024) - DT_SIZE_K(512))>; + label = "external"; }; }; }; diff --git a/boards/st/disco_l475_iot1/disco_l475_iot1.dts b/boards/st/disco_l475_iot1/disco_l475_iot1.dts index 881555e1eff63..8e749e9aa2e15 100644 --- a/boards/st/disco_l475_iot1/disco_l475_iot1.dts +++ b/boards/st/disco_l475_iot1/disco_l475_iot1.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics B-L475E-IOT01Ax board"; compatible = "st,stm32l475-disco-iot"; + model = "STMicroelectronics B-L475E-IOT01Ax board"; chosen { zephyr,console = &usart1; @@ -96,9 +96,9 @@ }; &clk_msi { - status = "okay"; msi-pll-mode; msi-range = <11>; /* 48MHz USB bus clk */ + status = "okay"; }; &pll { @@ -136,15 +136,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; lis3mdl-magn@1e { compatible = "st,lis3mdl-magn"; @@ -178,8 +178,8 @@ &i2c3 { pinctrl-0 = <&i2c3_scl_pc0 &i2c3_sda_pc1>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -194,13 +194,12 @@ }; &spi3 { - status = "okay"; - pinctrl-0 = <&spi3_sck_pc10 &spi3_miso_pc11 &spi3_mosi_pc12>; pinctrl-names = "default"; cs-gpios = <&gpiod 13 GPIO_ACTIVE_LOW>, <&gpioe 0 GPIO_ACTIVE_LOW>; + status = "okay"; hci_spi: spbtle-rf@0 { compatible = "st,hci-spi-v1"; @@ -213,8 +212,8 @@ wifi0: ism43362@1 { compatible = "inventek,eswifi"; - spi-max-frequency = <2000000>; reg = <1>; + spi-max-frequency = <2000000>; resetn-gpios = <&gpioe 8 GPIO_ACTIVE_HIGH>; boot0-gpios = <&gpiob 12 GPIO_ACTIVE_HIGH>; wakeup-gpios = <&gpiob 13 GPIO_ACTIVE_HIGH>; @@ -229,19 +228,19 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x10000 DT_SIZE_K(928)>; + label = "image-0"; }; storage_partition: partition@f8000 { - label = "storage"; reg = <0xf8000 DT_SIZE_K(32)>; + label = "storage"; }; }; }; @@ -251,9 +250,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa15>; /* CN1 pin 2 (ARD.D9-PWM) */ pinctrl-names = "default"; + status = "okay"; }; }; @@ -262,9 +261,9 @@ status = "okay"; pwm15: pwm { - status = "okay"; pinctrl-0 = <&tim15_ch1_pb14>; /* LED2 */ pinctrl-names = "default"; + status = "okay"; }; }; @@ -309,9 +308,9 @@ zephyr_udc0: &usbotg_fs { }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &dma1 { @@ -341,13 +340,13 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 DT_SIZE_K(864)>; + label = "image-1"; }; slot2_partition: partition@d8000 { - label = "image-3"; reg = <0x000d8000 DT_SIZE_M(7)>; + label = "image-3"; }; }; }; diff --git a/boards/st/nucleo_c031c6/nucleo_c031c6.dts b/boards/st/nucleo_c031c6/nucleo_c031c6.dts index 35949cc93bab1..8bbe626588d89 100644 --- a/boards/st/nucleo_c031c6/nucleo_c031c6.dts +++ b/boards/st/nucleo_c031c6/nucleo_c031c6.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32C031C6-NUCLEO board"; compatible = "st,stm32c031c6-nucleo"; + model = "STMicroelectronics STM32C031C6-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -44,8 +44,8 @@ user_button: button { label = "user button"; gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; - status = "okay"; zephyr,code = ; + status = "okay"; }; }; @@ -112,8 +112,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &adc1 { diff --git a/boards/st/nucleo_c071rb/nucleo_c071rb.dts b/boards/st/nucleo_c071rb/nucleo_c071rb.dts index 924570078740c..d71d8d6356440 100644 --- a/boards/st/nucleo_c071rb/nucleo_c071rb.dts +++ b/boards/st/nucleo_c071rb/nucleo_c071rb.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32C071RB-NUCLEO board"; compatible = "st,stm32c071rb-nucleo"; + model = "STMicroelectronics STM32C071RB-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -49,8 +49,8 @@ user_button: button { label = "user button"; gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; - status = "okay"; zephyr,code = ; + status = "okay"; }; }; @@ -79,8 +79,8 @@ }; &clk_hsi48 { - status = "okay"; crs-usb-sof; + status = "okay"; }; &rcc { @@ -128,15 +128,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pa7 &i2c2_sda_pa6>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -149,12 +149,12 @@ &adc1 { pinctrl-0 = <&adc1_in0_pa0 &adc1_in1_pa1 &adc1_in4_pa4>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; clocks = <&rcc STM32_CLOCK(APB1_2, 20)>, <&rcc STM32_SRC_HSI ADC_SEL(2)>; + vref-mv = <3300>; + st,adc-clock-source = "ASYNC"; st,adc-prescaler = <4>; status = "okay"; - vref-mv = <3300>; }; &die_temp { diff --git a/boards/st/nucleo_c092rc/nucleo_c092rc.dts b/boards/st/nucleo_c092rc/nucleo_c092rc.dts index d3bf59e195b4e..906eecf9873ae 100644 --- a/boards/st/nucleo_c092rc/nucleo_c092rc.dts +++ b/boards/st/nucleo_c092rc/nucleo_c092rc.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32C092RC-NUCLEO board"; compatible = "st,stm32c092rc-nucleo"; + model = "STMicroelectronics STM32C092RC-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -51,8 +51,8 @@ user_button: button { label = "user button"; gpios = <&gpioc 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "okay"; zephyr,code = ; + status = "okay"; }; }; @@ -149,8 +149,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -164,12 +164,12 @@ &adc1 { pinctrl-0 = <&adc1_in0_pa0 &adc1_in1_pa1 &adc1_in4_pa4>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; clocks = <&rcc STM32_CLOCK(APB1_2, 20)>, <&rcc STM32_SRC_HSI ADC_SEL(2)>; + vref-mv = <3300>; + st,adc-clock-source = "ASYNC"; st,adc-prescaler = <4>; status = "okay"; - vref-mv = <3300>; }; &die_temp { diff --git a/boards/st/nucleo_f030r8/nucleo_f030r8.dts b/boards/st/nucleo_f030r8/nucleo_f030r8.dts index 5ea1451dbb488..87f9de17e1358 100644 --- a/boards/st/nucleo_f030r8/nucleo_f030r8.dts +++ b/boards/st/nucleo_f030r8/nucleo_f030r8.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F030R8-NUCLEO board"; compatible = "st,stm32f030r8-nucleo"; + model = "STMicroelectronics STM32F030R8-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -97,15 +97,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_f031k6/nucleo_f031k6.dts b/boards/st/nucleo_f031k6/nucleo_f031k6.dts index 9454283d7bafe..694ac92231a02 100644 --- a/boards/st/nucleo_f031k6/nucleo_f031k6.dts +++ b/boards/st/nucleo_f031k6/nucleo_f031k6.dts @@ -9,8 +9,8 @@ #include / { - model = "STMicroelectronics STM32F031K6-NUCLEO board"; compatible = "st,stm32f031k6-nucleo"; + model = "STMicroelectronics STM32F031K6-NUCLEO board"; chosen { zephyr,console = &usart1; @@ -80,9 +80,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch2_pb3>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -96,8 +96,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_f042k6/nucleo_f042k6.dts b/boards/st/nucleo_f042k6/nucleo_f042k6.dts index 230e6fc535863..99aa485d5e230 100644 --- a/boards/st/nucleo_f042k6/nucleo_f042k6.dts +++ b/boards/st/nucleo_f042k6/nucleo_f042k6.dts @@ -9,8 +9,8 @@ #include / { - model = "STMicroelectronics STM32F042K6-NUCLEO board"; compatible = "st,stm32f042k6-nucleo"; + model = "STMicroelectronics STM32F042K6-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -67,13 +67,13 @@ }; &timers3 { - status = "okay"; st,prescaler = <10000>; + status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch3_pb0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -87,8 +87,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_f070rb/nucleo_f070rb.dts b/boards/st/nucleo_f070rb/nucleo_f070rb.dts index 8b5b70ab4908f..85b45460a1b47 100644 --- a/boards/st/nucleo_f070rb/nucleo_f070rb.dts +++ b/boards/st/nucleo_f070rb/nucleo_f070rb.dts @@ -13,8 +13,8 @@ #include / { - model = "STMicroelectronics NUCLEO-F070RB board"; compatible = "st,stm32f070rb-nucleo"; + model = "STMicroelectronics NUCLEO-F070RB board"; chosen { zephyr,console = &usart2; @@ -92,15 +92,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_f072rb/nucleo_f072rb.dts b/boards/st/nucleo_f072rb/nucleo_f072rb.dts index e226031bda98d..b033c67ea95dd 100644 --- a/boards/st/nucleo_f072rb/nucleo_f072rb.dts +++ b/boards/st/nucleo_f072rb/nucleo_f072rb.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics NUCLEO-F072RB board"; compatible = "st,stm32f072rb-nucleo"; + model = "STMicroelectronics NUCLEO-F072RB board"; chosen { zephyr,console = &usart2; @@ -91,15 +91,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_f091rc/nucleo_f091rc.dts b/boards/st/nucleo_f091rc/nucleo_f091rc.dts index 4127816f0e491..821ea0231942f 100644 --- a/boards/st/nucleo_f091rc/nucleo_f091rc.dts +++ b/boards/st/nucleo_f091rc/nucleo_f091rc.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F091RC-NUCLEO board"; compatible = "st,stm32f091rc-nucleo"; + model = "STMicroelectronics STM32F091RC-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -103,16 +103,16 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { /* Pin conflict with can1. Enable only with can1 disabled. */ pinctrl-0 = <&i2c2_scl_pa11 &i2c2_sda_pa12>; pinctrl-names = "default"; - status = "disabled"; clock-frequency = ; + status = "disabled"; }; &can1 { @@ -151,8 +151,8 @@ /* Set 6Kb of storage at the end of the 256Kb of flash */ storage_partition: partition@3e800 { - label = "storage"; reg = <0x0003e800 DT_SIZE_K(6)>; + label = "storage"; }; }; }; @@ -170,9 +170,9 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &dma1 { diff --git a/boards/st/nucleo_f103rb/nucleo_f103rb.dts b/boards/st/nucleo_f103rb/nucleo_f103rb.dts index ef3abcbff6659..db8af46b55c1c 100644 --- a/boards/st/nucleo_f103rb/nucleo_f103rb.dts +++ b/boards/st/nucleo_f103rb/nucleo_f103rb.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F103RB-NUCLEO board"; compatible = "st,stm32f103rb-nucleo"; + model = "STMicroelectronics STM32F103RB-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -97,8 +97,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_remap1_pb8 &i2c1_sda_remap1_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -120,9 +120,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pwm_out_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -131,9 +131,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch2_pwm_in_pa1>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -169,8 +169,8 @@ /* Set 2KB of storage at the end of 128KB flash */ storage_partition: partition@1f800 { - label = "storage"; reg = <0x0001f800 DT_SIZE_K(2)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_f207zg/nucleo_f207zg.dts b/boards/st/nucleo_f207zg/nucleo_f207zg.dts index ed4f550fdfada..047734079a14e 100644 --- a/boards/st/nucleo_f207zg/nucleo_f207zg.dts +++ b/boards/st/nucleo_f207zg/nucleo_f207zg.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F207ZG-NUCLEO board"; compatible = "st,stm32f207zg-nucleo"; + model = "STMicroelectronics STM32F207ZG-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -123,15 +123,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &usart3 { @@ -197,7 +197,6 @@ zephyr_udc0: &usbotg_fs { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -208,12 +207,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <&phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -228,8 +228,8 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; @@ -246,21 +246,21 @@ zephyr_udc0: &usbotg_fs { */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x20000 DT_SIZE_K(448)>; + label = "image-0"; }; slot1_partition: partition@90000 { - label = "image-1"; reg = <0x90000 DT_SIZE_K(448)>; + label = "image-1"; }; }; }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &backup_sram { @@ -271,41 +271,41 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pe9>; pinctrl-names = "default"; + status = "okay"; }; }; &timers3 { - status = "okay"; st,prescaler = <10000>; + status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch3_pb0>; pinctrl-names = "default"; + status = "okay"; }; }; &timers4 { - status = "okay"; st,prescaler = <10000>; + status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch2_pb7>; pinctrl-names = "default"; + status = "okay"; }; }; &timers12 { - status = "okay"; st,prescaler = <10000>; + status = "okay"; pwm12: pwm { - status = "okay"; pinctrl-0 = <&tim12_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/nucleo_f302r8/nucleo_f302r8.dts b/boards/st/nucleo_f302r8/nucleo_f302r8.dts index 2c8e86f398da8..cf24083b5aa21 100644 --- a/boards/st/nucleo_f302r8/nucleo_f302r8.dts +++ b/boards/st/nucleo_f302r8/nucleo_f302r8.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F302R8-NUCLEO board"; compatible = "st,stm32f302r8-nucleo"; + model = "STMicroelectronics STM32F302R8-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -77,8 +77,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi2 { @@ -113,9 +113,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/nucleo_f303k8/nucleo_f303k8.dts b/boards/st/nucleo_f303k8/nucleo_f303k8.dts index f748c976d9987..5dace4d489f19 100644 --- a/boards/st/nucleo_f303k8/nucleo_f303k8.dts +++ b/boards/st/nucleo_f303k8/nucleo_f303k8.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32F303K8-NUCLEO board"; compatible = "st,stm32f303k8-nucleo"; + model = "STMicroelectronics STM32F303K8-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -73,9 +73,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch2_pb3>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -89,8 +89,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_f303re/nucleo_f303re.dts b/boards/st/nucleo_f303re/nucleo_f303re.dts index 0535f1163481e..e56d718e0488f 100644 --- a/boards/st/nucleo_f303re/nucleo_f303re.dts +++ b/boards/st/nucleo_f303re/nucleo_f303re.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F303RE-NUCLEO board"; compatible = "st,stm32f303re-nucleo"; + model = "STMicroelectronics STM32F303RE-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -103,9 +103,9 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; - status = "okay"; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_f334r8/nucleo_f334r8.dts b/boards/st/nucleo_f334r8/nucleo_f334r8.dts index adc76ae6b102b..551b53a9e74e8 100644 --- a/boards/st/nucleo_f334r8/nucleo_f334r8.dts +++ b/boards/st/nucleo_f334r8/nucleo_f334r8.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F334R8-NUCLEO board"; compatible = "st,stm32f334r8-nucleo"; + model = "STMicroelectronics STM32F334R8-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -96,8 +96,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -112,9 +112,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -136,8 +136,8 @@ /* Set 6Kb of storage at the end of the 64Kb of flash */ storage_partition: partition@e800 { - label = "storage"; reg = <0x0000e800 DT_SIZE_K(6)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_f401re/nucleo_f401re.dts b/boards/st/nucleo_f401re/nucleo_f401re.dts index b2a4ac27f2c9d..121d7387827d2 100644 --- a/boards/st/nucleo_f401re/nucleo_f401re.dts +++ b/boards/st/nucleo_f401re/nucleo_f401re.dts @@ -13,8 +13,8 @@ #include / { - model = "STMicroelectronics STM32F401RE-NUCLEO board"; compatible = "st,stm32f401re-nucleo"; + model = "STMicroelectronics STM32F401RE-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -106,15 +106,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_pa8 &i2c3_sda_pc9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -138,8 +138,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; @@ -149,18 +149,18 @@ */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; @@ -169,9 +169,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa5>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/nucleo_f410rb/nucleo_f410rb.dts b/boards/st/nucleo_f410rb/nucleo_f410rb.dts index 1f681dac7c73c..cf97314d7985a 100644 --- a/boards/st/nucleo_f410rb/nucleo_f410rb.dts +++ b/boards/st/nucleo_f410rb/nucleo_f410rb.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F410RB-NUCLEO board"; compatible = "st,stm32f410rb-nucleo"; + model = "STMicroelectronics STM32F410RB-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -91,15 +91,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb3>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -116,9 +116,9 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa5>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -128,8 +128,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; @@ -138,8 +138,8 @@ * 0x0000ffff */ slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(32)>; + label = "image-0"; }; /* @@ -147,13 +147,13 @@ * 0x001ffff */ slot1_partition: partition@10000 { - label = "image-1"; reg = <0x00010000 DT_SIZE_K(32)>; + label = "image-1"; }; scratch_partition: partition@18000 { - label = "image-scratch"; reg = <0x00018000 DT_SIZE_K(32)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_f411re/nucleo_f411re.dts b/boards/st/nucleo_f411re/nucleo_f411re.dts index d06905865790f..e342a4b953383 100644 --- a/boards/st/nucleo_f411re/nucleo_f411re.dts +++ b/boards/st/nucleo_f411re/nucleo_f411re.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F411RE-NUCLEO board"; compatible = "st,stm32f411re-nucleo"; + model = "STMicroelectronics STM32F411RE-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -91,8 +91,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { diff --git a/boards/st/nucleo_f412zg/nucleo_f412zg.dts b/boards/st/nucleo_f412zg/nucleo_f412zg.dts index d77d3cda7c31d..38ab68d8f6d09 100644 --- a/boards/st/nucleo_f412zg/nucleo_f412zg.dts +++ b/boards/st/nucleo_f412zg/nucleo_f412zg.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F412ZG-NUCLEO board"; compatible = "st,stm32f412zg-nucleo"; + model = "STMicroelectronics STM32F412ZG-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -102,8 +102,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -123,9 +123,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/nucleo_f413zh/nucleo_f413zh.dts b/boards/st/nucleo_f413zh/nucleo_f413zh.dts index bc5cc35b733b7..2a66c7cf6a9e0 100644 --- a/boards/st/nucleo_f413zh/nucleo_f413zh.dts +++ b/boards/st/nucleo_f413zh/nucleo_f413zh.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F413ZH-NUCLEO board"; compatible = "st,stm32f413zh-nucleo"; + model = "STMicroelectronics STM32F413ZH-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -103,8 +103,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -127,8 +127,8 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; @@ -138,18 +138,18 @@ zephyr_udc0: &usbotg_fs { */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(256)>; + label = "image-0"; }; slot1_partition: partition@60000 { - label = "image-1"; reg = <0x00060000 DT_SIZE_K(256)>; + label = "image-1"; }; scratch_partition: partition@a0000 { - label = "image-scratch"; reg = <0x000a0000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; @@ -158,9 +158,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/nucleo_f429zi/nucleo_f429zi.dts b/boards/st/nucleo_f429zi/nucleo_f429zi.dts index 21fbb2cbde391..6ddc10438701b 100644 --- a/boards/st/nucleo_f429zi/nucleo_f429zi.dts +++ b/boards/st/nucleo_f429zi/nucleo_f429zi.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F429ZI-NUCLEO board"; compatible = "st,stm32f429zi-nucleo"; + model = "STMicroelectronics STM32F429ZI-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -104,23 +104,23 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -155,9 +155,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch3_pe13>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -180,7 +180,6 @@ zephyr_udc0: &usbotg_fs { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -191,12 +190,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -212,8 +212,8 @@ zephyr_udc0: &usbotg_fs { /* 32KB for bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; @@ -231,20 +231,20 @@ zephyr_udc0: &usbotg_fs { /* application image slot: 256KB */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(256)>; + label = "image-0"; }; /* backup slot: 256KB */ slot1_partition: partition@60000 { - label = "image-1"; reg = <0x00060000 DT_SIZE_K(256)>; + label = "image-1"; }; /* swap slot: 128KB */ scratch_partition: partition@a0000 { - label = "image-scratch"; reg = <0x000a0000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_f439zi/nucleo_f439zi.dts b/boards/st/nucleo_f439zi/nucleo_f439zi.dts index 9cd4c9b6ada71..31cdc2105ae4a 100644 --- a/boards/st/nucleo_f439zi/nucleo_f439zi.dts +++ b/boards/st/nucleo_f439zi/nucleo_f439zi.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F439ZI-NUCLEO board"; compatible = "st,stm32f439zi-nucleo"; + model = "STMicroelectronics STM32F439ZI-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -104,23 +104,23 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -155,9 +155,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch3_pe13>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -180,7 +180,6 @@ zephyr_udc0: &usbotg_fs { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -191,12 +190,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -212,8 +212,8 @@ zephyr_udc0: &usbotg_fs { /* 32KB for bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; @@ -239,8 +239,8 @@ zephyr_udc0: &usbotg_fs { /* application image slot: 896KB */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(896)>; + label = "image-0"; }; /* free sectors: 4 * 16KB + 64KB @@ -253,8 +253,8 @@ zephyr_udc0: &usbotg_fs { /* backup slot: 768KB */ slot1_partition: partition@120000 { - label = "image-1"; reg = <0x00120000 DT_SIZE_K(768)>; + label = "image-1"; }; /* free sector: 128KB diff --git a/boards/st/nucleo_f446re/nucleo_f446re.dts b/boards/st/nucleo_f446re/nucleo_f446re.dts index 780d1ade162c4..9f49b60f4c9fb 100644 --- a/boards/st/nucleo_f446re/nucleo_f446re.dts +++ b/boards/st/nucleo_f446re/nucleo_f446re.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F446RE-NUCLEO board"; compatible = "st,stm32f446re-nucleo"; + model = "STMicroelectronics STM32F446RE-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -101,22 +101,22 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb3>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_pa8 &i2c3_sda_pb4>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -130,9 +130,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa5>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -166,8 +166,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; @@ -177,23 +177,23 @@ * by the application. */ storage_partition: partition@10000 { - label = "storage"; reg = <0x00010000 DT_SIZE_K(64)>; + label = "storage"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_f446ze/nucleo_f446ze.dts b/boards/st/nucleo_f446ze/nucleo_f446ze.dts index 9867de29aca28..d4bcb7b9a376c 100644 --- a/boards/st/nucleo_f446ze/nucleo_f446ze.dts +++ b/boards/st/nucleo_f446ze/nucleo_f446ze.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F446ZE-NUCLEO board"; compatible = "st,stm32f446ze-nucleo"; + model = "STMicroelectronics STM32F446ZE-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -97,9 +97,9 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &usart2 { @@ -126,15 +126,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pf1 &i2c2_sda_pf0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -162,9 +162,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pe9>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -191,8 +191,8 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; @@ -202,23 +202,23 @@ zephyr_udc0: &usbotg_fs { * by the application. */ storage_partition: partition@10000 { - label = "storage"; reg = <0x00010000 DT_SIZE_K(64)>; + label = "storage"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_f722ze/nucleo_f722ze.dts b/boards/st/nucleo_f722ze/nucleo_f722ze.dts index 05dd969f9fe26..ba2c0e6f35cbe 100644 --- a/boards/st/nucleo_f722ze/nucleo_f722ze.dts +++ b/boards/st/nucleo_f722ze/nucleo_f722ze.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F722ZE-NUCLEO board"; compatible = "st,stm32f722ze-nucleo"; + model = "STMicroelectronics STM32F722ZE-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -96,12 +96,12 @@ }; &sdmmc1 { - status = "okay"; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 &sdmmc1_d2_pc10 &sdmmc1_d3_pc11 &sdmmc1_ck_pc12 &sdmmc1_cmd_pd2>; pinctrl-names = "default"; cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>; disk-name = "SD"; + status = "okay"; }; &adc1 { @@ -121,8 +121,8 @@ &i2c2 { pinctrl-0 = <&i2c2_scl_pf1 &i2c2_sda_pf0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &can1 { @@ -162,9 +162,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch2_pe11 &tim1_ch3_pe13>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -228,33 +228,33 @@ zephyr_udc0: &usbotg_fs { /* sectors 0-3 */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; /* sector 4 */ storage_partition: partition@10000 { - label = "storage"; reg = <0x00010000 DT_SIZE_K(64)>; + label = "storage"; }; /* sector 5 */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; /* sector 6 */ slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; /* sector 7 */ scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_f746zg/nucleo_f746zg.dts b/boards/st/nucleo_f746zg/nucleo_f746zg.dts index c76261768a1e4..0353a21b24213 100644 --- a/boards/st/nucleo_f746zg/nucleo_f746zg.dts +++ b/boards/st/nucleo_f746zg/nucleo_f746zg.dts @@ -18,8 +18,8 @@ */ / { - model = "STMicroelectronics STM32F746ZG-NUCLEO board"; compatible = "st,stm32f746zg-nucleo"; + model = "STMicroelectronics STM32F746ZG-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -128,15 +128,15 @@ zephyr_udc0: &usbotg_fs { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &timers1 { @@ -144,9 +144,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch3_pe13>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -200,7 +200,6 @@ zephyr_udc0: &usbotg_fs { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -211,12 +210,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; diff --git a/boards/st/nucleo_f756zg/nucleo_f756zg.dts b/boards/st/nucleo_f756zg/nucleo_f756zg.dts index 8b176a8e79c1b..74ab46126398d 100644 --- a/boards/st/nucleo_f756zg/nucleo_f756zg.dts +++ b/boards/st/nucleo_f756zg/nucleo_f756zg.dts @@ -18,8 +18,8 @@ */ / { - model = "STMicroelectronics STM32F756ZG-NUCLEO board"; compatible = "st,stm32f756zg-nucleo"; + model = "STMicroelectronics STM32F756ZG-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -121,8 +121,8 @@ zephyr_udc0: &usbotg_fs { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &timers1 { @@ -130,9 +130,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch3_pe13>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -144,7 +144,6 @@ zephyr_udc0: &usbotg_fs { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -155,12 +154,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -179,27 +179,27 @@ zephyr_udc0: &usbotg_fs { * there is no way to make the part smaller. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(256)>; + label = "mcuboot"; read-only; }; /* application image slot: 256KB */ slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_K(256)>; + label = "image-0"; }; /* backup slot: 256KB */ slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 DT_SIZE_K(256)>; + label = "image-1"; }; /* scratch slot: 256KB */ scratch_partition: partition@C0000 { - label = "image-scratch"; reg = <0x000C0000 DT_SIZE_K(256)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_f767zi/nucleo_f767zi.dts b/boards/st/nucleo_f767zi/nucleo_f767zi.dts index 6cd438909827d..96218bf3e70fd 100644 --- a/boards/st/nucleo_f767zi/nucleo_f767zi.dts +++ b/boards/st/nucleo_f767zi/nucleo_f767zi.dts @@ -18,8 +18,8 @@ */ / { - model = "STMicroelectronics STM32F767ZI-NUCLEO board"; compatible = "st,stm32f767zi-nucleo"; + model = "STMicroelectronics STM32F767ZI-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -130,8 +130,8 @@ zephyr_udc0: &usbotg_fs { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &timers1 { @@ -139,9 +139,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch3_pe13>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -181,9 +181,9 @@ zephyr_udc0: &usbotg_fs { }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &rng { @@ -191,7 +191,6 @@ zephyr_udc0: &usbotg_fs { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -202,12 +201,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -226,8 +226,8 @@ zephyr_udc0: &usbotg_fs { * the bootloader. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; @@ -237,8 +237,8 @@ zephyr_udc0: &usbotg_fs { * This represents sectors 2-3 (32+32 kbytes) */ storage_partition: partition@10000 { - label = "storage"; reg = <0x00010000 DT_SIZE_K(64)>; + label = "storage"; }; /* @@ -249,24 +249,24 @@ zephyr_udc0: &usbotg_fs { * Allocated 3 (256k x 3) sectors for image-0. Sectors 5-7. */ slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_K(768)>; + label = "image-0"; }; /* * Allocated 3 (256k x 3) sectors for image-1. Sectors 8-10. */ slot1_partition: partition@100000 { - label = "image-1"; reg = <0x00100000 DT_SIZE_K(768)>; + label = "image-1"; }; /* * Allocated 1 (256k) sector for image-scratch. Sector 11. */ scratch_partition: partition@1C0000 { - label = "image-scratch"; reg = <0x001C0000 DT_SIZE_K(256)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_g031k8/nucleo_g031k8.dts b/boards/st/nucleo_g031k8/nucleo_g031k8.dts index b1c67cdbe0dcf..4ffafd59fea65 100644 --- a/boards/st/nucleo_g031k8/nucleo_g031k8.dts +++ b/boards/st/nucleo_g031k8/nucleo_g031k8.dts @@ -10,8 +10,8 @@ #include "arduino_nano_connector.dtsi" / { - model = "STMicroelectronics STM32G031K8-NUCLEO board"; compatible = "st,stm32g031k8-nucleo"; + model = "STMicroelectronics STM32G031K8-NUCLEO board"; chosen { zephyr,console = &usart2; diff --git a/boards/st/nucleo_g070rb/nucleo_g070rb.dts b/boards/st/nucleo_g070rb/nucleo_g070rb.dts index 4073c2e6c7df6..777f429c9bc7b 100644 --- a/boards/st/nucleo_g070rb/nucleo_g070rb.dts +++ b/boards/st/nucleo_g070rb/nucleo_g070rb.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32G070RB-NUCLEO board"; compatible = "st,stm32g070rb-nucleo"; + model = "STMicroelectronics STM32G070RB-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -104,24 +104,24 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pa6>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pa11 &i2c2_sda_pa12>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -141,10 +141,10 @@ &adc1 { pinctrl-0 = <&adc1_in0_pa0 &adc1_in1_pa1>; pinctrl-names = "default"; + vref-mv = <3300>; st,adc-clock-source = "SYNC"; st,adc-prescaler = <4>; status = "okay"; - vref-mv = <3300>; }; &die_temp { @@ -159,8 +159,8 @@ /* Set 4KB of storage at the end of 128KB flash */ storage_partition: partition@1f000 { - label = "storage"; reg = <0x0001f000 DT_SIZE_K(4)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_g071rb/nucleo_g071rb.dts b/boards/st/nucleo_g071rb/nucleo_g071rb.dts index 3128f8e0122ac..4bb2f609ee8c3 100644 --- a/boards/st/nucleo_g071rb/nucleo_g071rb.dts +++ b/boards/st/nucleo_g071rb/nucleo_g071rb.dts @@ -13,8 +13,8 @@ #include / { - model = "STMicroelectronics STM32G071RB-NUCLEO board"; compatible = "st,stm32g071rb-nucleo"; + model = "STMicroelectronics STM32G071RB-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -110,24 +110,24 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pa6>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pa11 &i2c2_sda_pa12>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -149,16 +149,16 @@ <&rcc STM32_SRC_SYSCLK ADC_SEL(0)>; pinctrl-0 = <&adc1_in0_pa0 &adc1_in1_pa1>; pinctrl-names = "default"; + vref-mv = <3300>; st,adc-clock-source = "ASYNC"; st,adc-prescaler = <4>; status = "okay"; - vref-mv = <3300>; }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &die_temp { @@ -173,8 +173,8 @@ /* Set 4KB of storage at the end of 128KB flash */ storage_partition: partition@1f000 { - label = "storage"; reg = <0x0001f000 DT_SIZE_K(4)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_g0b1re/nucleo_g0b1re.dts b/boards/st/nucleo_g0b1re/nucleo_g0b1re.dts index 7ac8312a58516..9ca27c984d485 100644 --- a/boards/st/nucleo_g0b1re/nucleo_g0b1re.dts +++ b/boards/st/nucleo_g0b1re/nucleo_g0b1re.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32G0B1RE-NUCLEO board"; compatible = "st,stm32g0b1re-nucleo"; + model = "STMicroelectronics STM32G0B1RE-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -63,8 +63,8 @@ }; &clk_hsi48 { - status = "okay"; crs-usb-sof; + status = "okay"; }; &pll { @@ -119,9 +119,9 @@ zephyr_udc0: &usb { status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pb4>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -130,24 +130,24 @@ zephyr_udc0: &usb { status = "okay"; pwm15: pwm { - status = "okay"; pinctrl-0 = <&tim15_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pa11 &i2c2_sda_pa12>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -177,9 +177,9 @@ zephyr_udc0: &usb { }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &fdcan1 { @@ -205,25 +205,25 @@ zephyr_udc0: &usb { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@C000 { - label = "image-0"; reg = <0x0000C000 DT_SIZE_K(200)>; + label = "image-0"; }; slot1_partition: partition@3E000 { - label = "image-1"; reg = <0x0003E000 DT_SIZE_K(200)>; + label = "image-1"; }; /* final 64KiB reserved for app storage partition */ storage_partition: partition@70000 { - label = "storage"; reg = <0x00070000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_g431kb/nucleo_g431kb.dts b/boards/st/nucleo_g431kb/nucleo_g431kb.dts index 9ce3021c5e904..4b3352e471b3b 100644 --- a/boards/st/nucleo_g431kb/nucleo_g431kb.dts +++ b/boards/st/nucleo_g431kb/nucleo_g431kb.dts @@ -9,8 +9,8 @@ #include / { - model = "STMicroelectronics STM32G431KB-NUCLEO board"; compatible = "st,stm32g431kb-nucleo"; + model = "STMicroelectronics STM32G431KB-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -88,9 +88,9 @@ stm32_lp_tick_source: &lptim1 { status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch3_pb8>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -108,8 +108,8 @@ stm32_lp_tick_source: &lptim1 { /* Set 4Kb of storage at the end of the 128Kb of flash */ storage_partition: partition@1f000 { - label = "storage"; reg = <0x0001f000 DT_SIZE_K(4)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_g431rb/nucleo_g431rb.dts b/boards/st/nucleo_g431rb/nucleo_g431rb.dts index a7a88fb9a30e9..a3ab20f9c4bb9 100644 --- a/boards/st/nucleo_g431rb/nucleo_g431rb.dts +++ b/boards/st/nucleo_g431rb/nucleo_g431rb.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32G431RB-NUCLEO board"; compatible = "st,stm32g431rb-nucleo"; + model = "STMicroelectronics STM32G431RB-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -146,9 +146,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa5>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -171,24 +171,24 @@ stm32_lp_tick_source: &lptim1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(34)>; + label = "mcuboot"; }; slot0_partition: partition@8800 { - label = "image-0"; reg = <0x00008800 DT_SIZE_K(48)>; + label = "image-0"; }; slot1_partition: partition@14800 { - label = "image-1"; reg = <0x00014800 DT_SIZE_K(42)>; + label = "image-1"; }; /* Set 4Kb of storage at the end of the 128Kb of flash */ storage_partition: partition@1f000 { - label = "storage"; reg = <0x0001f000 DT_SIZE_K(4)>; + label = "storage"; }; }; }; @@ -198,7 +198,7 @@ stm32_lp_tick_source: &lptim1 { }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/st/nucleo_g474re/nucleo_g474re.dts b/boards/st/nucleo_g474re/nucleo_g474re.dts index a8ca56c2ea8db..1775668041f3e 100644 --- a/boards/st/nucleo_g474re/nucleo_g474re.dts +++ b/boards/st/nucleo_g474re/nucleo_g474re.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32G474RE-NUCLEO board"; compatible = "st,stm32g474re-nucleo"; + model = "STMicroelectronics STM32G474RE-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -141,9 +141,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa5>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -152,9 +152,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pb4>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -177,24 +177,24 @@ stm32_lp_tick_source: &lptim1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(34)>; + label = "mcuboot"; }; slot0_partition: partition@8800 { - label = "image-0"; reg = <0x00008800 DT_SIZE_K(240)>; + label = "image-0"; }; slot1_partition: partition@44800 { - label = "image-1"; reg = <0x00044800 DT_SIZE_K(234)>; + label = "image-1"; }; /* Set 4Kb of storage at the end of the 512Kb of flash */ storage_partition: partition@7f000 { - label = "storage"; reg = <0x0007f000 DT_SIZE_K(4)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_h503rb/nucleo_h503rb.dts b/boards/st/nucleo_h503rb/nucleo_h503rb.dts index e5d54da30403b..798d7c73e41ea 100644 --- a/boards/st/nucleo_h503rb/nucleo_h503rb.dts +++ b/boards/st/nucleo_h503rb/nucleo_h503rb.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32H503RB-NUCLEO board"; compatible = "st,stm32h503rb-nucleo"; + model = "STMicroelectronics STM32H503RB-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; diff --git a/boards/st/nucleo_h533re/nucleo_h533re.dts b/boards/st/nucleo_h533re/nucleo_h533re.dts index 818707efc20a5..a1fd5b4aff27d 100644 --- a/boards/st/nucleo_h533re/nucleo_h533re.dts +++ b/boards/st/nucleo_h533re/nucleo_h533re.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32H533RE-NUCLEO board"; compatible = "st,stm32h533re-nucleo"; + model = "STMicroelectronics STM32H533RE-NUCLEO board"; chosen { zephyr,console = &usart2; diff --git a/boards/st/nucleo_h563zi/nucleo_h563zi-common.dtsi b/boards/st/nucleo_h563zi/nucleo_h563zi-common.dtsi index 75f824c0d9e8f..a1e0a7a1f1d77 100644 --- a/boards/st/nucleo_h563zi/nucleo_h563zi-common.dtsi +++ b/boards/st/nucleo_h563zi/nucleo_h563zi-common.dtsi @@ -124,9 +124,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch3_pb0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -181,23 +181,23 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(960)>; + label = "image-0"; }; slot1_partition: partition@100000 { - label = "image-1"; reg = <0x00100000 DT_SIZE_K(960)>; + label = "image-1"; }; storage_partition: partition@1f0000 { - label = "storage"; reg = <0x001f0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_h563zi/nucleo_h563zi.dts b/boards/st/nucleo_h563zi/nucleo_h563zi.dts index 0b75ea74bb39d..d8b6ae549968e 100644 --- a/boards/st/nucleo_h563zi/nucleo_h563zi.dts +++ b/boards/st/nucleo_h563zi/nucleo_h563zi.dts @@ -9,8 +9,8 @@ #include "nucleo_h563zi-common.dtsi" / { - model = "STMicroelectronics STM32H563ZI-NUCLEO board"; compatible = "st,stm32h563zi-nucleo"; + model = "STMicroelectronics STM32H563ZI-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; @@ -40,7 +40,6 @@ }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -51,12 +50,13 @@ pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; diff --git a/boards/st/nucleo_h723zg/nucleo_h723zg.dts b/boards/st/nucleo_h723zg/nucleo_h723zg.dts index e8a3f551f4aa4..7af50a7a5c923 100644 --- a/boards/st/nucleo_h723zg/nucleo_h723zg.dts +++ b/boards/st/nucleo_h723zg/nucleo_h723zg.dts @@ -15,8 +15,8 @@ */ / { - model = "STMicroelectronics STM32H723ZG-NUCLEO board"; compatible = "st,stm32h723zg-nucleo"; + model = "STMicroelectronics STM32H723ZG-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -151,17 +151,17 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>; pinctrl-names = "default"; cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &backup_sram { @@ -173,14 +173,13 @@ status = "okay"; pwm12: pwm { - status = "okay"; pinctrl-0 = <&tim12_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; &mac { - status = "okay"; pinctrl-0 = <ð_ref_clk_pa1 ð_crs_dv_pa7 ð_rxd0_pc4 @@ -191,12 +190,13 @@ pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; diff --git a/boards/st/nucleo_h743zi/nucleo_h743zi.dts b/boards/st/nucleo_h743zi/nucleo_h743zi.dts index 096686415c1d9..42ad69dd8bc4c 100644 --- a/boards/st/nucleo_h743zi/nucleo_h743zi.dts +++ b/boards/st/nucleo_h743zi/nucleo_h743zi.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32H743ZI-NUCLEO board"; compatible = "st,stm32h743zi-nucleo"; + model = "STMicroelectronics STM32H743ZI-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -142,8 +142,8 @@ zephyr_udc0: &usbotg_fs { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &timers12 { @@ -151,9 +151,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm12: pwm { - status = "okay"; pinctrl-0 = <&tim12_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -178,9 +178,9 @@ zephyr_udc0: &usbotg_fs { }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &rng { @@ -204,7 +204,6 @@ zephyr_udc0: &usbotg_fs { * must be in ON state. */ &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -215,12 +214,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -229,10 +229,10 @@ zephyr_udc0: &usbotg_fs { }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>; pinctrl-names = "default"; cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; &backup_sram { @@ -247,33 +247,33 @@ zephyr_udc0: &usbotg_fs { /* 128KB for bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; read-only; }; /* storage: 128KB for settings */ storage_partition: partition@20000 { - label = "storage"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "storage"; }; /* application image slot: 256KB */ slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_K(256)>; + label = "image-0"; }; /* backup slot: 256KB */ slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 DT_SIZE_K(256)>; + label = "image-1"; }; /* swap slot: 128KB */ scratch_partition: partition@c0000 { - label = "image-scratch"; reg = <0x000c0000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m4.dts b/boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m4.dts index 3ff190489f511..f6ba7db0de30b 100644 --- a/boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m4.dts +++ b/boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m4.dts @@ -9,8 +9,8 @@ #include "nucleo_h745zi_q.dtsi" / { - model = "STMicroelectronics STM32H745ZI-Q-NUCLEO board"; compatible = "st,stm32h745zi-q-nucleo"; + model = "STMicroelectronics STM32H745ZI-Q-NUCLEO board"; /* HW resources belonging to CM4 */ chosen { diff --git a/boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m7.dts b/boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m7.dts index 41783ca4c6dac..3d368aa27f19a 100644 --- a/boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m7.dts +++ b/boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m7.dts @@ -16,8 +16,8 @@ */ / { - model = "STMicroelectronics STM32H745ZI-Q-NUCLEO board"; compatible = "st,stm32h745zi-q-nucleo"; + model = "STMicroelectronics STM32H745ZI-Q-NUCLEO board"; /* HW resources belonging to CM7 */ chosen { @@ -97,8 +97,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &timers12 { @@ -106,14 +106,13 @@ status = "okay"; pwm12: pwm { - status = "okay"; pinctrl-0 = <&tim12_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; &mac { - status = "okay"; pinctrl-0 = <ð_ref_clk_pa1 ð_crs_dv_pa7 ð_rxd0_pc4 @@ -124,12 +123,13 @@ pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; diff --git a/boards/st/nucleo_h753zi/nucleo_h753zi.dts b/boards/st/nucleo_h753zi/nucleo_h753zi.dts index e5048f61fbb71..670c883a06356 100644 --- a/boards/st/nucleo_h753zi/nucleo_h753zi.dts +++ b/boards/st/nucleo_h753zi/nucleo_h753zi.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32H753ZI-NUCLEO board"; compatible = "st,stm32h753zi-nucleo"; + model = "STMicroelectronics STM32H753ZI-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -140,8 +140,8 @@ zephyr_udc0: &usbotg_fs { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &timers12 { @@ -149,9 +149,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm12: pwm { - status = "okay"; pinctrl-0 = <&tim12_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -196,7 +196,6 @@ zephyr_udc0: &usbotg_fs { * must be in ON state. */ &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -207,12 +206,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -221,10 +221,10 @@ zephyr_udc0: &usbotg_fs { }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>; pinctrl-names = "default"; cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; &flash0 { @@ -235,33 +235,33 @@ zephyr_udc0: &usbotg_fs { /* 128KB for bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; read-only; }; /* storage: 128KB for settings */ storage_partition: partition@20000 { - label = "storage"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "storage"; }; /* application image slot: 256KB */ slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_K(256)>; + label = "image-0"; }; /* backup slot: 256KB */ slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 DT_SIZE_K(256)>; + label = "image-1"; }; /* swap slot: 128KB */ scratch_partition: partition@c0000 { - label = "image-scratch"; reg = <0x000c0000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m4.dts b/boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m4.dts index 71501daef0080..0c42732573eb3 100644 --- a/boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m4.dts +++ b/boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m4.dts @@ -9,8 +9,8 @@ #include "nucleo_h755zi_q.dtsi" / { - model = "STMicroelectronics STM32H755ZI-Q-NUCLEO board"; compatible = "st,stm32h755zi-q-nucleo"; + model = "STMicroelectronics STM32H755ZI-Q-NUCLEO board"; /* HW resources belonging to CM4 */ chosen { diff --git a/boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m7.dts b/boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m7.dts index db120cb6345df..544ca37d747c4 100644 --- a/boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m7.dts +++ b/boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m7.dts @@ -16,8 +16,8 @@ */ / { - model = "STMicroelectronics STM32H755ZI-Q-NUCLEO board"; compatible = "st,stm32h755zi-q-nucleo"; + model = "STMicroelectronics STM32H755ZI-Q-NUCLEO board"; /* HW resources belonging to CM7 */ chosen { @@ -115,8 +115,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &timers12 { @@ -124,14 +124,13 @@ status = "okay"; pwm12: pwm { - status = "okay"; pinctrl-0 = <&tim12_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; &mac { - status = "okay"; pinctrl-0 = <ð_ref_clk_pa1 ð_crs_dv_pa7 ð_rxd0_pc4 @@ -142,12 +141,13 @@ pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; diff --git a/boards/st/nucleo_h7a3zi_q/nucleo_h7a3zi_q.dts b/boards/st/nucleo_h7a3zi_q/nucleo_h7a3zi_q.dts index 831d218248495..4f8798f7ea574 100644 --- a/boards/st/nucleo_h7a3zi_q/nucleo_h7a3zi_q.dts +++ b/boards/st/nucleo_h7a3zi_q/nucleo_h7a3zi_q.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32H7A3ZI-Q-NUCLEO board"; compatible = "st,stm32h7a3zi-q-nucleo"; + model = "STMicroelectronics STM32H7A3ZI-Q-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -117,9 +117,9 @@ status = "okay"; pwm12: pwm { - status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&tim12_ch1_pb14>; + status = "okay"; }; }; diff --git a/boards/st/nucleo_h7s3l8/nucleo_h7s3l8.dts b/boards/st/nucleo_h7s3l8/nucleo_h7s3l8.dts index 9e2324fbe9540..b1a5f609c865d 100644 --- a/boards/st/nucleo_h7s3l8/nucleo_h7s3l8.dts +++ b/boards/st/nucleo_h7s3l8/nucleo_h7s3l8.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32H7S3L8-NUCLEO board"; compatible = "st,stm32h7s3l8-nucleo"; + model = "STMicroelectronics STM32H7S3L8-NUCLEO board"; chosen { zephyr,console = &usart3; @@ -154,17 +154,17 @@ }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>; pinctrl-names = "default"; cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &fdcan1 { @@ -183,8 +183,8 @@ /* Set the partitions with first MB to make use of the whole Bank1 */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; }; }; @@ -216,23 +216,23 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 DT_SIZE_K(512)>; + label = "image-0"; }; slot1_partition: partition@80000 { - label = "image-1"; reg = <0x0080000 DT_SIZE_K(512)>; + label = "image-1"; }; scratch_partition: partition@100000 { - label = "image-scratch"; reg = <0x00100000 DT_SIZE_K(64)>; + label = "image-scratch"; }; storage_partition: partition@110000 { - label = "storage"; reg = <0x00110000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_l011k4/nucleo_l011k4.dts b/boards/st/nucleo_l011k4/nucleo_l011k4.dts index 7cfa9ab58845c..69e8299e2857f 100644 --- a/boards/st/nucleo_l011k4/nucleo_l011k4.dts +++ b/boards/st/nucleo_l011k4/nucleo_l011k4.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32L011K4-NUCLEO board"; compatible = "st,stm32l011k4-nucleo"; + model = "STMicroelectronics STM32L011K4-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -74,8 +74,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pa4 &i2c1_sda_pa10>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_l031k6/nucleo_l031k6.dts b/boards/st/nucleo_l031k6/nucleo_l031k6.dts index f452a3328e86d..9b14f8a036e0e 100644 --- a/boards/st/nucleo_l031k6/nucleo_l031k6.dts +++ b/boards/st/nucleo_l031k6/nucleo_l031k6.dts @@ -10,8 +10,8 @@ #include "arduino_nano_connector.dtsi" / { - model = "STMicroelectronics STM32L031K6-NUCLEO board"; compatible = "st,stm32l031k6-nucleo"; + model = "STMicroelectronics STM32L031K6-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -64,8 +64,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pa9 &i2c1_sda_pa10>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_l053r8/nucleo_l053r8.dts b/boards/st/nucleo_l053r8/nucleo_l053r8.dts index af49b7da7b863..a9202e04590d9 100644 --- a/boards/st/nucleo_l053r8/nucleo_l053r8.dts +++ b/boards/st/nucleo_l053r8/nucleo_l053r8.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32L053R8-NUCLEO board"; compatible = "st,stm32l053r8-nucleo"; + model = "STMicroelectronics STM32L053R8-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -95,8 +95,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_l073rz/nucleo_l073rz.dts b/boards/st/nucleo_l073rz/nucleo_l073rz.dts index a43b1d02951b4..0a560f8093c4d 100644 --- a/boards/st/nucleo_l073rz/nucleo_l073rz.dts +++ b/boards/st/nucleo_l073rz/nucleo_l073rz.dts @@ -13,8 +13,8 @@ #include / { - model = "STMicroelectronics STM32L073RZ-NUCLEO board"; compatible = "st,stm32l073rz-nucleo"; + model = "STMicroelectronics STM32L073RZ-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -118,15 +118,15 @@ stm32_lp_tick_source: &lptim1 { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -152,9 +152,9 @@ stm32_lp_tick_source: &lptim1 { }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &timers2 { diff --git a/boards/st/nucleo_l152re/nucleo_l152re.dts b/boards/st/nucleo_l152re/nucleo_l152re.dts index d0edae20e60c1..f24a036887f5c 100644 --- a/boards/st/nucleo_l152re/nucleo_l152re.dts +++ b/boards/st/nucleo_l152re/nucleo_l152re.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32L152RE-NUCLEO board"; compatible = "st,stm32l152re-nucleo"; + model = "STMicroelectronics STM32L152RE-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -136,9 +136,9 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -149,8 +149,8 @@ /* Set 8KB of storage at the end of 512KB flash */ storage_partition: partition@7e000 { - label = "storage"; reg = <0x0007e000 DT_SIZE_K(8)>; + label = "storage"; }; }; }; @@ -159,9 +159,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pa6>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/nucleo_l412rb_p/nucleo_l412rb_p.dts b/boards/st/nucleo_l412rb_p/nucleo_l412rb_p.dts index 55ef4004ddd2b..8c8546a27c625 100644 --- a/boards/st/nucleo_l412rb_p/nucleo_l412rb_p.dts +++ b/boards/st/nucleo_l412rb_p/nucleo_l412rb_p.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32L412RB-P-NUCLEO board"; compatible = "st,stm32l412rb-p-nucleo"; + model = "STMicroelectronics STM32L412RB-P-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -104,9 +104,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -138,8 +138,8 @@ * Size = 16384 --> (HEX) 0x00004000 */ storage_partition: partition@1c276 { - label = "storage"; reg = <0x0001c276 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_l432kc/nucleo_l432kc.dts b/boards/st/nucleo_l432kc/nucleo_l432kc.dts index b94be61c1bf22..f3a04670da6da 100644 --- a/boards/st/nucleo_l432kc/nucleo_l432kc.dts +++ b/boards/st/nucleo_l432kc/nucleo_l432kc.dts @@ -10,8 +10,8 @@ #include "arduino_nano_connector.dtsi" / { - model = "STMicroelectronics STM32L432KC-NUCLEO board"; compatible = "st,stm32l432kc-nucleo"; + model = "STMicroelectronics STM32L432KC-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -92,9 +92,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -120,8 +120,8 @@ * Reserve the final 16 KiB for file system partition */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_l433rc_p/nucleo_l433rc_p.dts b/boards/st/nucleo_l433rc_p/nucleo_l433rc_p.dts index 010345c19aec4..b3d08d5baad61 100644 --- a/boards/st/nucleo_l433rc_p/nucleo_l433rc_p.dts +++ b/boards/st/nucleo_l433rc_p/nucleo_l433rc_p.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32L433RC-P-NUCLEO board"; compatible = "st,stm32l433rc-p-nucleo"; + model = "STMicroelectronics STM32L433RC-P-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -114,9 +114,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -142,8 +142,8 @@ * Reserve the final 16 KiB for file system partition */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_l452re/nucleo_l452re.dts b/boards/st/nucleo_l452re/nucleo_l452re.dts index df6bb0ee710fc..1d79caad10488 100644 --- a/boards/st/nucleo_l452re/nucleo_l452re.dts +++ b/boards/st/nucleo_l452re/nucleo_l452re.dts @@ -12,8 +12,8 @@ #include "st_morpho_connector.dtsi" / { - model = "STMicroelectronics STM32L452RE-NUCLEO board"; compatible = "st,stm32l452re-nucleo"; + model = "STMicroelectronics STM32L452RE-NUCLEO board"; leds: leds { compatible = "gpio-leds"; diff --git a/boards/st/nucleo_l452re/nucleo_l452re_common.dtsi b/boards/st/nucleo_l452re/nucleo_l452re_common.dtsi index 48724e1abddf1..b3d9935a24cd9 100644 --- a/boards/st/nucleo_l452re/nucleo_l452re_common.dtsi +++ b/boards/st/nucleo_l452re/nucleo_l452re_common.dtsi @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32L452RE-NUCLEO board"; compatible = "st,stm32l452re-nucleo"; + model = "STMicroelectronics STM32L452RE-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -94,9 +94,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -120,8 +120,8 @@ /* Reserve the final 16 KiB for file system partition */ storage_partition: partition@7c000 { - label = "storage"; reg = <0x0007c000 0x00004000>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_l452re/nucleo_l452re_stm32l452xx_p.dts b/boards/st/nucleo_l452re/nucleo_l452re_stm32l452xx_p.dts index 2558012a59239..89d705c976279 100644 --- a/boards/st/nucleo_l452re/nucleo_l452re_stm32l452xx_p.dts +++ b/boards/st/nucleo_l452re/nucleo_l452re_stm32l452xx_p.dts @@ -11,8 +11,8 @@ #include "arduino_r3_connector.dtsi" / { - model = "STMicroelectronics STM32L452RE-P-NUCLEO board"; compatible = "st,stm32l452re-nucleo"; + model = "STMicroelectronics STM32L452RE-P-NUCLEO board"; leds: leds { compatible = "gpio-leds"; diff --git a/boards/st/nucleo_l476rg/nucleo_l476rg.dts b/boards/st/nucleo_l476rg/nucleo_l476rg.dts index 20314275c808f..b90bf771c5d21 100644 --- a/boards/st/nucleo_l476rg/nucleo_l476rg.dts +++ b/boards/st/nucleo_l476rg/nucleo_l476rg.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32L476RG-NUCLEO board"; compatible = "st,stm32l476rg-nucleo"; + model = "STMicroelectronics STM32L476RG-NUCLEO board"; chosen { zephyr,console = &usart2; @@ -107,15 +107,15 @@ stm32_lp_tick_source: &lptim1 { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_pc0 &i2c3_sda_pc1>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -144,9 +144,9 @@ stm32_lp_tick_source: &lptim1 { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch3_pb10>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -155,9 +155,9 @@ stm32_lp_tick_source: &lptim1 { status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pb4>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -191,8 +191,8 @@ stm32_lp_tick_source: &lptim1 { /* Set 32KB of storage at the end of 1024KB flash */ storage_partition: partition@f8000 { - label = "storage"; reg = <0x000f8000 DT_SIZE_K(32)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_l496zg/nucleo_l496zg.dts b/boards/st/nucleo_l496zg/nucleo_l496zg.dts index 076441b47a7ec..9f142d4e3274f 100644 --- a/boards/st/nucleo_l496zg/nucleo_l496zg.dts +++ b/boards/st/nucleo_l496zg/nucleo_l496zg.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32L496ZG-NUCLEO board"; compatible = "st,stm32l496zg-nucleo"; + model = "STMicroelectronics STM32L496ZG-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -130,11 +130,11 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pe9 &tim1_ch2_pe11 &tim1_ch3_pe13>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -142,9 +142,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -153,17 +153,17 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm15: pwm { - status = "okay"; pinctrl-0 = <&tim15_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_l4a6zg/nucleo_l4a6zg.dts b/boards/st/nucleo_l4a6zg/nucleo_l4a6zg.dts index 56777be8deafa..eb7e9b7486159 100644 --- a/boards/st/nucleo_l4a6zg/nucleo_l4a6zg.dts +++ b/boards/st/nucleo_l4a6zg/nucleo_l4a6zg.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32L4A6ZG-NUCLEO board"; compatible = "st,stm32l4a6zg-nucleo"; + model = "STMicroelectronics STM32L4A6ZG-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -116,17 +116,17 @@ status = "okay"; pwm15: pwm { - status = "okay"; pinctrl-0 = <&tim15_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_l4r5zi/nucleo_l4r5zi.dts b/boards/st/nucleo_l4r5zi/nucleo_l4r5zi.dts index 0d3a5a5730270..955c9cad02eea 100644 --- a/boards/st/nucleo_l4r5zi/nucleo_l4r5zi.dts +++ b/boards/st/nucleo_l4r5zi/nucleo_l4r5zi.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32L4R5ZI-NUCLEO board"; compatible = "st,stm32l4r5zi-nucleo"; + model = "STMicroelectronics STM32L4R5ZI-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -180,9 +180,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -200,8 +200,8 @@ zephyr_udc0: &usbotg_fs { /* Reserve last 16KiB for property storage */ storage_partition: partition@1FB000 { - label = "storage"; reg = <0x001FB000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_l552ze_q/nucleo_l552ze_q-common.dtsi b/boards/st/nucleo_l552ze_q/nucleo_l552ze_q-common.dtsi index 2ae4c41d67b5f..e7a6e527a857f 100644 --- a/boards/st/nucleo_l552ze_q/nucleo_l552ze_q-common.dtsi +++ b/boards/st/nucleo_l552ze_q/nucleo_l552ze_q-common.dtsi @@ -51,8 +51,8 @@ }; &clk_msi { - status = "okay"; msi-range = <6>; + status = "okay"; }; &pll { @@ -78,9 +78,9 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &adc1 { diff --git a/boards/st/nucleo_l552ze_q/nucleo_l552ze_q.dts b/boards/st/nucleo_l552ze_q/nucleo_l552ze_q.dts index d0dbd4c60bb48..4bd82b36584ac 100644 --- a/boards/st/nucleo_l552ze_q/nucleo_l552ze_q.dts +++ b/boards/st/nucleo_l552ze_q/nucleo_l552ze_q.dts @@ -8,8 +8,8 @@ #include "nucleo_l552ze_q-common.dtsi" / { - model = "STMicroelectronics STM32L552ZE-NUCLEO-Q board"; compatible = "st,stm32l552ze-nucleo-q"; + model = "STMicroelectronics STM32L552ZE-NUCLEO-Q board"; #address-cells = <1>; #size-cells = <1>; diff --git a/boards/st/nucleo_l552ze_q/nucleo_l552ze_q_stm32l552xx_ns.dts b/boards/st/nucleo_l552ze_q/nucleo_l552ze_q_stm32l552xx_ns.dts index 7c689eb76fbb6..3212c44c235f6 100644 --- a/boards/st/nucleo_l552ze_q/nucleo_l552ze_q_stm32l552xx_ns.dts +++ b/boards/st/nucleo_l552ze_q/nucleo_l552ze_q_stm32l552xx_ns.dts @@ -8,8 +8,8 @@ #include "nucleo_l552ze_q-common.dtsi" / { - model = "STMicroelectronics STM32L552ZE-NUCLEO-Q board"; compatible = "st,stm32l552ze-nucleo-q"; + model = "STMicroelectronics STM32L552ZE-NUCLEO-Q board"; #address-cells = <1>; #size-cells = <1>; @@ -42,33 +42,33 @@ */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(80)>; + label = "mcuboot"; read-only; }; /* Secure image primary slot */ slot0_partition: partition@14000 { - label = "image-0"; reg = <0x00014000 DT_SIZE_K(180)>; + label = "image-0"; }; /* Non-secure image primary slot */ slot0_ns_partition: partition@41000 { - label = "image-0-nonsecure"; reg = <0x00041000 DT_SIZE_K(36)>; + label = "image-0-nonsecure"; }; /* Secure image secondary slot */ slot1_partition: partition@4a000 { - label = "image-1"; reg = <0x0004a000 DT_SIZE_K(180)>; + label = "image-1"; }; /* Non-secure image secondary slot */ slot1_ns_partition: partition@77000 { - label = "image-1-nonsecure"; reg = <0x00077000 DT_SIZE_K(36)>; + label = "image-1-nonsecure"; }; /* Applicative Non Volatile Storage */ /* Not available in this config, use secure storage */ diff --git a/boards/st/nucleo_n657x0_q/nucleo_n657x0_q.dts b/boards/st/nucleo_n657x0_q/nucleo_n657x0_q.dts index 1e6d99ed6324d..b3a7461fbf198 100644 --- a/boards/st/nucleo_n657x0_q/nucleo_n657x0_q.dts +++ b/boards/st/nucleo_n657x0_q/nucleo_n657x0_q.dts @@ -8,6 +8,6 @@ #include "nucleo_n657x0_q_common.dtsi" / { - model = "STMicroelectronics STM32N657X0-Q-NUCLEO board"; compatible = "st,stm32n657x0-q-nucleo"; + model = "STMicroelectronics STM32N657X0-Q-NUCLEO board"; }; diff --git a/boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi b/boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi index e439565c063b8..8e6fb78277639 100644 --- a/boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi +++ b/boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi @@ -12,11 +12,11 @@ / { chosen { + spi-flash0 = &mx25um51245g; zephyr,console = &usart1; zephyr,shell-uart = &usart1; zephyr,sram = &axisram2; zephyr,canbus = &fdcan1; - spi-flash0 = &mx25um51245g; }; leds: leds { @@ -194,7 +194,6 @@ zephyr_udc0: &usbotg_hs1 { }; &mac { - status = "okay"; pinctrl-0 = <ð1_rmii_ref_clk_pf7 ð1_rmii_crs_dv_pf10 ð1_rmii_rxd0_pf14 @@ -205,12 +204,13 @@ zephyr_udc0: &usbotg_hs1 { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð1_mdio_pf4 ð1_mdc_pg11>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -245,8 +245,8 @@ zephyr_udc0: &usbotg_hs1 { #size-cells = <1>; storage_partition: partition@3ff0000 { - label = "storage"; reg = <0x3ff0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_n657x0_q/nucleo_n657x0_q_stm32n657xx_sb.dts b/boards/st/nucleo_n657x0_q/nucleo_n657x0_q_stm32n657xx_sb.dts index e7d5f34730438..d87fdb5e2e39e 100644 --- a/boards/st/nucleo_n657x0_q/nucleo_n657x0_q_stm32n657xx_sb.dts +++ b/boards/st/nucleo_n657x0_q/nucleo_n657x0_q_stm32n657xx_sb.dts @@ -8,6 +8,6 @@ #include "nucleo_n657x0_q_common.dtsi" / { - model = "STMicroelectronics STM32N657X0-Q-NUCLEO board"; compatible = "st,stm32n657x0-q-nucleo-sb"; + model = "STMicroelectronics STM32N657X0-Q-NUCLEO board"; }; diff --git a/boards/st/nucleo_u031r8/nucleo_u031r8.dts b/boards/st/nucleo_u031r8/nucleo_u031r8.dts index 0565cf00d0240..272303790a8e5 100644 --- a/boards/st/nucleo_u031r8/nucleo_u031r8.dts +++ b/boards/st/nucleo_u031r8/nucleo_u031r8.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32U83RC-NUCLEO board"; compatible = "st,stm32u031r8-nucleo"; + model = "STMicroelectronics STM32U83RC-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; @@ -85,32 +85,32 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pa7 &i2c2_sda_pa6>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &adc1 { pinctrl-0 = <&adc1_in0_pc0 &adc1_in1_pc1>; pinctrl-names = "default"; + vref-mv = <3300>; st,adc-clock-source = "SYNC"; st,adc-prescaler = <4>; status = "okay"; - vref-mv = <3300>; }; &timers1 { @@ -118,9 +118,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/nucleo_u083rc/nucleo_u083rc.dts b/boards/st/nucleo_u083rc/nucleo_u083rc.dts index b9cc5ffc4738f..cad654b57dd88 100644 --- a/boards/st/nucleo_u083rc/nucleo_u083rc.dts +++ b/boards/st/nucleo_u083rc/nucleo_u083rc.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32U83RC-NUCLEO board"; compatible = "st,stm32u083rc-nucleo"; + model = "STMicroelectronics STM32U83RC-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; @@ -102,27 +102,27 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &adc1 { pinctrl-0 = <&adc1_in0_pc0 &adc1_in1_pc1>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; clocks = <&rcc STM32_CLOCK(APB1_2, 20)>, <&rcc STM32_SRC_HSI ADC_SEL(2)>; + vref-mv = <3300>; + st,adc-clock-source = "ASYNC"; st,adc-prescaler = <4>; status = "okay"; - vref-mv = <3300>; }; &timers1 { @@ -130,9 +130,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/nucleo_u385rg_q/nucleo_u385rg_q.dts b/boards/st/nucleo_u385rg_q/nucleo_u385rg_q.dts index b112697ffd45f..9439a2a486f70 100644 --- a/boards/st/nucleo_u385rg_q/nucleo_u385rg_q.dts +++ b/boards/st/nucleo_u385rg_q/nucleo_u385rg_q.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32U385RG-NUCLEO-Q board"; compatible = "st,stm32u385rg-nucleo-q"; + model = "STMicroelectronics STM32U385RG-NUCLEO-Q board"; chosen { zephyr,canbus = &fdcan1; @@ -61,23 +61,23 @@ * Place partitions within first 512 KiB to make use of the whole Bank1. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(192)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(192)>; + label = "image-1"; }; storage_partition: partition@70000 { - label = "storage"; reg = <0x00070000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; @@ -120,9 +120,9 @@ }; &clk_msis { - status = "okay"; msi-pll-mode; msi-range = <0>; /* 96MHz (reset value) */ + status = "okay"; }; &rcc { @@ -145,9 +145,9 @@ }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &fdcan1 { diff --git a/boards/st/nucleo_u575zi_q/nucleo_u575zi_q-common.dtsi b/boards/st/nucleo_u575zi_q/nucleo_u575zi_q-common.dtsi index 10b40f1c25bef..b145a9e01576b 100644 --- a/boards/st/nucleo_u575zi_q/nucleo_u575zi_q-common.dtsi +++ b/boards/st/nucleo_u575zi_q/nucleo_u575zi_q-common.dtsi @@ -65,9 +65,9 @@ }; &clk_msis { - status = "okay"; msi-range = <4>; msi-pll-mode; + status = "okay"; }; &pll1 { @@ -105,15 +105,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pf1 &i2c2_sda_pf0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_u575zi_q/nucleo_u575zi_q.dts b/boards/st/nucleo_u575zi_q/nucleo_u575zi_q.dts index bbb520e84b909..434be45f58be6 100644 --- a/boards/st/nucleo_u575zi_q/nucleo_u575zi_q.dts +++ b/boards/st/nucleo_u575zi_q/nucleo_u575zi_q.dts @@ -8,8 +8,8 @@ #include "nucleo_u575zi_q-common.dtsi" / { - model = "STMicroelectronics STM32U575ZI-NUCLEO-Q board"; compatible = "st,stm32u575zi-nucleo-q"; + model = "STMicroelectronics STM32U575ZI-NUCLEO-Q board"; #address-cells = <1>; #size-cells = <1>; @@ -47,23 +47,23 @@ * The board has in total 2048 KiB of flash memory */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(928)>; + label = "image-0"; }; slot1_partition: partition@f8000 { - label = "image-1"; reg = <0x000f8000 DT_SIZE_K(928)>; + label = "image-1"; }; storage_partition: partition@1e0000 { - label = "storage"; reg = <0x001e0000 DT_SIZE_K(128)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q-common.dtsi b/boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q-common.dtsi index 269b112069fbb..66133c71a064e 100644 --- a/boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q-common.dtsi +++ b/boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q-common.dtsi @@ -105,15 +105,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pf1 &i2c2_sda_pf0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q.dts b/boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q.dts index 559a70fe93c5d..cc2195ea04bf7 100644 --- a/boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q.dts +++ b/boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q.dts @@ -8,8 +8,8 @@ #include "nucleo_u5a5zj_q-common.dtsi" / { - model = "STMicroelectronics STM32U5A5ZJ-NUCLEO-Q board"; compatible = "st,stm32u5a5zj-nucleo-q"; + model = "STMicroelectronics STM32U5A5ZJ-NUCLEO-Q board"; #address-cells = <1>; #size-cells = <1>; @@ -45,23 +45,23 @@ * with TZEN=0 (so w/o TFM). */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(1952)>; + label = "image-0"; }; slot1_partition: partition@1f8000 { - label = "image-1"; reg = <0x001f8000 DT_SIZE_K(1960)>; + label = "image-1"; }; storage_partition: partition@3e2000 { - label = "storage"; reg = <0x003e2000 DT_SIZE_K(120)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_wb05kz/nucleo_wb05kz.dts b/boards/st/nucleo_wb05kz/nucleo_wb05kz.dts index 82286190e1110..100453b924c5a 100644 --- a/boards/st/nucleo_wb05kz/nucleo_wb05kz.dts +++ b/boards/st/nucleo_wb05kz/nucleo_wb05kz.dts @@ -12,8 +12,8 @@ #include "arduino_r3_connector.dtsi" / { - model = "STMicroelectronics STM32WB05KZ-NUCLEO board"; compatible = "st,stm32wb05kz-nucleo"; + model = "STMicroelectronics STM32WB05KZ-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; @@ -149,15 +149,15 @@ &spi3 { pinctrl-0 = <&spi3_nss_pa9 &spi3_sck_pb3 &spi3_miso_pa8 &spi3_mosi_pa11>; pinctrl-names = "default"; - status = "okay"; /* Select 64MHz clock for SPI3 */ clocks = <&rcc STM32_CLOCK(APB1, 14)>, <&rcc STM32_SRC_SYSCLK SPI3_I2S3_SEL(3)>; + status = "okay"; }; &timers2 { - status = "okay"; st,prescaler = <10000>; + status = "okay"; pwm2: pwm { /* PWM on red_led_1 */ @@ -179,8 +179,8 @@ /* Set 8KB of storage at the end of 192KB flash */ storage_partition: partition@2e000 { - label = "storage"; reg = <0x0002e000 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_wb07cc/nucleo_wb07cc.dts b/boards/st/nucleo_wb07cc/nucleo_wb07cc.dts index 9ce424b0ad754..9fd68ac68cebd 100644 --- a/boards/st/nucleo_wb07cc/nucleo_wb07cc.dts +++ b/boards/st/nucleo_wb07cc/nucleo_wb07cc.dts @@ -12,8 +12,8 @@ #include "arduino_r3_connector.dtsi" / { - model = "STMicroelectronics STM32WB07CC-NUCLEO board"; compatible = "st,stm32wb07cc-nucleo"; + model = "STMicroelectronics STM32WB07CC-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; @@ -148,20 +148,20 @@ &spi2 { pinctrl-0 = <&spi2_nss_pa4 &spi2_sck_pa5 &spi2_miso_pa7 &spi2_mosi_pa6>; pinctrl-names = "default"; - status = "okay"; /* Select 32MHz clock for SPI2 */ clocks = <&rcc STM32_CLOCK(APB1, 12)>, <&rcc STM32_SRC_SYSCLK SPI2_I2S2_SEL(1)>; + status = "okay"; }; &timers1 { - status = "okay"; st,prescaler = <10000>; + status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch3_pb2>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -177,8 +177,8 @@ /* Set aside 16KB of storage at the end of 256KB flash */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_wb09ke/nucleo_wb09ke.dts b/boards/st/nucleo_wb09ke/nucleo_wb09ke.dts index 99e4257fcf7bb..f2cdb28bbdc87 100644 --- a/boards/st/nucleo_wb09ke/nucleo_wb09ke.dts +++ b/boards/st/nucleo_wb09ke/nucleo_wb09ke.dts @@ -12,8 +12,8 @@ #include "arduino_r3_connector.dtsi" / { - model = "STMicroelectronics STM32WB09KE-NUCLEO board"; compatible = "st,stm32wb09ke-nucleo"; + model = "STMicroelectronics STM32WB09KE-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; @@ -149,15 +149,15 @@ &spi3 { pinctrl-0 = <&spi3_nss_pa9 &spi3_sck_pb3 &spi3_miso_pa8 &spi3_mosi_pa11>; pinctrl-names = "default"; - status = "okay"; /* Select 64MHz clock for SPI3 */ clocks = <&rcc STM32_CLOCK(APB1, 14)>, <&rcc STM32_SRC_SYSCLK SPI3_I2S3_SEL(3)>; + status = "okay"; }; &timers2 { - status = "okay"; st,prescaler = <10000>; + status = "okay"; pwm2: pwm { /* PWM on red_led_1 */ @@ -179,8 +179,8 @@ /* Set 32KB of storage at the end of 512KB flash */ storage_partition: partition@78000 { - label = "storage"; reg = <0x00078000 DT_SIZE_K(32)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_wb55rg/nucleo_wb55rg.dts b/boards/st/nucleo_wb55rg/nucleo_wb55rg.dts index 8c4c56d294ee3..9b2f8a59c7976 100644 --- a/boards/st/nucleo_wb55rg/nucleo_wb55rg.dts +++ b/boards/st/nucleo_wb55rg/nucleo_wb55rg.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32WB55RG-NUCLEO board"; compatible = "st,stm32wb55rg-nucleo"; + model = "STMicroelectronics STM32WB55RG-NUCLEO board"; chosen { zephyr,console = &usart1; @@ -127,15 +127,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_pc0 &i2c3_sda_pc1>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &rtc { @@ -160,9 +160,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -170,9 +170,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa15>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -204,9 +204,9 @@ stm32_lp_tick_source: &lptim1 { }; zephyr_udc0: &usb { - status = "okay"; pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>; pinctrl-names = "default"; + status = "okay"; }; &rng { @@ -231,28 +231,28 @@ zephyr_udc0: &usb { */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 DT_SIZE_K(400)>; + label = "image-0"; }; slot1_partition: partition@70000 { - label = "image-1"; reg = <0x00070000 DT_SIZE_K(400)>; + label = "image-1"; }; scratch_partition: partition@d4000 { - label = "image-scratch"; reg = <0x000d4000 DT_SIZE_K(16)>; + label = "image-scratch"; }; storage_partition: partition@d8000 { - label = "storage"; reg = <0x000d8000 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_wba55cg/nucleo_wba55cg.dts b/boards/st/nucleo_wba55cg/nucleo_wba55cg.dts index b07de29132632..097bd4e940c28 100644 --- a/boards/st/nucleo_wba55cg/nucleo_wba55cg.dts +++ b/boards/st/nucleo_wba55cg/nucleo_wba55cg.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32WBA55CG-NUCLEO board"; compatible = "st,stm32wba55cg-nucleo"; + model = "STMicroelectronics STM32WBA55CG-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; @@ -117,10 +117,10 @@ }; &rtc { - status = "okay"; clocks = <&rcc STM32_CLOCK(APB7, 21)>, <&rcc STM32_SRC_LSE RTC_SEL(1)>; prescaler = <32768>; + status = "okay"; }; &usart1 { @@ -160,8 +160,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb2 &i2c1_sda_pb1>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &adc4 { @@ -181,9 +181,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch2_pa9>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -204,23 +204,23 @@ stm32_lp_tick_source: &lptim1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(456)>; + label = "image-0"; }; slot1_partition: partition@82000 { - label = "image-1"; reg = <0x00082000 DT_SIZE_K(448)>; + label = "image-1"; }; storage_partition: partition@f2000 { - label = "storage"; reg = <0x000f2000 DT_SIZE_K(56)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_wba65ri/nucleo_wba65ri.dts b/boards/st/nucleo_wba65ri/nucleo_wba65ri.dts index 885aa269f7017..cb3859950a401 100644 --- a/boards/st/nucleo_wba65ri/nucleo_wba65ri.dts +++ b/boards/st/nucleo_wba65ri/nucleo_wba65ri.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32WBA65RI-NUCLEO board"; compatible = "st,stm32wba65ri-nucleo"; + model = "STMicroelectronics STM32WBA65RI-NUCLEO board"; #address-cells = <1>; #size-cells = <1>; @@ -106,10 +106,10 @@ }; &rtc { - status = "okay"; clocks = <&rcc STM32_CLOCK(APB7, 21)>, <&rcc STM32_SRC_LSE RTC_SEL(1)>; prescaler = <32768>; + status = "okay"; }; &usart1 { @@ -132,8 +132,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb2 &i2c1_sda_pb1>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &adc4 { @@ -165,8 +165,8 @@ stm32_lp_tick_source: &lptim1 { #size-cells = <1>; storage_partition: partition@1c0000 { - label = "storage"; reg = <0x001c0000 DT_SIZE_K(256)>; + label = "storage"; }; }; }; diff --git a/boards/st/nucleo_wl55jc/nucleo_wl55jc.dts b/boards/st/nucleo_wl55jc/nucleo_wl55jc.dts index c99ff311f1ae9..3b20f3c9f1f80 100644 --- a/boards/st/nucleo_wl55jc/nucleo_wl55jc.dts +++ b/boards/st/nucleo_wl55jc/nucleo_wl55jc.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32WL55JC-NUCLEO board"; compatible = "st,stm32wl55-nucleo"; + model = "STMicroelectronics STM32WL55JC-NUCLEO board"; chosen { zephyr,console = &lpuart1; @@ -124,8 +124,8 @@ stm32_lp_tick_source: &lptim1 { &i2c2 { pinctrl-0 = <&i2c2_scl_pa12 &i2c2_sda_pa11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -145,9 +145,9 @@ stm32_lp_tick_source: &lptim1 { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch4_pb11>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -179,7 +179,6 @@ stm32_lp_tick_source: &lptim1 { status = "okay"; lora: radio@0 { - status = "okay"; tx-enable-gpios = <&gpioc 4 GPIO_ACTIVE_LOW>; /* FE_CTRL1 */ rx-enable-gpios = <&gpioc 5 GPIO_ACTIVE_LOW>; /* FE_CTRL2 */ dio3-tcxo-voltage = ; @@ -192,6 +191,7 @@ stm32_lp_tick_source: &lptim1 { power-amplifier-output = "rfo-hp"; rfo-lp-max-power = <15>; rfo-hp-max-power = <22>; + status = "okay"; }; }; @@ -202,19 +202,19 @@ stm32_lp_tick_source: &lptim1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(104)>; + label = "image-0"; }; slot1_partition: partition@22000 { - label = "image-1"; reg = <0x00022000 DT_SIZE_K(104)>; + label = "image-1"; }; /* @@ -222,8 +222,8 @@ stm32_lp_tick_source: &lptim1 { * flash. */ storage_partition: partition@3c000 { - label = "storage"; reg = <0x0003c000 DT_SIZE_K(16)>; + label = "storage"; }; }; }; diff --git a/boards/st/sensortile_box/sensortile_box.dts b/boards/st/sensortile_box/sensortile_box.dts index 47682bda173d2..4bfc35a09960a 100644 --- a/boards/st/sensortile_box/sensortile_box.dts +++ b/boards/st/sensortile_box/sensortile_box.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics SensorTile.box board"; compatible = "st,sensortile-box"; + model = "STMicroelectronics SensorTile.box board"; chosen { zephyr,console = &usart1; @@ -105,8 +105,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; hts221@5f { compatible = "st,hts221"; @@ -124,8 +124,8 @@ &i2c3 { pinctrl-0 = <&i2c3_scl_pg7 &i2c3_sda_pg8>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; stts751@38 { compatible = "st,stts751"; @@ -138,30 +138,30 @@ pinctrl-0 = <&spi1_nss_pe12 &spi1_sck_pe13 &spi1_miso_pe14 &spi1_mosi_pe15>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioe 11 GPIO_ACTIVE_LOW>, <&gpioe 12 GPIO_ACTIVE_LOW>, <&gpioe 10 GPIO_ACTIVE_LOW>; + status = "okay"; lis2dw12: lis2dw12@0 { compatible = "st,lis2dw12"; - spi-max-frequency = <1000000>; reg = <0>; + spi-max-frequency = <1000000>; irq-gpios = <&gpioc 5 GPIO_ACTIVE_HIGH>; }; lsm6dso: lsm6dso@1 { compatible = "st,lsm6dso"; - spi-max-frequency = <1000000>; reg = <1>; + spi-max-frequency = <1000000>; irq-gpios = <&gpioa 2 GPIO_ACTIVE_HIGH>; int-pin = <1>; }; iis3dhhc: iis3dhhc@2 { compatible = "st,iis3dhhc"; - spi-max-frequency = <1000000>; reg = <2>; + spi-max-frequency = <1000000>; irq-gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>, <&gpioe 6 GPIO_ACTIVE_HIGH>; }; }; @@ -169,8 +169,8 @@ &spi2 { pinctrl-0 = <&spi2_sck_pd1 &spi2_miso_pd3 &spi2_mosi_pc3>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpiod 0 GPIO_ACTIVE_LOW>; + status = "okay"; spbtle_1s_sensortile_box: spbtle-1s@0 { compatible = "st,hci-spi-v2"; @@ -188,14 +188,14 @@ pinctrl-0 = <&spi3_nss_pa15 &spi3_sck_pb3 &spi3_miso_pb4 &spi3_mosi_pb5>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; + status = "okay"; lis2mdl: lis2mdl@0 { compatible = "st,lis2mdl"; - spi-max-frequency = <1000000>; reg = <0>; + spi-max-frequency = <1000000>; }; }; @@ -218,8 +218,8 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; @@ -229,23 +229,23 @@ zephyr_udc0: &usbotg_fs { */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(432)>; + label = "image-0"; }; slot1_partition: partition@8c000 { - label = "image-1"; reg = <0x0008C000 DT_SIZE_K(432)>; + label = "image-1"; }; scratch_partition: partition@f8000 { - label = "image-scratch"; reg = <0x000F8000 DT_SIZE_K(24)>; + label = "image-scratch"; }; storage_partition: partition@fc000 { - label = "storage"; reg = <0x000fc000 DT_SIZE_K(24)>; + label = "storage"; }; }; }; diff --git a/boards/st/sensortile_box_pro/sensortile_box_pro.dts b/boards/st/sensortile_box_pro/sensortile_box_pro.dts index 334b46f75b33c..9eb92865010e5 100644 --- a/boards/st/sensortile_box_pro/sensortile_box_pro.dts +++ b/boards/st/sensortile_box_pro/sensortile_box_pro.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics SENSORTILE-BOX-PRO board"; compatible = "st,sensortile-box-pro"; + model = "STMicroelectronics SENSORTILE-BOX-PRO board"; chosen { zephyr,sram = &sram0; @@ -91,9 +91,9 @@ }; &clk_msis { - status = "okay"; msi-range = <4>; msi-pll-mode; + status = "okay"; }; &gpioi { @@ -180,14 +180,14 @@ stm32_lp_tick_source: &lptim1 { &spi2 { pinctrl-0 = <&spi2_sck_pi1 &spi2_miso_pi2 &spi2_mosi_pi3>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioi 5 GPIO_ACTIVE_LOW>, <&gpioi 7 GPIO_ACTIVE_LOW>; + status = "okay"; lsm6dsv16x: lsm6dsv16x@0 { compatible = "st,lsm6dsv16x"; - spi-max-frequency = ; reg = <0>; + spi-max-frequency = ; int1-gpios = <&gpioa 4 GPIO_ACTIVE_HIGH>; int2-gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>; @@ -196,8 +196,8 @@ stm32_lp_tick_source: &lptim1 { lis2du12: lis2du12@1 { compatible = "st,lis2du12"; - spi-max-frequency = ; reg = <1>; + spi-max-frequency = ; int1-gpios = <&gpiof 2 GPIO_ACTIVE_HIGH>; int2-gpios = <&gpiof 15 GPIO_ACTIVE_HIGH>; @@ -206,32 +206,32 @@ stm32_lp_tick_source: &lptim1 { }; &timers4 { - status = "okay"; st,prescaler = <1>; + status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pb6>; pinctrl-names = "default"; + status = "okay"; }; }; &timers3 { - status = "okay"; st,prescaler = <255>; + status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch2_pe4>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; lps22df@5d { compatible = "st,lps22df"; @@ -258,8 +258,8 @@ stm32_lp_tick_source: &lptim1 { &i2c2 { pinctrl-0 = <&i2c2_scl_ph4 &i2c2_sda_ph5>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &aes { @@ -317,7 +317,6 @@ zephyr_udc0: &usbotg_fs { }; &sdmmc1 { - status = "okay"; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 &sdmmc1_d2_pc10 &sdmmc1_d3_pc11 &sdmmc1_ck_pc12 &sdmmc1_cmd_pd2 @@ -329,6 +328,7 @@ zephyr_udc0: &usbotg_fs { bus-width = <4>; clk-div = <4>; disk-name = "SD"; + status = "okay"; }; &flash0 { @@ -343,28 +343,28 @@ zephyr_udc0: &usbotg_fs { * Set the partitions with first MB to make use of the whole Bank1 */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(416)>; + label = "image-0"; }; slot1_partition: partition@78000 { - label = "image-1"; reg = <0x00078000 DT_SIZE_K(416)>; + label = "image-1"; }; scratch_partition: partition@e0000 { - label = "image-scratch"; reg = <0x000e0000 DT_SIZE_K(64)>; + label = "image-scratch"; }; storage_partition: partition@f0000 { - label = "storage"; reg = <0x000f0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/st/st25dv_mb1283_disco/st25dv_mb1283_disco.dts b/boards/st/st25dv_mb1283_disco/st25dv_mb1283_disco.dts index 64db6092e969f..315c39a7cdb18 100644 --- a/boards/st/st25dv_mb1283_disco/st25dv_mb1283_disco.dts +++ b/boards/st/st25dv_mb1283_disco/st25dv_mb1283_disco.dts @@ -11,8 +11,8 @@ #include / { - model = "ST ST25DV Discovery Kit with MB1283"; compatible = "st,st25dv_mb1283_disco", "st,stm32f405", "st,stm32f4"; + model = "ST ST25DV Discovery Kit with MB1283"; chosen { zephyr,console = &usart6; @@ -84,8 +84,8 @@ ili9341: ili9341@0 { compatible = "ilitek,ili9341"; - mipi-max-frequency = ; reg = <0>; + mipi-max-frequency = ; pixel-format = ; rotation = <0>; width = <240>; @@ -146,12 +146,11 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; stmpe811: stmpe811@41 { compatible = "st,stmpe811"; - status = "okay"; reg = <0x41>; int-gpios = <&gpiob 5 GPIO_ACTIVE_LOW>; screen-width = <240>; @@ -164,6 +163,7 @@ touch-detect-delay-us = <5000>; touch-average-control = <8>; tracking-index = <127>; + status = "okay"; }; }; diff --git a/boards/st/steval_fcu001v1/steval_fcu001v1.dts b/boards/st/steval_fcu001v1/steval_fcu001v1.dts index 9c526de5a9629..306f3a4af3afd 100644 --- a/boards/st/steval_fcu001v1/steval_fcu001v1.dts +++ b/boards/st/steval_fcu001v1/steval_fcu001v1.dts @@ -9,8 +9,8 @@ #include / { - model = "STMicroelectronics Flight Controller Board"; compatible = "st,flight-controller-board"; + model = "STMicroelectronics Flight Controller Board"; chosen { zephyr,console = &usart1; @@ -69,8 +69,8 @@ &i2c2 { pinctrl-0 = <&i2c2_sda_pb3 &i2c2_scl_pb10>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &usart1 { @@ -84,9 +84,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/steval_stwinbx1/steval_stwinbx1.dts b/boards/st/steval_stwinbx1/steval_stwinbx1.dts index acc277605ead3..7d628904e155d 100644 --- a/boards/st/steval_stwinbx1/steval_stwinbx1.dts +++ b/boards/st/steval_stwinbx1/steval_stwinbx1.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STEVAL-STWINBX1 Development kit"; compatible = "st,steval_stwinbx1"; + model = "STMicroelectronics STEVAL-STWINBX1 Development kit"; chosen { zephyr,sram = &sram0; @@ -82,9 +82,9 @@ }; &clk_msis { - status = "okay"; msi-range = <4>; msi-pll-mode; + status = "okay"; }; &pll1 { @@ -152,32 +152,32 @@ stm32_lp_tick_source: &lptim1 { &spi2 { pinctrl-0 = <&spi2_sck_pi1 &spi2_miso_pd3 &spi2_mosi_pi3>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioh 6 GPIO_ACTIVE_LOW>, <&gpioh 15 GPIO_ACTIVE_LOW>, <&gpioi 7 GPIO_ACTIVE_LOW>; + status = "okay"; iis2dlpc: iis2dlpc@0 { compatible = "st,iis2dlpc"; - spi-max-frequency = ; reg = <0>; + spi-max-frequency = ; drdy-gpios = <&gpiof 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; drdy-int = <1>; }; ism330dhcx: ism330dhcx@1 { compatible = "st,ism330dhcx"; - spi-max-frequency = ; reg = <1>; + spi-max-frequency = ; drdy-gpios = <&gpiob 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; int-pin = <1>; }; iis2iclx: iis2iclx@2 { compatible = "st,iis2iclx"; - spi-max-frequency = ; reg = <2>; + spi-max-frequency = ; drdy-gpios = <&gpiof 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; int-pin = <2>; }; @@ -186,8 +186,8 @@ stm32_lp_tick_source: &lptim1 { &spi3 { pinctrl-0 = <&spi3_sck_pg9 &spi3_miso_pb4 &spi3_mosi_pb5>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioe 1 GPIO_ACTIVE_LOW>; + status = "okay"; hci_spi: bluenrg-2@0 { compatible = "st,hci-spi-v2"; @@ -204,8 +204,8 @@ stm32_lp_tick_source: &lptim1 { &i2c2 { pinctrl-0 = <&i2c2_scl_ph4 &i2c2_sda_pf0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; stts22h@3f { compatible = "st,stts22h"; @@ -233,9 +233,9 @@ stm32_lp_tick_source: &lptim1 { status = "okay"; pwm5: pwm { - status = "okay"; pinctrl-0 = <&tim5_ch3_ph12>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -258,18 +258,18 @@ zephyr_udc0: &usbotg_fs { &adc1 { pinctrl-0 = <&adc1_in1_pc0>; pinctrl-names = "default"; + vref-mv = <2750>; st,adc-clock-source = "ASYNC"; st,adc-prescaler = <4>; - vref-mv = <2750>; status = "okay"; }; &adc4 { pinctrl-0 = <&adc4_in3_pc2>; pinctrl-names = "default"; + vref-mv = <2750>; st,adc-clock-source = "ASYNC"; st,adc-prescaler = <4>; - vref-mv = <2750>; status = "okay"; }; @@ -290,7 +290,6 @@ zephyr_udc0: &usbotg_fs { }; &sdmmc1 { - status = "okay"; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 &sdmmc1_d2_pc10 &sdmmc1_d3_pc11 &sdmmc1_ck_pc12 &sdmmc1_cmd_pd2>; @@ -299,6 +298,7 @@ zephyr_udc0: &usbotg_fs { bus-width = <4>; clk-div = <4>; disk-name = "SD"; + status = "okay"; }; &flash0 { @@ -313,28 +313,28 @@ zephyr_udc0: &usbotg_fs { * Set the partitions with first MB to make use of the whole Bank1 */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(416)>; + label = "image-0"; }; slot1_partition: partition@78000 { - label = "image-1"; reg = <0x00078000 DT_SIZE_K(416)>; + label = "image-1"; }; scratch_partition: partition@e0000 { - label = "image-scratch"; reg = <0x000e0000 DT_SIZE_K(64)>; + label = "image-scratch"; }; storage_partition: partition@f0000 { - label = "storage"; reg = <0x000f0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/st/stm3210c_eval/stm3210c_eval.dts b/boards/st/stm3210c_eval/stm3210c_eval.dts index 313d8935354a0..584507972c490 100644 --- a/boards/st/stm3210c_eval/stm3210c_eval.dts +++ b/boards/st/stm3210c_eval/stm3210c_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM3210C-EVAL board"; compatible = "st,stm3210c-eval"; + model = "STMicroelectronics STM3210C-EVAL board"; chosen { zephyr,console = &usart2; diff --git a/boards/st/stm32373c_eval/stm32373c_eval.dts b/boards/st/stm32373c_eval/stm32373c_eval.dts index 30236005ab141..ff0da4bcca3ba 100644 --- a/boards/st/stm32373c_eval/stm32373c_eval.dts +++ b/boards/st/stm32373c_eval/stm32373c_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32373C-EVAL board"; compatible = "st,stm32373c-eval"; + model = "STMicroelectronics STM32373C-EVAL board"; chosen { zephyr,console = &usart2; diff --git a/boards/st/stm32c0116_dk/stm32c0116_dk.dts b/boards/st/stm32c0116_dk/stm32c0116_dk.dts index 09c4d4496f381..047eea372f728 100644 --- a/boards/st/stm32c0116_dk/stm32c0116_dk.dts +++ b/boards/st/stm32c0116_dk/stm32c0116_dk.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32C0116-DK Discovery board"; compatible = "st,stm32c011f6-dk"; + model = "STMicroelectronics STM32C0116-DK Discovery board"; chosen { zephyr,console = &usart1; @@ -43,8 +43,8 @@ reset_button: button { label = "reset button"; gpios = <&gpiof 2 GPIO_ACTIVE_LOW>; - status = "okay"; zephyr,code = ; + status = "okay"; }; }; @@ -143,12 +143,12 @@ &adc1 { pinctrl-0 = <&adc1_in8_pa8>; pinctrl-names = "default"; - st,adc-clock-source = "SYNC"; - st,adc-prescaler = <2>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "SYNC"; + st,adc-prescaler = <2>; + status = "okay"; channel@8 { reg = <0x8>; diff --git a/boards/st/stm32f072_eval/stm32f072_eval.dts b/boards/st/stm32f072_eval/stm32f072_eval.dts index c42dcd9c26470..c306fe991e72d 100644 --- a/boards/st/stm32f072_eval/stm32f072_eval.dts +++ b/boards/st/stm32f072_eval/stm32f072_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32F072-EVAL board"; compatible = "st,stm32f072-eval"; + model = "STMicroelectronics STM32F072-EVAL board"; chosen { zephyr,console = &usart2; diff --git a/boards/st/stm32f072b_disco/stm32f072b_disco.dts b/boards/st/stm32f072b_disco/stm32f072b_disco.dts index 5060091577b00..aabdc4db4b092 100644 --- a/boards/st/stm32f072b_disco/stm32f072b_disco.dts +++ b/boards/st/stm32f072b_disco/stm32f072b_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32F072B-DISCO board"; compatible = "st,stm32f072b-disco"; + model = "STMicroelectronics STM32F072B-DISCO board"; chosen { zephyr,console = &usart1; @@ -103,15 +103,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -135,8 +135,8 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pc6>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/stm32f0_disco/stm32f0_disco.dts b/boards/st/stm32f0_disco/stm32f0_disco.dts index 9c45d8f499a8a..7071f58b732da 100644 --- a/boards/st/stm32f0_disco/stm32f0_disco.dts +++ b/boards/st/stm32f0_disco/stm32f0_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32F0DISCOVERY board"; compatible = "st,stm32f058r8-discovery"; + model = "STMicroelectronics STM32F0DISCOVERY board"; chosen { zephyr,console = &usart1; @@ -114,8 +114,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(8)>; + label = "mcuboot"; read-only; }; @@ -125,18 +125,18 @@ */ slot0_partition: partition@4000 { - label = "image-0"; reg = <0x00004000 DT_SIZE_K(16)>; + label = "image-0"; }; slot1_partition: partition@8000 { - label = "image-1"; reg = <0x00008000 DT_SIZE_K(16)>; + label = "image-1"; }; scratch_partition: partition@c000 { - label = "image-scratch"; reg = <0x0000C000 DT_SIZE_K(16)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/stm32f3_disco/stm32f3_disco.dts b/boards/st/stm32f3_disco/stm32f3_disco.dts index 2d6ad6f6d5f00..4cd3eef3818c8 100644 --- a/boards/st/stm32f3_disco/stm32f3_disco.dts +++ b/boards/st/stm32f3_disco/stm32f3_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32F3DISCOVERY board"; compatible = "st,stm32f3discovery"; + model = "STMicroelectronics STM32F3DISCOVERY board"; chosen { zephyr,console = &usart1; @@ -137,8 +137,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; lsm303dlhc_magn: lsm303dlhc-magn@1e { compatible = "st,lsm303dlhc-magn"; @@ -156,8 +156,8 @@ &i2c2 { pinctrl-0 = <&i2c2_scl_pa9 &i2c2_sda_pa10>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -204,8 +204,8 @@ zephyr_udc0: &usb { /* Set 6Kb of storage at the end of the 256Kb of flash */ storage_partition: partition@3e800 { - label = "storage"; reg = <0x0003e800 DT_SIZE_K(6)>; + label = "storage"; }; }; }; @@ -219,9 +219,9 @@ zephyr_udc0: &usb { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -238,10 +238,10 @@ zephyr_udc0: &usb { }; &dac1 { - status = "okay"; /* dac output pins(pa4,pa5,pa6) might conflict with spi1 pins */ pinctrl-0 = <&dac_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &dma1 { diff --git a/boards/st/stm32f411e_disco/stm32f411e_disco.dts b/boards/st/stm32f411e_disco/stm32f411e_disco.dts index 91e2a33994e4d..7c7ff848fb714 100644 --- a/boards/st/stm32f411e_disco/stm32f411e_disco.dts +++ b/boards/st/stm32f411e_disco/stm32f411e_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32F411E-DISCO board"; compatible = "st,stm32f411e-disco"; + model = "STMicroelectronics STM32F411E-DISCO board"; chosen { zephyr,console = &usart2; @@ -128,42 +128,42 @@ status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pd12 &tim4_ch2_pd13 &tim4_ch3_pd14 &tim4_ch4_pd15>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; lsm303agr_magn: lsm303agr-magn@1e { compatible = "st,lis2mdl", "st,lsm303agr-magn"; - status = "okay"; reg = <0x1e>; irq-gpios = <&gpioe 2 GPIO_ACTIVE_HIGH>; + status = "okay"; }; lsm303agr_accel: lsm303agr-accel@19 { compatible = "st,lis2dh", "st,lsm303agr-accel"; - status = "okay"; reg = <0x19>; irq-gpios = <&gpioe 4 GPIO_ACTIVE_HIGH>, <&gpioe 5 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; &spi1 { pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioe 3 GPIO_ACTIVE_LOW>; + status = "okay"; i3g4250d: i3g4250d@0 { compatible = "st,i3g4250d"; @@ -198,24 +198,24 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.overlay b/boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.overlay index 475097450fe1c..7d6da95f69f48 100644 --- a/boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.overlay +++ b/boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.overlay @@ -18,16 +18,16 @@ lsm303dlhc_magn: lsm303dlhc-magn@1e { compatible = "st,lsm303dlhc-magn"; - status = "okay"; reg = <0x1e>; + status = "okay"; }; lsm303dlhc_accel: lsm303dlhc-accel@19 { compatible = "st,lis2dh", "st,lsm303dlhc-accel"; - status = "okay"; reg = <0x19>; irq-gpios = <&gpioe 4 GPIO_ACTIVE_HIGH>, <&gpioe 5 GPIO_ACTIVE_HIGH>; + status = "okay"; }; }; diff --git a/boards/st/stm32f412g_disco/stm32f412g_disco.dts b/boards/st/stm32f412g_disco/stm32f412g_disco.dts index 7b58bf56119a7..6861912a7f4f4 100644 --- a/boards/st/stm32f412g_disco/stm32f412g_disco.dts +++ b/boards/st/stm32f412g_disco/stm32f412g_disco.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F412G-DISCO board"; compatible = "st,stm32f412g-disco"; + model = "STMicroelectronics STM32F412G-DISCO board"; chosen { zephyr,console = &usart2; diff --git a/boards/st/stm32f413h_disco/stm32f413h_disco.dts b/boards/st/stm32f413h_disco/stm32f413h_disco.dts index 4c76d18975d83..b93fb64d16ce7 100644 --- a/boards/st/stm32f413h_disco/stm32f413h_disco.dts +++ b/boards/st/stm32f413h_disco/stm32f413h_disco.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F413H-DISCO board"; compatible = "st,stm32f413h-disco"; + model = "STMicroelectronics STM32F413H-DISCO board"; chosen { zephyr,console = &usart6; diff --git a/boards/st/stm32f429i_disc1/stm32f429i_disc1.dts b/boards/st/stm32f429i_disc1/stm32f429i_disc1.dts index 8637a7a858d83..d9a2c5c4edbe7 100644 --- a/boards/st/stm32f429i_disc1/stm32f429i_disc1.dts +++ b/boards/st/stm32f429i_disc1/stm32f429i_disc1.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32F429I_DISC1 board"; compatible = "st,stm32f4discovery"; + model = "STMicroelectronics STM32F429I_DISC1 board"; chosen { zephyr,console = &usart1; @@ -27,8 +27,8 @@ sdram2: sdram@d0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xd0000000 DT_SIZE_M(8)>; + device_type = "memory"; zephyr,memory-region = "SDRAM2"; }; @@ -76,8 +76,8 @@ ili9341: ili9341@0 { compatible = "ilitek,ili9341"; - mipi-max-frequency = <5625000>; reg = <0>; + mipi-max-frequency = <5625000>; width = <240>; height = <320>; rotation = <180>; @@ -155,26 +155,25 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_pa8 &i2c3_sda_pc9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; stmpe811: stmpe811@41 { compatible = "st,stmpe811"; - status = "okay"; reg = <0x41>; int-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; screen-width = <240>; @@ -189,6 +188,7 @@ tracking-index = <127>; inverted-x; inverted-y; + status = "okay"; }; }; @@ -196,12 +196,11 @@ pinctrl-0 = <&spi5_nss_pf6 &spi5_sck_pf7 &spi5_miso_pf8 &spi5_mosi_pf9>; pinctrl-names = "default"; - status = "okay"; cs-gpios = <&gpioc 2 GPIO_ACTIVE_LOW>; + status = "okay"; }; &fmc { - status = "okay"; pinctrl-0 = <&fmc_nbl0_pe0 &fmc_nbl1_pe1 &fmc_sdclk_pg8 &fmc_sdnwe_pc0 &fmc_sdcke1_pb5 &fmc_sdne1_pb6 &fmc_sdnras_pf11 &fmc_sdncas_pg15 @@ -214,14 +213,14 @@ &fmc_d8_pe11 &fmc_d9_pe12 &fmc_d10_pe13 &fmc_d11_pe14 &fmc_d12_pe15 &fmc_d13_pd8 &fmc_d14_pd9 &fmc_d15_pd10>; pinctrl-names = "default"; + status = "okay"; sdram { - status = "okay"; - power-up-delay = <100>; num-auto-refresh = <1>; mode-register = <0>; refresh-rate = <1386>; + status = "okay"; bank@1 { reg = <1>; @@ -249,12 +248,16 @@ pinctrl-names = "default"; ext-sdram = <&sdram2>; display-controller = <&ili9341>; - status = "okay"; width = <240>; height = <320>; pixel-format = ; + def-back-color-red = <0xFF>; + def-back-color-green = <0xFF>; + def-back-color-blue = <0xFF>; + status = "okay"; + display-timings { compatible = "zephyr,panel-timing"; de-active = <0>; @@ -268,10 +271,6 @@ hfront-porch = <10>; vfront-porch = <4>; }; - - def-back-color-red = <0xFF>; - def-back-color-green = <0xFF>; - def-back-color-blue = <0xFF>; }; zephyr_udc0: &usbotg_hs { diff --git a/boards/st/stm32f469i_disco/stm32f469i_disco.dts b/boards/st/stm32f469i_disco/stm32f469i_disco.dts index f248df2f3e73f..b61542636816d 100644 --- a/boards/st/stm32f469i_disco/stm32f469i_disco.dts +++ b/boards/st/stm32f469i_disco/stm32f469i_disco.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F469I-DISCO board"; compatible = "st,stm32f469i-disco"; + model = "STMicroelectronics STM32F469I-DISCO board"; chosen { zephyr,console = &usart3; @@ -24,8 +24,8 @@ sdram1: sdram@c0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xc0000000 DT_SIZE_M(16)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; }; @@ -140,7 +140,6 @@ zephyr_udc0: &usbotg_fs { &sdmmc1 { clocks = <&rcc STM32_CLOCK(APB2, 11)>, <&rcc STM32_SRC_PLL_Q CLK48M_SEL(0)>; - status = "okay"; pinctrl-0 = <&sdio_d0_pc8 &sdio_d1_pc9 &sdio_d2_pc10 @@ -150,6 +149,7 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; cd-gpios = <&gpiog 2 GPIO_ACTIVE_LOW>; disk-name = "SD"; + status = "okay"; }; &fmc { @@ -174,7 +174,6 @@ zephyr_udc0: &usbotg_fs { sdram { compatible = "st,stm32-fmc-sdram"; - status = "okay"; power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x230>; @@ -184,6 +183,7 @@ zephyr_udc0: &usbotg_fs { * Note: SDRAM_CLK_MHZ = HCLK_MHZ / 2 */ refresh-rate = <1292>; + status = "okay"; bank@0 { reg = <0>; diff --git a/boards/st/stm32f4_disco/stm32f4_disco.dts b/boards/st/stm32f4_disco/stm32f4_disco.dts index 88890a93b34f9..2719ba9c2841a 100644 --- a/boards/st/stm32f4_disco/stm32f4_disco.dts +++ b/boards/st/stm32f4_disco/stm32f4_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32F4DISCOVERY board"; compatible = "st,stm32f4discovery"; + model = "STMicroelectronics STM32F4DISCOVERY board"; chosen { zephyr,console = &usart2; @@ -125,9 +125,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -135,9 +135,9 @@ status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pd12 &tim4_ch2_pd13 &tim4_ch3_pd14 &tim4_ch4_pd15>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/stm32f723e_disco/stm32f723e_disco.dts b/boards/st/stm32f723e_disco/stm32f723e_disco.dts index 9690a73d81fcc..9f93a4bb1cbc5 100644 --- a/boards/st/stm32f723e_disco/stm32f723e_disco.dts +++ b/boards/st/stm32f723e_disco/stm32f723e_disco.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32F723E DISCOVERY board"; compatible = "st,stm32f723e-disco"; + model = "STMicroelectronics STM32F723E DISCOVERY board"; chosen { zephyr,console = &usart6; @@ -133,9 +133,9 @@ size = ; /* 512 Mbits */ qspi-max-frequency = <8000000>; cs-high-time = <3>; /* >= 30 ns */ - status = "okay"; spi-bus-width = <4>; writeoc = "PP_1_4_4"; + status = "okay"; }; }; diff --git a/boards/st/stm32f746g_disco/stm32f746g_disco.dts b/boards/st/stm32f746g_disco/stm32f746g_disco.dts index 6e77d5dc0ca06..47c855212914f 100644 --- a/boards/st/stm32f746g_disco/stm32f746g_disco.dts +++ b/boards/st/stm32f746g_disco/stm32f746g_disco.dts @@ -13,8 +13,8 @@ #include / { - model = "STMicroelectronics STM32F746G DISCOVERY board"; compatible = "st,stm32f746g-disco"; + model = "STMicroelectronics STM32F746G DISCOVERY board"; chosen { zephyr,console = &usart1; @@ -53,8 +53,8 @@ sdram1: sdram@c0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xc0000000 DT_SIZE_M(16)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; zephyr,memory-attr = ; }; @@ -112,15 +112,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_ph7 &i2c3_sda_ph8>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; ft5336: ft5336@38 { compatible = "focaltech,ft5336"; @@ -161,9 +161,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pb4>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -178,17 +178,16 @@ zephyr_udc0: &usbotg_fs { }; &sdmmc1 { - status = "okay"; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 &sdmmc1_d2_pc10 &sdmmc1_d3_pc11 &sdmmc1_ck_pc12 &sdmmc1_cmd_pd2>; pinctrl-names = "default"; cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; disk-name = "SD"; + status = "okay"; }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -199,12 +198,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -233,13 +233,13 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 DT_SIZE_K(640)>; + label = "image-1"; }; storage_partition: partition@a0000 { - label = "storage"; reg = <0x000a0000 DT_SIZE_M(15)>; + label = "storage"; }; }; }; @@ -261,7 +261,6 @@ zephyr_udc0: &usbotg_fs { status = "okay"; sdram { - status = "okay"; power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x220>; @@ -271,6 +270,7 @@ zephyr_udc0: &usbotg_fs { * Note: SDRAM_CLK_MHZ = HCLK_MHZ / 2 (108 MHz) */ refresh-rate = <1667>; + status = "okay"; bank@0 { reg = <0>; @@ -299,12 +299,16 @@ zephyr_udc0: &usbotg_fs { disp-on-gpios = <&gpioi 12 GPIO_ACTIVE_HIGH>; bl-ctrl-gpios = <&gpiok 3 GPIO_ACTIVE_HIGH>; ext-sdram = <&sdram1>; - status = "okay"; width = <480>; height = <272>; pixel-format = ; + def-back-color-red = <0xFF>; + def-back-color-green = <0xFF>; + def-back-color-blue = <0xFF>; + status = "okay"; + display-timings { compatible = "zephyr,panel-timing"; de-active = <0>; @@ -318,8 +322,4 @@ zephyr_udc0: &usbotg_fs { hfront-porch = <8>; vfront-porch = <4>; }; - - def-back-color-red = <0xFF>; - def-back-color-green = <0xFF>; - def-back-color-blue = <0xFF>; }; diff --git a/boards/st/stm32f7508_dk/stm32f7508_dk.dts b/boards/st/stm32f7508_dk/stm32f7508_dk.dts index ea4aded6bcce1..e395798a76f2f 100644 --- a/boards/st/stm32f7508_dk/stm32f7508_dk.dts +++ b/boards/st/stm32f7508_dk/stm32f7508_dk.dts @@ -13,8 +13,8 @@ #include / { - model = "STMicroelectronics STM32F7508-DK"; compatible = "st,stm32f7508_dk"; + model = "STMicroelectronics STM32F7508-DK"; chosen { zephyr,console = &usart1; @@ -53,8 +53,8 @@ sdram1: sdram@c0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xc0000000 DT_SIZE_M(16)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; zephyr,memory-attr = ; }; @@ -103,15 +103,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c3 { pinctrl-0 = <&i2c3_scl_ph7 &i2c3_sda_ph8>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; ft5336: ft5336@38 { compatible = "focaltech,ft5336"; @@ -152,9 +152,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch1_pb4>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -165,17 +165,16 @@ zephyr_udc0: &usbotg_fs { }; &sdmmc1 { - status = "okay"; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 &sdmmc1_d2_pc10 &sdmmc1_d3_pc11 &sdmmc1_ck_pc12 &sdmmc1_cmd_pd2>; pinctrl-names = "default"; cd-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; disk-name = "SD"; + status = "okay"; }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -186,12 +185,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -220,13 +220,13 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 DT_SIZE_K(640)>; + label = "image-1"; }; storage_partition: partition@a0000 { - label = "storage"; reg = <0x000a0000 DT_SIZE_M(15)>; + label = "storage"; }; }; }; @@ -248,7 +248,6 @@ zephyr_udc0: &usbotg_fs { status = "okay"; sdram { - status = "okay"; power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x220>; @@ -258,6 +257,7 @@ zephyr_udc0: &usbotg_fs { * Note: SDRAM_CLK_MHZ = HCLK_MHZ / 2 (108 MHz) */ refresh-rate = <1667>; + status = "okay"; bank@0 { reg = <0>; @@ -286,12 +286,16 @@ zephyr_udc0: &usbotg_fs { disp-on-gpios = <&gpioi 12 GPIO_ACTIVE_HIGH>; bl-ctrl-gpios = <&gpiok 3 GPIO_ACTIVE_HIGH>; ext-sdram = <&sdram1>; - status = "okay"; width = <480>; height = <272>; pixel-format = ; + def-back-color-red = <0xFF>; + def-back-color-green = <0xFF>; + def-back-color-blue = <0xFF>; + status = "okay"; + display-timings { compatible = "zephyr,panel-timing"; de-active = <0>; @@ -305,8 +309,4 @@ zephyr_udc0: &usbotg_fs { hfront-porch = <8>; vfront-porch = <4>; }; - - def-back-color-red = <0xFF>; - def-back-color-green = <0xFF>; - def-back-color-blue = <0xFF>; }; diff --git a/boards/st/stm32f769i_disco/stm32f769i_disco.dts b/boards/st/stm32f769i_disco/stm32f769i_disco.dts index c25e448eaebaa..a7bf493f0dcbd 100644 --- a/boards/st/stm32f769i_disco/stm32f769i_disco.dts +++ b/boards/st/stm32f769i_disco/stm32f769i_disco.dts @@ -13,8 +13,8 @@ #include / { - model = "STMicroelectronics STM32F769I DISCOVERY board"; compatible = "st,stm32f769I-disco"; + model = "STMicroelectronics STM32F769I DISCOVERY board"; chosen { zephyr,console = &usart1; @@ -28,8 +28,8 @@ sdram1: sdram@c0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xc0000000 DT_SIZE_M(16)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; zephyr,memory-attr = ; }; @@ -147,15 +147,15 @@ arduino_serial: &usart6 {}; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; qsh_030_i2c: &i2c4 { pinctrl-0 = <&i2c4_scl_pd12 &i2c4_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; ft6202: ft6202@2a { compatible = "focaltech,ft5336"; @@ -171,7 +171,6 @@ qsh_030_i2c: &i2c4 { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -182,12 +181,13 @@ qsh_030_i2c: &i2c4 { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -196,13 +196,13 @@ qsh_030_i2c: &i2c4 { }; &sdmmc2 { - status = "okay"; pinctrl-0 = <&sdmmc2_d0_pg9 &sdmmc2_d1_pg10 &sdmmc2_d2_pb3 &sdmmc2_d3_pb4 &sdmmc2_ck_pd6 &sdmmc2_cmd_pd7>; pinctrl-names = "default"; cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>; disk-name = "SD"; + status = "okay"; }; &quadspi { @@ -226,20 +226,19 @@ qsh_030_i2c: &i2c4 { #size-cells = <1>; slot1_partition: partition@0 { - label = "image-1"; reg = <0x00000000 DT_SIZE_K(16)>; + label = "image-1"; }; storage_partition: partition@1a0000 { - label = "storage"; reg = <0x001a0000 DT_SIZE_M(62)>; + label = "storage"; }; }; }; }; &fmc { - status = "okay"; pinctrl-0 = <&fmc_nbl0_pe0 &fmc_nbl1_pe1 &fmc_nbl2_pi4 &fmc_nbl3_pi5 &fmc_sdclk_pg8 &fmc_sdnwe_ph5 &fmc_sdcke0_ph2 &fmc_sdne0_ph3 &fmc_sdnras_pf11 &fmc_sdncas_pg15 @@ -256,14 +255,14 @@ qsh_030_i2c: &i2c4 { &fmc_d24_pi0 &fmc_d25_pi1 &fmc_d26_pi2 &fmc_d27_pi3 &fmc_d28_pi6 &fmc_d29_pi7 &fmc_d30_pi9 &fmc_d31_pi10>; pinctrl-names = "default"; + status = "okay"; sdram { - status = "okay"; - power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x230>; refresh-rate = <603>; + status = "okay"; bank@0 { reg = <0>; @@ -302,4 +301,5 @@ zephyr_udc0: &usbotg_hs { /* alias used by display shields */ zephyr_mipi_dsi: &mipi_dsi {}; + zephyr_lcd_controller: <dc {}; diff --git a/boards/st/stm32g0316_disco/stm32g0316_disco.dts b/boards/st/stm32g0316_disco/stm32g0316_disco.dts index 9d49e1bf65b40..c4a688ed4a8f2 100644 --- a/boards/st/stm32g0316_disco/stm32g0316_disco.dts +++ b/boards/st/stm32g0316_disco/stm32g0316_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32G0316 Discovery board"; compatible = "st,stm32g0316-disco"; + model = "STMicroelectronics STM32G0316 Discovery board"; aliases { led0 = &green_led_1; diff --git a/boards/st/stm32g071b_disco/stm32g071b_disco.dts b/boards/st/stm32g071b_disco/stm32g071b_disco.dts index 8abe60f8c5d55..8161faa13b9be 100644 --- a/boards/st/stm32g071b_disco/stm32g071b_disco.dts +++ b/boards/st/stm32g071b_disco/stm32g071b_disco.dts @@ -11,8 +11,8 @@ #include / { - model = "STM32G071B DEMO board"; compatible = "st,stm32g071-demo"; + model = "STM32G071B DEMO board"; chosen { zephyr,console = &usart3; @@ -141,17 +141,16 @@ }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; + status = "okay"; /* * Use U10, INA230 to measure VBUS. I2C Address: 0x40 */ vbus_meas: ina230@40 { - status = "okay"; compatible = "ti,ina230"; reg = <0x40>; adc-mode = "Bus voltage continuous"; @@ -160,11 +159,11 @@ avg-count = <1>; current-lsb-microamps = <1000>; rshunt-micro-ohms = <15000>; + status = "okay"; }; }; &ucpd1 { - status = "okay"; /* * UCPD is fed directly from HSI which is @ 16MHz. The ucpd_clk goes to @@ -192,6 +191,7 @@ hbitclkdiv = <27>; pinctrl-0 = <&ucpd1_cc1_pa8 &ucpd1_cc2_pb15>; pinctrl-names = "default"; + status = "okay"; }; &iwdg { diff --git a/boards/st/stm32g081b_eval/stm32g081b_eval.dts b/boards/st/stm32g081b_eval/stm32g081b_eval.dts index 603293f252d95..f20aceb21caaa 100644 --- a/boards/st/stm32g081b_eval/stm32g081b_eval.dts +++ b/boards/st/stm32g081b_eval/stm32g081b_eval.dts @@ -10,8 +10,8 @@ #include / { - model = "STM32G081B EVAL board"; compatible = "st,stm32g081-eval"; + model = "STM32G081B EVAL board"; chosen { zephyr,console = &usart3; @@ -132,21 +132,21 @@ status = "okay"; pwm15: pwm { - status = "okay"; pinctrl-0 = <&tim15_ch1_pc1>; pinctrl-names = "default"; + status = "okay"; }; }; &adc1 { pinctrl-0 = <&adc1_in3_pa3 &adc1_in9_pb1>; pinctrl-names = "default"; - st,adc-clock-source = "SYNC"; - st,adc-prescaler = <4>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "SYNC"; + st,adc-prescaler = <4>; + status = "okay"; channel@3 { reg = <3>; @@ -168,7 +168,6 @@ }; &ucpd1 { - status = "okay"; /* * UCPD is fed directly from HSI which is @ 16MHz. The ucpd_clk goes to @@ -196,10 +195,10 @@ hbitclkdiv = <27>; pinctrl-0 = <&ucpd1_cc1_pa8 &ucpd1_cc2_pb15>; pinctrl-names = "default"; + status = "okay"; }; &ucpd2 { - status = "okay"; /* * UCPD is fed directly from HSI which is @ 16MHz. The ucpd_clk goes to @@ -227,6 +226,7 @@ hbitclkdiv = <27>; pinctrl-0 = <&ucpd2_cc1_pd0 &ucpd2_cc2_pd2>; pinctrl-names = "default"; + status = "okay"; }; &iwdg { diff --git a/boards/st/stm32h573i_dk/stm32h573i_dk.dts b/boards/st/stm32h573i_dk/stm32h573i_dk.dts index f4bdf653a1399..f74d02b8df4eb 100644 --- a/boards/st/stm32h573i_dk/stm32h573i_dk.dts +++ b/boards/st/stm32h573i_dk/stm32h573i_dk.dts @@ -15,8 +15,8 @@ #include / { - model = "STMicroelectronics STM32H573I DISCOVERY KIT board"; compatible = "st,stm32h573i-dk"; + model = "STMicroelectronics STM32H573I DISCOVERY KIT board"; chosen { zephyr,console = &usart1; @@ -246,9 +246,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch4_pa3>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -257,9 +257,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch2_pb5>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -272,7 +272,6 @@ }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -283,12 +282,13 @@ pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -304,14 +304,14 @@ /* Set the partitions with first MB to make use of the whole Bank1 */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; /* Set 64KB of storage at the end of Bank1 */ storage_partition: partition@f0000 { - label = "storage"; reg = <0x000f0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; @@ -393,18 +393,18 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 DT_SIZE_M(16)>; + label = "image-0"; }; slot1_partition: partition@1000000 { - label = "image-1"; reg = <0x01000000 DT_SIZE_M(16)>; + label = "image-1"; }; scratch_partition: partition@2000000 { - label = "image-scratch"; reg = <0x02000000 DT_SIZE_M(24)>; + label = "image-scratch"; }; }; }; diff --git a/boards/st/stm32h735g_disco/stm32h735g_disco.dts b/boards/st/stm32h735g_disco/stm32h735g_disco.dts index 382c684e6300b..5f9893259c106 100644 --- a/boards/st/stm32h735g_disco/stm32h735g_disco.dts +++ b/boards/st/stm32h735g_disco/stm32h735g_disco.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32H735G DISCOVERY board"; compatible = "st,stm32h735g-disco"; + model = "STMicroelectronics STM32H735G DISCOVERY board"; chosen { zephyr,console = &usart3; @@ -147,9 +147,9 @@ }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -195,8 +195,8 @@ #size-cells = <1>; partition@0 { - label = "nor"; reg = <0x00000000 DT_SIZE_M(4)>; + label = "nor"; }; }; }; @@ -250,7 +250,7 @@ }; zephyr_udc0: &usbotg_hs { - status = "okay"; pinctrl-0 = <&usb_otg_hs_dm_pa11 &usb_otg_hs_dp_pa12>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m4.dts b/boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m4.dts index 7f46637f575bb..28105d72ddcda 100644 --- a/boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m4.dts +++ b/boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m4.dts @@ -10,8 +10,8 @@ #include "stm32h745i_disco.dtsi" / { - model = "STMicroelectronics STM32H745I-DISCO board"; compatible = "st,stm32h745i-disco"; + model = "STMicroelectronics STM32H745I-DISCO board"; /* HW resources belonging to CM4 */ chosen { diff --git a/boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m7.dts b/boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m7.dts index 2a2ce613656d7..fe244ae08ae0c 100644 --- a/boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m7.dts +++ b/boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m7.dts @@ -10,8 +10,8 @@ #include "stm32h745i_disco.dtsi" / { - model = "STMicroelectronics STM32H745I-DISCO board"; compatible = "st,stm32h745i-disco"; + model = "STMicroelectronics STM32H745I-DISCO board"; /* HW resources belonging to CM7 */ chosen { @@ -36,8 +36,8 @@ /* RM0455 - 23.6 External device address mapping */ sdram2: sdram@d0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xd0000000 DT_SIZE_M(16)>; /* 128Mbit */ + device_type = "memory"; zephyr,memory-region = "SDRAM2"; zephyr,memory-attr = ; }; @@ -121,14 +121,13 @@ status = "okay"; pwm11: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; &mac { - status = "okay"; /* MII */ pinctrl-0 = <ð_ref_clk_pa1 ð_crs_dv_pa7 @@ -146,12 +145,13 @@ pinctrl-names = "default"; phy-connection-type = "mii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@1 { compatible = "ethernet-phy"; @@ -209,23 +209,23 @@ }; &i2c4 { - status = "okay"; pinctrl-0 = <&i2c4_scl_pd12 &i2c4_sda_pd13>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { - status = "okay"; pinctrl-0 = <&spi2_nss_pb4 &spi2_mosi_pb15 &spi2_miso_pi2 &spi2_sck_pd3>; pinctrl-names = "default"; + status = "okay"; }; &fdcan1 { - status = "okay"; pinctrl-0 = <&fdcan1_tx_ph13 &fdcan1_rx_ph14>; pinctrl-names = "default"; clocks = <&rcc STM32_CLOCK(APB1_2, 8)>, <&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -233,11 +233,11 @@ }; &fdcan2 { - status = "okay"; pinctrl-0 = <&fdcan2_tx_pb13 &fdcan2_rx_pb5>; pinctrl-names = "default"; clocks = <&rcc STM32_CLOCK(APB1_2, 8)>, <&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>; + status = "okay"; can-transceiver { max-bitrate = <5000000>; @@ -260,11 +260,11 @@ status = "okay"; sdram { - status = "okay"; power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x220>; refresh-rate = <0x603>; + status = "okay"; bank@1 { reg = <1>; diff --git a/boards/st/stm32h747i_disco/stm32h747i_disco.dtsi b/boards/st/stm32h747i_disco/stm32h747i_disco.dtsi index 3f80d8d311e17..181ec5b5156ad 100644 --- a/boards/st/stm32h747i_disco/stm32h747i_disco.dtsi +++ b/boards/st/stm32h747i_disco/stm32h747i_disco.dtsi @@ -43,43 +43,43 @@ wake_up: button { label = "Wakeup"; gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_center: joystick_center { label = "joystick center"; gpios = <&gpiok 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_down: joystick_down { label = "joystick down"; gpios = <&gpiok 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_up: joystick_up { label = "joystick up"; gpios = <&gpiok 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_left: joystick_left { label = "joystick left"; gpios = <&gpiok 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_right: joystick_right { label = "joystick right"; gpios = <&gpiok 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; }; diff --git a/boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m4.dts b/boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m4.dts index 9f3ac4b43fc44..a4a9707d7793d 100644 --- a/boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m4.dts +++ b/boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m4.dts @@ -10,8 +10,8 @@ #include "stm32h747i_disco.dtsi" / { - model = "STMicroelectronics STM32H747I DISCOVERY board"; compatible = "st,stm32h747i-disco"; + model = "STMicroelectronics STM32H747I DISCOVERY board"; /* HW resources are split between CM7 and CM4 */ chosen { diff --git a/boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m7.dts b/boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m7.dts index bf06ea2e6ce2e..bf096550c93b9 100644 --- a/boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m7.dts +++ b/boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m7.dts @@ -11,8 +11,8 @@ #include "stm32h747i_disco.dtsi" / { - model = "STMicroelectronics STM32H747I DISCOVERY board"; compatible = "st,stm32h747i-disco"; + model = "STMicroelectronics STM32H747I DISCOVERY board"; /* HW resources are split between CM7 and CM4 */ chosen { @@ -25,8 +25,8 @@ sdram2: sdram@d0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xd0000000 DT_SIZE_M(32)>; + device_type = "memory"; zephyr,memory-region = "SDRAM2"; zephyr,memory-attr = ; }; @@ -121,22 +121,13 @@ /* Set 2KB of storage at the end of first 1MB flash */ storage_partition: partition@ff800 { - label = "storage"; reg = <0x000ff800 DT_SIZE_K(2)>; + label = "storage"; }; }; }; &mac { - /* - * From UM2411 Rev 4: - * With the default setting, the Ethernet feature is not working due - * of a pin conflict between ETH_MDC and SAI4_D1 of the MEMs digital - * microphone. - * Cf Ethernet section in board documentation for more information on - * the hw modification to be done to enable it. - */ - status = "okay"; pinctrl-0 = <ð_ref_clk_pa1 ð_crs_dv_pa7 ð_rxd0_pc4 @@ -147,12 +138,21 @@ pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + /* + * From UM2411 Rev 4: + * With the default setting, the Ethernet feature is not working due + * of a pin conflict between ETH_MDC and SAI4_D1 of the MEMs digital + * microphone. + * Cf Ethernet section in board documentation for more information on + * the hw modification to be done to enable it. + */ + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -165,7 +165,6 @@ }; &fmc { - status = "okay"; pinctrl-0 = <&fmc_nbl0_pe0 &fmc_nbl1_pe1 &fmc_nbl2_pi4 &fmc_nbl3_pi5 &fmc_sdclk_pg8 &fmc_sdnwe_ph5 &fmc_sdcke1_ph7 &fmc_sdne1_ph6 &fmc_sdnras_pf11 &fmc_sdncas_pg15 @@ -182,14 +181,14 @@ &fmc_d27_pi3 &fmc_d28_pi6 &fmc_d29_pi7 &fmc_d30_pi9 &fmc_d31_pi10>; pinctrl-names = "default"; + status = "okay"; sdram { - status = "okay"; - power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x220>; refresh-rate = <603>; + status = "okay"; bank@1 { reg = <1>; @@ -230,7 +229,6 @@ zephyr_udc0: &usbotg_hs { }; &sdmmc1 { - status = "okay"; clocks = <&rcc STM32_CLOCK(AHB3, 16)>, <&rcc STM32_SRC_PLL2_R SDMMC_SEL(1)>; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 @@ -241,6 +239,7 @@ zephyr_udc0: &usbotg_hs { pinctrl-names = "default"; cd-gpios = <&gpioi 8 GPIO_ACTIVE_LOW>; disk-name = "SD"; + status = "okay"; }; &quadspi { diff --git a/boards/st/stm32h750b_dk/stm32h750b_dk.dts b/boards/st/stm32h750b_dk/stm32h750b_dk.dts index b1b79e49ea107..46f79bee47481 100644 --- a/boards/st/stm32h750b_dk/stm32h750b_dk.dts +++ b/boards/st/stm32h750b_dk/stm32h750b_dk.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32H750B DISCOVERY KIT"; compatible = "st,stm32h750b-dk"; + model = "STMicroelectronics STM32H750B DISCOVERY KIT"; chosen { zephyr,console = &usart3; @@ -26,8 +26,8 @@ sdram2: sdram@d0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xd0000000 DT_SIZE_M(16)>; /* 128Mbit */ + device_type = "memory"; zephyr,memory-region = "SDRAM2"; zephyr,memory-attr = ; }; @@ -90,8 +90,8 @@ /* Flash has 128KB sector size */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; }; }; @@ -109,7 +109,6 @@ disp-on-gpios = <&gpiod 7 GPIO_ACTIVE_HIGH>; ext-sdram = <&sdram2>; - status = "okay"; clocks = <&rcc STM32_CLOCK(APB3, 3)>, <&rcc STM32_SRC_PLL3_R NO_SEL>; @@ -118,6 +117,11 @@ height = <272>; pixel-format = ; + def-back-color-red = <0xFF>; + def-back-color-green = <0xFF>; + def-back-color-blue = <0xFF>; + status = "okay"; + display-timings { compatible = "zephyr,panel-timing"; de-active = <1>; @@ -131,10 +135,6 @@ hfront-porch = <8>; vfront-porch = <4>; }; - - def-back-color-red = <0xFF>; - def-back-color-green = <0xFF>; - def-back-color-blue = <0xFF>; }; &pll { @@ -203,18 +203,18 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 DT_SIZE_K(2048)>; + label = "image-0"; }; slot1_partition: partition@200000 { - label = "image-1"; reg = <0x00200000 DT_SIZE_K(2048)>; + label = "image-1"; }; storage_partition: partition@400000 { - label = "storage"; reg = <0x00400000 DT_SIZE_K(128)>; + label = "storage"; }; }; }; @@ -244,11 +244,11 @@ status = "okay"; sdram { - status = "okay"; power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x230>; refresh-rate = <0x603>; + status = "okay"; bank@1 { reg = <1>; diff --git a/boards/st/stm32h757i_eval/stm32h757i_eval.dtsi b/boards/st/stm32h757i_eval/stm32h757i_eval.dtsi index 822019339f998..b6603a1bc0586 100644 --- a/boards/st/stm32h757i_eval/stm32h757i_eval.dtsi +++ b/boards/st/stm32h757i_eval/stm32h757i_eval.dtsi @@ -42,50 +42,50 @@ wake_up: button_1 { label = "Wakeup"; gpios = <&gpioa 0 GPIO_ACTIVE_HIGH>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; tamper: button_2 { label = "Tamper"; gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_center: joystick_center { label = "joystick center"; gpios = <&gpiob 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_down: joystick_down { label = "joystick down"; gpios = <&gpiob 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_up: joystick_up { label = "joystick up"; gpios = <&gpiob 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_left: joystick_left { label = "joystick left"; gpios = <&gpiob 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; joy_right: joystick_right { label = "joystick right"; gpios = <&gpiob 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - status = "disabled"; zephyr,code = ; + status = "disabled"; }; }; diff --git a/boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m4.dts b/boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m4.dts index 4f274e198ec6b..7e0455924a75d 100644 --- a/boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m4.dts +++ b/boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m4.dts @@ -11,8 +11,8 @@ #include "stm32h757i_eval.dtsi" / { - model = "STMicroelectronics STM32H757I EVAL board"; compatible = "st,stm32h757i-eval"; + model = "STMicroelectronics STM32H757I EVAL board"; /* HW resources are split between CM7 and CM4 */ chosen { diff --git a/boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m7.dts b/boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m7.dts index e628170cb81c6..712f91be218b0 100644 --- a/boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m7.dts +++ b/boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m7.dts @@ -12,8 +12,8 @@ #include "stm32h757i_eval.dtsi" / { - model = "STMicroelectronics STM32H757I Eval board"; compatible = "st,stm32h757i-eval"; + model = "STMicroelectronics STM32H757I Eval board"; /* HW resources are split between CM7 and CM4 */ chosen { @@ -27,8 +27,8 @@ sdram2: sdram@d0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xd0000000 DT_SIZE_M(32)>; + device_type = "memory"; zephyr,memory-region = "SDRAM2"; zephyr,memory-attr = ; }; @@ -128,29 +128,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(896)>; + label = "image-0"; }; slot1_partition: partition@100000 { - label = "image-1"; reg = <0x00100000 DT_SIZE_K(896)>; + label = "image-1"; }; storage_partition: partition@1e0000 { - label = "storage"; reg = <0x001e0000 DT_SIZE_K(128)>; + label = "storage"; }; }; }; &mac { - status = "okay"; pinctrl-0 = <ð_ref_clk_pa1 ð_crs_dv_pa7 ð_rxd0_pc4 @@ -161,12 +160,13 @@ pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "ethernet-phy"; @@ -179,7 +179,6 @@ }; &fmc { - status = "okay"; pinctrl-0 = <&fmc_nbl0_pe0 &fmc_nbl1_pe1 &fmc_nbl2_pi4 &fmc_nbl3_pi5 &fmc_sdclk_pg8 &fmc_sdnwe_ph5 &fmc_sdcke1_ph7 &fmc_sdne1_ph6 &fmc_sdnras_pf11 &fmc_sdncas_pg15 @@ -196,14 +195,14 @@ &fmc_d27_pi3 &fmc_d28_pi6 &fmc_d29_pi7 &fmc_d30_pi9 &fmc_d31_pi10>; pinctrl-names = "default"; + status = "okay"; sdram { - status = "okay"; - power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x220>; refresh-rate = <603>; + status = "okay"; bank@1 { reg = <1>; @@ -244,7 +243,6 @@ zephyr_udc0: &usbotg_hs { }; &sdmmc1 { - status = "okay"; clocks = <&rcc STM32_CLOCK(AHB3, 16)>, <&rcc STM32_SRC_PLL2_R SDMMC_SEL(1)>; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 @@ -255,6 +253,7 @@ zephyr_udc0: &usbotg_hs { pinctrl-names = "default"; cd-gpios = <&gpioi 8 GPIO_ACTIVE_LOW>; disk-name = "SD"; + status = "okay"; }; &quadspi { diff --git a/boards/st/stm32h7b3i_dk/stm32h7b3i_dk.dts b/boards/st/stm32h7b3i_dk/stm32h7b3i_dk.dts index a68a7e84988dc..0911aa8d293d5 100644 --- a/boards/st/stm32h7b3i_dk/stm32h7b3i_dk.dts +++ b/boards/st/stm32h7b3i_dk/stm32h7b3i_dk.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32H7B3I DISCOVERY KIT board"; compatible = "st,stm32h7b3i-dk"; + model = "STMicroelectronics STM32H7B3I DISCOVERY KIT board"; chosen { zephyr,console = &usart1; @@ -56,8 +56,8 @@ sdram2: sdram@d0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xd0000000 DT_SIZE_M(16)>; + device_type = "memory"; zephyr,memory-region = "SDRAM2"; /* Frame buffer memory cache will cause screen flickering. */ zephyr,memory-attr = ; @@ -208,11 +208,11 @@ status = "okay"; sdram { - status = "okay"; power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x220>; refresh-rate = <0x603>; + status = "okay"; bank@1 { reg = <1>; @@ -251,12 +251,16 @@ disp-on-gpios = <&gpioa 2 GPIO_ACTIVE_HIGH>; bl-ctrl-gpios = <&gpioa 1 GPIO_ACTIVE_HIGH>; ext-sdram = <&sdram2>; - status = "okay"; width = <480>; height = <272>; pixel-format = ; + def-back-color-red = <0xFF>; + def-back-color-green = <0xFF>; + def-back-color-blue = <0xFF>; + status = "okay"; + display-timings { compatible = "zephyr,panel-timing"; de-active = <0>; @@ -270,10 +274,6 @@ hfront-porch = <8>; vfront-porch = <4>; }; - - def-back-color-red = <0xFF>; - def-back-color-green = <0xFF>; - def-back-color-blue = <0xFF>; }; &octospi1 { @@ -302,8 +302,8 @@ #size-cells = <1>; partition@0 { - label = "nor"; reg = <0x00000000 DT_SIZE_M(4)>; + label = "nor"; }; }; }; diff --git a/boards/st/stm32h7s78_dk/stm32h7s78_dk.dts b/boards/st/stm32h7s78_dk/stm32h7s78_dk.dts index 80ab5ae6d8744..0e66c707a031d 100644 --- a/boards/st/stm32h7s78_dk/stm32h7s78_dk.dts +++ b/boards/st/stm32h7s78_dk/stm32h7s78_dk.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32H7S78 DISCOVERY KIT board"; compatible = "st,stm32h7s78-dk"; + model = "STMicroelectronics STM32H7S78 DISCOVERY KIT board"; chosen { zephyr,console = &uart4; @@ -137,9 +137,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch4_pa3>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -148,9 +148,9 @@ status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch2_pb5>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -229,8 +229,8 @@ /* Set the partitions with first MB to make use of the whole Bank1 */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; }; }; @@ -262,23 +262,23 @@ #size-cells = <1>; slot0_partition: partition@0 { - label = "image-0"; reg = <0x00000000 DT_SIZE_K(512)>; + label = "image-0"; }; slot1_partition: partition@80000 { - label = "image-1"; reg = <0x0080000 DT_SIZE_K(512)>; + label = "image-1"; }; scratch_partition: partition@100000 { - label = "image-scratch"; reg = <0x00100000 DT_SIZE_K(64)>; + label = "image-scratch"; }; storage_partition: partition@110000 { - label = "storage"; reg = <0x00110000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/st/stm32l1_disco/stm32l152c_disco.dts b/boards/st/stm32l1_disco/stm32l152c_disco.dts index 5bfeb32c1a8e7..47576351690b2 100644 --- a/boards/st/stm32l1_disco/stm32l152c_disco.dts +++ b/boards/st/stm32l1_disco/stm32l152c_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32L152CDISCOVERY board"; compatible = "st,stm32l1discovery"; + model = "STMicroelectronics STM32L152CDISCOVERY board"; chosen { zephyr,console = &usart1; @@ -99,15 +99,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/stm32l1_disco/stm32l1_disco.dts b/boards/st/stm32l1_disco/stm32l1_disco.dts index 17eb829224f7a..5abb03e8fff14 100644 --- a/boards/st/stm32l1_disco/stm32l1_disco.dts +++ b/boards/st/stm32l1_disco/stm32l1_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32L1DISCOVERY board"; compatible = "st,stm32l1discovery"; + model = "STMicroelectronics STM32L1DISCOVERY board"; chosen { zephyr,console = &usart1; @@ -101,15 +101,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/st/stm32l476g_disco/stm32l476g_disco.dts b/boards/st/stm32l476g_disco/stm32l476g_disco.dts index 24538673d76b9..d35e3a9140985 100644 --- a/boards/st/stm32l476g_disco/stm32l476g_disco.dts +++ b/boards/st/stm32l476g_disco/stm32l476g_disco.dts @@ -14,8 +14,8 @@ #include / { - model = "STMicroelectronics STM32L476G-DISCO board"; compatible = "st,stm32l476g-disco"; + model = "STMicroelectronics STM32L476G-DISCO board"; chosen { zephyr,console = &usart2; diff --git a/boards/st/stm32l496g_disco/stm32l496g_disco.dts b/boards/st/stm32l496g_disco/stm32l496g_disco.dts index 89d135f705eee..92039b781059c 100644 --- a/boards/st/stm32l496g_disco/stm32l496g_disco.dts +++ b/boards/st/stm32l496g_disco/stm32l496g_disco.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32L496G-DISCO board"; compatible = "st,stm32l496g-disco"; + model = "STMicroelectronics STM32L496G-DISCO board"; chosen { zephyr,console = &usart2; @@ -132,17 +132,17 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -212,8 +212,8 @@ zephyr_udc0: &usbotg_fs { size = ; /* 64 Mbits */ qspi-max-frequency = <8000000>; cs-high-time = <3>; /* >= 30 ns */ - status = "okay"; spi-bus-width = <4>; writeoc = "PP_1_4_4"; + status = "okay"; }; }; diff --git a/boards/st/stm32l4r9i_disco/stm32l4r9i_disco.dts b/boards/st/stm32l4r9i_disco/stm32l4r9i_disco.dts index f59e882d4d296..f422c10085e42 100644 --- a/boards/st/stm32l4r9i_disco/stm32l4r9i_disco.dts +++ b/boards/st/stm32l4r9i_disco/stm32l4r9i_disco.dts @@ -10,8 +10,8 @@ #include "arduino_r3_connector.dtsi" / { - model = "STMicroelectronics STM32L4R9I-DISCO board"; compatible = "st,stm32l4r9i-disco"; + model = "STMicroelectronics STM32L4R9I-DISCO board"; chosen { zephyr,console = &usart2; @@ -121,13 +121,12 @@ }; &clk_msi { - status = "okay"; msi-range = <6>; msi-pll-mode; + status = "okay"; }; &pll { - status = "okay"; div-m = <1>; mul-n = <60>; /* @@ -138,6 +137,7 @@ div-q = <2>; div-r = <2>; clocks = <&clk_msi>; + status = "okay"; }; &rcc { @@ -149,24 +149,23 @@ }; &usart2 { - status = "okay"; pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &lpuart1 { - status = "okay"; pinctrl-0 = <&lpuart1_tx_pc1 &lpuart1_rx_pc0>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &timers3 { status = "okay"; pwm3: pwm { - status = "okay"; /* * N.B.: Datasheet indicates that ARD_D11 (wired to PB15) is connected to TIM3_CH2. * However, this is incorrect as PB15 cannot be muxed to TIM3 (see DS12023). @@ -174,6 +173,7 @@ */ pinctrl-0 = <&tim3_ch1_pb4>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -181,9 +181,9 @@ status = "okay"; pwm5: pwm { - status = "okay"; pinctrl-0 = <&tim5_ch2_pa1 &tim5_ch4_pi0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -191,9 +191,9 @@ status = "okay"; pwm8: pwm { - status = "okay"; pinctrl-0 = <&tim8_ch1n_ph13>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -201,17 +201,17 @@ status = "okay"; pwm15: pwm { - status = "okay"; pinctrl-0 = <&tim15_ch2_pf10 &tim15_ch2_pb15>; pinctrl-names = "default"; + status = "okay"; }; }; st_cam_i2c: &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pg13>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; mfx: gpio@42 { compatible = "st,mfxstm32l152"; @@ -224,17 +224,17 @@ st_cam_i2c: &i2c1 { }; &i2c3 { - status = "okay"; pinctrl-0 = <&i2c3_scl_pg7 &i2c3_sda_pg8>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi2 { - status = "okay"; pinctrl-0 = <&spi2_sck_pb13 &spi2_miso_pb14 &spi2_mosi_pb15>; pinctrl-names = "default"; cs-gpios = <&gpioi 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; &rtc { @@ -244,28 +244,28 @@ st_cam_i2c: &i2c1 { }; &sdmmc1 { - status = "okay"; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 &sdmmc1_d2_pc10 &sdmmc1_d3_pc11 &sdmmc1_ck_pc12 &sdmmc1_cmd_pd2>; pinctrl-names = "default"; disk-name = "SD"; + status = "okay"; }; &adc1 { - status = "okay"; pinctrl-0 = <&adc1_in5_pa0 &adc1_in12_pa7 &adc1_in15_pb0 &adc1_in4_pc3 &adc1_in13_pc4>; pinctrl-names = "default"; st,adc-clock-source = "SYNC"; st,adc-prescaler = <1>; + status = "okay"; }; zephyr_udc0: &usbotg_fs { - status = "okay"; pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12 &usb_otg_fs_id_pa10>; pinctrl-names = "default"; + status = "okay"; }; &die_temp { @@ -281,7 +281,6 @@ zephyr_udc0: &usbotg_fs { }; &octospi2 { - status = "okay"; pinctrl-0 = <&octospim_p2_clk_pi6 &octospim_p2_ncs_pg12 &octospim_p2_io0_pi11 &octospim_p2_io1_pi10 &octospim_p2_io2_pi9 &octospim_p2_io3_ph8 @@ -289,9 +288,9 @@ zephyr_udc0: &usbotg_fs { &octospim_p2_io6_pg9 &octospim_p2_io7_pg10 &octospim_p2_dqs_pg15>; pinctrl-names = "default"; + status = "okay"; mx25lm51245: ospi-nor-flash@0 { - status = "okay"; compatible = "st,stm32-ospi-nor"; reg = <0>; size = ; /* 512 Megabits */ @@ -324,6 +323,7 @@ zephyr_udc0: &usbotg_fs { 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f ef ff ff 21 5c dc ff]; + status = "okay"; partitions { compatible = "fixed-partitions"; diff --git a/boards/st/stm32l562e_dk/stm32l562e_dk.dts b/boards/st/stm32l562e_dk/stm32l562e_dk.dts index e64ef2cfd26bd..baf9d1c734dcc 100644 --- a/boards/st/stm32l562e_dk/stm32l562e_dk.dts +++ b/boards/st/stm32l562e_dk/stm32l562e_dk.dts @@ -8,8 +8,8 @@ #include "stm32l562e_dk_common.dtsi" / { - model = "STMicroelectronics STM32L562E-DK Discovery board"; compatible = "st,stm32l562e-dk"; + model = "STMicroelectronics STM32L562E-DK Discovery board"; #address-cells = <1>; #size-cells = <1>; diff --git a/boards/st/stm32l562e_dk/stm32l562e_dk_common.dtsi b/boards/st/stm32l562e_dk/stm32l562e_dk_common.dtsi index fa2bc688ca160..57458faaa35b1 100644 --- a/boards/st/stm32l562e_dk/stm32l562e_dk_common.dtsi +++ b/boards/st/stm32l562e_dk/stm32l562e_dk_common.dtsi @@ -129,9 +129,9 @@ }; &clk_msi { - status = "okay"; msi-range = <6>; msi-pll-mode; + status = "okay"; }; &clk_lse { @@ -179,8 +179,8 @@ stm32_lp_tick_source: &lptim1 { &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; lsm6dso: lsm6dso@6a { compatible = "st,lsm6dso"; @@ -235,7 +235,6 @@ stm32_lp_tick_source: &lptim1 { spi-bus-width = ; data-rate = ; four-byte-opcodes; - status = "okay"; sfdp-bfp = [53 46 44 50 06 01 02 ff 00 06 01 10 30 00 00 ff c2 00 01 04 10 01 00 ff @@ -261,6 +260,7 @@ stm32_lp_tick_source: &lptim1 { 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f ef ff ff 21 5c dc ff]; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -278,16 +278,16 @@ stm32_lp_tick_source: &lptim1 { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &adc1 { @@ -316,7 +316,6 @@ zephyr_udc0: &usb { }; &sdmmc1 { - status = "okay"; disk-name = "SD"; pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 @@ -328,6 +327,7 @@ zephyr_udc0: &usb { pinctrl-names = "default"; cd-gpios = <&gpiof 2 GPIO_ACTIVE_LOW>; + status = "okay"; }; &vref { diff --git a/boards/st/stm32l562e_dk/stm32l562e_dk_stm32l562xx_ns.dts b/boards/st/stm32l562e_dk/stm32l562e_dk_stm32l562xx_ns.dts index 8c0ce365dbadf..6a7daf3e13a8c 100644 --- a/boards/st/stm32l562e_dk/stm32l562e_dk_stm32l562xx_ns.dts +++ b/boards/st/stm32l562e_dk/stm32l562e_dk_stm32l562xx_ns.dts @@ -8,8 +8,8 @@ #include "stm32l562e_dk_common.dtsi" / { - model = "STMicroelectronics STM32L562E-DK Discovery board"; compatible = "st,stm32l562e-dk"; + model = "STMicroelectronics STM32L562E-DK Discovery board"; #address-cells = <1>; #size-cells = <1>; diff --git a/boards/st/stm32mp135f_dk/stm32mp135f_dk.dts b/boards/st/stm32mp135f_dk/stm32mp135f_dk.dts index cd6008643a568..d4ceff90617e2 100644 --- a/boards/st/stm32mp135f_dk/stm32mp135f_dk.dts +++ b/boards/st/stm32mp135f_dk/stm32mp135f_dk.dts @@ -14,8 +14,8 @@ #include / { - model = "STMicroelectronics STM32MP135-DK board"; compatible = "st,stm32mp135f-dk"; + model = "STMicroelectronics STM32MP135-DK board"; chosen { zephyr,flash = &ddr_code; @@ -213,12 +213,16 @@ csi_interface: &dcmipp { disp-on-gpios = <&gpioi 7 GPIO_ACTIVE_HIGH>; bl-ctrl-gpios = <&gpioe 12 GPIO_ACTIVE_HIGH>; - status = "okay"; - width = <480>; height = <272>; pixel-format = ; + def-back-color-red = <0xFF>; + def-back-color-green = <0xFF>; + def-back-color-blue = <0xFF>; + + status = "okay"; + display-timings { compatible = "zephyr,panel-timing"; de-active = <0>; @@ -232,10 +236,6 @@ csi_interface: &dcmipp { hfront-porch = <32>; vfront-porch = <2>; }; - - def-back-color-red = <0xFF>; - def-back-color-green = <0xFF>; - def-back-color-blue = <0xFF>; }; /* diff --git a/boards/st/stm32mp157c_dk2/stm32mp157c_dk2.dts b/boards/st/stm32mp157c_dk2/stm32mp157c_dk2.dts index b5057ebbfd2d1..678752f0b0826 100644 --- a/boards/st/stm32mp157c_dk2/stm32mp157c_dk2.dts +++ b/boards/st/stm32mp157c_dk2/stm32mp157c_dk2.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32MP157-DK2 board"; compatible = "st,stm32mp157c-dk2"; + model = "STMicroelectronics STM32MP157-DK2 board"; chosen { /* @@ -100,6 +100,6 @@ &i2c5 { pinctrl-0 = <&i2c5_scl_pa11 &i2c5_sda_pa12>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; diff --git a/boards/st/stm32mp257f_dk/stm32mp257f_dk_stm32mp257fxx_m33.dts b/boards/st/stm32mp257f_dk/stm32mp257f_dk_stm32mp257fxx_m33.dts index c36d3b443a325..e85dd3b6616c6 100644 --- a/boards/st/stm32mp257f_dk/stm32mp257f_dk_stm32mp257fxx_m33.dts +++ b/boards/st/stm32mp257f_dk/stm32mp257f_dk_stm32mp257fxx_m33.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32MP257F-DK board"; compatible = "st,stm32mp257f-dk", "st,stm32mp25"; + model = "STMicroelectronics STM32MP257F-DK board"; chosen { zephyr,console = &uart5; diff --git a/boards/st/stm32mp257f_ev1/stm32mp257f_ev1_stm32mp257fxx_m33.dts b/boards/st/stm32mp257f_ev1/stm32mp257f_ev1_stm32mp257fxx_m33.dts index f1999a2d95374..bf7452d274725 100644 --- a/boards/st/stm32mp257f_ev1/stm32mp257f_ev1_stm32mp257fxx_m33.dts +++ b/boards/st/stm32mp257f_ev1/stm32mp257f_ev1_stm32mp257fxx_m33.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32MP257F-EV1 board"; compatible = "st,stm32mp257f-ev1", "st,stm32mp25"; + model = "STMicroelectronics STM32MP257F-EV1 board"; chosen { zephyr,console = &uart5; diff --git a/boards/st/stm32n6570_dk/stm32n6570_dk.dts b/boards/st/stm32n6570_dk/stm32n6570_dk.dts index fdde09677866f..5068d5ccc2dff 100644 --- a/boards/st/stm32n6570_dk/stm32n6570_dk.dts +++ b/boards/st/stm32n6570_dk/stm32n6570_dk.dts @@ -8,8 +8,8 @@ #include "stm32n6570_dk_common.dtsi" / { - model = "STMicroelectronics STM32N6570 Discovery Kit board"; compatible = "st,stm32n6570-dk"; + model = "STMicroelectronics STM32N6570 Discovery Kit board"; chosen { zephyr,sram = &axisram1; diff --git a/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi b/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi index 76e2e598f9184..4f79245a30065 100644 --- a/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi +++ b/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi @@ -15,13 +15,13 @@ / { chosen { + spi-flash0 = &mx66uw1g45g; zephyr,console = &usart1; zephyr,shell-uart = &usart1; zephyr,sram = &axisram2; zephyr,canbus = &fdcan1; zephyr,display = <dc; zephyr,touch = >911; - spi-flash0 = &mx66uw1g45g; zephyr,flash-controller = &mx66uw1g45g; zephyr,flash = &mx66uw1g45g; zephyr,code-partition = &slot0_partition; @@ -81,12 +81,12 @@ }; &i2c2 { - status = "okay"; clocks = <&rcc STM32_CLOCK(APB1, 22)>, <&rcc STM32_SRC_CKPER I2C2_SEL(1)>; pinctrl-0 = <&i2c2_scl_pd14 &i2c2_sda_pd4>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; gt911: gt911@5d { compatible = "goodix,gt911"; @@ -246,7 +246,6 @@ csi_i2c: &i2c1 { }; &sdmmc2 { - status = "okay"; clocks = <&rcc STM32_CLOCK(AHB5, 7)>, <&rcc STM32_SRC_IC4 SDMMC2_SEL(2)>; pinctrl-0 = <&sdmmc2_d0_pc4 &sdmmc2_d1_pc5 @@ -257,6 +256,7 @@ csi_i2c: &i2c1 { cd-gpios = <&gpion 12 GPIO_ACTIVE_HIGH>; pwr-gpios = <&gpioq 7 GPIO_ACTIVE_HIGH>; disk-name = "SD"; + status = "okay"; }; &spi5 { @@ -290,9 +290,9 @@ csi_i2c: &i2c1 { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pe9>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -301,9 +301,9 @@ csi_i2c: &i2c1 { status = "okay"; pwm15: pwm { - status = "okay"; pinctrl-0 = <&tim15_ch1_pc12>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -370,23 +370,23 @@ zephyr_udc0: &usbotg_hs1 { * Following flash partition is dedicated to the use of bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(256)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x10000 DT_SIZE_K(1536)>; + label = "image-0"; }; slot1_partition: partition@210000 { - label = "image-1"; reg = <0x210000 DT_SIZE_K(1536)>; + label = "image-1"; }; storage_partition: partition@410000 { - label = "storage"; reg = <0x410000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; @@ -403,7 +403,6 @@ zephyr_udc0: &usbotg_hs1 { }; &mac { - status = "okay"; pinctrl-0 = <ð1_rgmii_gtx_clk_pf0 ð1_rgmii_clk125_pf2 ð1_rgmii_rx_clk_pf7 @@ -420,12 +419,13 @@ zephyr_udc0: &usbotg_hs1 { pinctrl-names = "default"; phy-connection-type = "rgmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð1_mdio_pd12 ð1_mdc_pd1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@1 { compatible = "realtek,rtl8211f"; @@ -460,12 +460,16 @@ zephyr_udc0: &usbotg_hs1 { ext-sdram = <&psram>; - status = "okay"; - width = <800>; height = <480>; pixel-format = ; + def-back-color-red = <0xFF>; + def-back-color-green = <0xFF>; + def-back-color-blue = <0xFF>; + + status = "okay"; + display-timings { compatible = "zephyr,panel-timing"; de-active = <0>; @@ -479,10 +483,6 @@ zephyr_udc0: &usbotg_hs1 { hfront-porch = <8>; vfront-porch = <8>; }; - - def-back-color-red = <0xFF>; - def-back-color-green = <0xFF>; - def-back-color-blue = <0xFF>; }; csi_interface: &dcmipp { diff --git a/boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_fsbl.dts b/boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_fsbl.dts index 6b46d7365d922..05cd9c9bb6497 100644 --- a/boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_fsbl.dts +++ b/boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_fsbl.dts @@ -8,6 +8,6 @@ #include "stm32n6570_dk_common.dtsi" / { - model = "STMicroelectronics STM32N6570 Discovery Kit board"; compatible = "st,stm32n6570-dk-fsbl"; + model = "STMicroelectronics STM32N6570 Discovery Kit board"; }; diff --git a/boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_sb.dts b/boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_sb.dts index 967209c2fcc43..646c1144cc294 100644 --- a/boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_sb.dts +++ b/boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_sb.dts @@ -8,6 +8,6 @@ #include "stm32n6570_dk_common.dtsi" / { - model = "STMicroelectronics STM32N6570 Discovery Kit board"; compatible = "st,stm32n6570-dk-serial-boot"; + model = "STMicroelectronics STM32N6570 Discovery Kit board"; }; diff --git a/boards/st/stm32u083c_dk/stm32u083c_dk.dts b/boards/st/stm32u083c_dk/stm32u083c_dk.dts index 315a1826fcbb3..5bd65fe06fdc1 100644 --- a/boards/st/stm32u083c_dk/stm32u083c_dk.dts +++ b/boards/st/stm32u083c_dk/stm32u083c_dk.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32U83C-DK board"; compatible = "st,stm32u083c-dk"; + model = "STMicroelectronics STM32U83C-DK board"; #address-cells = <1>; #size-cells = <1>; @@ -77,32 +77,32 @@ &adc1 { pinctrl-0 = <&adc1_in0_pc0 &adc1_in1_pc1>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; clocks = <&rcc STM32_CLOCK(APB1_2, 20)>, <&rcc STM32_SRC_HSI ADC_SEL(2)>; + vref-mv = <3300>; + st,adc-clock-source = "ASYNC"; st,adc-prescaler = <4>; status = "okay"; - vref-mv = <3300>; }; &dac1 { - status = "okay"; pinctrl-0 = <&dac1_out1_pa4>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pa9 &i2c1_sda_pa10>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pa7 &i2c2_sda_pa6>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi3 { @@ -117,9 +117,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -141,7 +141,6 @@ stm32_lp_tick_source: &lptim2 { }; &tsc { - status = "okay"; pinctrl-0 = <&tsc_g1_io1_pb12 &tsc_g1_io2_pb13 &tsc_g6_io1_pd10 &tsc_g6_io2_pd11>; pinctrl-names = "default"; @@ -152,12 +151,13 @@ stm32_lp_tick_source: &lptim2 { st,spread-spectrum-prescaler = <2>; st,spread-spectrum-deviation = <100>; st,max-count-value = <8191>; + status = "okay"; tsc_group1: g1 { group = <1>; - st,use-as-shield; channel-ios = ; sampling-io = ; + st,use-as-shield; }; tsc_group6: g6 { diff --git a/boards/st/stm32u5a9j_dk/stm32u5a9j_dk.dts b/boards/st/stm32u5a9j_dk/stm32u5a9j_dk.dts index 7f0ee9ea38fa2..e2b74d92a4d2e 100644 --- a/boards/st/stm32u5a9j_dk/stm32u5a9j_dk.dts +++ b/boards/st/stm32u5a9j_dk/stm32u5a9j_dk.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32U5A9J DISCOVERY KIT board"; compatible = "st,stm32u5a9j-dk"; + model = "STMicroelectronics STM32U5A9J DISCOVERY KIT board"; chosen { zephyr,console = &usart1; @@ -87,9 +87,9 @@ }; &clk_msis { - status = "okay"; msi-range = <4>; /* 4MHz (reset value) */ msi-pll-mode; + status = "okay"; }; &clk_lse { @@ -139,22 +139,22 @@ uart0: &usart3 { &i2c1 { pinctrl-0 = <&i2c1_scl_pg14 &i2c1_sda_pg13>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pf1 &i2c2_sda_pf0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c6 { pinctrl-0 = <&i2c6_scl_pd1 &i2c6_sda_pd0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi2 { @@ -176,9 +176,9 @@ uart0: &usart3 { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch2_pe11>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -187,9 +187,9 @@ uart0: &usart3 { status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch4_pa3>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -208,12 +208,12 @@ uart0: &usart3 { &adc1 { pinctrl-0 = <&adc1_in5_pa0 &adc1_in14_pc5>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; - st,adc-prescaler = <1>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "ASYNC"; + st,adc-prescaler = <1>; + status = "okay"; channel@5 { reg = <0x5>; @@ -235,12 +235,12 @@ uart0: &usart3 { &adc4 { pinctrl-0 = <&adc4_in5_pf14>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; - st,adc-prescaler = <1>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "ASYNC"; + st,adc-prescaler = <1>; + status = "okay"; channel@5 { reg = <0x5>; @@ -271,23 +271,23 @@ zephyr_udc0: &usbotg_hs { * Following flash partition is dedicated to the use of bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(1952)>; + label = "image-0"; }; slot1_partition: partition@1f8000 { - label = "image-1"; reg = <0x001f8000 DT_SIZE_K(1960)>; + label = "image-1"; }; storage_partition: partition@3e2000 { - label = "storage"; reg = <0x003e2000 DT_SIZE_K(120)>; + label = "storage"; }; }; }; diff --git a/boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts b/boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts index 7bce339137bd9..2e08f62140d94 100644 --- a/boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts +++ b/boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32U5G9J DISCOVERY KIT board"; compatible = "st,stm32u5g9j-dk1"; + model = "STMicroelectronics STM32U5G9J DISCOVERY KIT board"; chosen { zephyr,console = &usart1; @@ -87,9 +87,9 @@ }; &clk_msis { - status = "okay"; msi-range = <4>; /* 4MHz (reset value) */ msi-pll-mode; + status = "okay"; }; &clk_lse { @@ -139,22 +139,22 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pg14 &i2c1_sda_pg13>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pf1 &i2c2_sda_pf0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c6 { pinctrl-0 = <&i2c6_scl_pd1 &i2c6_sda_pd0>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi2 { @@ -176,9 +176,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch2_pe11>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -187,9 +187,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch4_pa3>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -208,12 +208,12 @@ &adc1 { pinctrl-0 = <&adc1_in5_pa0 &adc1_in14_pc5>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; - st,adc-prescaler = <1>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "ASYNC"; + st,adc-prescaler = <1>; + status = "okay"; channel@5 { reg = <0x5>; @@ -235,12 +235,12 @@ &adc4 { pinctrl-0 = <&adc4_in5_pf14>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; - st,adc-prescaler = <1>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "ASYNC"; + st,adc-prescaler = <1>; + status = "okay"; channel@5 { reg = <0x5>; @@ -271,23 +271,23 @@ zephyr_udc0: &usbotg_hs { * Following flash partition is dedicated to the use of bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(1952)>; + label = "image-0"; }; slot1_partition: partition@1f8000 { - label = "image-1"; reg = <0x001f8000 DT_SIZE_K(1960)>; + label = "image-1"; }; storage_partition: partition@3e2000 { - label = "storage"; reg = <0x003e2000 DT_SIZE_K(120)>; + label = "storage"; }; }; }; diff --git a/boards/st/stm32u5g9j_dk2/stm32u5g9j_dk2.dts b/boards/st/stm32u5g9j_dk2/stm32u5g9j_dk2.dts index 4f56a02eaa4dd..29ad3599131a9 100644 --- a/boards/st/stm32u5g9j_dk2/stm32u5g9j_dk2.dts +++ b/boards/st/stm32u5g9j_dk2/stm32u5g9j_dk2.dts @@ -11,8 +11,8 @@ #include / { - model = "STMicroelectronics STM32U5G9J DISCOVERY-2 KIT board"; compatible = "st,stm32u5g9j-dk2"; + model = "STMicroelectronics STM32U5G9J DISCOVERY-2 KIT board"; chosen { zephyr,console = &usart1; @@ -79,7 +79,6 @@ pinctrl-names = "default"; disp-on-gpios = <&gpioe 4 GPIO_ACTIVE_HIGH>; bl-ctrl-gpios = <&gpioe 6 GPIO_ACTIVE_HIGH>; - status = "okay"; width = <800>; height = <480>; @@ -88,6 +87,7 @@ def-back-color-red = <0x00>; def-back-color-green = <0x00>; def-back-color-blue = <0x00>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; @@ -114,9 +114,9 @@ }; &clk_msis { - status = "okay"; msi-range = <4>; /* 4MHz (reset value) */ msi-pll-mode; + status = "okay"; }; &clk_lse { @@ -179,15 +179,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pg14 &i2c1_sda_pg13>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-names = "default"; pinctrl-0 = <&i2c2_scl_pf1 &i2c2_sda_pf0>; - status = "okay"; clock-frequency = ; + status = "okay"; gt911: gt911@5d { compatible = "goodix,gt911"; @@ -209,9 +209,9 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch2_pe11>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -220,9 +220,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch4_pa3>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -247,12 +247,12 @@ &adc1 { pinctrl-0 = <&adc1_in5_pa0 &adc1_in12_pa7>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; - st,adc-prescaler = <1>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "ASYNC"; + st,adc-prescaler = <1>; + status = "okay"; channel@5 { reg = <0x5>; @@ -274,12 +274,12 @@ &adc4 { pinctrl-0 = <&adc4_in4_pc3>; pinctrl-names = "default"; - st,adc-clock-source = "ASYNC"; - st,adc-prescaler = <1>; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "ASYNC"; + st,adc-prescaler = <1>; + status = "okay"; channel@4 { reg = <0x4>; @@ -310,23 +310,23 @@ zephyr_udc0: &usbotg_hs { * Following flash partition is dedicated to the use of bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(1952)>; + label = "image-0"; }; slot1_partition: partition@1f8000 { - label = "image-1"; reg = <0x001f8000 DT_SIZE_K(1960)>; + label = "image-1"; }; storage_partition: partition@3e2000 { - label = "storage"; reg = <0x003e2000 DT_SIZE_K(120)>; + label = "storage"; }; }; }; @@ -360,8 +360,8 @@ zephyr_udc0: &usbotg_hs { #size-cells = <1>; extflash_partition: partition@0 { - label = "ext_storage"; reg = <0 DT_SIZE_M(128)>; + label = "ext_storage"; }; }; }; diff --git a/boards/st/stm32vl_disco/stm32vl_disco.dts b/boards/st/stm32vl_disco/stm32vl_disco.dts index 24a2d6ae920d2..9d59ae29bdf19 100644 --- a/boards/st/stm32vl_disco/stm32vl_disco.dts +++ b/boards/st/stm32vl_disco/stm32vl_disco.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32VLDISCOVERY board"; compatible = "st,stm32vldiscovery"; + model = "STMicroelectronics STM32VLDISCOVERY board"; chosen { zephyr,console = &usart1; @@ -94,15 +94,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -124,8 +124,8 @@ status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pwm_out_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/st/stm32wb5mm_dk/stm32wb5mm_dk.dts b/boards/st/stm32wb5mm_dk/stm32wb5mm_dk.dts index a3b7f0fb94ebf..a672ff8b466d5 100644 --- a/boards/st/stm32wb5mm_dk/stm32wb5mm_dk.dts +++ b/boards/st/stm32wb5mm_dk/stm32wb5mm_dk.dts @@ -12,8 +12,8 @@ #include / { - model = "STMicroelectronics STM32WB5MM Discovery Development Kit"; compatible = "st,stm32wb5mm-dk"; + model = "STMicroelectronics STM32WB5MM Discovery Development Kit"; chosen { zephyr,console = &usart1; @@ -122,9 +122,9 @@ }; zephyr_udc0: &usb { - status = "okay"; pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>; pinctrl-names = "default"; + status = "okay"; }; &aes1 { @@ -145,28 +145,28 @@ zephyr_udc0: &usb { */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 DT_SIZE_K(400)>; + label = "image-0"; }; slot1_partition: partition@70000 { - label = "image-1"; reg = <0x00070000 DT_SIZE_K(400)>; + label = "image-1"; }; scratch_partition: partition@d4000 { - label = "image-scratch"; reg = <0x000d4000 DT_SIZE_K(16)>; + label = "image-scratch"; }; storage_partition: partition@d8000 { - label = "storage"; reg = <0x000d8000 DT_SIZE_K(8)>; + label = "storage"; }; }; }; @@ -183,8 +183,8 @@ zephyr_udc0: &usb { &i2c3 { pinctrl-0 = <&i2c3_scl_pb13 &i2c3_sda_pb11>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; vl53l0x@29 { compatible = "st,vl53l0x"; diff --git a/boards/st/stm32wb5mmg/stm32wb5mmg.dts b/boards/st/stm32wb5mmg/stm32wb5mmg.dts index 26457eb47e7e1..f43aa82da03e9 100644 --- a/boards/st/stm32wb5mmg/stm32wb5mmg.dts +++ b/boards/st/stm32wb5mmg/stm32wb5mmg.dts @@ -10,8 +10,8 @@ #include / { - model = "STMicroelectronics STM32WB5MMG Bluetooth module"; compatible = "st,stm32wb5mmgh6"; + model = "STMicroelectronics STM32WB5MMG Bluetooth module"; chosen { zephyr,console = &usart1; @@ -75,9 +75,9 @@ }; zephyr_udc0: &usb { - status = "okay"; pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>; pinctrl-names = "default"; + status = "okay"; }; &flash0 { @@ -94,13 +94,13 @@ zephyr_udc0: &usb { */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 DT_SIZE_K(400)>; + label = "image-0"; }; }; }; From 6750a0ffb95067d6f512afb067d2c0f0f051cf6a Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:09 +0200 Subject: [PATCH 122/142] devicetree: format files in boards/starfive Applying dts-linter results for format files in boards/starfive Signed-off-by: Kyle Micallef Bonnici --- boards/starfive/visionfive2/visionfive2.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/starfive/visionfive2/visionfive2.dts b/boards/starfive/visionfive2/visionfive2.dts index 98c4b96095184..771d1888e3f72 100644 --- a/boards/starfive/visionfive2/visionfive2.dts +++ b/boards/starfive/visionfive2/visionfive2.dts @@ -9,8 +9,8 @@ #include "starfive/jh7110-visionfive-v2.dtsi" / { - model = "StarFive VisionFive V2"; compatible = "starfive,visionfive-v2"; + model = "StarFive VisionFive V2"; chosen { zephyr,console = &uart0; @@ -20,11 +20,11 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; &uart1 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; From 8cd4e4c9209255e51a95f99d1ee174c278fc62c4 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:09 +0200 Subject: [PATCH 123/142] devicetree: format files in boards/steelseries Applying dts-linter results for format files in boards/steelseries Signed-off-by: Kyle Micallef Bonnici --- .../apex_pro_mini/apex_pro_mini.dts | 172 +++++++++--------- 1 file changed, 85 insertions(+), 87 deletions(-) diff --git a/boards/steelseries/apex_pro_mini/apex_pro_mini.dts b/boards/steelseries/apex_pro_mini/apex_pro_mini.dts index 4c2c14682d3bf..7efba4165cd74 100644 --- a/boards/steelseries/apex_pro_mini/apex_pro_mini.dts +++ b/boards/steelseries/apex_pro_mini/apex_pro_mini.dts @@ -11,8 +11,8 @@ #include / { - model = "SteelSeries Apex Pro Mini board"; compatible = "steelseries,apex_pro_mini", "st,stm32l412"; + model = "SteelSeries Apex Pro Mini board"; chosen { zephyr,console = &cdc_acm_uart0; @@ -38,99 +38,97 @@ kbd: kbd-matrix { compatible = "gpio-kbd-matrix"; - status = "okay"; idle-mode = "poll"; settle-time-us = <110>; no-ghostkey-check; col-drive-inactive; - col-gpios = <&gpiob 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&gpiob 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&gpiob 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&gpiob 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&gpiob 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - ; - row-gpios = <&gpioa 0 GPIO_ACTIVE_HIGH> - , <&gpioa 1 GPIO_ACTIVE_HIGH> - , <&gpioa 2 GPIO_ACTIVE_HIGH> - , <&gpioa 3 GPIO_ACTIVE_HIGH> - , <&gpioa 4 GPIO_ACTIVE_HIGH> - , <&gpioa 5 GPIO_ACTIVE_HIGH> - , <&gpioa 6 GPIO_ACTIVE_HIGH> - , <&gpioa 7 GPIO_ACTIVE_HIGH> - , <&gpioc 4 GPIO_ACTIVE_HIGH> - , <&gpioc 5 GPIO_ACTIVE_HIGH> - , <&gpioc 0 GPIO_ACTIVE_HIGH> - , <&gpioc 1 GPIO_ACTIVE_HIGH> - , <&gpioc 2 GPIO_ACTIVE_HIGH> - , <&gpioc 3 GPIO_ACTIVE_HIGH> - ; + col-gpios = <&gpiob 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>, + <&gpiob 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>, + <&gpiob 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>, + <&gpiob 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>, + <&gpiob 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; + row-gpios = <&gpioa 0 GPIO_ACTIVE_HIGH>, + <&gpioa 1 GPIO_ACTIVE_HIGH>, + <&gpioa 2 GPIO_ACTIVE_HIGH>, + <&gpioa 3 GPIO_ACTIVE_HIGH>, + <&gpioa 4 GPIO_ACTIVE_HIGH>, + <&gpioa 5 GPIO_ACTIVE_HIGH>, + <&gpioa 6 GPIO_ACTIVE_HIGH>, + <&gpioa 7 GPIO_ACTIVE_HIGH>, + <&gpioc 4 GPIO_ACTIVE_HIGH>, + <&gpioc 5 GPIO_ACTIVE_HIGH>, + <&gpioc 0 GPIO_ACTIVE_HIGH>, + <&gpioc 1 GPIO_ACTIVE_HIGH>, + <&gpioc 2 GPIO_ACTIVE_HIGH>, + <&gpioc 3 GPIO_ACTIVE_HIGH>; + status = "okay"; keymap { compatible = "input-keymap"; row-size = <14>; col-size = <5>; keymap = ; + MATRIX_KEY(1, 0, INPUT_KEY_1) + MATRIX_KEY(2, 0, INPUT_KEY_2) + MATRIX_KEY(3, 0, INPUT_KEY_3) + MATRIX_KEY(4, 0, INPUT_KEY_4) + MATRIX_KEY(5, 0, INPUT_KEY_5) + MATRIX_KEY(6, 0, INPUT_KEY_6) + MATRIX_KEY(7, 0, INPUT_KEY_7) + MATRIX_KEY(8, 0, INPUT_KEY_8) + MATRIX_KEY(9, 0, INPUT_KEY_9) + MATRIX_KEY(10, 0, INPUT_KEY_0) + MATRIX_KEY(11, 0, INPUT_KEY_MINUS) + MATRIX_KEY(12, 0, INPUT_KEY_EQUAL) + MATRIX_KEY(13, 0, INPUT_KEY_BACKSPACE) + MATRIX_KEY(0, 1, INPUT_KEY_TAB) + MATRIX_KEY(1, 1, INPUT_KEY_A) + MATRIX_KEY(2, 1, INPUT_KEY_Z) + MATRIX_KEY(3, 1, INPUT_KEY_E) + MATRIX_KEY(4, 1, INPUT_KEY_R) + MATRIX_KEY(5, 1, INPUT_KEY_T) + MATRIX_KEY(6, 1, INPUT_KEY_Y) + MATRIX_KEY(7, 1, INPUT_KEY_U) + MATRIX_KEY(8, 1, INPUT_KEY_I) + MATRIX_KEY(9, 1, INPUT_KEY_O) + MATRIX_KEY(10, 1, INPUT_KEY_P) + MATRIX_KEY(11, 1, INPUT_KEY_LEFTBRACE) + MATRIX_KEY(12, 1, INPUT_KEY_RIGHTBRACE) + MATRIX_KEY(0, 2, INPUT_KEY_CAPSLOCK) + MATRIX_KEY(1, 2, INPUT_KEY_Q) + MATRIX_KEY(2, 2, INPUT_KEY_S) + MATRIX_KEY(3, 2, INPUT_KEY_D) + MATRIX_KEY(4, 2, INPUT_KEY_F) + MATRIX_KEY(5, 2, INPUT_KEY_G) + MATRIX_KEY(6, 2, INPUT_KEY_H) + MATRIX_KEY(7, 2, INPUT_KEY_J) + MATRIX_KEY(8, 2, INPUT_KEY_K) + MATRIX_KEY(9, 2, INPUT_KEY_L) + MATRIX_KEY(10, 2, INPUT_KEY_M) + MATRIX_KEY(11, 2, INPUT_KEY_SEMICOLON) + MATRIX_KEY(12, 2, INPUT_KEY_BACKSLASH) + MATRIX_KEY(13, 2, INPUT_KEY_ENTER) + MATRIX_KEY(0, 3, INPUT_KEY_LEFTSHIFT) + MATRIX_KEY(1, 3, INPUT_KEY_HOME) + MATRIX_KEY(2, 3, INPUT_KEY_W) + MATRIX_KEY(3, 3, INPUT_KEY_X) + MATRIX_KEY(4, 3, INPUT_KEY_C) + MATRIX_KEY(5, 3, INPUT_KEY_V) + MATRIX_KEY(6, 3, INPUT_KEY_B) + MATRIX_KEY(7, 3, INPUT_KEY_N) + MATRIX_KEY(8, 3, INPUT_KEY_M) + MATRIX_KEY(9, 3, INPUT_KEY_COMMA) + MATRIX_KEY(10, 3, INPUT_KEY_DOT) + MATRIX_KEY(11, 3, INPUT_KEY_SLASH) + MATRIX_KEY(13, 3, INPUT_KEY_RIGHTSHIFT) + MATRIX_KEY(0, 4, INPUT_KEY_LEFTCTRL) + MATRIX_KEY(1, 4, INPUT_KEY_LEFTMETA) + MATRIX_KEY(2, 4, INPUT_KEY_LEFTALT) + MATRIX_KEY(4, 4, INPUT_KEY_SPACE) + MATRIX_KEY(7, 4, INPUT_KEY_RIGHTALT) + MATRIX_KEY(8, 4, INPUT_KEY_RIGHTMETA) + MATRIX_KEY(9, 4, INPUT_KEY_COFFEE) + MATRIX_KEY(10, 4, INPUT_KEY_RIGHTCTRL)>; }; }; }; @@ -198,9 +196,9 @@ status = "okay"; pwm2: pwm { - status = "okay"; pinctrl-0 = <&tim2_ch1_pa0>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -217,8 +215,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_K(16384)>; + label = "storage"; }; }; }; @@ -228,9 +226,9 @@ }; zephyr_udc0: &usb { - status = "okay"; pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12 &usb_noe_pa13>; pinctrl-names = "default"; + status = "okay"; cdc_acm_uart0: cdc_acm_uart0 { compatible = "zephyr,cdc-acm-uart"; From 242dacf9a80ef66cf031f942329e6b8787f7c3fb Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:09 +0200 Subject: [PATCH 124/142] devicetree: format files in boards/tdk Applying dts-linter results for format files in boards/tdk Signed-off-by: Kyle Micallef Bonnici --- boards/tdk/robokit1/robokit1-common.dtsi | 8 ++++---- boards/tdk/robokit1/robokit1.dts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/tdk/robokit1/robokit1-common.dtsi b/boards/tdk/robokit1/robokit1-common.dtsi index 3c010a83f5df3..2d84fb5468809 100644 --- a/boards/tdk/robokit1/robokit1-common.dtsi +++ b/boards/tdk/robokit1/robokit1-common.dtsi @@ -207,27 +207,27 @@ zephyr_udc0: &usbhs { * is reserved for the bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x0 0x00010000>; + label = "mcuboot"; read-only; }; /* From sector 1 to sector 7 (included): slot0 (896 kbytes) */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 0x000e0000>; + label = "image-0"; }; /* From sector 8 to sector 14 (included): slot1 (896 kbytes) */ slot1_partition: partition@100000 { - label = "image-1"; reg = <0x00100000 0x000e0000>; + label = "image-1"; }; /* Sector 15: scratch (128 kbytes) */ scratch_partition: partition@1e0000 { - label = "image-scratch"; reg = <0x001e0000 0x00020000>; + label = "image-scratch"; }; }; }; diff --git a/boards/tdk/robokit1/robokit1.dts b/boards/tdk/robokit1/robokit1.dts index 7564ccfb5f6ef..be8771edd2f7e 100644 --- a/boards/tdk/robokit1/robokit1.dts +++ b/boards/tdk/robokit1/robokit1.dts @@ -12,6 +12,6 @@ #include "robokit1-common.dtsi" / { - model = "TDK RoboKit1"; compatible = "tdk,robokit1", "atmel,same70q21b", "atmel,same70"; + model = "TDK RoboKit1"; }; From 857e35023dffbe32ca736ac2823b2ab659546b8f Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:09 +0200 Subject: [PATCH 125/142] devicetree: format files in boards/technexion Applying dts-linter results for format files in boards/technexion Signed-off-by: Kyle Micallef Bonnici --- boards/technexion/pico_pi/pico_pi_mcimx7d_m4.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/technexion/pico_pi/pico_pi_mcimx7d_m4.dts b/boards/technexion/pico_pi/pico_pi_mcimx7d_m4.dts index 988d5c2e39880..a81faa1bd8f92 100644 --- a/boards/technexion/pico_pi/pico_pi_mcimx7d_m4.dts +++ b/boards/technexion/pico_pi/pico_pi_mcimx7d_m4.dts @@ -11,8 +11,8 @@ #include "pico_pi-pinctrl.dtsi" / { - model = "Pico-Pi IMX7D board"; compatible = "nxp,mcimx7d_m4"; + model = "Pico-Pi IMX7D board"; aliases { uart-6 = &uart6; @@ -37,11 +37,11 @@ }; &uart6 { - status = "okay"; current-speed = <115200>; modem-mode = <0>; pinctrl-0 = <&uart6_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { From 8cafc6ef31819af4a5af66b327266681ffc25e6f Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:09 +0200 Subject: [PATCH 126/142] devicetree: format files in boards/telink Applying dts-linter results for format files in boards/telink Signed-off-by: Kyle Micallef Bonnici --- .../telink/tlsr9518adk80d/tlsr9518adk80d.dts | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/boards/telink/tlsr9518adk80d/tlsr9518adk80d.dts b/boards/telink/tlsr9518adk80d/tlsr9518adk80d.dts index 44d8fe5090773..d6cbc79e9484e 100644 --- a/boards/telink/tlsr9518adk80d/tlsr9518adk80d.dts +++ b/boards/telink/tlsr9518adk80d/tlsr9518adk80d.dts @@ -12,8 +12,8 @@ #include / { - model = "telink,b91"; compatible = "telink,tlsr9518adk80d"; + model = "telink,b91"; aliases { led0 = &led_blue; @@ -101,28 +101,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x10000>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x10000 0x70000>; + label = "image-0"; }; slot1_partition: partition@80000 { - label = "image-1"; reg = <0x80000 0x70000>; + label = "image-1"; }; scratch_partition: partition@f0000 { - label = "image-scratch"; reg = <0xf0000 0x4000>; + label = "image-scratch"; }; storage_partition: partition@f4000 { - label = "storage"; reg = <0xf4000 0x0000b000>; + label = "storage"; /* region <0xff000 0x1000> is reserved for Telink B91 SDK's data */ }; }; @@ -138,10 +138,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_tx_pb2_default &uart0_rx_pb3_default>; pinctrl-names = "default"; + status = "okay"; }; &trng0 { @@ -153,35 +153,35 @@ }; &pwm0 { - status = "okay"; clock-frequency = <93750>; pinctrl-0 = <&pwm_ch0_pb4_default>; pinctrl-names = "default"; + status = "okay"; }; &pspi { - status = "okay"; cs0-pin = "PSPI_CSN_PC4"; pinctrl-0 = <&pspi_clk_pc5_default &pspi_miso_pc6_default &pspi_mosi_pc7_default>; pinctrl-names = "default"; + status = "okay"; }; &hspi { - status = "okay"; cs0-pin = "HSPI_CSN_PA1"; pinctrl-0 = <&hspi_clk_pa2_default &hspi_miso_pa3_default &hspi_mosi_pa4_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c_scl_pe1_default &i2c_sda_pe3_default>; pinctrl-names = "default"; + status = "okay"; }; &adc { - status = "okay"; vref-internal-mv = <1200>; sample-freq = ; + status = "okay"; }; From e40b938e70084eff8dc773ea93cdb8ca3329124c Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:10 +0200 Subject: [PATCH 127/142] devicetree: format files in boards/ti Applying dts-linter results for format files in boards/ti Signed-off-by: Kyle Micallef Bonnici --- boards/ti/am243x_evm/am243x_evm_am2434_m4.dts | 4 ++-- .../ti/am243x_evm/am243x_evm_am2434_r5f0_0.dts | 10 +++++----- .../ti/cc1352p1_launchxl/cc1352p1_launchxl.dts | 2 +- boards/ti/cc1352p7_launchpad/cc1352p7_lp.dts | 2 +- .../ti/cc1352r1_launchxl/cc1352r1_launchxl.dts | 2 +- .../ti/cc1352r_sensortag/cc1352r_sensortag.dts | 16 ++++++++-------- .../ti/cc26x2r1_launchxl/cc26x2r1_launchxl.dts | 2 +- .../ti/cc3220sf_launchxl/cc3220sf_launchxl.dts | 6 +++--- .../ti/cc3235sf_launchxl/cc3235sf_launchxl.dts | 6 +++--- boards/ti/common/launchxl-flash-p7.dtsi | 8 ++++---- boards/ti/common/launchxl-flash.dtsi | 8 ++++---- boards/ti/common/launchxl.dtsi | 8 ++++---- boards/ti/common/launchxl_sky13317.dtsi | 2 +- .../lp_em_cc2340r5/lp_em_cc2340r5-pinctrl.dtsi | 1 + boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts | 10 +++++----- boards/ti/lp_mspm0g3507/lp_mspm0g3507.dts | 14 ++++++-------- boards/ti/lp_mspm0g3519/lp_mspm0g3519.dts | 5 ++--- boards/ti/lp_mspm0l2228/lp_mspm0l2228.dts | 10 +++++----- .../msp_exp432p401r_launchxl.dts | 4 ++-- boards/ti/sk_am62/sk_am62_am6234_a53.dts | 2 +- boards/ti/sk_am62/sk_am62_am6234_m4.dts | 4 ++-- boards/ti/sk_am64/sk_am64_am6442_m4.dts | 4 ++-- boards/ti/sk_am64/sk_am64_am6442_r5f0_0.dts | 2 +- boards/ti/sk_am64/sk_am64_am6442_r5f0_1.dts | 2 +- boards/ti/sk_am64/sk_am64_am6442_r5f1_0.dts | 2 +- boards/ti/sk_am64/sk_am64_am6442_r5f1_1.dts | 2 +- 26 files changed, 68 insertions(+), 70 deletions(-) diff --git a/boards/ti/am243x_evm/am243x_evm_am2434_m4.dts b/boards/ti/am243x_evm/am243x_evm_am2434_m4.dts index 4d13571837477..ff94ea9b4379f 100644 --- a/boards/ti/am243x_evm/am243x_evm_am2434_m4.dts +++ b/boards/ti/am243x_evm/am243x_evm_am2434_m4.dts @@ -11,8 +11,8 @@ #include "am243x_evm_am2434_m4-pinctrl.dtsi" / { - model = "TI AM243x EVM M4F core"; compatible = "ti,am243x-evm-m4"; + model = "TI AM243x EVM M4F core"; chosen { zephyr,sram = &sram0; @@ -28,8 +28,8 @@ cpus { cpu@0 { - status = "okay"; clock-frequency = ; + status = "okay"; }; }; diff --git a/boards/ti/am243x_evm/am243x_evm_am2434_r5f0_0.dts b/boards/ti/am243x_evm/am243x_evm_am2434_r5f0_0.dts index b498b214c257b..de494b0202a15 100644 --- a/boards/ti/am243x_evm/am243x_evm_am2434_r5f0_0.dts +++ b/boards/ti/am243x_evm/am243x_evm_am2434_r5f0_0.dts @@ -10,8 +10,8 @@ #include "am243x_evm_am2434_r5f0_0-pinctrl.dtsi" / { - model = "TI AM243x EVM R5F Cluster 0 Core 0"; compatible = "ti,am243x-evm-r5f-cluster-0-core-0"; + model = "TI AM243x EVM R5F Cluster 0 Core 0"; chosen { zephyr,sram = &sram; @@ -70,10 +70,10 @@ }; &main_uart0 { - status = "okay"; pinctrl-0 = <&main_uart0_tx &main_uart0_rx>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &mcu_gpio0 { @@ -85,22 +85,22 @@ &main_i2c0 { pinctrl-0 = <&main_i2c0_scl &main_i2c0_sda>; pinctrl-names = "default"; - status = "okay"; power-domains = <&i2c0_pd>; + status = "okay"; }; &main_mcspi0 { pinctrl-0 = <&spi0_clk &spi0_cs0 &spi0_d0 &spi0_d1>; pinctrl-names = "default"; - status = "okay"; power-domains = <&mcspi0_pd>; + status = "okay"; }; &main_adc0 { + power-domains = <&adc0_pd>; ti,vrefp = <1800>; ti,fifo = <0>; status = "okay"; - power-domains = <&adc0_pd>; channel@0 { reg = <0>; diff --git a/boards/ti/cc1352p1_launchxl/cc1352p1_launchxl.dts b/boards/ti/cc1352p1_launchxl/cc1352p1_launchxl.dts index 7f84f672ea249..631a8ada22ad7 100644 --- a/boards/ti/cc1352p1_launchxl/cc1352p1_launchxl.dts +++ b/boards/ti/cc1352p1_launchxl/cc1352p1_launchxl.dts @@ -12,6 +12,6 @@ #include "../common/launchxl_sky13317.dtsi" / { - model = "TI CC1352P1 LaunchXL"; compatible = "ti,launchxl-cc1352p1"; + model = "TI CC1352P1 LaunchXL"; }; diff --git a/boards/ti/cc1352p7_launchpad/cc1352p7_lp.dts b/boards/ti/cc1352p7_launchpad/cc1352p7_lp.dts index 51ad1b2ba66fc..eefc8630893da 100644 --- a/boards/ti/cc1352p7_launchpad/cc1352p7_lp.dts +++ b/boards/ti/cc1352p7_launchpad/cc1352p7_lp.dts @@ -12,6 +12,6 @@ #include "../common/launchxl_sky13317.dtsi" / { - model = "TI CC1352P7 LaunchPad"; compatible = "ti,lp-cc1352p7"; + model = "TI CC1352P7 LaunchPad"; }; diff --git a/boards/ti/cc1352r1_launchxl/cc1352r1_launchxl.dts b/boards/ti/cc1352r1_launchxl/cc1352r1_launchxl.dts index cf7674b4eb228..e1946e6d84e2a 100644 --- a/boards/ti/cc1352r1_launchxl/cc1352r1_launchxl.dts +++ b/boards/ti/cc1352r1_launchxl/cc1352r1_launchxl.dts @@ -11,8 +11,8 @@ #include "../common/launchxl-flash.dtsi" / { - model = "TI CC1352R1 LaunchXL"; compatible = "ti,launchxl-cc1352r1"; + model = "TI CC1352R1 LaunchXL"; }; &adc0 { diff --git a/boards/ti/cc1352r_sensortag/cc1352r_sensortag.dts b/boards/ti/cc1352r_sensortag/cc1352r_sensortag.dts index c2ce23745aa11..17453667762dd 100644 --- a/boards/ti/cc1352r_sensortag/cc1352r_sensortag.dts +++ b/boards/ti/cc1352r_sensortag/cc1352r_sensortag.dts @@ -15,8 +15,8 @@ #define BTN_GPIO_FLAGS (GPIO_ACTIVE_LOW | GPIO_PULL_UP) / { - model = "TI CC1352R1 SensorTag"; compatible = "ti,sensortag-cc1352r"; + model = "TI CC1352R1 SensorTag"; aliases { led0 = &led0; @@ -82,25 +82,25 @@ partitions { /* 40 KiB (0xa000) for MCUboot */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x0000a000>; + label = "mcuboot"; }; /* 136 KiB (0x22000) per slot for application */ slot0_partition: partition@a000 { - label = "image-0"; reg = <0x0000a000 0x00022000>; + label = "image-0"; }; slot1_partition: partition@2c000 { - label = "image-1"; reg = <0x0002c000 0x00022000>; + label = "image-1"; }; /* 32 KiB (0x8000) for storage */ storage_partition: partition@4e000 { - label = "storage"; reg = <0x0004e000 0x00008000>; + label = "storage"; }; /* CCFG (customer configuration area) is located in uppermost @@ -126,17 +126,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_scl_default &i2c0_sda_default>; pinctrl-1 = <&i2c0_scl_sleep &i2c0_sda_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; sensor0: sensor@44 { compatible = "ti,opt3001"; @@ -151,11 +151,11 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_sck_default &spi0_mosi_default &spi0_miso_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; + status = "okay"; sensor1: sensor@0 { compatible = "adi,adxl362"; diff --git a/boards/ti/cc26x2r1_launchxl/cc26x2r1_launchxl.dts b/boards/ti/cc26x2r1_launchxl/cc26x2r1_launchxl.dts index 7aa20e01b7725..714cccfd82295 100644 --- a/boards/ti/cc26x2r1_launchxl/cc26x2r1_launchxl.dts +++ b/boards/ti/cc26x2r1_launchxl/cc26x2r1_launchxl.dts @@ -12,8 +12,8 @@ #include "cc26x2r1_launchxl-pinctrl.dtsi" / { - model = "TI CC26x2R1 LaunchXL"; compatible = "ti,launchxl-cc26x2r1"; + model = "TI CC26x2R1 LaunchXL"; chosen { /delete-property/ zephyr,ieee802154; diff --git a/boards/ti/cc3220sf_launchxl/cc3220sf_launchxl.dts b/boards/ti/cc3220sf_launchxl/cc3220sf_launchxl.dts index a3c897b43ff84..1bebb7cb7d08d 100644 --- a/boards/ti/cc3220sf_launchxl/cc3220sf_launchxl.dts +++ b/boards/ti/cc3220sf_launchxl/cc3220sf_launchxl.dts @@ -8,8 +8,8 @@ #include / { - model = "TI CC3220SF LaunchXL"; compatible = "ti,cc3220sf-launchxl", "ti,cc3220sf", "ti,cc32xx"; + model = "TI CC3220SF LaunchXL"; aliases { uart-0 = &uart0; @@ -90,17 +90,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { diff --git a/boards/ti/cc3235sf_launchxl/cc3235sf_launchxl.dts b/boards/ti/cc3235sf_launchxl/cc3235sf_launchxl.dts index f03b38eff0d9f..5c4b1d778b5d3 100644 --- a/boards/ti/cc3235sf_launchxl/cc3235sf_launchxl.dts +++ b/boards/ti/cc3235sf_launchxl/cc3235sf_launchxl.dts @@ -11,8 +11,8 @@ #include / { - model = "TI CC3235SF LaunchXL"; compatible = "ti,cc3235sf-launchxl", "ti,cc3235sf", "ti,cc32xx"; + model = "TI CC3235SF LaunchXL"; aliases { uart-0 = &uart0; @@ -77,17 +77,17 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { diff --git a/boards/ti/common/launchxl-flash-p7.dtsi b/boards/ti/common/launchxl-flash-p7.dtsi index e60b9db5a8045..869c445487384 100644 --- a/boards/ti/common/launchxl-flash-p7.dtsi +++ b/boards/ti/common/launchxl-flash-p7.dtsi @@ -8,25 +8,25 @@ partitions { /* 40 KiB (0xa000) for MCUboot */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x0000a000>; + label = "mcuboot"; }; /* 136 KiB (0x22000) per slot for application */ slot0_partition: partition@a000 { - label = "image-0"; reg = <0x0000a000 0x0004e000>; + label = "image-0"; }; slot1_partition: partition@58000 { - label = "image-1"; reg = <0x00058000 0x0004e000>; + label = "image-1"; }; /* 32 KiB (0x8000) for storage */ storage_partition: partition@a6000 { - label = "storage"; reg = <0x000a6000 0x00008000>; + label = "storage"; }; /* CCFG (customer configuration area) is located in uppermost diff --git a/boards/ti/common/launchxl-flash.dtsi b/boards/ti/common/launchxl-flash.dtsi index cdd2a0fc82e73..31dc39ecb6ae9 100644 --- a/boards/ti/common/launchxl-flash.dtsi +++ b/boards/ti/common/launchxl-flash.dtsi @@ -8,25 +8,25 @@ partitions { /* 40 KiB (0xa000) for MCUboot */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x0000a000>; + label = "mcuboot"; }; /* 136 KiB (0x22000) per slot for application */ slot0_partition: partition@a000 { - label = "image-0"; reg = <0x0000a000 0x00022000>; + label = "image-0"; }; slot1_partition: partition@2c000 { - label = "image-1"; reg = <0x0002c000 0x00022000>; + label = "image-1"; }; /* 32 KiB (0x8000) for storage */ storage_partition: partition@4e000 { - label = "storage"; reg = <0x0004e000 0x00008000>; + label = "storage"; }; /* CCFG (customer configuration area) is located in uppermost diff --git a/boards/ti/common/launchxl.dtsi b/boards/ti/common/launchxl.dtsi index 047fb726d89a7..a084fc7de5124 100644 --- a/boards/ti/common/launchxl.dtsi +++ b/boards/ti/common/launchxl.dtsi @@ -74,32 +74,32 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { - status = "disabled"; current-speed = <115200>; pinctrl-0 = <&uart1_rx_default &uart1_tx_default>; pinctrl-names = "default"; + status = "disabled"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_scl_default &i2c0_sda_default>; pinctrl-1 = <&i2c0_scl_sleep &i2c0_sda_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_sck_default &spi0_mosi_default &spi0_miso_default &spi0_cs_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; + status = "okay"; }; &radio { diff --git a/boards/ti/common/launchxl_sky13317.dtsi b/boards/ti/common/launchxl_sky13317.dtsi index 630ea57913151..04f22df9d3b3b 100644 --- a/boards/ti/common/launchxl_sky13317.dtsi +++ b/boards/ti/common/launchxl_sky13317.dtsi @@ -20,7 +20,6 @@ */ antenna_mux0: antenna_mux0 { compatible = "skyworks,sky13317"; - status = "okay"; gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>, <&gpio0 29 GPIO_ACTIVE_HIGH>, <&gpio0 30 GPIO_ACTIVE_HIGH>; pinctrl-0 = <&board_ant_24g_off &board_ant_tx_pa_off &board_ant_subg_off>; @@ -29,6 +28,7 @@ pinctrl-3 = <&board_ant_24g_off &board_ant_tx_pa_off &board_ant_subg_on>; pinctrl-4 = <&board_ant_24g_off &board_ant_tx_pa_on &board_ant_subg_on>; pinctrl-names = "default", "ant_24g", "ant_24g_pa", "ant_subg", "ant_subg_pa"; + status = "okay"; }; }; diff --git a/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5-pinctrl.dtsi b/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5-pinctrl.dtsi index e0c4f465d93a5..fc3f96bac90a5 100644 --- a/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5-pinctrl.dtsi +++ b/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5-pinctrl.dtsi @@ -150,6 +150,7 @@ drive-open-drain; input-enable; }; + i2c0_sda_default: i2c0_sda_default { pinmux = <0 DIO0_I2C0_SDA>; bias-pull-up; diff --git a/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts b/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts index a4f1bf06ff36f..8d8049a098317 100644 --- a/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts +++ b/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts @@ -15,8 +15,8 @@ #include / { - model = "LP_EM_CC2340R5"; compatible = "ti,lp_em_cc2340r5"; + model = "LP_EM_CC2340R5"; chosen { zephyr,sram = &sram0; @@ -86,10 +86,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_rx_default &uart0_tx_default>; pinctrl-names = "default"; + status = "okay"; }; &aes { @@ -101,12 +101,12 @@ }; &spi0 { - status = "okay"; pinctrl-0 = <&spi0_sck_default &spi0_mosi_default &spi0_miso_default &spi0_cs_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { @@ -114,7 +114,6 @@ }; &adc0 { - status = "okay"; pinctrl-0 = <&adc0_ch0 &adc0_ch2 &adc0_ch3 @@ -122,6 +121,7 @@ &adc0_ch6 &adc0_ch8>; pinctrl-names = "default"; + status = "okay"; }; &lgpt1 { @@ -147,9 +147,9 @@ }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_scl_default &i2c0_sda_default>; clock-frequency = <100000>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/ti/lp_mspm0g3507/lp_mspm0g3507.dts b/boards/ti/lp_mspm0g3507/lp_mspm0g3507.dts index ac65ba9ca3e23..35ba3316e68be 100644 --- a/boards/ti/lp_mspm0g3507/lp_mspm0g3507.dts +++ b/boards/ti/lp_mspm0g3507/lp_mspm0g3507.dts @@ -14,8 +14,8 @@ #include / { - model = "TI LP_MSPM0G3507/MSPM0G3507"; compatible = "ti,mspm0g3507"; + model = "TI LP_MSPM0G3507/MSPM0G3507"; aliases { led0 = &led0; @@ -80,18 +80,18 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 0xC000>; + label = "image-0"; }; slot1_partition: partition@14000 { - label = "image-1"; reg = <0x00014000 0xC000>; + label = "image-1"; }; }; }; @@ -109,19 +109,17 @@ }; &uart0 { - status = "okay"; - current-speed = <115200>; pinctrl-0 = <&uart0_tx_pa10 &uart0_rx_pa11>; pinctrl-names = "default"; + status = "okay"; }; &pwma0 { - status = "okay"; - pinctrl-0 = <&tima0_ccp0_pa0>; pinctrl-names = "default"; ti,cc-index = <0>; ti,pwm-mode = "EDGE_ALIGN"; ti,period = <1000>; + status = "okay"; }; diff --git a/boards/ti/lp_mspm0g3519/lp_mspm0g3519.dts b/boards/ti/lp_mspm0g3519/lp_mspm0g3519.dts index a3c229bed5409..d8c82221c59a9 100644 --- a/boards/ti/lp_mspm0g3519/lp_mspm0g3519.dts +++ b/boards/ti/lp_mspm0g3519/lp_mspm0g3519.dts @@ -9,8 +9,8 @@ #include / { - model = "TI LP_MSPM0G3519"; compatible = "ti,mspm0g3519"; + model = "TI LP_MSPM0G3519"; aliases { led0 = &led0; @@ -99,9 +99,8 @@ }; &uart0 { - status = "okay"; - current-speed = <115200>; pinctrl-0 = <&uart0_tx_pa10 &uart0_rx_pa11>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/ti/lp_mspm0l2228/lp_mspm0l2228.dts b/boards/ti/lp_mspm0l2228/lp_mspm0l2228.dts index ea19c62eba5d8..111254840c003 100644 --- a/boards/ti/lp_mspm0l2228/lp_mspm0l2228.dts +++ b/boards/ti/lp_mspm0l2228/lp_mspm0l2228.dts @@ -13,8 +13,8 @@ #include / { - model = "TI LP_MSPM0L2228/MSPM0L2228"; compatible = "ti,mspm0l2228"; + model = "TI LP_MSPM0L2228/MSPM0L2228"; aliases { led0 = &led0; @@ -53,18 +53,18 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x8000>; + label = "mcuboot"; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 0x1c000>; + label = "image-0"; }; slot1_partition: partition@24000 { - label = "image-1"; reg = <0x00024000 0x1c000>; + label = "image-1"; }; }; }; @@ -78,8 +78,8 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_tx_pa10 &uart0_rx_pa11>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.dts b/boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.dts index 647dbd8b8f86f..d533f4dabbb7e 100644 --- a/boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.dts +++ b/boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.dts @@ -6,9 +6,9 @@ #include / { - model = "TI MSP-EXP432P401R LaunchXL"; compatible = "ti,msp-exp432p401r-launchxl", "ti,msp432p401r", "ti,msp432p4xx"; + model = "TI MSP-EXP432P401R LaunchXL"; chosen { zephyr,sram = &sram0; @@ -23,6 +23,6 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; + status = "okay"; }; diff --git a/boards/ti/sk_am62/sk_am62_am6234_a53.dts b/boards/ti/sk_am62/sk_am62_am6234_a53.dts index c2e6746d8757c..aa5a23b2715f0 100644 --- a/boards/ti/sk_am62/sk_am62_am6234_a53.dts +++ b/boards/ti/sk_am62/sk_am62_am6234_a53.dts @@ -10,8 +10,8 @@ #include "sk-am62_am6234_a53-pinctrl.dts" / { - model = "TI AM62X STARTER KIT (SK) EVALUATION MODULE (EVM)"; compatible = "ti,am62x_a53_sk"; + model = "TI AM62X STARTER KIT (SK) EVALUATION MODULE (EVM)"; chosen { zephyr,console = &main_uart0; diff --git a/boards/ti/sk_am62/sk_am62_am6234_m4.dts b/boards/ti/sk_am62/sk_am62_am6234_m4.dts index ec5ee9fb500c3..ced6319c827cb 100644 --- a/boards/ti/sk_am62/sk_am62_am6234_m4.dts +++ b/boards/ti/sk_am62/sk_am62_am6234_m4.dts @@ -9,8 +9,8 @@ #include / { - model = "TI AM62X STARTER KIT (SK) EVALUATION MODULE (EVM)"; compatible = "ti,am62x_m4_sk"; + model = "TI AM62X STARTER KIT (SK) EVALUATION MODULE (EVM)"; chosen { zephyr,sram = &sram0; @@ -23,8 +23,8 @@ cpus { cpu@0 { - status = "okay"; clock-frequency = <400000000>; + status = "okay"; }; }; diff --git a/boards/ti/sk_am64/sk_am64_am6442_m4.dts b/boards/ti/sk_am64/sk_am64_am6442_m4.dts index 0eb594780352f..cccd06a565a21 100644 --- a/boards/ti/sk_am64/sk_am64_am6442_m4.dts +++ b/boards/ti/sk_am64/sk_am64_am6442_m4.dts @@ -12,8 +12,8 @@ #include "sk_am64_am6442_m4-pinctrl.dtsi" / { - model = "TI AM64x STARTER KIT (SK) M4"; compatible = "ti,am64x_m4_sk", "ti,am6442"; + model = "TI AM64x STARTER KIT (SK) M4"; chosen { zephyr,sram = &sram0; @@ -29,8 +29,8 @@ cpus { cpu@0 { - status = "okay"; clock-frequency = ; + status = "okay"; }; }; diff --git a/boards/ti/sk_am64/sk_am64_am6442_r5f0_0.dts b/boards/ti/sk_am64/sk_am64_am6442_r5f0_0.dts index 4d68057b1f1fd..9d4a86d231b89 100644 --- a/boards/ti/sk_am64/sk_am64_am6442_r5f0_0.dts +++ b/boards/ti/sk_am64/sk_am64_am6442_r5f0_0.dts @@ -10,8 +10,8 @@ #include / { - model = "TI AM64x STARTER KIT (SK) R5F"; compatible = "ti,am64x_sk_r5f0_0", "ti,am6442"; + model = "TI AM64x STARTER KIT (SK) R5F"; chosen { zephyr,sram = &atcm; diff --git a/boards/ti/sk_am64/sk_am64_am6442_r5f0_1.dts b/boards/ti/sk_am64/sk_am64_am6442_r5f0_1.dts index f4dd890afbfdb..c68c3ed409745 100644 --- a/boards/ti/sk_am64/sk_am64_am6442_r5f0_1.dts +++ b/boards/ti/sk_am64/sk_am64_am6442_r5f0_1.dts @@ -10,8 +10,8 @@ #include / { - model = "TI AM64x STARTER KIT (SK) R5F"; compatible = "ti,am64x_sk_r5f0_1", "ti,am6442"; + model = "TI AM64x STARTER KIT (SK) R5F"; chosen { zephyr,sram = &atcm; diff --git a/boards/ti/sk_am64/sk_am64_am6442_r5f1_0.dts b/boards/ti/sk_am64/sk_am64_am6442_r5f1_0.dts index 3293342623b58..3660894af5e55 100644 --- a/boards/ti/sk_am64/sk_am64_am6442_r5f1_0.dts +++ b/boards/ti/sk_am64/sk_am64_am6442_r5f1_0.dts @@ -10,8 +10,8 @@ #include / { - model = "TI AM64x STARTER KIT (SK) R5F"; compatible = "ti,am64x_sk_r5f1_0", "ti,am6442"; + model = "TI AM64x STARTER KIT (SK) R5F"; chosen { zephyr,sram = &atcm; diff --git a/boards/ti/sk_am64/sk_am64_am6442_r5f1_1.dts b/boards/ti/sk_am64/sk_am64_am6442_r5f1_1.dts index e7ce436d6a691..b95fe60223c0b 100644 --- a/boards/ti/sk_am64/sk_am64_am6442_r5f1_1.dts +++ b/boards/ti/sk_am64/sk_am64_am6442_r5f1_1.dts @@ -10,8 +10,8 @@ #include / { - model = "TI AM64x STARTER KIT (SK) R5F"; compatible = "ti,am64x_sk_r5f1_1", "ti,am6442"; + model = "TI AM64x STARTER KIT (SK) R5F"; chosen { zephyr,sram = &atcm; From d7efcfcdf289964790a133bcd65a8834b71e78d1 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:10 +0200 Subject: [PATCH 128/142] devicetree: format files in boards/toradex Applying dts-linter results for format files in boards/toradex Signed-off-by: Kyle Micallef Bonnici --- boards/toradex/colibri_imx7d/colibri_imx7d_mcimx7d_m4.dts | 4 ++-- boards/toradex/verdin_am62/verdin_am62_am6234_m4.dts | 2 +- boards/toradex/verdin_imx8mm/verdin_imx8mm_mimx8mm6_m4.dts | 2 +- boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7.dts | 4 ++-- .../toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7_ddr.dts | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/toradex/colibri_imx7d/colibri_imx7d_mcimx7d_m4.dts b/boards/toradex/colibri_imx7d/colibri_imx7d_mcimx7d_m4.dts index e94d8ac7d6a5b..39b17430db4d6 100644 --- a/boards/toradex/colibri_imx7d/colibri_imx7d_mcimx7d_m4.dts +++ b/boards/toradex/colibri_imx7d/colibri_imx7d_mcimx7d_m4.dts @@ -11,8 +11,8 @@ #include / { - model = "TORADEX Colibri IMX7D board"; compatible = "nxp,mcimx7d_m4"; + model = "TORADEX Colibri IMX7D board"; aliases { led0 = &green_led; @@ -47,11 +47,11 @@ }; &uart2 { - status = "okay"; current-speed = <115200>; modem-mode = <64>; pinctrl-0 = <&uart2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio1 { diff --git a/boards/toradex/verdin_am62/verdin_am62_am6234_m4.dts b/boards/toradex/verdin_am62/verdin_am62_am6234_m4.dts index 63b05cbfe879f..c701ffbe00df7 100644 --- a/boards/toradex/verdin_am62/verdin_am62_am6234_m4.dts +++ b/boards/toradex/verdin_am62/verdin_am62_am6234_m4.dts @@ -9,8 +9,8 @@ #include / { - model = "Toradex Verdin AM62"; compatible = "toradex,verdin_am62"; + model = "Toradex Verdin AM62"; chosen { zephyr,console = &uart0; diff --git a/boards/toradex/verdin_imx8mm/verdin_imx8mm_mimx8mm6_m4.dts b/boards/toradex/verdin_imx8mm/verdin_imx8mm_mimx8mm6_m4.dts index e1b0f61a1ccf0..b108ee843cb5f 100644 --- a/boards/toradex/verdin_imx8mm/verdin_imx8mm_mimx8mm6_m4.dts +++ b/boards/toradex/verdin_imx8mm/verdin_imx8mm_mimx8mm6_m4.dts @@ -10,8 +10,8 @@ #include "verdin_imx8mm-pinctrl.dtsi" / { - model = "Toradex Verdin iMX8M Mini"; compatible = "nxp,verdin_imx8mm"; + model = "Toradex Verdin iMX8M Mini"; aliases { uart-1 = &uart1; diff --git a/boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7.dts b/boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7.dts index ad9b0fa7b696d..cf942916ab911 100644 --- a/boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7.dts +++ b/boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7.dts @@ -11,8 +11,8 @@ #include / { - model = "Toradex Verdin iMX8M Plus M7"; compatible = "nxp,mimx8mp_evk"; + model = "Toradex Verdin iMX8M Plus M7"; chosen { /* TCM */ @@ -39,8 +39,8 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7_ddr.dts b/boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7_ddr.dts index 43db40248cad0..067e4a3158752 100644 --- a/boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7_ddr.dts +++ b/boards/toradex/verdin_imx8mp/verdin_imx8mp_mimx8ml8_m7_ddr.dts @@ -11,8 +11,8 @@ #include / { - model = "Toradex Verdin iMX8M Plus M7"; compatible = "nxp,mimx8mp_evk"; + model = "Toradex Verdin iMX8M Plus M7"; chosen { /* DDR */ @@ -39,8 +39,8 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; From 1a01f14caef5d9b0a5ec06c5a386d03ba7f768f8 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:11 +0200 Subject: [PATCH 129/142] devicetree: format files in boards/u-blox Applying dts-linter results for format files in boards/u-blox Signed-off-by: Kyle Micallef Bonnici --- .../ubx_bmd300eval_nrf52832.dts | 22 ++++++------ .../ubx_bmd330eval_nrf52810.dts | 20 +++++------ .../ubx_bmd340eval_nrf52840.dts | 18 +++++----- .../ubx_bmd345eval_nrf52840.dts | 16 ++++----- .../ubx_bmd360eval_nrf52811.dts | 20 +++++------ .../ubx_bmd380eval_nrf52840.dts | 12 +++---- .../ubx_evk_iris_w1_common.dtsi | 34 +++++++++---------- .../ubx_evkannab1/ubx_evkannab1_nrf52832.dts | 20 +++++------ .../ubx_evkninab1/ubx_evkninab1_nrf52832.dts | 20 +++++------ .../ubx_evkninab3/ubx_evkninab3_nrf52840.dts | 10 +++--- .../ubx_evkninab4/ubx_evkninab4_nrf52833.dts | 22 ++++++------ 11 files changed, 107 insertions(+), 107 deletions(-) diff --git a/boards/u-blox/ubx_bmd300eval/ubx_bmd300eval_nrf52832.dts b/boards/u-blox/ubx_bmd300eval/ubx_bmd300eval_nrf52832.dts index 83d789477c529..48b285bfa82f1 100644 --- a/boards/u-blox/ubx_bmd300eval/ubx_bmd300eval_nrf52832.dts +++ b/boards/u-blox/ubx_bmd300eval/ubx_bmd300eval_nrf52832.dts @@ -11,8 +11,8 @@ #include / { - model = "u-blox BMD-300-EVAL EVK nRF52832"; compatible = "u-blox,ubx-bmd300eval-nrf52832"; + model = "u-blox BMD-300-EVAL EVK nRF52832"; chosen { zephyr,console = &uart0; @@ -163,20 +163,20 @@ }; arduino_serial: &uart0 { - status = "okay"; compatible = "nordic,nrf-uarte"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -189,10 +189,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -206,19 +206,19 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi2 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -228,28 +228,28 @@ arduino_spi: &spi2 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/u-blox/ubx_bmd330eval/ubx_bmd330eval_nrf52810.dts b/boards/u-blox/ubx_bmd330eval/ubx_bmd330eval_nrf52810.dts index bc92435166ab6..114b2b7b4d05c 100644 --- a/boards/u-blox/ubx_bmd330eval/ubx_bmd330eval_nrf52810.dts +++ b/boards/u-blox/ubx_bmd330eval/ubx_bmd330eval_nrf52810.dts @@ -11,8 +11,8 @@ #include / { - model = "u-blox BMD-330-EVAL EVK nRF52810"; compatible = "u-blox,ubx-bmd330eval-nrf52810"; + model = "u-blox BMD-330-EVAL EVK nRF52810"; chosen { zephyr,console = &uart0; @@ -164,35 +164,35 @@ arduino_serial: &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi0 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -202,28 +202,28 @@ arduino_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0xd000>; + label = "image-0"; }; slot1_partition: partition@19000 { - label = "image-1"; reg = <0x00019000 0xd000>; + label = "image-1"; }; scratch_partition: partition@26000 { - label = "image-scratch"; reg = <0x00026000 0x3000>; + label = "image-scratch"; }; storage_partition: partition@29000 { - label = "storage"; reg = <0x00029000 0x00007000>; + label = "storage"; }; }; }; diff --git a/boards/u-blox/ubx_bmd340eval/ubx_bmd340eval_nrf52840.dts b/boards/u-blox/ubx_bmd340eval/ubx_bmd340eval_nrf52840.dts index a2cff837510f2..99ef21ea2118a 100644 --- a/boards/u-blox/ubx_bmd340eval/ubx_bmd340eval_nrf52840.dts +++ b/boards/u-blox/ubx_bmd340eval/ubx_bmd340eval_nrf52840.dts @@ -13,8 +13,8 @@ #include / { - model = "u-blox BMD-340-EVAL EVK nRF52840"; compatible = "u-blox,ubx-bmd340eval-nrf52840"; + model = "u-blox BMD-340-EVAL EVK nRF52840"; chosen { zephyr,console = &uart0; @@ -166,27 +166,27 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_serial: &uart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart1_default>; pinctrl-1 = <&uart1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -199,10 +199,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -216,25 +216,25 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "disabled"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; @@ -261,11 +261,11 @@ arduino_i2c: &i2c0 { }; arduino_spi: &spi3 { - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/u-blox/ubx_bmd345eval/ubx_bmd345eval_nrf52840.dts b/boards/u-blox/ubx_bmd345eval/ubx_bmd345eval_nrf52840.dts index 13aa50c32a4b0..6cae6be43b922 100644 --- a/boards/u-blox/ubx_bmd345eval/ubx_bmd345eval_nrf52840.dts +++ b/boards/u-blox/ubx_bmd345eval/ubx_bmd345eval_nrf52840.dts @@ -14,8 +14,8 @@ #include / { - model = "u-blox BMD-345-EVAL EVK nRF52840"; compatible = "u-blox,ubx-bmd345eval-nrf52840"; + model = "u-blox BMD-345-EVAL EVK nRF52840"; chosen { zephyr,console = &uart0; @@ -184,19 +184,19 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -209,10 +209,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -226,33 +226,33 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "disabled"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; arduino_spi: &spi3 { - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi3_default>; pinctrl-1 = <&spi3_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; diff --git a/boards/u-blox/ubx_bmd360eval/ubx_bmd360eval_nrf52811.dts b/boards/u-blox/ubx_bmd360eval/ubx_bmd360eval_nrf52811.dts index 1f2e2a1811a83..eb4799fdf9c4c 100644 --- a/boards/u-blox/ubx_bmd360eval/ubx_bmd360eval_nrf52811.dts +++ b/boards/u-blox/ubx_bmd360eval/ubx_bmd360eval_nrf52811.dts @@ -11,8 +11,8 @@ #include / { - model = "u-blox BMD-360-EVAL EVK nRF52811"; compatible = "u-blox,ubx-bmd360eval-nrf52811"; + model = "u-blox BMD-360-EVAL EVK nRF52811"; chosen { zephyr,console = &uart0; @@ -164,36 +164,36 @@ arduino_serial: &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; /* Arduino compatible PINs */ pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi0 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -203,28 +203,28 @@ arduino_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0xd000>; + label = "image-0"; }; slot1_partition: partition@19000 { - label = "image-1"; reg = <0x00019000 0xd000>; + label = "image-1"; }; scratch_partition: partition@26000 { - label = "image-scratch"; reg = <0x00026000 0x3000>; + label = "image-scratch"; }; storage_partition: partition@29000 { - label = "storage"; reg = <0x00029000 0x00007000>; + label = "storage"; }; }; }; diff --git a/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840.dts b/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840.dts index 0fdd41faf6825..3b9ce647e5967 100644 --- a/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840.dts +++ b/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840.dts @@ -13,8 +13,8 @@ #include / { - model = "u-blox BMD-380-EVAL EVK nRF52840"; compatible = "u-blox,ubx-bmd380eval-nrf52840"; + model = "u-blox BMD-380-EVAL EVK nRF52840"; chosen { zephyr,console = &uart0; @@ -126,11 +126,11 @@ &uart0 { compatible = "nordic,nrf-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -143,10 +143,10 @@ }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -160,25 +160,25 @@ &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi2 { compatible = "nordic,nrf-spi"; - status = "disabled"; pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "disabled"; }; &qspi { - status = "okay"; pinctrl-0 = <&qspi_default>; pinctrl-1 = <&qspi_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "nordic,qspi-nor"; diff --git a/boards/u-blox/ubx_evk_iris_w1/ubx_evk_iris_w1_common.dtsi b/boards/u-blox/ubx_evk_iris_w1/ubx_evk_iris_w1_common.dtsi index 8f52845f072f5..c431ba5f9803d 100644 --- a/boards/u-blox/ubx_evk_iris_w1/ubx_evk_iris_w1_common.dtsi +++ b/boards/u-blox/ubx_evk_iris_w1/ubx_evk_iris_w1_common.dtsi @@ -8,8 +8,8 @@ #include / { - model = "u-blox evk_iris_w1 rw612"; compatible = "u-blox,ubx_evk_iris_w1_rw612"; + model = "u-blox evk_iris_w1 rw612"; aliases { led0 = &rgb_red; @@ -72,33 +72,32 @@ &flexcomm3 { compatible = "nxp,lpc-usart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&pinmux_flexcomm3_usart>; pinctrl-names = "default"; + status = "okay"; }; &flexcomm0 { compatible = "nxp,lpc-i2s"; - status = "disabled"; pinctrl-0 = <&pinmux_flexcomm0_i2s>; pinctrl-names = "default"; + status = "disabled"; }; &hsgpio0 { - status = "okay"; pinctrl-0 = <&pinmux_hsgpio0>; pinctrl-names = "default"; + status = "okay"; }; &hsgpio1 { - status = "okay"; pinctrl-0 = <&pinmux_hsgpio1>; pinctrl-names = "default"; + status = "okay"; }; &flexspi { - status = "okay"; ahb-bufferable; ahb-prefetch; ahb-cacheable; @@ -106,16 +105,17 @@ ahb-boundary = "1024"; rx-clock-source = <1>; rx-clock-source-b = <1>; + status = "okay"; /* external flash */ fm25m6413ibe: fm25m6413ibe@0 { compatible = "nxp,imx-flexspi-nor"; reg = <0>; size = ; - status = "okay"; erase-block-size = <4096>; write-block-size = <1>; spi-max-frequency = <133000000>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -127,31 +127,31 @@ * to the flash memory sector size of 4KB. */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; }; slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_M(3)>; + label = "image-0"; }; slot1_partition: partition@320000 { - label = "image-1"; reg = <0x00320000 DT_SIZE_M(3)>; + label = "image-1"; }; storage_partition: partition@620000 { - label = "storage"; reg = <0x00620000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; + label = "storage"; }; }; }; }; &hci { - status = "okay"; wakeup-source; + status = "okay"; }; &wwdt { @@ -172,9 +172,9 @@ /* OS Timer is the wakeup source for PM mode 2 */ &os_timer { - status = "okay"; wakeup-source; deep-sleep-counter = <&rtc_highres>; + status = "okay"; }; &systick { @@ -182,20 +182,20 @@ }; &sctimer { - status = "okay"; pinctrl-0 = <&pinmux_pwm0>; pinctrl-names = "default"; + status = "okay"; }; /* RTC is the wakeup source for PM modes 3,4 */ &rtc_highres { - status = "okay"; wakeup-source; + status = "okay"; }; &nbu { - status = "okay"; wakeup-source; + status = "okay"; }; &xtal32 { @@ -210,7 +210,7 @@ zephyr_udc0: &usb_otg { compatible = "nxp,lpc-spi"; pinctrl-0 = <&pinmux_flexcomm1_spi>; pinctrl-names = "default"; - status = "okay"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; }; diff --git a/boards/u-blox/ubx_evkannab1/ubx_evkannab1_nrf52832.dts b/boards/u-blox/ubx_evkannab1/ubx_evkannab1_nrf52832.dts index 00bf3657e8c9b..51094b824152c 100644 --- a/boards/u-blox/ubx_evkannab1/ubx_evkannab1_nrf52832.dts +++ b/boards/u-blox/ubx_evkannab1/ubx_evkannab1_nrf52832.dts @@ -11,8 +11,8 @@ #include / { - model = "u-blox EVK-ANNA-B1 NRF52832"; compatible = "u-blox,ubx_evkannab1_nrf52832"; + model = "u-blox EVK-ANNA-B1 NRF52832"; chosen { zephyr,console = &uart0; @@ -160,19 +160,19 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -185,10 +185,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi0 { @@ -203,10 +203,10 @@ arduino_spi: &spi0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -216,28 +216,28 @@ arduino_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/u-blox/ubx_evkninab1/ubx_evkninab1_nrf52832.dts b/boards/u-blox/ubx_evkninab1/ubx_evkninab1_nrf52832.dts index 5a9100fd33663..5ce828e520f20 100644 --- a/boards/u-blox/ubx_evkninab1/ubx_evkninab1_nrf52832.dts +++ b/boards/u-blox/ubx_evkninab1/ubx_evkninab1_nrf52832.dts @@ -11,8 +11,8 @@ #include / { - model = "u-blox EVK-NINA-B1 NRF52832"; compatible = "u-blox,ubx_evkninab1_nrf52832"; + model = "u-blox EVK-NINA-B1 NRF52832"; chosen { zephyr,console = &uart0; @@ -160,19 +160,19 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c1 { @@ -185,10 +185,10 @@ arduino_i2c: &i2c0 { }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi0 { @@ -203,10 +203,10 @@ arduino_spi: &spi0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -216,28 +216,28 @@ arduino_spi: &spi0 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/u-blox/ubx_evkninab3/ubx_evkninab3_nrf52840.dts b/boards/u-blox/ubx_evkninab3/ubx_evkninab3_nrf52840.dts index df7ec101328bc..24c6e31b2a978 100644 --- a/boards/u-blox/ubx_evkninab3/ubx_evkninab3_nrf52840.dts +++ b/boards/u-blox/ubx_evkninab3/ubx_evkninab3_nrf52840.dts @@ -12,8 +12,8 @@ #include / { - model = "u-blox EVK NINA-B3 nRF52840"; compatible = "nordic,ubx_evkninab3_nrf52840"; + model = "u-blox EVK NINA-B3 nRF52840"; chosen { zephyr,console = &uart0; @@ -158,19 +158,19 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -184,17 +184,17 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { diff --git a/boards/u-blox/ubx_evkninab4/ubx_evkninab4_nrf52833.dts b/boards/u-blox/ubx_evkninab4/ubx_evkninab4_nrf52833.dts index e74f3315deb13..dedb8377cc2c9 100644 --- a/boards/u-blox/ubx_evkninab4/ubx_evkninab4_nrf52833.dts +++ b/boards/u-blox/ubx_evkninab4/ubx_evkninab4_nrf52833.dts @@ -11,8 +11,8 @@ #include / { - model = "u-blox EVK-NINA-B4 NRF52833"; compatible = "u-blox,ubx_evkninab4_nrf52833"; + model = "u-blox EVK-NINA-B4 NRF52833"; chosen { zephyr,console = &uart0; @@ -167,19 +167,19 @@ &uart0 { compatible = "nordic,nrf-uart"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_i2c: &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { @@ -193,26 +193,26 @@ arduino_i2c: &i2c0 { &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; arduino_spi: &spi2 { compatible = "nordic,nrf-spim"; - status = "okay"; cs-gpios = <&arduino_header 0 GPIO_ACTIVE_LOW>; /* D10 */ pinctrl-0 = <&spi2_default>; pinctrl-1 = <&spi2_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &pwm0 { - status = "okay"; pinctrl-0 = <&pwm0_default>; pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &ieee802154 { @@ -226,28 +226,28 @@ arduino_spi: &spi2 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xC000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xA000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007A000 0x00006000>; + label = "storage"; }; }; }; From 165b645a99bdd0a61148aebfc255ba371ec65dbe Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:11 +0200 Subject: [PATCH 130/142] devicetree: format files in boards/udoo Applying dts-linter results for format files in boards/udoo Signed-off-by: Kyle Micallef Bonnici --- boards/udoo/udoo_neo_full/udoo_neo_full-pinctrl.dtsi | 2 +- boards/udoo/udoo_neo_full/udoo_neo_full_mcimx6x_m4.dts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/udoo/udoo_neo_full/udoo_neo_full-pinctrl.dtsi b/boards/udoo/udoo_neo_full/udoo_neo_full-pinctrl.dtsi index 1f3aae5160aa6..9f834c2ede073 100644 --- a/boards/udoo/udoo_neo_full/udoo_neo_full-pinctrl.dtsi +++ b/boards/udoo/udoo_neo_full/udoo_neo_full-pinctrl.dtsi @@ -14,9 +14,9 @@ input-schmitt-enable; slew-rate = "fast"; drive-strength = "r0-6"; - nxp,speed = "150-mhz"; bias-pull-up; bias-pull-up-value = "100k"; + nxp,speed = "150-mhz"; }; }; }; diff --git a/boards/udoo/udoo_neo_full/udoo_neo_full_mcimx6x_m4.dts b/boards/udoo/udoo_neo_full/udoo_neo_full_mcimx6x_m4.dts index aec0155886a92..121e6062a3ad7 100644 --- a/boards/udoo/udoo_neo_full/udoo_neo_full_mcimx6x_m4.dts +++ b/boards/udoo/udoo_neo_full/udoo_neo_full_mcimx6x_m4.dts @@ -28,8 +28,8 @@ #include "udoo_neo_full-pinctrl.dtsi" / { - model = "UDOO Neo Full board"; compatible = "nxp,mcmcimx6x_m4"; + model = "UDOO Neo Full board"; aliases { led0 = &red_led; @@ -53,11 +53,11 @@ }; &uart5 { - status = "okay"; current-speed = <115200>; modem-mode = <0>; pinctrl-0 = <&uart5_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio4 { From 0d12ffd6596bdc79d26b19eeb48ca8da4098fb58 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:11 +0200 Subject: [PATCH 131/142] devicetree: format files in boards/up-bridge-the-gap Applying dts-linter results for format files in boards/up-bridge-the-gap Signed-off-by: Kyle Micallef Bonnici --- boards/up-bridge-the-gap/up_squared/up_squared.dts | 10 +++++----- .../up_squared_pro_7000/up_squared_pro_7000.dts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/up-bridge-the-gap/up_squared/up_squared.dts b/boards/up-bridge-the-gap/up_squared/up_squared.dts index 24818e9893055..d136483cc86be 100644 --- a/boards/up-bridge-the-gap/up_squared/up_squared.dts +++ b/boards/up-bridge-the-gap/up_squared/up_squared.dts @@ -13,8 +13,8 @@ #include / { - model = "up_squared"; compatible = "aaeon,up_squared"; + model = "up_squared"; aliases { i2c-0 = &i2c0; @@ -35,17 +35,17 @@ #size-cells = <0>; cpu@0 { - device_type = "cpu"; compatible = "intel,apollo-lake", "intel,x86_64"; - d-cache-line-size = <64>; reg = <0>; + device_type = "cpu"; + d-cache-line-size = <64>; }; cpu@1 { - device_type = "cpu"; compatible = "intel,apollo-lake", "intel,x86_64"; - d-cache-line-size = <64>; reg = <1>; + device_type = "cpu"; + d-cache-line-size = <64>; }; }; }; diff --git a/boards/up-bridge-the-gap/up_squared_pro_7000/up_squared_pro_7000.dts b/boards/up-bridge-the-gap/up_squared_pro_7000/up_squared_pro_7000.dts index 2b155e22adea0..8c0dbf23dd239 100644 --- a/boards/up-bridge-the-gap/up_squared_pro_7000/up_squared_pro_7000.dts +++ b/boards/up-bridge-the-gap/up_squared_pro_7000/up_squared_pro_7000.dts @@ -7,8 +7,8 @@ #include "../../intel/adl/intel_adl.dts" / { - model = "UP Squared Pro 7000 board"; compatible = "aaeon,up_squared_pro_7000"; + model = "UP Squared Pro 7000 board"; chosen { zephyr,console = &uart1; From c2ee2cdbb79a73fba5a8e5583682ed28bbf70adc Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:11 +0200 Subject: [PATCH 132/142] devicetree: format files in boards/variscite Applying dts-linter results for format files in boards/variscite Signed-off-by: Kyle Micallef Bonnici --- .../imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_a53.dts | 4 ++-- .../imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7.dts | 4 ++-- .../imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7_ddr.dts | 8 ++++---- .../imx8mp_var_som/imx8mp_var_som_mimx8ml8_a53.dts | 4 ++-- .../imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7.dts | 4 ++-- .../imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7_ddr.dts | 8 ++++---- .../imx93_var_dart/imx93_var_dart_mimx9352_a55.dts | 4 ++-- .../imx93_var_dart/imx93_var_dart_mimx9352_m33.dts | 4 ++-- .../imx93_var_som/imx93_var_som_mimx9352_a55.dts | 4 ++-- .../imx93_var_som/imx93_var_som_mimx9352_m33.dts | 4 ++-- 10 files changed, 24 insertions(+), 24 deletions(-) diff --git a/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_a53.dts b/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_a53.dts index c355a607421be..2b8c9d6c47013 100644 --- a/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_a53.dts +++ b/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_a53.dts @@ -13,8 +13,8 @@ #include / { - model = "Variscite DART-MX8M-PLUS A53"; compatible = "fsl,mimx8mp"; + model = "Variscite DART-MX8M-PLUS A53"; chosen { zephyr,console = &uart3; @@ -51,10 +51,10 @@ clocks = <&ccm IMX_CCM_UART3_CLK 0x68 12>; rdc = <(RDC_DOMAIN_PERM(A53_DOMAIN_ID, RDC_DOMAIN_PERM_RW) | RDC_DOMAIN_PERM(M7_DOMAIN_ID, RDC_DOMAIN_PERM_RW))>; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart3_default>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7.dts b/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7.dts index 15626643c984a..5aade87725795 100644 --- a/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7.dts +++ b/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7.dts @@ -14,8 +14,8 @@ #include / { - model = "Variscite DART-MX8M-PLUS M7"; compatible = "nxp,imx8mp_var_dart"; + model = "Variscite DART-MX8M-PLUS M7"; chosen { /* TCM */ @@ -51,10 +51,10 @@ }; &uart3 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart3_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio3 { diff --git a/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7_ddr.dts b/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7_ddr.dts index b886450211a20..439a699071da3 100644 --- a/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7_ddr.dts +++ b/boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7_ddr.dts @@ -17,8 +17,8 @@ /delete-node/ &ddr_sys; / { - model = "Variscite DART-MX8M-PLUS M7 (DDR)"; compatible = "nxp,imx8mp_var_dart"; + model = "Variscite DART-MX8M-PLUS M7 (DDR)"; chosen { /* DDR */ @@ -31,15 +31,15 @@ soc { ddr_code: code@7b000000 { - device_type = "memory"; compatible = "nxp,imx-code-bus"; reg = <0x7b000000 DT_SIZE_M(2)>; + device_type = "memory"; }; ddr_sys: memory@7b200000 { - device_type = "memory"; compatible = "nxp,imx-sys-bus"; reg = <0x7b200000 DT_SIZE_M(2)>; + device_type = "memory"; }; }; @@ -68,10 +68,10 @@ }; &uart3 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart3_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio3 { diff --git a/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_a53.dts b/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_a53.dts index ce4091109a30f..96dfa24bf090d 100644 --- a/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_a53.dts +++ b/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_a53.dts @@ -13,8 +13,8 @@ #include / { - model = "Variscite VAR-SOM-MX8M-PLUS A53"; compatible = "fsl,mimx8mp"; + model = "Variscite VAR-SOM-MX8M-PLUS A53"; chosen { zephyr,console = &uart4; @@ -66,11 +66,11 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio3 { diff --git a/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7.dts b/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7.dts index bfb7d21e925df..52bca509b7677 100644 --- a/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7.dts +++ b/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7.dts @@ -13,8 +13,8 @@ #include / { - model = "Variscite VAR-SOM-MX8M-PLUS M7"; compatible = "nxp,imx8mp_var_som"; + model = "Variscite VAR-SOM-MX8M-PLUS M7"; chosen { /* TCM */ @@ -50,10 +50,10 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio3 { diff --git a/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7_ddr.dts b/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7_ddr.dts index 7cd387f2e5133..3e161a054a38d 100644 --- a/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7_ddr.dts +++ b/boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7_ddr.dts @@ -16,8 +16,8 @@ /delete-node/ &ddr_sys; / { - model = "Variscite VAR-SOM-MX8M-PLUS M7 (DDR)"; compatible = "nxp,imx8mp_var_som"; + model = "Variscite VAR-SOM-MX8M-PLUS M7 (DDR)"; chosen { /* DDR */ @@ -30,15 +30,15 @@ soc { ddr_code: code@7b000000 { - device_type = "memory"; compatible = "nxp,imx-code-bus"; reg = <0x7b000000 DT_SIZE_M(2)>; + device_type = "memory"; }; ddr_sys: memory@7b200000 { - device_type = "memory"; compatible = "nxp,imx-sys-bus"; reg = <0x7b200000 DT_SIZE_M(2)>; + device_type = "memory"; }; }; @@ -67,10 +67,10 @@ }; &uart4 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart4_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio3 { diff --git a/boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_a55.dts b/boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_a55.dts index f6458fe710027..6acac3d4a4b70 100644 --- a/boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_a55.dts +++ b/boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_a55.dts @@ -13,8 +13,8 @@ #include / { - model = "Variscite DART-MX93 A55"; compatible = "fsl,mimx93"; + model = "Variscite DART-MX93 A55"; chosen { zephyr,console = &lpuart7; @@ -39,10 +39,10 @@ interrupt-names = "irq_0"; interrupt-parent = <&gic>; clocks = <&ccm IMX_CCM_LPUART7_CLK 0x6c 24>; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart7_default>; pinctrl-names = "default"; + status = "okay"; }; aliases { diff --git a/boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_m33.dts b/boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_m33.dts index 831dcc45dffbc..78db3f145768a 100644 --- a/boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_m33.dts +++ b/boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_m33.dts @@ -14,8 +14,8 @@ #include / { - model = "Variscite DART-MX93"; compatible = "nxp,imx93_var_dart"; + model = "Variscite DART-MX93"; chosen { /* TCM */ @@ -51,10 +51,10 @@ }; &lpuart7 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart7_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio2 { diff --git a/boards/variscite/imx93_var_som/imx93_var_som_mimx9352_a55.dts b/boards/variscite/imx93_var_som/imx93_var_som_mimx9352_a55.dts index bc17887fdcac8..54bd26fd1ad03 100644 --- a/boards/variscite/imx93_var_som/imx93_var_som_mimx9352_a55.dts +++ b/boards/variscite/imx93_var_som/imx93_var_som_mimx9352_a55.dts @@ -13,8 +13,8 @@ #include / { - model = "Variscite VAR-SOM-MX93 A55"; compatible = "fsl,mimx93"; + model = "Variscite VAR-SOM-MX93 A55"; chosen { zephyr,console = &lpuart7; @@ -39,10 +39,10 @@ interrupt-names = "irq_0"; interrupt-parent = <&gic>; clocks = <&ccm IMX_CCM_LPUART7_CLK 0x6c 24>; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart7_default>; pinctrl-names = "default"; + status = "okay"; }; aliases { diff --git a/boards/variscite/imx93_var_som/imx93_var_som_mimx9352_m33.dts b/boards/variscite/imx93_var_som/imx93_var_som_mimx9352_m33.dts index b3aa82e073c2d..350c75179cc39 100644 --- a/boards/variscite/imx93_var_som/imx93_var_som_mimx9352_m33.dts +++ b/boards/variscite/imx93_var_som/imx93_var_som_mimx9352_m33.dts @@ -14,8 +14,8 @@ #include / { - model = "Variscite VAR-SOM-MX93"; compatible = "nxp,imx93_var_som"; + model = "Variscite VAR-SOM-MX93"; chosen { /* TCM */ @@ -51,10 +51,10 @@ }; &lpuart7 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart7_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio2 { From 85fd77d808768919e29455c7c804c5a658558d75 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:11 +0200 Subject: [PATCH 133/142] devicetree: format files in boards/vcc-gnd Applying dts-linter results for format files in boards/vcc-gnd Signed-off-by: Kyle Micallef Bonnici --- boards/vcc-gnd/yd_esp32/yd_esp32_appcpu.dts | 2 +- boards/vcc-gnd/yd_esp32/yd_esp32_procpu.dts | 10 +++++----- boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb.dts | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/boards/vcc-gnd/yd_esp32/yd_esp32_appcpu.dts b/boards/vcc-gnd/yd_esp32/yd_esp32_appcpu.dts index 3514cbabbd3e1..22f2161a8ef3c 100644 --- a/boards/vcc-gnd/yd_esp32/yd_esp32_appcpu.dts +++ b/boards/vcc-gnd/yd_esp32/yd_esp32_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "VCC-GND Studio YD-ESP32 APPCPU"; compatible = "espressif,esp32"; + model = "VCC-GND Studio YD-ESP32 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/vcc-gnd/yd_esp32/yd_esp32_procpu.dts b/boards/vcc-gnd/yd_esp32/yd_esp32_procpu.dts index ea67c0c89a07c..5b9d528d70883 100644 --- a/boards/vcc-gnd/yd_esp32/yd_esp32_procpu.dts +++ b/boards/vcc-gnd/yd_esp32/yd_esp32_procpu.dts @@ -10,8 +10,8 @@ #include / { - model = "VCC-GND Studio YD-ESP32 PROCPU"; compatible = "espressif,esp32"; + model = "VCC-GND Studio YD-ESP32 PROCPU"; aliases { uart-0 = &uart0; @@ -51,10 +51,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &uart1 { @@ -78,20 +78,20 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>; scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; rgb_led: ws2812@0 { compatible = "worldsemi,ws2812-spi"; @@ -113,9 +113,9 @@ &spi3 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim3_default>; pinctrl-names = "default"; + status = "okay"; }; &timer0 { diff --git a/boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb.dts b/boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb.dts index ef76fcb5ae4a4..53830189c4572 100644 --- a/boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb.dts +++ b/boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb.dts @@ -10,8 +10,8 @@ #include / { - model = "VCC-GND Studio STM32H750VB"; compatible = "st,stm32h750vb"; + model = "VCC-GND Studio STM32H750VB"; aliases { led0 = &yellow_led; @@ -59,8 +59,8 @@ user_button: button { gpios = <&gpiob 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - zephyr,code = ; label = "USR"; + zephyr,code = ; }; }; }; @@ -134,8 +134,8 @@ #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x0 DT_SIZE_M(16)>; + label = "storage"; }; }; }; From 01aaf4af35ef831e7f05fc135ae18660980bdb00 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:12 +0200 Subject: [PATCH 134/142] devicetree: format files in boards/vngiotlab Applying dts-linter results for format files in boards/vngiotlab Signed-off-by: Kyle Micallef Bonnici --- boards/vngiotlab/nrf51_vbluno51/nrf51_vbluno51.dts | 6 +++--- boards/vngiotlab/nrf52_vbluno52/nrf52_vbluno52.dts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/vngiotlab/nrf51_vbluno51/nrf51_vbluno51.dts b/boards/vngiotlab/nrf51_vbluno51/nrf51_vbluno51.dts index 3d2ab805c86bf..3bea8157bf252 100644 --- a/boards/vngiotlab/nrf51_vbluno51/nrf51_vbluno51.dts +++ b/boards/vngiotlab/nrf51_vbluno51/nrf51_vbluno51.dts @@ -10,8 +10,8 @@ #include / { - model = "VNG VBLUno51 BLE board"; compatible = "vng,vbluno51"; + model = "VNG VBLUno51 BLE board"; chosen { zephyr,console = &uart0; @@ -62,16 +62,16 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/vngiotlab/nrf52_vbluno52/nrf52_vbluno52.dts b/boards/vngiotlab/nrf52_vbluno52/nrf52_vbluno52.dts index 4c8463a2dc492..5c644528c0fd0 100644 --- a/boards/vngiotlab/nrf52_vbluno52/nrf52_vbluno52.dts +++ b/boards/vngiotlab/nrf52_vbluno52/nrf52_vbluno52.dts @@ -10,8 +10,8 @@ #include / { - model = "VNG VBLUno52 BLE 5.0 board"; compatible = "vng,vbluno52"; + model = "VNG VBLUno52 BLE 5.0 board"; chosen { zephyr,console = &uart0; @@ -64,19 +64,19 @@ }; &uart0 { - status = "okay"; compatible = "nordic,nrf-uart"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { compatible = "nordic,nrf-twim"; - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; From c42888538d374b462c391210157dd3ff3b0cdc8f Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:12 +0200 Subject: [PATCH 135/142] devicetree: format files in boards/waveshare Applying dts-linter results for format files in boards/waveshare Signed-off-by: Kyle Micallef Bonnici --- .../esp32s3_matrix_esp32s3_appcpu.dts | 2 +- .../esp32s3_matrix_esp32s3_procpu.dts | 6 +++--- .../esp32s3_touch_lcd_1_28_esp32s3_appcpu.dts | 2 +- .../esp32s3_touch_lcd_1_28_esp32s3_procpu.dts | 14 ++++++------- .../waveshare/nrf51_ble400/nrf51_ble400.dts | 8 ++++---- .../waveshare/open103z/waveshare_open103z.dts | 10 +++++----- .../rp2040_matrix/rp2040_matrix-pinctrl.dtsi | 1 - .../waveshare/rp2040_matrix/rp2040_matrix.dts | 20 +++++++++---------- boards/waveshare/rp2040_plus/rp2040_plus.dts | 12 +++++------ boards/waveshare/rp2040_zero/rp2040_zero.dts | 18 ++++++++--------- 10 files changed, 46 insertions(+), 47 deletions(-) diff --git a/boards/waveshare/esp32s3_matrix/esp32s3_matrix_esp32s3_appcpu.dts b/boards/waveshare/esp32s3_matrix/esp32s3_matrix_esp32s3_appcpu.dts index a327b2edbdf08..c7a20d5f72882 100644 --- a/boards/waveshare/esp32s3_matrix/esp32s3_matrix_esp32s3_appcpu.dts +++ b/boards/waveshare/esp32s3_matrix/esp32s3_matrix_esp32s3_appcpu.dts @@ -9,8 +9,8 @@ #include / { - model = "ESP32-S3-Matrix APPCPU"; compatible = "waveshare,esp32-s3-matrix"; + model = "ESP32-S3-Matrix APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/waveshare/esp32s3_matrix/esp32s3_matrix_esp32s3_procpu.dts b/boards/waveshare/esp32s3_matrix/esp32s3_matrix_esp32s3_procpu.dts index 55d1b7f401cca..7240e207b9dab 100644 --- a/boards/waveshare/esp32s3_matrix/esp32s3_matrix_esp32s3_procpu.dts +++ b/boards/waveshare/esp32s3_matrix/esp32s3_matrix_esp32s3_procpu.dts @@ -13,8 +13,8 @@ #include "esp32s3_matrix-pinctrl.dtsi" / { - model = "ESP32-S3-Matrix PROCPU"; compatible = "waveshare,esp32-s3-matrix"; + model = "ESP32-S3-Matrix PROCPU"; aliases { sw0 = &button0; @@ -44,11 +44,11 @@ rgb_matrix: rgb-matrix { compatible = "led-strip-matrix"; - status = "okay"; width = <8>; height = <8>; circulative; led-strips = <&led_strip>; + status = "okay"; }; }; @@ -65,12 +65,12 @@ }; &spi2 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&spim2_ws2812_led>; pinctrl-names = "default"; line-idle-low; + status = "okay"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; diff --git a/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu.dts b/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu.dts index e0b45b9ee0a2a..1eda80dcc59ac 100644 --- a/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu.dts +++ b/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu.dts @@ -8,8 +8,8 @@ #include / { - model = "ESP32-S3-Touch-LCD-1.28 APPCPU"; compatible = "waveshare,esp32-s3-touch-lcd-1.28"; + model = "ESP32-S3-Touch-LCD-1.28 APPCPU"; chosen { zephyr,sram = &sram1; diff --git a/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_procpu.dts b/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_procpu.dts index 6a5ac9b806c12..facccd58521d4 100644 --- a/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_procpu.dts +++ b/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_procpu.dts @@ -12,8 +12,8 @@ #include / { - model = "ESP32-S3-Touch-LCD-1.28 PROCPU"; compatible = "waveshare,esp32-s3-touch-lcd-1.28"; + model = "ESP32-S3-Touch-LCD-1.28 PROCPU"; aliases { i2c-1 = &i2c1; @@ -72,7 +72,6 @@ #size-cells = <0>; gc9a01: gc9a01@0 { - status = "okay"; compatible = "galaxycore,gc9x01x"; reg = <0>; mipi-max-frequency = <100000000>; @@ -80,6 +79,7 @@ display-inversion; width = <240>; height = <240>; + status = "okay"; }; }; }; @@ -97,27 +97,27 @@ }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; /* Hynitron CST816S Capacitive Touch Controller */ cst816s: cst816s@15 { - status = "okay"; compatible = "hynitron,cst816s"; reg = <0x15>; irq-gpios = <&gpio0 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; rst-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; &ledc0 { - status = "okay"; pinctrl-0 = <&ledc0_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel0@0 { reg = <0x0>; @@ -136,12 +136,12 @@ }; &spi2 { - status = "okay"; #address-cells = <1>; #size-cells = <0>; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; + status = "okay"; }; &trng0 { @@ -149,10 +149,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &wdt0 { diff --git a/boards/waveshare/nrf51_ble400/nrf51_ble400.dts b/boards/waveshare/nrf51_ble400/nrf51_ble400.dts index f552bd706503a..25f8ee485d696 100644 --- a/boards/waveshare/nrf51_ble400/nrf51_ble400.dts +++ b/boards/waveshare/nrf51_ble400/nrf51_ble400.dts @@ -10,8 +10,8 @@ #include / { - model = "Waveshare BLE400"; compatible = "waveshare,BLE400"; + model = "Waveshare BLE400"; chosen { zephyr,console = &uart0; @@ -91,26 +91,26 @@ }; &i2c0 { - status = "okay"; /* smba-pin = <2>; */ pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi1 { compatible = "nordic,nrf-spi"; - status = "okay"; cs-gpios = <&gpio0 30 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi1_default>; pinctrl-1 = <&spi1_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; diff --git a/boards/waveshare/open103z/waveshare_open103z.dts b/boards/waveshare/open103z/waveshare_open103z.dts index 67e539b664677..33bbdd5c312fe 100644 --- a/boards/waveshare/open103z/waveshare_open103z.dts +++ b/boards/waveshare/open103z/waveshare_open103z.dts @@ -10,8 +10,8 @@ #include / { - model = "Waveshare Open103Z"; compatible = "waveshare,open103z"; + model = "Waveshare Open103Z"; chosen { zephyr,console = &usart1; @@ -146,15 +146,15 @@ &i2c1 { pinctrl-0 = <&i2c1_sda_pb7 &i2c1_scl_pb6>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_sda_pb11 &i2c2_scl_pb10>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &can1 { @@ -176,17 +176,17 @@ zephyr_udc0: &usb { */ pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>; pinctrl-names = "default"; - status = "okay"; disconnect-gpios = <&gpiog 15 GPIO_ACTIVE_HIGH>; + status = "okay"; }; &timers1 { status = "okay"; pwm1: pwm { - status = "okay"; pinctrl-0 = <&tim1_ch1_pwm_out_pa8>; pinctrl-names = "default"; + status = "okay"; }; }; diff --git a/boards/waveshare/rp2040_matrix/rp2040_matrix-pinctrl.dtsi b/boards/waveshare/rp2040_matrix/rp2040_matrix-pinctrl.dtsi index 7d1df0b7e0717..0db9cb03ba37b 100644 --- a/boards/waveshare/rp2040_matrix/rp2040_matrix-pinctrl.dtsi +++ b/boards/waveshare/rp2040_matrix/rp2040_matrix-pinctrl.dtsi @@ -7,7 +7,6 @@ #include &pinctrl { - adc_default: adc_default { group1 { pinmux = , , , ; diff --git a/boards/waveshare/rp2040_matrix/rp2040_matrix.dts b/boards/waveshare/rp2040_matrix/rp2040_matrix.dts index 41a37a83236f2..d4cec4f1c3426 100644 --- a/boards/waveshare/rp2040_matrix/rp2040_matrix.dts +++ b/boards/waveshare/rp2040_matrix/rp2040_matrix.dts @@ -15,8 +15,8 @@ #include "rp2040_matrix-pinctrl.dtsi" / { - model = "Waveshare RP2040 Matrix"; compatible = "waveshare,rp2040-matrix"; + model = "Waveshare RP2040 Matrix"; chosen { zephyr,sram = &sram0; @@ -39,11 +39,11 @@ led_matrix: led_matrix { compatible = "led-strip-matrix"; - status = "okay"; led-strips = <&ws2812>; width = <5>; height = <5>; circulative; + status = "okay"; }; }; @@ -57,8 +57,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -67,8 +67,8 @@ * size is 2 MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(2) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -80,9 +80,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &spi0 { @@ -100,11 +100,11 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@0 { reg = <0>; @@ -144,20 +144,20 @@ pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>; chain-length = <25>; color-mapping = ; + LED_COLOR_ID_RED + LED_COLOR_ID_BLUE>; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; diff --git a/boards/waveshare/rp2040_plus/rp2040_plus.dts b/boards/waveshare/rp2040_plus/rp2040_plus.dts index dc8a3d972a50a..fb4a6eaf0a51a 100644 --- a/boards/waveshare/rp2040_plus/rp2040_plus.dts +++ b/boards/waveshare/rp2040_plus/rp2040_plus.dts @@ -97,8 +97,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -107,25 +107,25 @@ * size is 4MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(4) - 0x100)>; + label = "code-partition"; read-only; }; }; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c1 { @@ -136,9 +136,9 @@ &spi0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer { @@ -159,11 +159,11 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; + status = "okay"; channel@3 { reg = <3>; diff --git a/boards/waveshare/rp2040_zero/rp2040_zero.dts b/boards/waveshare/rp2040_zero/rp2040_zero.dts index a39916d2a6f03..24f79d23c50b2 100644 --- a/boards/waveshare/rp2040_zero/rp2040_zero.dts +++ b/boards/waveshare/rp2040_zero/rp2040_zero.dts @@ -38,8 +38,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -48,39 +48,39 @@ * size is 2MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(2) - 0x100)>; + label = "code-partition"; read-only; }; }; }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c0 { - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; + status = "okay"; }; &spi0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; + status = "okay"; }; &timer { @@ -101,9 +101,9 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; &pio0 { @@ -111,13 +111,12 @@ pio-ws2812 { compatible = "worldsemi,ws2812-rpi_pico-pio"; - status = "okay"; pinctrl-0 = <&ws2812_pio0_default>; pinctrl-names = "default"; bit-waveform = <3>, <3>, <4>; + status = "okay"; ws2812: ws2812 { - status = "okay"; gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>; chain-length = <1>; color-mapping = ; reset-delay = <280>; frequency = <800000>; + status = "okay"; }; }; }; From ab208b4e2f2e58f07b7476ad43d5cef0e934faff Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:12 +0200 Subject: [PATCH 136/142] devicetree: format files in boards/wch Applying dts-linter results for format files in boards/wch Signed-off-by: Kyle Micallef Bonnici --- boards/wch/ch32v003evt/ch32v003evt.dts | 6 +++--- .../wch/ch32v003f4p6_dev_board/ch32v003f4p6_dev_board.dts | 6 +++--- boards/wch/ch32v006evt/ch32v006evt.dts | 4 ++-- boards/wch/ch32v303vct6_evt/ch32v303vct6_evt.dts | 4 ++-- boards/wch/linkw/linkw.dts | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/boards/wch/ch32v003evt/ch32v003evt.dts b/boards/wch/ch32v003evt/ch32v003evt.dts index 84289f32a92ec..6cb18b360ece5 100644 --- a/boards/wch/ch32v003evt/ch32v003evt.dts +++ b/boards/wch/ch32v003evt/ch32v003evt.dts @@ -13,8 +13,8 @@ #include / { - model = "ch32v003evt"; compatible = "wch,ch32v003"; + model = "ch32v003evt"; chosen { zephyr,sram = &sram0; @@ -81,15 +81,15 @@ }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/wch/ch32v003f4p6_dev_board/ch32v003f4p6_dev_board.dts b/boards/wch/ch32v003f4p6_dev_board/ch32v003f4p6_dev_board.dts index 2f83259ffc15f..9f7d28bc14342 100644 --- a/boards/wch/ch32v003f4p6_dev_board/ch32v003f4p6_dev_board.dts +++ b/boards/wch/ch32v003f4p6_dev_board/ch32v003f4p6_dev_board.dts @@ -12,8 +12,8 @@ #include / { - model = "ch32v003f4p6_dev_board"; compatible = "wch,ch32v003"; + model = "ch32v003f4p6_dev_board"; chosen { zephyr,sram = &sram0; @@ -58,15 +58,15 @@ }; &i2c1 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; + status = "okay"; }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/wch/ch32v006evt/ch32v006evt.dts b/boards/wch/ch32v006evt/ch32v006evt.dts index 8508f530919aa..075a52f4e8003 100644 --- a/boards/wch/ch32v006evt/ch32v006evt.dts +++ b/boards/wch/ch32v006evt/ch32v006evt.dts @@ -13,8 +13,8 @@ #include / { - model = "ch32v006evt"; compatible = "wch,ch32v006"; + model = "ch32v006evt"; chosen { zephyr,sram = &sram0; @@ -88,10 +88,10 @@ }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; &iwdg { diff --git a/boards/wch/ch32v303vct6_evt/ch32v303vct6_evt.dts b/boards/wch/ch32v303vct6_evt/ch32v303vct6_evt.dts index 37e3a893e9401..d83538c2f1083 100644 --- a/boards/wch/ch32v303vct6_evt/ch32v303vct6_evt.dts +++ b/boards/wch/ch32v303vct6_evt/ch32v303vct6_evt.dts @@ -11,8 +11,8 @@ #include "ch32v303vct6_evt-pinctrl.dtsi" / { - model = "ch32v303vct6_evt"; compatible = "wch,ch32v303"; + model = "ch32v303vct6_evt"; chosen { zephyr,sram = &sram0; @@ -45,8 +45,8 @@ }; &usart1 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart1_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/wch/linkw/linkw.dts b/boards/wch/linkw/linkw.dts index fa95854d9c1d4..4089b328871de 100644 --- a/boards/wch/linkw/linkw.dts +++ b/boards/wch/linkw/linkw.dts @@ -11,8 +11,8 @@ #include "linkw-pinctrl.dtsi" / { - model = "linkw"; compatible = "wch,ch32v208"; + model = "linkw"; chosen { zephyr,sram = &sram0; @@ -82,10 +82,10 @@ }; &usart2 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart2_default>; pinctrl-names = "default"; + status = "okay"; }; &iwdg { From 9bfd13c23a622d39e1853e073cd38a34fee025fa Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:12 +0200 Subject: [PATCH 137/142] devicetree: format files in boards/we Applying dts-linter results for format files in boards/we Signed-off-by: Kyle Micallef Bonnici --- boards/we/oceanus1ev/we_oceanus1ev.dts | 12 ++++++------ .../we/ophelia1ev/we_ophelia1ev_nrf52805.dts | 18 +++++++++--------- boards/we/ophelia4ev/ophelia4ev_common.dtsi | 2 +- .../ophelia4ev/ophelia4ev_nrf54l15_cpuapp.dts | 12 +++++------- .../ophelia4ev/ophelia4ev_nrf54l15_cpuflpr.dts | 6 +++--- boards/we/orthosie1ev/we_orthosie1ev.dts | 12 ++++++------ .../we/proteus2ev/we_proteus2ev_nrf52832.dts | 14 +++++++------- .../we/proteus3ev/we_proteus3ev_nrf52840.dts | 4 ++-- 8 files changed, 39 insertions(+), 41 deletions(-) diff --git a/boards/we/oceanus1ev/we_oceanus1ev.dts b/boards/we/oceanus1ev/we_oceanus1ev.dts index d12a18d64765b..a36da25b0d1bb 100644 --- a/boards/we/oceanus1ev/we_oceanus1ev.dts +++ b/boards/we/oceanus1ev/we_oceanus1ev.dts @@ -9,8 +9,8 @@ #include / { - model = "Oceanus-I EV"; compatible = "we,oceanus1ev"; + model = "Oceanus-I EV"; chosen { zephyr,console = &lpuart1; @@ -101,8 +101,8 @@ stm32_lp_tick_source: &lptim1 { &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -125,24 +125,24 @@ stm32_lp_tick_source: &lptim1 { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@8000 { - label = "image-0"; reg = <0x00008000 DT_SIZE_K(108)>; + label = "image-0"; }; slot1_partition: partition@23000 { - label = "image-1"; reg = <0x00023000 DT_SIZE_K(108)>; + label = "image-1"; }; storage_partition: partition@3e000 { - label = "storage"; reg = <0x0003e000 DT_SIZE_K(8)>; + label = "storage"; }; }; }; diff --git a/boards/we/ophelia1ev/we_ophelia1ev_nrf52805.dts b/boards/we/ophelia1ev/we_ophelia1ev_nrf52805.dts index a200f645463cc..e645a989e7683 100644 --- a/boards/we/ophelia1ev/we_ophelia1ev_nrf52805.dts +++ b/boards/we/ophelia1ev/we_ophelia1ev_nrf52805.dts @@ -10,8 +10,8 @@ #include / { - model = "we_ophelia1ev_nrf52805"; compatible = "we,we-ophelia1ev-nrf52805"; + model = "we_ophelia1ev_nrf52805"; chosen { zephyr,console = &uart0; @@ -81,27 +81,27 @@ &i2c0 { compatible = "nordic,nrf-twi"; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-1 = <&i2c0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &spi0 { compatible = "nordic,nrf-spi"; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-1 = <&spi0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &flash0 { @@ -111,28 +111,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0xd000>; + label = "image-0"; }; slot1_partition: partition@19000 { - label = "image-1"; reg = <0x00019000 0xd000>; + label = "image-1"; }; scratch_partition: partition@26000 { - label = "image-scratch"; reg = <0x00026000 0x3000>; + label = "image-scratch"; }; storage_partition: partition@29000 { - label = "storage"; reg = <0x00029000 0x00007000>; + label = "storage"; }; }; }; diff --git a/boards/we/ophelia4ev/ophelia4ev_common.dtsi b/boards/we/ophelia4ev/ophelia4ev_common.dtsi index 313e8f3f39a4a..bb54507b67446 100644 --- a/boards/we/ophelia4ev/ophelia4ev_common.dtsi +++ b/boards/we/ophelia4ev/ophelia4ev_common.dtsi @@ -102,10 +102,10 @@ }; &pwm20 { - status = "okay"; pinctrl-0 = <&pwm20_default>; pinctrl-1 = <&pwm20_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; /* Get a node label for wi-fi spi to use in shield files */ diff --git a/boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuapp.dts b/boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuapp.dts index ecbd975b1f81f..b52d6209e3914 100644 --- a/boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuapp.dts +++ b/boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuapp.dts @@ -9,8 +9,8 @@ #include "ophelia4ev_common.dtsi" / { - model = "Ophelia-IV EV Application MCU"; compatible = "we,ophelia4ev_nrf54l15-cpuapp"; + model = "Ophelia-IV EV Application MCU"; chosen { zephyr,console = &uart20; @@ -51,9 +51,8 @@ }; &vregmain { - status = "okay"; - regulator-initial-mode = ; + status = "okay"; }; &grtc { @@ -114,22 +113,20 @@ boot_mode0: boot_mode@0 { compatible = "zephyr,retention"; - status = "okay"; reg = <0x0 0x1>; + status = "okay"; }; }; &spi00 { - status = "okay"; - cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi00_default>; pinctrl-1 = <&spi00_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; - status = "okay"; reg = <0>; spi-max-frequency = <8000000>; @@ -145,6 +142,7 @@ t-enter-dpd = <10000>; t-exit-dpd = <35000>; reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>; + status = "okay"; }; }; diff --git a/boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuflpr.dts b/boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuflpr.dts index b47b81affc44e..439bfc7a5ba16 100644 --- a/boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuflpr.dts +++ b/boards/we/ophelia4ev/ophelia4ev_nrf54l15_cpuflpr.dts @@ -9,8 +9,8 @@ #include "ophelia4ev_common.dtsi" / { - model = "Ophelia-IV EV FLPR MCU"; compatible = "we,ophelia4ev_nrf54l15-cpuflpr"; + model = "Ophelia-IV EV FLPR MCU"; chosen { zephyr,console = &uart30; @@ -22,12 +22,12 @@ }; &cpuflpr_sram { - status = "okay"; /* size must be increased due to booting from SRAM */ reg = <0x20028000 DT_SIZE_K(96)>; ranges = <0x0 0x20028000 0x18000>; + status = "okay"; }; &cpuflpr_rram { @@ -38,8 +38,8 @@ #size-cells = <1>; cpuflpr_code_partition: partition@0 { - label = "image-0"; reg = <0x0 DT_SIZE_K(96)>; + label = "image-0"; }; }; }; diff --git a/boards/we/orthosie1ev/we_orthosie1ev.dts b/boards/we/orthosie1ev/we_orthosie1ev.dts index 1571091091bf5..dcfb6ffefdc1d 100644 --- a/boards/we/orthosie1ev/we_orthosie1ev.dts +++ b/boards/we/orthosie1ev/we_orthosie1ev.dts @@ -12,8 +12,8 @@ #include / { - model = "we_orthosie1ev"; compatible = "we,we-orthosie1ev"; + model = "we_orthosie1ev"; chosen { zephyr,sram = &sram0; @@ -46,10 +46,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &usb_serial { @@ -58,10 +58,10 @@ }; &i2c0 { - status = "okay"; clock-frequency = ; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2s { @@ -77,9 +77,9 @@ &spi2 { #address-cells = <1>; #size-cells = <0>; - status = "okay"; pinctrl-0 = <&spim2_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -99,10 +99,10 @@ }; &twai { - /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ - status = "disabled"; pinctrl-0 = <&twai_default>; pinctrl-names = "default"; + /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */ + status = "disabled"; }; &esp32_bt_hci { diff --git a/boards/we/proteus2ev/we_proteus2ev_nrf52832.dts b/boards/we/proteus2ev/we_proteus2ev_nrf52832.dts index b8dd6150ea6e4..4b55bb25aa1c8 100644 --- a/boards/we/proteus2ev/we_proteus2ev_nrf52832.dts +++ b/boards/we/proteus2ev/we_proteus2ev_nrf52832.dts @@ -7,8 +7,8 @@ #include / { - model = "we_proteus2ev_nrf52832"; compatible = "we,we-proteus2ev-nrf52832"; + model = "we_proteus2ev_nrf52832"; chosen { zephyr,console = &uart0; @@ -77,11 +77,11 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { @@ -109,28 +109,28 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0xc000>; + label = "mcuboot"; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000C000 0x32000>; + label = "image-0"; }; slot1_partition: partition@3e000 { - label = "image-1"; reg = <0x0003E000 0x32000>; + label = "image-1"; }; scratch_partition: partition@70000 { - label = "image-scratch"; reg = <0x00070000 0xa000>; + label = "image-scratch"; }; storage_partition: partition@7a000 { - label = "storage"; reg = <0x0007a000 0x00006000>; + label = "storage"; }; }; }; diff --git a/boards/we/proteus3ev/we_proteus3ev_nrf52840.dts b/boards/we/proteus3ev/we_proteus3ev_nrf52840.dts index 00996eae96f59..4ee5b9d510c49 100644 --- a/boards/we/proteus3ev/we_proteus3ev_nrf52840.dts +++ b/boards/we/proteus3ev/we_proteus3ev_nrf52840.dts @@ -8,8 +8,8 @@ #include / { - model = "we_proteus3ev_nrf52840"; compatible = "we,we-proteus3ev-nrf52840"; + model = "we_proteus3ev_nrf52840"; chosen { zephyr,console = &uart0; @@ -83,11 +83,11 @@ &uart0 { compatible = "nordic,nrf-uarte"; - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-1 = <&uart0_sleep>; pinctrl-names = "default", "sleep"; + status = "okay"; }; &i2c0 { From e772203087f653e87aa9b094a04e7d409f91f1ad Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:13 +0200 Subject: [PATCH 138/142] devicetree: format files in boards/weact Applying dts-linter results for format files in boards/weact Signed-off-by: Kyle Micallef Bonnici --- .../blackpill_f401cc/blackpill_f401cc.dts | 16 +++++++------- .../blackpill_f401ce/blackpill_f401ce.dts | 16 +++++++------- .../blackpill_f411ce/blackpill_f411ce.dts | 16 +++++++------- .../blackpill_h523ce/blackpill_h523ce.dts | 12 +++++----- .../blackpill_u585ci/blackpill_u585ci.dts | 8 +++---- .../bluepillplus_ch32v203.dts | 4 ++-- .../weact/mini_stm32h743/mini_stm32h743.dts | 10 ++++----- .../weact/mini_stm32h7b0/mini_stm32h7b0.dts | 10 ++++----- .../stm32f405_core/weact_stm32f405_core.dts | 6 ++--- .../stm32f446_core/weact_stm32f446_core.dts | 6 ++--- .../stm32g431_core/weact_stm32g431_core.dts | 22 +++++++++---------- .../weact/stm32h5_core/weact_stm32h5_core.dts | 14 ++++++------ boards/weact/usb2canfdv1/usb2canfdv1.dts | 10 ++++----- 13 files changed, 75 insertions(+), 75 deletions(-) diff --git a/boards/weact/blackpill_f401cc/blackpill_f401cc.dts b/boards/weact/blackpill_f401cc/blackpill_f401cc.dts index bfee843cd1f55..225507de14117 100644 --- a/boards/weact/blackpill_f401cc/blackpill_f401cc.dts +++ b/boards/weact/blackpill_f401cc/blackpill_f401cc.dts @@ -10,8 +10,8 @@ #include / { - model = "WeAct Studio Black Pill V3.0 Board"; compatible = "weact,blackpill-f401ce"; + model = "WeAct Studio Black Pill V3.0 Board"; chosen { zephyr,console = &usart1; @@ -54,8 +54,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 0x00008000>; + label = "mcuboot"; read-only; }; @@ -66,18 +66,18 @@ */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 0x00020000>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 0x00020000>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 0x00020000>; + label = "image-scratch"; }; }; }; @@ -86,24 +86,24 @@ status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pb6 &tim4_ch2_pb7>; pinctrl-names = "default"; + status = "okay"; }; }; &usart1 { pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>; pinctrl-names = "default"; - status = "okay"; current-speed = <115200>; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/weact/blackpill_f401ce/blackpill_f401ce.dts b/boards/weact/blackpill_f401ce/blackpill_f401ce.dts index c941e13a36d95..d3e1daf1902ee 100644 --- a/boards/weact/blackpill_f401ce/blackpill_f401ce.dts +++ b/boards/weact/blackpill_f401ce/blackpill_f401ce.dts @@ -10,8 +10,8 @@ #include / { - model = "WeAct Studio Black Pill V3.0 Board"; compatible = "weact,blackpill-f401ce"; + model = "WeAct Studio Black Pill V3.0 Board"; chosen { zephyr,console = &usart1; @@ -54,8 +54,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; @@ -66,18 +66,18 @@ */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; @@ -86,24 +86,24 @@ status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pb6 &tim4_ch2_pb7>; pinctrl-names = "default"; + status = "okay"; }; }; &usart1 { pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>; pinctrl-names = "default"; - status = "okay"; current-speed = <115200>; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/weact/blackpill_f411ce/blackpill_f411ce.dts b/boards/weact/blackpill_f411ce/blackpill_f411ce.dts index d1915cb4c1270..22bfc7cd07d15 100644 --- a/boards/weact/blackpill_f411ce/blackpill_f411ce.dts +++ b/boards/weact/blackpill_f411ce/blackpill_f411ce.dts @@ -11,8 +11,8 @@ #include / { - model = "WeAct Studio Black Pill V2.0 Board"; compatible = "weact,blackpill-f411ce"; + model = "WeAct Studio Black Pill V2.0 Board"; chosen { zephyr,console = &usart1; @@ -55,8 +55,8 @@ #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(32)>; + label = "mcuboot"; read-only; }; @@ -67,18 +67,18 @@ */ slot0_partition: partition@20000 { - label = "image-0"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "image-0"; }; slot1_partition: partition@40000 { - label = "image-1"; reg = <0x00040000 DT_SIZE_K(128)>; + label = "image-1"; }; scratch_partition: partition@60000 { - label = "image-scratch"; reg = <0x00060000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; @@ -87,24 +87,24 @@ status = "okay"; pwm4: pwm { - status = "okay"; pinctrl-0 = <&tim4_ch1_pb6 &tim4_ch2_pb7>; pinctrl-names = "default"; + status = "okay"; }; }; &usart1 { pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>; pinctrl-names = "default"; - status = "okay"; current-speed = <115200>; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/weact/blackpill_h523ce/blackpill_h523ce.dts b/boards/weact/blackpill_h523ce/blackpill_h523ce.dts index b7914b2fe54b9..22af107f98f2e 100644 --- a/boards/weact/blackpill_h523ce/blackpill_h523ce.dts +++ b/boards/weact/blackpill_h523ce/blackpill_h523ce.dts @@ -10,8 +10,8 @@ #include / { - model = "WeAct Studio Black Pill STM32H523 Board"; compatible = "weact,blackpill-h523ce"; + model = "WeAct Studio Black Pill STM32H523 Board"; chosen { zephyr,console = &usart1; @@ -48,28 +48,28 @@ }; &timers3 { - status = "okay"; st,prescaler = <24>; + status = "okay"; pwm3: pwm { - status = "okay"; pinctrl-0 = <&tim3_ch3_pb0 &tim3_ch4_pb1>; pinctrl-names = "default"; + status = "okay"; }; }; &usart1 { pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>; pinctrl-names = "default"; - status = "okay"; current-speed = <115200>; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -115,8 +115,8 @@ zephyr_udc0: &usb { }; &clk_hse { - status = "okay"; clock-frequency = ; + status = "okay"; }; &rcc { diff --git a/boards/weact/blackpill_u585ci/blackpill_u585ci.dts b/boards/weact/blackpill_u585ci/blackpill_u585ci.dts index 18640fec2b844..7407f8150d710 100644 --- a/boards/weact/blackpill_u585ci/blackpill_u585ci.dts +++ b/boards/weact/blackpill_u585ci/blackpill_u585ci.dts @@ -10,8 +10,8 @@ #include / { - model = "WeAct Studio Black Pill STM32U585 Core Board"; compatible = "weact,blackpill-u585ci"; + model = "WeAct Studio Black Pill STM32U585 Core Board"; #address-cells = <1>; #size-cells = <1>; @@ -71,9 +71,9 @@ }; &clk_msis { - status = "okay"; msi-range = <4>; msi-pll-mode; + status = "okay"; }; &pll1 { @@ -111,15 +111,15 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb3>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &i2c2 { pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb14>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { diff --git a/boards/weact/bluepillplus_ch32v203/bluepillplus_ch32v203.dts b/boards/weact/bluepillplus_ch32v203/bluepillplus_ch32v203.dts index 217896b541a87..40247bb515d54 100644 --- a/boards/weact/bluepillplus_ch32v203/bluepillplus_ch32v203.dts +++ b/boards/weact/bluepillplus_ch32v203/bluepillplus_ch32v203.dts @@ -11,8 +11,8 @@ #include "bluepillplus_ch32v203-pinctrl.dtsi" / { - model = "bluepillplus_ch32v203"; compatible = "wch,ch32v203"; + model = "bluepillplus_ch32v203"; chosen { zephyr,sram = &sram0; @@ -72,8 +72,8 @@ }; &usart3 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&usart3_default>; pinctrl-names = "default"; + status = "okay"; }; diff --git a/boards/weact/mini_stm32h743/mini_stm32h743.dts b/boards/weact/mini_stm32h743/mini_stm32h743.dts index cadc6bf7d6282..de9c299af2348 100644 --- a/boards/weact/mini_stm32h743/mini_stm32h743.dts +++ b/boards/weact/mini_stm32h743/mini_stm32h743.dts @@ -11,8 +11,8 @@ #include / { - model = "WeAct Studio MiniSTM32H743 Core Board"; compatible = "weact,mini-stm32h743"; + model = "WeAct Studio MiniSTM32H743 Core Board"; chosen { zephyr,sram = &sram0; @@ -48,9 +48,9 @@ st7735r_160x80: st7735r@0 { compatible = "sitronix,st7735r"; + reg = <0>; mipi-max-frequency = <20000000>; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; - reg = <0>; width = <160>; height = <80>; inversion-on; @@ -174,9 +174,9 @@ zephyr_udc0: &usbotg_fs { size = ; /* 64 Mbits */ qspi-max-frequency = <40000000>; cs-high-time = <2>; /* >= 50 ns */ - status = "okay"; spi-bus-width = <4>; writeoc = "PP_1_1_4"; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -201,11 +201,11 @@ zephyr_udc0: &usbotg_fs { reg = <0>; spi-max-frequency = <40000000>; size = ; /* 64 Mbits */ - status = "okay"; jedec-id = [ef 40 17]; has-dpd; t-enter-dpd = <3500>; t-exit-dpd = <3500>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -213,8 +213,8 @@ zephyr_udc0: &usbotg_fs { #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_M(8)>; + label = "storage"; }; }; }; diff --git a/boards/weact/mini_stm32h7b0/mini_stm32h7b0.dts b/boards/weact/mini_stm32h7b0/mini_stm32h7b0.dts index 37e432366f005..da0cc79a85100 100644 --- a/boards/weact/mini_stm32h7b0/mini_stm32h7b0.dts +++ b/boards/weact/mini_stm32h7b0/mini_stm32h7b0.dts @@ -11,8 +11,8 @@ #include / { - model = "WeAct Studio MiniSTM32H7B0 Core Board"; compatible = "weact,mini-stm32h7b0"; + model = "WeAct Studio MiniSTM32H7B0 Core Board"; chosen { zephyr,sram = &sram0; @@ -48,9 +48,9 @@ st7735r_160x80: st7735r@0 { compatible = "sitronix,st7735r"; + reg = <0>; mipi-max-frequency = <20000000>; mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; - reg = <0>; width = <160>; height = <80>; inversion-on; @@ -149,10 +149,10 @@ zephyr_udc0: &usbotg_hs { reg = <0>; size = ; /* 64 Mbits */ ospi-max-frequency = <40000000>; - status = "okay"; spi-bus-width = <4>; data-rate = ; writeoc = "PP_1_1_4"; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -177,11 +177,11 @@ zephyr_udc0: &usbotg_hs { reg = <0>; spi-max-frequency = <40000000>; size = ; /* 64 Mbits */ - status = "okay"; jedec-id = [ef 40 17]; has-dpd; t-enter-dpd = <3500>; t-exit-dpd = <3500>; + status = "okay"; partitions { compatible = "fixed-partitions"; @@ -189,8 +189,8 @@ zephyr_udc0: &usbotg_hs { #size-cells = <1>; storage_partition: partition@0 { - label = "storage"; reg = <0x00000000 DT_SIZE_M(64)>; + label = "storage"; }; }; }; diff --git a/boards/weact/stm32f405_core/weact_stm32f405_core.dts b/boards/weact/stm32f405_core/weact_stm32f405_core.dts index cc2d19063bda8..c461b42c2e3fd 100644 --- a/boards/weact/stm32f405_core/weact_stm32f405_core.dts +++ b/boards/weact/stm32f405_core/weact_stm32f405_core.dts @@ -10,8 +10,8 @@ #include / { - model = "WeAct Studio STM32F405 Core Board"; compatible = "weact,stm32f405-core", "st,stm32f405"; + model = "WeAct Studio STM32F405 Core Board"; chosen { zephyr,console = &usart1; @@ -91,8 +91,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -108,13 +108,13 @@ }; &sdmmc1 { - status = "okay"; pinctrl-0 = <&sdio_d0_pc8 &sdio_d1_pc9 &sdio_d2_pc10 &sdio_d3_pc11 &sdio_ck_pc12 &sdio_cmd_pd2>; pinctrl-names = "default"; cd-gpios = <&gpioa 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; disk-name = "SD"; + status = "okay"; }; &rtc { diff --git a/boards/weact/stm32f446_core/weact_stm32f446_core.dts b/boards/weact/stm32f446_core/weact_stm32f446_core.dts index efaec4fe5f944..d2db810b1678f 100644 --- a/boards/weact/stm32f446_core/weact_stm32f446_core.dts +++ b/boards/weact/stm32f446_core/weact_stm32f446_core.dts @@ -10,8 +10,8 @@ #include / { - model = "WeAct Studio STM32F446 Core Board"; compatible = "weact,stm32f446-core", "st,stm32f446"; + model = "WeAct Studio STM32F446 Core Board"; chosen { zephyr,console = &usart1; @@ -90,8 +90,8 @@ &i2c1 { pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &spi1 { @@ -107,13 +107,13 @@ }; &sdmmc1 { - status = "okay"; pinctrl-0 = <&sdio_d0_pc8 &sdio_d1_pc9 &sdio_d2_pc10 &sdio_d3_pc11 &sdio_ck_pc12 &sdio_cmd_pd2>; pinctrl-names = "default"; cd-gpios = <&gpioa 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; disk-name = "SD"; + status = "okay"; }; &rtc { diff --git a/boards/weact/stm32g431_core/weact_stm32g431_core.dts b/boards/weact/stm32g431_core/weact_stm32g431_core.dts index 2dadf7dba3510..98f23a5e624b8 100644 --- a/boards/weact/stm32g431_core/weact_stm32g431_core.dts +++ b/boards/weact/stm32g431_core/weact_stm32g431_core.dts @@ -11,8 +11,8 @@ #include / { - model = "WeAct Studio STM32G431 Core Board"; compatible = "weact,stm32g431-core"; + model = "WeAct Studio STM32G431 Core Board"; chosen { zephyr,console = &usart2; @@ -58,10 +58,10 @@ vbus1: vbus { compatible = "zephyr,usb-c-vbus-adc"; - status = "disabled"; io-channels = <&adc2 12>; output-ohms = <10000>; full-ohms = <(100000 + 10000)>; + status = "disabled"; }; ports { @@ -70,13 +70,13 @@ usbc1: usbc-port@1 { compatible = "usb-c-connector"; - status = "disabled"; reg = <1>; tcpc = <&ucpd1>; vbus = <&vbus1>; data-role = "device"; power-role = "sink"; sink-pdos = ; + status = "disabled"; }; }; }; @@ -94,8 +94,8 @@ }; &clk_hse { - status = "okay"; clock-frequency = ; + status = "okay"; }; &rcc { @@ -107,25 +107,25 @@ }; &pll { - status = "okay"; div-m = <2>; mul-n = <72>; div-p = <2>; div-q = <6>; div-r = <2>; clocks = <&clk_hse>; + status = "okay"; }; &rtc { - status = "okay"; clocks = <&rcc STM32_CLOCK(APB1, 10)>, <&rcc STM32_SRC_LSE RTC_SEL(1)>; + status = "okay"; }; stm32_lp_tick_source: &lptim1 { - status = "okay"; clocks = <&rcc STM32_CLOCK(APB1, 31)>, <&rcc STM32_SRC_LSE LPTIM1_SEL(3)>; + status = "okay"; }; &flash0 { @@ -136,8 +136,8 @@ stm32_lp_tick_source: &lptim1 { /* 4KiB of storage at the end of the 128KiB FLASH */ storage_partition: partition@1f000 { - label = "storage"; reg = <0x0001f000 DT_SIZE_K(4)>; + label = "storage"; }; }; }; @@ -147,21 +147,21 @@ stm32_lp_tick_source: &lptim1 { }; &usart2 { - status = "okay"; pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &adc2 { pinctrl-0 = <&adc2_in12_pb2>; pinctrl-names = "default"; - st,adc-clock-source = "SYNC"; - st,adc-prescaler = <4>; #address-cells = <1>; #size-cells = <0>; + st,adc-clock-source = "SYNC"; + st,adc-prescaler = <4>; channel@c { reg = <12>; diff --git a/boards/weact/stm32h5_core/weact_stm32h5_core.dts b/boards/weact/stm32h5_core/weact_stm32h5_core.dts index 1fd1754cb8d0a..a0ebf7c60350f 100644 --- a/boards/weact/stm32h5_core/weact_stm32h5_core.dts +++ b/boards/weact/stm32h5_core/weact_stm32h5_core.dts @@ -10,8 +10,8 @@ #include / { - model = "WeAct Studio STM32H5 Core Board"; compatible = "weact,stm32h5-core"; + model = "WeAct Studio STM32H5 Core Board"; chosen { zephyr,console = &usart1; @@ -75,8 +75,8 @@ }; &clk_hse { - status = "okay"; clock-frequency = ; + status = "okay"; }; &rcc { @@ -115,10 +115,10 @@ stm32_lp_tick_source: &lptim4 { }; &usart1 { - status = "okay"; pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>; pinctrl-names = "default"; current-speed = <115200>; + status = "okay"; }; &rng { @@ -155,23 +155,23 @@ zephyr_udc0: &usb { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(64)>; + label = "mcuboot"; }; slot0_partition: partition@10000 { - label = "image-0"; reg = <0x00010000 DT_SIZE_K(448)>; + label = "image-0"; }; slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 DT_SIZE_K(448)>; + label = "image-1"; }; storage_partition: partition@f0000 { - label = "storage"; reg = <0x000f0000 DT_SIZE_K(64)>; + label = "storage"; }; }; }; diff --git a/boards/weact/usb2canfdv1/usb2canfdv1.dts b/boards/weact/usb2canfdv1/usb2canfdv1.dts index cf2cd81a9a2cc..b92920c306980 100644 --- a/boards/weact/usb2canfdv1/usb2canfdv1.dts +++ b/boards/weact/usb2canfdv1/usb2canfdv1.dts @@ -10,8 +10,8 @@ #include / { - model = "WeAct USB2CANFDV1 board"; compatible = "weact,usb2canfdv1"; + model = "WeAct USB2CANFDV1 board"; chosen { zephyr,sram = &sram0; @@ -48,13 +48,13 @@ }; &clk_hse { - status = "okay"; clock-frequency = ; + status = "okay"; }; &clk_hsi48 { - status = "okay"; crs-usb-sof; + status = "okay"; }; &pll { @@ -99,14 +99,14 @@ zephyr_udc0: &usb { #size-cells = <1>; boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(48)>; + label = "mcuboot"; read-only; }; slot0_partition: partition@c000 { - label = "image-0"; reg = <0x0000c000 DT_SIZE_K(80)>; + label = "image-0"; }; }; }; From 9cbd4a0bca571bd47f8ae25a4087c7daac34d05d Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:13 +0200 Subject: [PATCH 139/142] devicetree: format files in boards/wemos Applying dts-linter results for format files in boards/wemos Signed-off-by: Kyle Micallef Bonnici --- boards/wemos/esp32s2_lolin_mini/esp32s2_lolin_mini.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/wemos/esp32s2_lolin_mini/esp32s2_lolin_mini.dts b/boards/wemos/esp32s2_lolin_mini/esp32s2_lolin_mini.dts index a02afdfab9555..6ad004de7ceb8 100644 --- a/boards/wemos/esp32s2_lolin_mini/esp32s2_lolin_mini.dts +++ b/boards/wemos/esp32s2_lolin_mini/esp32s2_lolin_mini.dts @@ -12,8 +12,8 @@ #include / { - model = "Wemos ESP32S2-Lolin Mini"; compatible = "espressif,esp32s2"; + model = "Wemos ESP32S2-Lolin Mini"; aliases { sw0 = &user_button; @@ -54,10 +54,10 @@ }; &uart0 { - status = "okay"; current-speed = <115200>; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { From 101a5f8c7e4fc8a7ba2624b59e183979207932fb Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:13 +0200 Subject: [PATCH 140/142] devicetree: format files in boards/witte Applying dts-linter results for format files in boards/witte Signed-off-by: Kyle Micallef Bonnici --- boards/witte/linum/linum.dts | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/boards/witte/linum/linum.dts b/boards/witte/linum/linum.dts index 8435b543c198c..544fce56d34e9 100644 --- a/boards/witte/linum/linum.dts +++ b/boards/witte/linum/linum.dts @@ -10,8 +10,8 @@ #include / { - model = "Witte Technology STM32H753ZI Linum board"; compatible = "witte,linum"; + model = "Witte Technology STM32H753ZI Linum board"; chosen { zephyr,console = &usart1; @@ -25,8 +25,8 @@ sdram1: sdram@c0000000 { compatible = "zephyr,memory-region", "mmio-sram"; - device_type = "memory"; reg = <0xc0000000 DT_SIZE_M(8)>; + device_type = "memory"; zephyr,memory-region = "SDRAM1"; zephyr,memory-attr = ; }; @@ -188,8 +188,8 @@ zephyr_udc0: &usbotg_fs { &i2c3 { pinctrl-0 = <&i2c3_scl_ph7 &i2c3_sda_ph8>; pinctrl-names = "default"; - status = "okay"; clock-frequency = ; + status = "okay"; }; &timers12 { @@ -197,9 +197,9 @@ zephyr_udc0: &usbotg_fs { status = "okay"; pwm12: pwm { - status = "okay"; pinctrl-0 = <&tim12_ch1_pb14>; pinctrl-names = "default"; + status = "okay"; }; }; @@ -232,7 +232,6 @@ zephyr_udc0: &usbotg_fs { }; &mac { - status = "okay"; pinctrl-0 = <ð_rxd0_pc4 ð_rxd1_pc5 ð_ref_clk_pa1 @@ -243,12 +242,13 @@ zephyr_udc0: &usbotg_fs { pinctrl-names = "default"; phy-connection-type = "rmii"; phy-handle = <ð_phy>; + status = "okay"; }; &mdio { - status = "okay"; pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>; pinctrl-names = "default"; + status = "okay"; eth_phy: ethernet-phy@0 { compatible = "microchip,ksz8081"; @@ -258,10 +258,10 @@ zephyr_udc0: &usbotg_fs { }; &spi1 { - status = "okay"; pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>; pinctrl-names = "default"; cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + status = "okay"; }; &fmc { @@ -280,11 +280,11 @@ zephyr_udc0: &usbotg_fs { status = "okay"; sdram { - status = "okay"; power-up-delay = <100>; num-auto-refresh = <8>; mode-register = <0x220>; refresh-rate = <0x603>; + status = "okay"; bank@1 { reg = <1>; @@ -314,7 +314,6 @@ zephyr_udc0: &usbotg_fs { disp-on-gpios = <&gpiod 7 GPIO_ACTIVE_HIGH>; ext-sdram = <&sdram1>; - status = "okay"; clocks = <&rcc STM32_CLOCK(APB3, 3)>, <&rcc STM32_SRC_PLL3_R NO_SEL>; @@ -322,6 +321,10 @@ zephyr_udc0: &usbotg_fs { width = <480>; height = <272>; pixel-format = ; + def-back-color-red = <0xFF>; + def-back-color-green = <0xFF>; + def-back-color-blue = <0xFF>; + status = "okay"; display-timings { compatible = "zephyr,panel-timing"; @@ -336,9 +339,6 @@ zephyr_udc0: &usbotg_fs { hfront-porch = <8>; vfront-porch = <4>; }; - def-back-color-red = <0xFF>; - def-back-color-green = <0xFF>; - def-back-color-blue = <0xFF>; }; &sdmmc1 { @@ -366,33 +366,33 @@ zephyr_udc0: &usbotg_fs { /* 128KB for bootloader */ boot_partition: partition@0 { - label = "mcuboot"; reg = <0x00000000 DT_SIZE_K(128)>; + label = "mcuboot"; read-only; }; /* storage: 128KB for settings */ storage_partition: partition@20000 { - label = "storage"; reg = <0x00020000 DT_SIZE_K(128)>; + label = "storage"; }; /* application image slot: 256KB */ slot0_partition: partition@40000 { - label = "image-0"; reg = <0x00040000 DT_SIZE_K(256)>; + label = "image-0"; }; /* backup slot: 256KB */ slot1_partition: partition@80000 { - label = "image-1"; reg = <0x00080000 DT_SIZE_K(256)>; + label = "image-1"; }; /* swap slot: 128KB */ scratch_partition: partition@c0000 { - label = "image-scratch"; reg = <0x000c0000 DT_SIZE_K(128)>; + label = "image-scratch"; }; }; }; From fa7f8f156fd1c9b62733fde2a7fe665a93cf830a Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:13 +0200 Subject: [PATCH 141/142] devicetree: format files in boards/wiznet Applying dts-linter results for format files in boards/wiznet Signed-off-by: Kyle Micallef Bonnici --- boards/wiznet/w5500_evb_pico/w5500_evb_pico.dts | 14 +++++++------- boards/wiznet/w5500_evb_pico2/w5500_evb_pico2.dtsi | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/boards/wiznet/w5500_evb_pico/w5500_evb_pico.dts b/boards/wiznet/w5500_evb_pico/w5500_evb_pico.dts index ad12a9f1f49f2..b03850ab198d6 100644 --- a/boards/wiznet/w5500_evb_pico/w5500_evb_pico.dts +++ b/boards/wiznet/w5500_evb_pico/w5500_evb_pico.dts @@ -97,8 +97,8 @@ /* Reserved memory for the second stage bootloader */ second_stage_bootloader: partition@0 { - label = "second_stage_bootloader"; reg = <0x00000000 0x100>; + label = "second_stage_bootloader"; read-only; }; @@ -107,8 +107,8 @@ * size is 16MB minus the 0x100 bytes taken by the bootloader. */ code_partition: partition@100 { - label = "code-partition"; reg = <0x100 (DT_SIZE_M(16) - 0x100)>; + label = "code-partition"; read-only; }; }; @@ -116,9 +116,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -127,24 +127,24 @@ &i2c0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&i2c0_default>; pinctrl-names = "default"; + status = "okay"; }; &i2c1 { pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; - status = "disabled"; clock-frequency = ; + status = "disabled"; }; &spi0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; + status = "okay"; ethernet: w5500@0 { compatible = "wiznet,w5500"; @@ -166,9 +166,9 @@ }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; + status = "okay"; }; zephyr_udc0: &usbd { diff --git a/boards/wiznet/w5500_evb_pico2/w5500_evb_pico2.dtsi b/boards/wiznet/w5500_evb_pico2/w5500_evb_pico2.dtsi index dc0f43ac3c529..de06a9bb772c9 100644 --- a/boards/wiznet/w5500_evb_pico2/w5500_evb_pico2.dtsi +++ b/boards/wiznet/w5500_evb_pico2/w5500_evb_pico2.dtsi @@ -88,9 +88,9 @@ &uart0 { current-speed = <115200>; - status = "okay"; pinctrl-0 = <&uart0_default>; pinctrl-names = "default"; + status = "okay"; }; &gpio0 { @@ -99,10 +99,10 @@ &spi0 { clock-frequency = ; - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; + status = "okay"; ethernet: w5500@0 { compatible = "wiznet,w5500"; From d73a80781b10bb95253b0d61d2ab28194b0c1ee7 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Thu, 25 Sep 2025 20:59:13 +0200 Subject: [PATCH 142/142] devicetree: format files in boards/xen Applying dts-linter results for format files in boards/xen Signed-off-by: Kyle Micallef Bonnici --- boards/xen/xenvm/xenvm.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/xen/xenvm/xenvm.dts b/boards/xen/xenvm/xenvm.dts index bbba268d9a35d..445b91c016c22 100644 --- a/boards/xen/xenvm/xenvm.dts +++ b/boards/xen/xenvm/xenvm.dts @@ -18,8 +18,8 @@ #include / { - model = "XENVM"; compatible = "xen,xenvm"; + model = "XENVM"; interrupt-parent = <&gic>; #address-cells = <0x02>; #size-cells = <0x02>; @@ -34,10 +34,10 @@ #size-cells = <0x00>; cpu@0 { - device_type = "cpu"; compatible = "arm,armv8"; - enable-method = "psci"; reg = <0x00>; + device_type = "cpu"; + enable-method = "psci"; }; }; @@ -47,16 +47,16 @@ }; ram: memory@40000000 { - device_type = "mmio-sram"; reg = <0x00 0x40000000 0x00 DT_SIZE_M(16)>; + device_type = "mmio-sram"; }; gic: interrupt-controller@3001000 { compatible = "arm,gic-v2", "arm,gic"; + reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>; #interrupt-cells = <0x04>; #address-cells = <0x00>; interrupt-controller; - reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>; }; timer {