dts: arm: nordic: Remove label property from devicetrees

Label properties are not required.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-07-27 07:18:19 -05:00 committed by Carles Cufí
parent 7a626bfd2c
commit 4c3cccbbf1
16 changed files with 0 additions and 313 deletions

View file

@ -49,7 +49,6 @@
reg = <0x40000000 0x1000>;
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
nrf_mpu: nrf-mpu@40000000 {
@ -70,7 +69,6 @@
reg = <0x40002000 0x1000>;
interrupts = <2 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
spi0: spi@40003000 {
@ -81,7 +79,6 @@
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
i2c0: i2c@40003000 {
@ -92,7 +89,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi1: spi@40004000 {
@ -109,7 +105,6 @@
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_1";
};
i2c1: i2c@40004000 {
@ -120,7 +115,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_1";
};
gpiote: gpiote@40006000 {
@ -128,7 +122,6 @@
reg = <0x40006000 0x1000>;
interrupts = <6 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "GPIOTE_0";
};
adc: adc@40007000 {
@ -136,7 +129,6 @@
reg = <0x40007000 0x1000>;
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
@ -147,7 +139,6 @@
cc-num = <4>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@40009000 {
@ -157,7 +148,6 @@
cc-num = <4>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@4000a000 {
@ -167,7 +157,6 @@
cc-num = <4>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@4000b000 {
@ -178,7 +167,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
temp: temp@4000c000 {
@ -186,7 +174,6 @@
reg = <0x4000c000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rng: random@4000d000 {
@ -194,7 +181,6 @@
reg = <0x4000d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
ecb: ecb@4000e000 {
@ -202,7 +188,6 @@
reg = <0x4000e000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4000f000 {
@ -217,7 +202,6 @@
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
rtc1: rtc@40011000 {
@ -228,7 +212,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
qdec: qdec0: qdec@40012000 {
@ -236,7 +219,6 @@
reg = <0x40012000 0x1000>;
interrupts = <18 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC";
};
comp: comparator@40013000 {
@ -296,11 +278,9 @@
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <1024>;
write-block-size = <4>;
};
@ -317,7 +297,6 @@
gpio-controller;
reg = <0x50000000 0x1000>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -326,7 +305,6 @@
sw_pwm: sw-pwm {
compatible = "nordic,nrf-sw-pwm";
status = "disabled";
label = "SW_PWM";
generator = <&timer1>;
clock-prescaler = <0>;
#pwm-cells = <3>;

View file

@ -46,7 +46,6 @@
reg = <0x40000000 0x1000>;
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@40000000 {
@ -77,7 +76,6 @@
reg = <0x40002000 0x1000>;
interrupts = <2 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
i2c0: i2c@40003000 {
@ -95,7 +93,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi0: spi@40004000 {
@ -113,7 +110,6 @@
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
gpiote: gpiote@40006000 {
@ -121,7 +117,6 @@
reg = <0x40006000 0x1000>;
interrupts = <6 5>;
status = "disabled";
label = "GPIOTE_0";
};
adc: adc@40007000 {
@ -129,7 +124,6 @@
reg = <0x40007000 0x1000>;
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
@ -140,7 +134,6 @@
cc-num = <4>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@40009000 {
@ -150,7 +143,6 @@
cc-num = <4>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@4000a000 {
@ -160,7 +152,6 @@
cc-num = <4>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@4000b000 {
@ -171,7 +162,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
temp: temp@4000c000 {
@ -179,7 +169,6 @@
reg = <0x4000c000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rng: random@4000d000 {
@ -187,7 +176,6 @@
reg = <0x4000d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
ecb: ecb@4000e000 {
@ -195,7 +183,6 @@
reg = <0x4000e000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4000f000 {
@ -211,7 +198,6 @@
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
rtc1: rtc@40011000 {
@ -222,7 +208,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
qdec: qdec0: qdec@40012000 {
@ -230,7 +215,6 @@
reg = <0x40012000 0x1000>;
interrupts = <18 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC";
};
egu0: swi0: egu@40014000 {
@ -283,11 +267,9 @@
#address-cells = <1>;
#size-cells = <1>;
label = "NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -304,7 +286,6 @@
gpio-controller;
reg = <0x50000000 0x1000>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -313,7 +294,6 @@
sw_pwm: sw-pwm {
compatible = "nordic,nrf-sw-pwm";
status = "disabled";
label = "SW_PWM";
generator = <&timer2>;
clock-prescaler = <0>;
#pwm-cells = <3>;

View file

@ -50,7 +50,6 @@
reg = <0x40000000 0x1000>;
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@40000000 {
@ -81,7 +80,6 @@
reg = <0x40002000 0x1000>;
interrupts = <2 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
i2c0: i2c@40003000 {
@ -99,7 +97,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi0: spi@40004000 {
@ -117,7 +114,6 @@
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
gpiote: gpiote@40006000 {
@ -125,7 +121,6 @@
reg = <0x40006000 0x1000>;
interrupts = <6 5>;
status = "disabled";
label = "GPIOTE_0";
};
adc: adc@40007000 {
@ -133,7 +128,6 @@
reg = <0x40007000 0x1000>;
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
timer0: timer@40008000 {
@ -143,7 +137,6 @@
cc-num = <4>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@40009000 {
@ -153,7 +146,6 @@
cc-num = <4>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@4000a000 {
@ -163,7 +155,6 @@
cc-num = <4>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@4000b000 {
@ -174,7 +165,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
temp: temp@4000c000 {
@ -182,7 +172,6 @@
reg = <0x4000c000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rng: random@4000d000 {
@ -190,7 +179,6 @@
reg = <0x4000d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
ecb: ecb@4000e000 {
@ -198,7 +186,6 @@
reg = <0x4000e000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4000f000 {
@ -214,7 +201,6 @@
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
rtc1: rtc@40011000 {
@ -225,7 +211,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
qdec: qdec0: qdec@40012000 {
@ -233,7 +218,6 @@
reg = <0x40012000 0x1000>;
interrupts = <18 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC";
};
comp: comparator@40013000 {
@ -291,7 +275,6 @@
reg = <0x4001c000 0x1000>;
interrupts = <28 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_0";
#pwm-cells = <3>;
};
@ -300,7 +283,6 @@
reg = <0x4001d000 0x1000>;
interrupts = <29 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PDM_0";
};
flash_controller: flash-controller@4001e000 {
@ -311,11 +293,9 @@
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -332,7 +312,6 @@
gpio-controller;
reg = <0x50000000 0x1000>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -341,7 +320,6 @@
sw_pwm: sw-pwm {
compatible = "nordic,nrf-sw-pwm";
status = "disabled";
label = "SW_PWM";
generator = <&timer2>;
clock-prescaler = <0>;
#pwm-cells = <3>;

View file

@ -54,7 +54,6 @@
reg = <0x40000000 0x1000>;
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@40000000 {
@ -88,7 +87,6 @@
reg = <0x40002000 0x1000>;
interrupts = <2 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
i2c0: i2c@40003000 {
@ -106,7 +104,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi1: spi@40003000 {
@ -125,7 +122,6 @@
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_1";
};
spi0: spi@40004000 {
@ -143,7 +139,6 @@
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
gpiote: gpiote@40006000 {
@ -151,7 +146,6 @@
reg = <0x40006000 0x1000>;
interrupts = <6 5>;
status = "disabled";
label = "GPIOTE_0";
};
adc: adc@40007000 {
@ -159,7 +153,6 @@
reg = <0x40007000 0x1000>;
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
@ -170,7 +163,6 @@
cc-num = <4>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@40009000 {
@ -180,7 +172,6 @@
cc-num = <4>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@4000a000 {
@ -190,7 +181,6 @@
cc-num = <4>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@4000b000 {
@ -201,7 +191,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
temp: temp@4000c000 {
@ -209,7 +198,6 @@
reg = <0x4000c000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rng: random@4000d000 {
@ -217,7 +205,6 @@
reg = <0x4000d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
ecb: ecb@4000e000 {
@ -225,7 +212,6 @@
reg = <0x4000e000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4000f000 {
@ -241,7 +227,6 @@
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
rtc1: rtc@40011000 {
@ -252,7 +237,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
qdec: qdec0: qdec@40012000 {
@ -260,7 +244,6 @@
reg = <0x40012000 0x1000>;
interrupts = <18 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC";
};
comp: comparator@40013000 {
@ -318,7 +301,6 @@
reg = <0x4001c000 0x1000>;
interrupts = <28 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_0";
#pwm-cells = <3>;
};
@ -327,7 +309,6 @@
reg = <0x4001d000 0x1000>;
interrupts = <29 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PDM_0";
};
flash_controller: flash-controller@4001e000 {
@ -338,11 +319,9 @@
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -362,7 +341,6 @@
reg = <0x50000000 0x200
0x50000500 0x300>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -371,7 +349,6 @@
sw_pwm: sw-pwm {
compatible = "nordic,nrf-sw-pwm";
status = "disabled";
label = "SW_PWM";
generator = <&timer2>;
clock-prescaler = <0>;
#pwm-cells = <3>;

View file

@ -55,7 +55,6 @@
reg = <0x40000000 0x1000>;
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@40000000 {
@ -83,7 +82,6 @@
reg = <0x40002000 0x1000>;
interrupts = <2 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
i2c0: i2c@40003000 {
@ -101,7 +99,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi0: spi@40003000 {
@ -119,7 +116,6 @@
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
i2c1: i2c@40004000 {
@ -137,7 +133,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_1";
};
spi1: spi@40004000 {
@ -155,7 +150,6 @@
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_1";
};
gpiote: gpiote@40006000 {
@ -163,7 +157,6 @@
reg = <0x40006000 0x1000>;
interrupts = <6 5>;
status = "disabled";
label = "GPIOTE_0";
};
timer0: timer@40008000 {
@ -173,7 +166,6 @@
cc-num = <4>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@40009000 {
@ -183,7 +175,6 @@
cc-num = <4>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@4000a000 {
@ -193,7 +184,6 @@
cc-num = <4>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@4000b000 {
@ -204,7 +194,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
temp: temp@4000c000 {
@ -212,7 +201,6 @@
reg = <0x4000c000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rng: random@4000d000 {
@ -220,7 +208,6 @@
reg = <0x4000d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
ecb: ecb@4000e000 {
@ -228,7 +215,6 @@
reg = <0x4000e000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4000f000 {
@ -244,7 +230,6 @@
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
rtc1: rtc@40011000 {
@ -255,7 +240,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
qdec: qdec0: qdec@40012000 {
@ -263,7 +247,6 @@
reg = <0x40012000 0x1000>;
interrupts = <18 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC";
};
comp: comparator@40013000 {
@ -323,7 +306,6 @@
cc-num = <6>;
interrupts = <26 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_3";
};
acl: acl@4001e000 {
@ -340,11 +322,9 @@
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -366,7 +346,6 @@
num-isoin-endpoints = <1>;
num-isoout-endpoints = <1>;
status = "disabled";
label = "USBD";
};
gpio0: gpio@50000000 {
@ -375,7 +354,6 @@
reg = <0x50000000 0x200
0x50000500 0x300>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -384,7 +362,6 @@
sw_pwm: sw-pwm {
compatible = "nordic,nrf-sw-pwm";
status = "disabled";
label = "SW_PWM";
generator = <&timer2>;
clock-prescaler = <0>;
#pwm-cells = <3>;

View file

@ -50,7 +50,6 @@
reg = <0x40000000 0x1000>;
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@40000000 {
@ -81,7 +80,6 @@
reg = <0x40002000 0x1000>;
interrupts = <2 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
i2c0: i2c@40003000 {
@ -99,7 +97,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi0: spi@40003000 {
@ -117,7 +114,6 @@
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
i2c1: i2c@40004000 {
@ -135,7 +131,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_1";
};
spi1: spi@40004000 {
@ -153,7 +148,6 @@
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_1";
};
nfct: nfct@40005000 {
@ -168,7 +162,6 @@
reg = <0x40006000 0x1000>;
interrupts = <6 5>;
status = "disabled";
label = "GPIOTE_0";
};
adc: adc@40007000 {
@ -176,7 +169,6 @@
reg = <0x40007000 0x1000>;
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
@ -187,7 +179,6 @@
cc-num = <4>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@40009000 {
@ -197,7 +188,6 @@
cc-num = <4>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@4000a000 {
@ -207,7 +197,6 @@
cc-num = <4>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@4000b000 {
@ -218,7 +207,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
temp: temp@4000c000 {
@ -226,7 +214,6 @@
reg = <0x4000c000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rng: random@4000d000 {
@ -234,7 +221,6 @@
reg = <0x4000d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
ecb: ecb@4000e000 {
@ -242,7 +228,6 @@
reg = <0x4000e000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4000f000 {
@ -258,7 +243,6 @@
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
rtc1: rtc@40011000 {
@ -269,7 +253,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
qdec: qdec0: qdec@40012000 {
@ -277,7 +260,6 @@
reg = <0x40012000 0x1000>;
interrupts = <18 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC";
};
comp: comparator@40013000 {
@ -343,7 +325,6 @@
cc-num = <6>;
interrupts = <26 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_3";
};
timer4: timer@4001b000 {
@ -353,7 +334,6 @@
cc-num = <6>;
interrupts = <27 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_4";
};
pwm0: pwm@4001c000 {
@ -361,7 +341,6 @@
reg = <0x4001c000 0x1000>;
interrupts = <28 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_0";
#pwm-cells = <3>;
};
@ -370,7 +349,6 @@
reg = <0x4001d000 0x1000>;
interrupts = <29 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PDM_0";
};
flash_controller: flash-controller@4001e000 {
@ -380,11 +358,9 @@
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -407,7 +383,6 @@
reg = <0x40021000 0x1000>;
interrupts = <33 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_1";
#pwm-cells = <3>;
};
@ -416,7 +391,6 @@
reg = <0x40022000 0x1000>;
interrupts = <34 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_2";
#pwm-cells = <3>;
};
@ -435,7 +409,6 @@
interrupts = <35 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_2";
};
rtc2: rtc@40024000 {
@ -446,7 +419,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_2";
};
i2s0: i2s@40025000 {
@ -456,7 +428,6 @@
reg = <0x40025000 0x1000>;
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2S_0";
};
gpio0: gpio@50000000 {
@ -464,7 +435,6 @@
gpio-controller;
reg = <0x50000000 0x1000>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -473,7 +443,6 @@
sw_pwm: sw-pwm {
compatible = "nordic,nrf-sw-pwm";
status = "disabled";
label = "SW_PWM";
generator = <&timer2>;
clock-prescaler = <0>;
#pwm-cells = <3>;

View file

@ -54,7 +54,6 @@
reg = <0x40000000 0x1000>;
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@40000000 {
@ -83,7 +82,6 @@
reg = <0x40002000 0x1000>;
interrupts = <2 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
i2c0: i2c@40003000 {
@ -101,7 +99,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi0: spi@40003000 {
@ -119,7 +116,6 @@
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
i2c1: i2c@40004000 {
@ -137,7 +133,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_1";
};
spi1: spi@40004000 {
@ -155,7 +150,6 @@
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_1";
};
nfct: nfct@40005000 {
@ -170,7 +164,6 @@
reg = <0x40006000 0x1000>;
interrupts = <6 5>;
status = "disabled";
label = "GPIOTE_0";
};
adc: adc@40007000 {
@ -178,7 +171,6 @@
reg = <0x40007000 0x1000>;
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
@ -189,7 +181,6 @@
cc-num = <4>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@40009000 {
@ -199,7 +190,6 @@
cc-num = <4>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@4000a000 {
@ -209,7 +199,6 @@
cc-num = <4>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@4000b000 {
@ -220,7 +209,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
temp: temp@4000c000 {
@ -228,7 +216,6 @@
reg = <0x4000c000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rng: random@4000d000 {
@ -236,7 +223,6 @@
reg = <0x4000d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
ecb: ecb@4000e000 {
@ -244,7 +230,6 @@
reg = <0x4000e000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4000f000 {
@ -260,7 +245,6 @@
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
rtc1: rtc@40011000 {
@ -271,7 +255,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
qdec: qdec0: qdec@40012000 {
@ -279,7 +262,6 @@
reg = <0x40012000 0x1000>;
interrupts = <18 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC";
};
comp: comparator@40013000 {
@ -345,7 +327,6 @@
cc-num = <6>;
interrupts = <26 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_3";
};
timer4: timer@4001b000 {
@ -355,7 +336,6 @@
cc-num = <6>;
interrupts = <27 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_4";
};
pwm0: pwm@4001c000 {
@ -363,7 +343,6 @@
reg = <0x4001c000 0x1000>;
interrupts = <28 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_0";
#pwm-cells = <3>;
};
@ -372,7 +351,6 @@
reg = <0x4001d000 0x1000>;
interrupts = <29 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PDM_0";
};
acl: acl@4001e000 {
@ -389,11 +367,9 @@
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -416,7 +392,6 @@
reg = <0x40021000 0x1000>;
interrupts = <33 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_1";
#pwm-cells = <3>;
};
@ -425,7 +400,6 @@
reg = <0x40022000 0x1000>;
interrupts = <34 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_2";
#pwm-cells = <3>;
};
@ -444,7 +418,6 @@
interrupts = <35 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_2";
};
rtc2: rtc@40024000 {
@ -455,7 +428,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_2";
};
i2s0: i2s@40025000 {
@ -465,7 +437,6 @@
reg = <0x40025000 0x1000>;
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2S_0";
};
usbd: usbd@40027000 {
@ -478,7 +449,6 @@
num-isoin-endpoints = <1>;
num-isoout-endpoints = <1>;
status = "disabled";
label = "USBD";
};
uart1: uart@40028000 {
@ -486,7 +456,6 @@
reg = <0x40028000 0x1000>;
interrupts = <40 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_1";
};
pwm3: pwm@4002d000 {
@ -494,7 +463,6 @@
reg = <0x4002d000 0x1000>;
interrupts = <45 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_3";
#pwm-cells = <3>;
};
@ -508,7 +476,6 @@
rx-delay-supported;
rx-delay = <2>;
status = "disabled";
label = "SPI_3";
};
gpio0: gpio@50000000 {
@ -517,7 +484,6 @@
reg = <0x50000000 0x200
0x50000500 0x300>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -529,7 +495,6 @@
0x50000800 0x300>;
#gpio-cells = <2>;
ngpios = <10>;
label = "GPIO_1";
status = "disabled";
port = <1>;
};
@ -538,7 +503,6 @@
sw_pwm: sw-pwm {
compatible = "nordic,nrf-sw-pwm";
status = "disabled";
label = "SW_PWM";
generator = <&timer2>;
clock-prescaler = <0>;
#pwm-cells = <3>;

View file

@ -50,7 +50,6 @@
reg = <0x40000000 0x1000>;
interrupts = <0 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@40000000 {
@ -78,7 +77,6 @@
reg = <0x40002000 0x1000>;
interrupts = <2 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
i2c0: i2c@40003000 {
@ -96,7 +94,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi0: spi@40003000 {
@ -114,7 +111,6 @@
interrupts = <3 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
i2c1: i2c@40004000 {
@ -132,7 +128,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_1";
};
spi1: spi@40004000 {
@ -150,7 +145,6 @@
interrupts = <4 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_1";
};
nfct: nfct@40005000 {
@ -165,7 +159,6 @@
reg = <0x40006000 0x1000>;
interrupts = <6 5>;
status = "disabled";
label = "GPIOTE_0";
};
adc: adc@40007000 {
@ -173,7 +166,6 @@
reg = <0x40007000 0x1000>;
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
@ -184,7 +176,6 @@
cc-num = <4>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@40009000 {
@ -194,7 +185,6 @@
cc-num = <4>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@4000a000 {
@ -204,7 +194,6 @@
cc-num = <4>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@4000b000 {
@ -215,7 +204,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
temp: temp@4000c000 {
@ -223,7 +211,6 @@
reg = <0x4000c000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rng: random@4000d000 {
@ -231,7 +218,6 @@
reg = <0x4000d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
ecb: ecb@4000e000 {
@ -239,7 +225,6 @@
reg = <0x4000e000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4000f000 {
@ -255,7 +240,6 @@
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
rtc1: rtc@40011000 {
@ -266,7 +250,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
qdec: qdec0: qdec@40012000 {
@ -274,7 +257,6 @@
reg = <0x40012000 0x1000>;
interrupts = <18 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC";
};
comp: comparator@40013000 {
@ -340,7 +322,6 @@
cc-num = <6>;
interrupts = <26 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_3";
};
timer4: timer@4001b000 {
@ -350,7 +331,6 @@
cc-num = <6>;
interrupts = <27 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_4";
};
pwm0: pwm@4001c000 {
@ -358,7 +338,6 @@
reg = <0x4001c000 0x1000>;
interrupts = <28 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_0";
#pwm-cells = <3>;
};
@ -367,7 +346,6 @@
reg = <0x4001d000 0x1000>;
interrupts = <29 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PDM_0";
};
acl: acl@4001e000 {
@ -384,11 +362,9 @@
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -411,7 +387,6 @@
reg = <0x40021000 0x1000>;
interrupts = <33 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_1";
#pwm-cells = <3>;
};
@ -420,7 +395,6 @@
reg = <0x40022000 0x1000>;
interrupts = <34 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_2";
#pwm-cells = <3>;
};
@ -439,7 +413,6 @@
interrupts = <35 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_2";
};
rtc2: rtc@40024000 {
@ -450,7 +423,6 @@
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_2";
};
i2s0: i2s@40025000 {
@ -460,7 +432,6 @@
reg = <0x40025000 0x1000>;
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2S_0";
};
usbd: usbd@40027000 {
@ -473,7 +444,6 @@
num-isoin-endpoints = <1>;
num-isoout-endpoints = <1>;
status = "disabled";
label = "USBD";
};
uart1: uart@40028000 {
@ -481,7 +451,6 @@
reg = <0x40028000 0x1000>;
interrupts = <40 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_1";
};
qspi: qspi@40029000 {
@ -492,7 +461,6 @@
reg-names = "qspi", "qspi_mm";
interrupts = <41 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QSPI";
};
pwm3: pwm@4002d000 {
@ -500,7 +468,6 @@
reg = <0x4002d000 0x1000>;
interrupts = <45 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_3";
#pwm-cells = <3>;
};
@ -514,7 +481,6 @@
rx-delay-supported;
rx-delay = <2>;
status = "disabled";
label = "SPI_3";
};
gpio0: gpio@50000000 {
@ -523,7 +489,6 @@
reg = <0x50000000 0x200
0x50000500 0x300>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -535,7 +500,6 @@
0x50000800 0x300>;
#gpio-cells = <2>;
ngpios = <16>;
label = "GPIO_1";
status = "disabled";
port = <1>;
};
@ -543,7 +507,6 @@
cryptocell: crypto@5002a000 {
compatible = "nordic,nrf-cc310";
reg = <0x5002A000 0x1000>;
label = "CRYPTOCELL";
status = "okay";
#address-cells = <1>;
#size-cells = <1>;
@ -551,7 +514,6 @@
compatible = "arm,cryptocell-310";
reg = <0x5002B000 0x1000>;
interrupts = <42 NRF_DEFAULT_IRQ_PRIORITY>;
label = "CRYPTOCELL310";
};
};
};
@ -559,7 +521,6 @@
sw_pwm: sw-pwm {
compatible = "nordic,nrf-sw-pwm";
status = "disabled";
label = "SW_PWM";
generator = <&timer2>;
clock-prescaler = <0>;
#pwm-cells = <3>;

View file

@ -84,13 +84,11 @@
reg = <0x5000d000 0x1000>;
interrupts = <13 5>;
status = "disabled";
label = "GPIOTE_0";
};
cryptocell: crypto@50844000 {
compatible = "nordic,nrf-cc312";
reg = <0x50844000 0x1000>;
label = "CRYPTOCELL";
status = "okay";
#address-cells = <1>;
#size-cells = <1>;
@ -98,7 +96,6 @@
compatible = "arm,cryptocell-312";
reg = <0x50845000 0x1000>;
interrupts = <68 NRF_DEFAULT_IRQ_PRIORITY>;
label = "CRYPTOCELL312";
};
};
};

View file

@ -27,7 +27,6 @@ clock: clock@5000 {
reg = <0x5000 0x1000>;
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@5000 {
@ -62,7 +61,6 @@ i2c0: i2c@8000 {
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi0: spi@8000 {
@ -79,7 +77,6 @@ spi0: spi@8000 {
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
uart0: uart@8000 {
@ -87,7 +84,6 @@ uart0: uart@8000 {
reg = <0x8000 0x1000>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
i2c1: i2c@9000 {
@ -104,7 +100,6 @@ i2c1: i2c@9000 {
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_1";
};
spi1: spi@9000 {
@ -121,7 +116,6 @@ spi1: spi@9000 {
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_1";
};
uart1: uart@9000 {
@ -129,7 +123,6 @@ uart1: uart@9000 {
reg = <0x9000 0x1000>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_1";
};
spi4: spi@a000 {
@ -142,7 +135,6 @@ spi4: spi@a000 {
rx-delay-supported;
rx-delay = <2>;
status = "disabled";
label = "SPI_4";
};
i2c2: i2c@b000 {
@ -159,7 +151,6 @@ i2c2: i2c@b000 {
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <11 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_2";
};
spi2: spi@b000 {
@ -176,7 +167,6 @@ spi2: spi@b000 {
interrupts = <11 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_2";
};
uart2: uart@b000 {
@ -184,7 +174,6 @@ uart2: uart@b000 {
reg = <0xb000 0x1000>;
interrupts = <11 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_2";
};
i2c3: i2c@c000 {
@ -201,7 +190,6 @@ i2c3: i2c@c000 {
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_3";
};
spi3: spi@c000 {
@ -218,7 +206,6 @@ spi3: spi@c000 {
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_3";
};
uart3: uart@c000 {
@ -226,7 +213,6 @@ uart3: uart@c000 {
reg = <0xc000 0x1000>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_3";
};
adc: adc@e000 {
@ -234,7 +220,6 @@ adc: adc@e000 {
reg = <0xe000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
@ -245,7 +230,6 @@ timer0: timer@f000 {
cc-num = <6>;
interrupts = <15 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@10000 {
@ -255,7 +239,6 @@ timer1: timer@10000 {
cc-num = <6>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@11000 {
@ -265,7 +248,6 @@ timer2: timer@11000 {
cc-num = <6>;
interrupts = <17 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};
rtc0: rtc@14000 {
@ -276,7 +258,6 @@ rtc0: rtc@14000 {
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
rtc1: rtc@15000 {
@ -287,14 +268,12 @@ rtc1: rtc@15000 {
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
dppic: dppic@17000 {
compatible = "nordic,nrf-dppic";
reg = <0x17000 0x1000>;
status = "okay";
label = "DPPIC";
};
wdt: wdt0: watchdog@18000 {
@ -302,7 +281,6 @@ wdt: wdt0: watchdog@18000 {
reg = <0x18000 0x1000>;
interrupts = <24 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
wdt1: watchdog@19000 {
@ -310,7 +288,6 @@ wdt1: watchdog@19000 {
reg = <0x19000 0x1000>;
interrupts = <25 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "WDT_1";
};
comp: comparator@1a000 {
@ -374,7 +351,6 @@ pwm0: pwm@21000 {
reg = <0x21000 0x1000>;
interrupts = <33 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_0";
#pwm-cells = <3>;
};
@ -383,7 +359,6 @@ pwm1: pwm@22000 {
reg = <0x22000 0x1000>;
interrupts = <34 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_1";
#pwm-cells = <3>;
};
@ -392,7 +367,6 @@ pwm2: pwm@23000 {
reg = <0x23000 0x1000>;
interrupts = <35 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_2";
#pwm-cells = <3>;
};
@ -401,7 +375,6 @@ pwm3: pwm@24000 {
reg = <0x24000 0x1000>;
interrupts = <36 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_3";
#pwm-cells = <3>;
};
@ -410,7 +383,6 @@ pdm0: pdm@26000 {
reg = <0x26000 0x1000>;
interrupts = <38 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PDM_0";
};
i2s0: i2s@28000 {
@ -420,7 +392,6 @@ i2s0: i2s@28000 {
reg = <0x28000 0x1000>;
interrupts = <40 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2S_0";
};
mbox: ipc: mbox@2a000 {
@ -441,7 +412,6 @@ qspi: qspi@2b000 {
reg-names = "qspi", "qspi_mm";
interrupts = <43 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QSPI";
};
nfct: nfct@2d000 {
@ -462,7 +432,6 @@ qdec0: qdec@33000 {
reg = <0x33000 0x1000>;
interrupts = <51 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC_0";
};
qdec1: qdec@34000 {
@ -470,7 +439,6 @@ qdec1: qdec@34000 {
reg = <0x34000 0x1000>;
interrupts = <52 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "QDEC_1";
};
usbd: usbd@36000 {
@ -483,7 +451,6 @@ usbd: usbd@36000 {
num-isoin-endpoints = <1>;
num-isoout-endpoints = <1>;
status = "disabled";
label = "USBD";
};
usbreg: regulator@37000 {
@ -501,11 +468,9 @@ flash_controller: flash-controller@39000 {
#address-cells = <1>;
#size-cells = <1>;
label = "NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -529,7 +494,6 @@ gpio0: gpio@842500 {
gpio-controller;
reg = <0x842500 0x300>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -540,7 +504,6 @@ gpio1: gpio@842800 {
reg = <0x842800 0x300>;
#gpio-cells = <2>;
ngpios = <16>;
label = "GPIO_1";
status = "disabled";
port = <1>;
};

View file

@ -15,7 +15,6 @@
reg = <0x4002f000 0x1000>;
interrupts = <47 5>;
status = "disabled";
label = "GPIOTE_1";
};
};
};

View file

@ -58,7 +58,6 @@
reg = <0x41005000 0x1000>;
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@41005000 {
@ -84,7 +83,6 @@
reg = <0x41009000 0x1000>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RNG";
};
gpiote: gpiote@4100a000 {
@ -92,7 +90,6 @@
reg = <0x4100a000 0x1000>;
interrupts = <10 5>;
status = "disabled";
label = "GPIOTE_0";
};
wdt: wdt0: watchdog@4100b000 {
@ -100,7 +97,6 @@
reg = <0x4100b000 0x1000>;
interrupts = <11 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
timer0: timer@4100c000 {
@ -110,7 +106,6 @@
cc-num = <8>;
interrupts = <12 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER0";
};
ecb: ecb@4100d000 {
@ -118,7 +113,6 @@
reg = <0x4100d000 0x1000>;
interrupts = <13 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "ECB";
};
ccm: ccm@4100e000 {
@ -133,7 +127,6 @@
compatible = "nordic,nrf-dppic";
reg = <0x4100f000 0x1000>;
status = "okay";
label = "DPPIC";
};
temp: temp@41010000 {
@ -141,7 +134,6 @@
reg = <0x41010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "TEMP_0";
};
rtc0: rtc@41011000 {
@ -150,7 +142,6 @@
cc-num = <4>;
interrupts = <17 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RTC_0";
};
mbox: ipc: mbox@41012000 {
@ -177,7 +168,6 @@
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
spi0: spi@41013000 {
@ -194,7 +184,6 @@
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
uart0: uart@41013000 {
@ -202,7 +191,6 @@
reg = <0x41013000 0x1000>;
interrupts = <19 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
egu0: egu@41014000 {
@ -210,7 +198,6 @@
reg = <0x41014000 0x1000>;
interrupts = <20 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "EGU_0";
};
rtc1: rtc@41016000 {
@ -219,7 +206,6 @@
cc-num = <4>;
interrupts = <22 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "RTC_1";
};
timer1: timer@41018000 {
@ -229,7 +215,6 @@
cc-num = <8>;
interrupts = <24 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER1";
};
timer2: timer@41019000 {
@ -239,7 +224,6 @@
cc-num = <8>;
interrupts = <25 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER2";
};
swi0: swi@4101a000 {
@ -284,11 +268,9 @@
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash1: flash@1000000 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <2048>;
write-block-size = <4>;
};
@ -305,7 +287,6 @@
gpio-controller;
reg = <0x418c0500 0x300>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -316,7 +297,6 @@
reg = <0x418c0800 0x300>;
#gpio-cells = <2>;
ngpios = <16>;
label = "GPIO_1";
status = "disabled";
port = <1>;
};

View file

@ -49,7 +49,6 @@
cryptocell: crypto@50840000 {
compatible = "nordic,nrf-cc310";
reg = <0x50840000 0x1000>;
label = "CRYPTOCELL";
status = "okay";
#address-cells = <1>;
#size-cells = <1>;
@ -57,7 +56,6 @@
compatible = "arm,cryptocell-310";
reg = <0x50841000 0x1000>;
interrupts = <64 NRF_DEFAULT_IRQ_PRIORITY>;
label = "CRYPTOCELL310";
};
};
@ -72,7 +70,6 @@
reg = <0x5000d000 0x1000>;
interrupts = <13 5>;
status = "disabled";
label = "GPIOTE_0";
};
spu: spu@50003000 {

View file

@ -12,11 +12,9 @@ flash_controller: flash-controller@39000 {
#address-cells = <1>;
#size-cells = <1>;
label="NRF_FLASH_DRV_NAME";
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF_FLASH";
erase-block-size = <4096>;
write-block-size = <4>;
};
@ -27,7 +25,6 @@ adc: adc@e000 {
reg = <0xe000 0x1000>;
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "ADC_0";
#io-channel-cells = <1>;
};
@ -35,7 +32,6 @@ dppic: dppic@17000 {
compatible = "nordic,nrf-dppic";
reg = <0x17000 0x1000>;
status = "okay";
label = "DPPIC";
};
egu0: egu@1b000 {
@ -85,7 +81,6 @@ ipc: ipc@2a000 {
reg = <0x2a000 0x1000>;
interrupts = <42 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "IPC";
};
i2s0: i2s@28000 {
@ -95,7 +90,6 @@ i2s0: i2s@28000 {
reg = <0x28000 0x1000>;
interrupts = <40 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2S_0";
};
kmu: kmu@39000 {
@ -110,7 +104,6 @@ pdm0: pdm@26000 {
reg = <0x26000 0x1000>;
interrupts = <38 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PDM_0";
};
regulators: regulator@4000 {
@ -130,7 +123,6 @@ uart0: uart@8000 {
reg = <0x8000 0x1000>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_0";
};
uart1: uart@9000 {
@ -138,7 +130,6 @@ uart1: uart@9000 {
reg = <0x9000 0x1000>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_1";
};
uart2: uart@a000 {
@ -146,7 +137,6 @@ uart2: uart@a000 {
reg = <0xa000 0x1000>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_2";
};
uart3: uart@b000 {
@ -154,7 +144,6 @@ uart3: uart@b000 {
reg = <0xb000 0x1000>;
interrupts = <11 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "UART_3";
};
i2c0: i2c@8000 {
@ -170,7 +159,6 @@ i2c0: i2c@8000 {
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_0";
};
i2c1: i2c@9000 {
@ -186,7 +174,6 @@ i2c1: i2c@9000 {
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_1";
};
i2c2: i2c@a000 {
@ -202,7 +189,6 @@ i2c2: i2c@a000 {
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_2";
};
i2c3: i2c@b000 {
@ -218,7 +204,6 @@ i2c3: i2c@b000 {
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <11 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "I2C_3";
};
spi0: spi@8000 {
@ -234,7 +219,6 @@ spi0: spi@8000 {
interrupts = <8 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_0";
};
spi1: spi@9000 {
@ -250,7 +234,6 @@ spi1: spi@9000 {
interrupts = <9 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_1";
};
spi2: spi@a000 {
@ -266,7 +249,6 @@ spi2: spi@a000 {
interrupts = <10 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_2";
};
spi3: spi@b000 {
@ -282,7 +264,6 @@ spi3: spi@b000 {
interrupts = <11 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(8)>;
status = "disabled";
label = "SPI_3";
};
pwm0: pwm@21000 {
@ -290,7 +271,6 @@ pwm0: pwm@21000 {
reg = <0x21000 0x1000>;
interrupts = <33 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_0";
#pwm-cells = <3>;
};
@ -299,7 +279,6 @@ pwm1: pwm@22000 {
reg = <0x22000 0x1000>;
interrupts = <34 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_1";
#pwm-cells = <3>;
};
@ -308,7 +287,6 @@ pwm2: pwm@23000 {
reg = <0x23000 0x1000>;
interrupts = <35 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_2";
#pwm-cells = <3>;
};
@ -317,7 +295,6 @@ pwm3: pwm@24000 {
reg = <0x24000 0x1000>;
interrupts = <36 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
label = "PWM_3";
#pwm-cells = <3>;
};
@ -326,7 +303,6 @@ gpio0: gpio@842500 {
gpio-controller;
reg = <0x842500 0x300>;
#gpio-cells = <2>;
label = "GPIO_0";
status = "disabled";
port = <0>;
};
@ -339,7 +315,6 @@ rtc0: rtc@14000 {
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
};
rtc1: rtc@15000 {
@ -350,7 +325,6 @@ rtc1: rtc@15000 {
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
};
clock: clock@5000 {
@ -358,7 +332,6 @@ clock: clock@5000 {
reg = <0x5000 0x1000>;
interrupts = <5 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "CLOCK";
};
power: power@5000 {
@ -373,7 +346,6 @@ wdt: wdt0: watchdog@18000 {
reg = <0x18000 0x1000>;
interrupts = <24 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";
label = "WDT";
};
timer0: timer@f000 {
@ -383,7 +355,6 @@ timer0: timer@f000 {
cc-num = <6>;
interrupts = <15 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_0";
};
timer1: timer@10000 {
@ -393,7 +364,6 @@ timer1: timer@10000 {
cc-num = <6>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_1";
};
timer2: timer@11000 {
@ -403,5 +373,4 @@ timer2: timer@11000 {
cc-num = <6>;
interrupts = <17 NRF_DEFAULT_IRQ_PRIORITY>;
prescaler = <0>;
label = "TIMER_2";
};

View file

@ -51,7 +51,6 @@
reg = <0x40031000 0x1000>;
interrupts = <49 5>;
status = "disabled";
label = "GPIOTE_1";
};
};
};

View file

@ -32,7 +32,6 @@
rng_hci: entropy_bt_hci {
compatible = "zephyr,bt-hci-entropy";
label = "bt_hci_entropy";
status = "okay";
};
};