dts: Replace status = "ok" with status = "okay"

The DT spec. only has "okay" and not "ok". The Linux kernel has around
12k "okay"s and 300 "ok"s.

The scripts/dts scripts only check for "disabled", so should be safe re.
those at least.

The replacement was done with

    git ls-files | xargs sed -i 's/status\s*=\s*"ok"/status = "okay"/'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-06-14 19:31:16 +02:00 committed by Kumar Gala
commit a84ded74ea
220 changed files with 969 additions and 969 deletions

View file

@ -39,36 +39,36 @@
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
}; };
&i2c3 { &i2c3 {
status = "ok"; status = "okay";
}; };
&adc0 { &adc0 {
status = "ok"; status = "okay";
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
bmi160@1 { bmi160@1 {
compatible = "bosch,bmi160"; compatible = "bosch,bmi160";
@ -76,6 +76,6 @@
label = "bmi160"; label = "bmi160";
spi-max-frequency = <640000>; spi-max-frequency = <640000>;
int-gpios = <&gpio1 4 0>; int-gpios = <&gpio1 4 0>;
status = "ok"; status = "okay";
}; };
}; };

View file

@ -37,6 +37,6 @@
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -37,6 +37,6 @@
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -37,14 +37,14 @@
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };

View file

@ -37,14 +37,14 @@
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };

View file

@ -26,6 +26,6 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -57,34 +57,34 @@
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
}; };
&i2c3 { &i2c3 {
status = "ok"; status = "okay";
}; };
&adc0 { &adc0 {
status = "ok"; status = "okay";
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };

View file

@ -49,15 +49,15 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
/* ST Microelectronics LSM6DSL accel/gyro sensor */ /* ST Microelectronics LSM6DSL accel/gyro sensor */
lsm6dsl@1 { lsm6dsl@1 {
@ -70,7 +70,7 @@
}; };
&i2s5 { &i2s5 {
status = "ok"; status = "okay";
mp34dt05@0 { mp34dt05@0 {
compatible = "st,mpxxdtyy"; compatible = "st,mpxxdtyy";
@ -80,12 +80,12 @@
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
hts221@5f { hts221@5f {
@ -109,7 +109,7 @@
}; };
&i2c3 { &i2c3 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
lp3943@60 { lp3943@60 {
@ -120,5 +120,5 @@
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -55,35 +55,35 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart6 { &usart6 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart6_pins_a>; pinctrl-0 = <&usart6_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
/* Nordic nRF51822-QFAC */ /* Nordic nRF51822-QFAC */
bt-hci@0 { bt-hci@0 {
@ -97,11 +97,11 @@
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };
&flash0 { &flash0 {
@ -142,5 +142,5 @@
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -22,29 +22,29 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <28>; sda-pin = <28>;
scl-pin = <2>; scl-pin = <2>;
}; };
&uart0 { &uart0 {
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <29>; tx-pin = <29>;
rx-pin = <11>; rx-pin = <11>;
}; };
&spi1 { &spi1 {
compatible = "nordic,nrf-spis"; compatible = "nordic,nrf-spis";
status = "ok"; status = "okay";
sck-pin = <7>; sck-pin = <7>;
mosi-pin = <0>; mosi-pin = <0>;
miso-pin = <30>; miso-pin = <30>;

View file

@ -59,21 +59,21 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c3 { &i2c3 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_STANDARD>; clock-frequency = <I2C_BITRATE_STANDARD>;
lp3943@60 { lp3943@60 {
@ -84,9 +84,9 @@
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -54,17 +54,17 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <13>; tx-pin = <13>;
rx-pin = <15>; rx-pin = <15>;
rts-pin = <12>; rts-pin = <12>;
@ -72,13 +72,13 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <20>; sda-pin = <20>;
scl-pin = <22>; scl-pin = <22>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <26>; sck-pin = <26>;
mosi-pin = <23>; mosi-pin = <23>;
miso-pin = <25>; miso-pin = <25>;

View file

@ -51,7 +51,7 @@
}; };
&i2s2 { &i2s2 {
status = "ok"; status = "okay";
mp34dt01@0 { mp34dt01@0 {
compatible = "st,mpxxdtyy"; compatible = "st,mpxxdtyy";
@ -61,7 +61,7 @@
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
/* ST Microelectronics LIS3MDL magnetic field sensor */ /* ST Microelectronics LIS3MDL magnetic field sensor */
@ -80,43 +80,43 @@
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2s2 { &i2s2 {
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&timers3 { &timers3 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&timers4 { &timers4 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&timers9 { &timers9 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
@ -124,23 +124,23 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&uart4 { &uart4 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&uart4_pins_b>; pinctrl-0 = <&uart4_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -39,18 +39,18 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart3 { &usart3 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart3_pins_a>; pinctrl-0 = <&usart3_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
lis3dh@32 { lis3dh@32 {
compatible = "st,lis3dh"; compatible = "st,lis3dh";

View file

@ -35,7 +35,7 @@
}; };
&sercom0 { &sercom0 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <3>; rxpo = <3>;
@ -43,7 +43,7 @@
}; };
&sercom4 { &sercom4 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-spi"; compatible = "atmel,sam0-spi";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
@ -81,5 +81,5 @@
}; };
&usb0 { &usb0 {
status = "ok"; status = "okay";
}; };

View file

@ -42,7 +42,7 @@
}; };
&sercom0 { &sercom0 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <3>; rxpo = <3>;
@ -50,7 +50,7 @@
}; };
&sercom2 { &sercom2 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <1>; rxpo = <1>;
@ -59,7 +59,7 @@
/* Drives the on-board DotStar LED */ /* Drives the on-board DotStar LED */
&sercom1 { &sercom1 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-spi"; compatible = "atmel,sam0-spi";
dipo = <2>; dipo = <2>;
dopo = <0>; dopo = <0>;
@ -104,5 +104,5 @@
}; };
&usb0 { &usb0 {
status = "ok"; status = "okay";
}; };

View file

@ -24,19 +24,19 @@
}; };
&wdog { &wdog {
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -44,7 +44,7 @@
}; };
&sercom0 { &sercom0 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <3>; rxpo = <3>;
@ -52,7 +52,7 @@
}; };
&sercom5 { &sercom5 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <3>; rxpo = <3>;
@ -60,7 +60,7 @@
}; };
&sercom4 { &sercom4 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-spi"; compatible = "atmel,sam0-spi";
dipo = <0>; dipo = <0>;
dopo = <1>; dopo = <1>;
@ -84,5 +84,5 @@
}; };
&usb0 { &usb0 {
status = "ok"; status = "okay";
}; };

View file

@ -41,14 +41,14 @@
}; };
&sercom0 { &sercom0 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-spi"; compatible = "atmel,sam0-spi";
dipo = <0>; dipo = <0>;
dopo = <2>; dopo = <2>;
}; };
&sercom3 { &sercom3 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <3>; rxpo = <3>;
@ -56,7 +56,7 @@
}; };
&sercom4 { &sercom4 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <1>; rxpo = <1>;
@ -81,5 +81,5 @@
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -42,7 +42,7 @@
}; };
&sercom0 { &sercom0 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <9600>; current-speed = <9600>;
rxpo = <3>; rxpo = <3>;
@ -50,7 +50,7 @@
}; };
&sercom1 { &sercom1 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <3>; rxpo = <3>;
@ -58,7 +58,7 @@
}; };
&sercom3 { &sercom3 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <1>; rxpo = <1>;
@ -66,12 +66,12 @@
}; };
&sercom5 { &sercom5 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-spi"; compatible = "atmel,sam0-spi";
dipo = <0>; dipo = <0>;
dopo = <2>; dopo = <2>;
}; };
&usb0 { &usb0 {
status = "ok"; status = "okay";
}; };

View file

@ -42,7 +42,7 @@
}; };
&sercom0 { &sercom0 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-uart"; compatible = "atmel,sam0-uart";
current-speed = <115200>; current-speed = <115200>;
rxpo = <1>; rxpo = <1>;
@ -50,14 +50,14 @@
}; };
&sercom1 { &sercom1 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-i2c"; compatible = "atmel,sam0-i2c";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
label = "I2C_0"; label = "I2C_0";
}; };
&sercom5 { &sercom5 {
status = "ok"; status = "okay";
compatible = "atmel,sam0-spi"; compatible = "atmel,sam0-spi";
dipo = <0>; dipo = <0>;
dopo = <2>; dopo = <2>;
@ -65,9 +65,9 @@
}; };
&usb0 { &usb0 {
status = "ok"; status = "okay";
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -64,25 +64,25 @@ arduino_i2c: &i2c1 {};
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_a>; pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };

View file

@ -42,22 +42,22 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <24>; tx-pin = <24>;
rx-pin = <25>; rx-pin = <25>;
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
sda-pin = <30>; sda-pin = <30>;
scl-pin = <0>; scl-pin = <0>;

View file

@ -56,19 +56,19 @@
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <6>; tx-pin = <6>;
@ -78,18 +78,18 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <17>; ch0-pin = <17>;
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
sck-pin = <25>; sck-pin = <25>;
mosi-pin = <23>; mosi-pin = <23>;
miso-pin = <24>; miso-pin = <24>;
@ -97,7 +97,7 @@
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <16>; sck-pin = <16>;
mosi-pin = <20>; mosi-pin = <20>;
miso-pin = <14>; miso-pin = <14>;

View file

@ -76,25 +76,25 @@
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&gpio1 { &gpio1 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <6>; tx-pin = <6>;
rx-pin = <8>; rx-pin = <8>;
rts-pin = <5>; rts-pin = <5>;
@ -102,18 +102,18 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <13>; ch0-pin = <13>;
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
sck-pin = <41>; sck-pin = <41>;
mosi-pin = <40>; mosi-pin = <40>;
miso-pin = <4>; miso-pin = <4>;
@ -121,7 +121,7 @@
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <19>; sck-pin = <19>;
mosi-pin = <20>; mosi-pin = <20>;
miso-pin = <21>; miso-pin = <21>;
@ -180,5 +180,5 @@
&usbd { &usbd {
compatible = "nordic,nrf-usbd"; compatible = "nordic,nrf-usbd";
status = "ok"; status = "okay";
}; };

View file

@ -54,28 +54,28 @@
}; };
&trng { &trng {
status = "ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status = "ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <13>; tx-pin = <13>;
rx-pin = <12>; rx-pin = <12>;
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
scl-pin = <4>; scl-pin = <4>;
sda-pin = <5>; sda-pin = <5>;
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
sck-pin = <10>; sck-pin = <10>;
mosi-pin = <9>; mosi-pin = <9>;
miso-pin = <8>; miso-pin = <8>;

View file

@ -25,15 +25,15 @@
}; };
&gpioa { &gpioa {
status = "ok"; status = "okay";
}; };
&trng0 { &trng0 {
status = "ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -54,28 +54,28 @@
}; };
&trng { &trng {
status = "ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status = "ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <3>; tx-pin = <3>;
rx-pin = <2>; rx-pin = <2>;
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
scl-pin = <4>; scl-pin = <4>;
sda-pin = <5>; sda-pin = <5>;
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
sck-pin = <10>; sck-pin = <10>;
mosi-pin = <9>; mosi-pin = <9>;
miso-pin = <8>; miso-pin = <8>;

View file

@ -59,11 +59,11 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };

View file

@ -48,27 +48,27 @@
}; };
&uart2 { &uart2 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
modem-mode = <64>; modem-mode = <64>;
}; };
&gpio1 { &gpio1 {
status = "ok"; status = "okay";
}; };
&gpio2 { &gpio2 {
status = "ok"; status = "okay";
}; };
&i2c4 { &i2c4 {
status = "ok"; status = "okay";
}; };
&pwm1 { &pwm1 {
status = "ok"; status = "okay";
}; };
&mub { &mub {
status = "ok"; status = "okay";
}; };

View file

@ -21,16 +21,16 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
current-speed = <1000000>; current-speed = <1000000>;
status = "ok"; status = "okay";
tx-pin = <9>; tx-pin = <9>;
rx-pin = <11>; rx-pin = <11>;
rts-pin = <12>; rts-pin = <12>;

View file

@ -25,6 +25,6 @@
}; };
&uart6 { &uart6 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -25,6 +25,6 @@
}; };
&uart5 { &uart5 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -53,30 +53,30 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_a>; pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&uart4 { &uart4 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&uart4_pins_a>; pinctrl-0 = <&uart4_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
lis3mdl-magn@1e { lis3mdl-magn@1e {
@ -112,11 +112,11 @@
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&spi3 { &spi3 {
status = "ok"; status = "okay";
cs-gpios = <&gpiod 13 0>, <&gpioe 0 0>; cs-gpios = <&gpiod 13 0>, <&gpioe 0 0>;
@ -185,21 +185,21 @@
}; };
&timers2 { &timers2 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };

View file

@ -23,6 +23,6 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_a>; pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };

View file

@ -58,5 +58,5 @@
current-speed = <115200>; current-speed = <115200>;
location-rx = <GECKO_LOCATION(4) GECKO_PORT_A GECKO_PIN(0)>; location-rx = <GECKO_LOCATION(4) GECKO_PORT_A GECKO_PIN(0)>;
location-tx = <GECKO_LOCATION(4) GECKO_PORT_F GECKO_PIN(2)>; location-tx = <GECKO_LOCATION(4) GECKO_PORT_F GECKO_PIN(2)>;
status = "ok"; status = "okay";
}; };

View file

@ -57,28 +57,28 @@
current-speed = <115200>; current-speed = <115200>;
location-rx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(1)>; location-rx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(1)>;
location-tx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(0)>; location-tx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(0)>;
status = "ok"; status = "okay";
}; };
&leuart0 { &leuart0 {
current-speed = <9600>; current-speed = <9600>;
location-rx = <GECKO_LOCATION(18) GECKO_PORT_D GECKO_PIN(11)>; location-rx = <GECKO_LOCATION(18) GECKO_PORT_D GECKO_PIN(11)>;
location-tx = <GECKO_LOCATION(18) GECKO_PORT_D GECKO_PIN(10)>; location-tx = <GECKO_LOCATION(18) GECKO_PORT_D GECKO_PIN(10)>;
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
location-sda = <GECKO_LOCATION(15) GECKO_PORT_C GECKO_PIN(10)>; location-sda = <GECKO_LOCATION(15) GECKO_PORT_C GECKO_PIN(10)>;
location-scl = <GECKO_LOCATION(15) GECKO_PORT_C GECKO_PIN(11)>; location-scl = <GECKO_LOCATION(15) GECKO_PORT_C GECKO_PIN(11)>;
status = "ok"; status = "okay";
}; };
&rtcc0 { &rtcc0 {
prescaler = <1>; prescaler = <1>;
status = "ok"; status = "okay";
}; };
&gpio { &gpio {
location-swo = <0>; location-swo = <0>;
status = "ok"; status = "okay";
}; };

View file

@ -57,5 +57,5 @@
current-speed = <115200>; current-speed = <115200>;
location-rx = <GECKO_LOCATION(1) GECKO_PORT_E GECKO_PIN(1)>; location-rx = <GECKO_LOCATION(1) GECKO_PORT_E GECKO_PIN(1)>;
location-tx = <GECKO_LOCATION(1) GECKO_PORT_E GECKO_PIN(0)>; location-tx = <GECKO_LOCATION(1) GECKO_PORT_E GECKO_PIN(0)>;
status = "ok"; status = "okay";
}; };

View file

@ -59,17 +59,17 @@
current-speed = <115200>; current-speed = <115200>;
location-rx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(1)>; location-rx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(1)>;
location-tx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(0)>; location-tx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(0)>;
status = "ok"; status = "okay";
}; };
&rtcc0 { &rtcc0 {
prescaler = <1>; prescaler = <1>;
status = "ok"; status = "okay";
}; };
&gpio { &gpio {
location-swo = <0>; location-swo = <0>;
status = "ok"; status = "okay";
}; };
&flash0 { &flash0 {

View file

@ -56,34 +56,34 @@
current-speed = <115200>; current-speed = <115200>;
location-rx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(1)>; location-rx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(1)>;
location-tx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(0)>; location-tx = <GECKO_LOCATION(0) GECKO_PORT_A GECKO_PIN(0)>;
status = "ok"; status = "okay";
}; };
&leuart0 { &leuart0 {
current-speed = <9600>; current-speed = <9600>;
location-rx = <GECKO_LOCATION(27) GECKO_PORT_F GECKO_PIN(4)>; location-rx = <GECKO_LOCATION(27) GECKO_PORT_F GECKO_PIN(4)>;
location-tx = <GECKO_LOCATION(27) GECKO_PORT_F GECKO_PIN(3)>; location-tx = <GECKO_LOCATION(27) GECKO_PORT_F GECKO_PIN(3)>;
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
location-sda = <GECKO_LOCATION(15) GECKO_PORT_C GECKO_PIN(10)>; location-sda = <GECKO_LOCATION(15) GECKO_PORT_C GECKO_PIN(10)>;
location-scl = <GECKO_LOCATION(15) GECKO_PORT_C GECKO_PIN(11)>; location-scl = <GECKO_LOCATION(15) GECKO_PORT_C GECKO_PIN(11)>;
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
location-sda = <GECKO_LOCATION(17) GECKO_PORT_C GECKO_PIN(4)>; location-sda = <GECKO_LOCATION(17) GECKO_PORT_C GECKO_PIN(4)>;
location-scl = <GECKO_LOCATION(17) GECKO_PORT_C GECKO_PIN(5)>; location-scl = <GECKO_LOCATION(17) GECKO_PORT_C GECKO_PIN(5)>;
status = "ok"; status = "okay";
}; };
&rtcc0 { &rtcc0 {
prescaler = <1>; prescaler = <1>;
status = "ok"; status = "okay";
}; };
&gpio { &gpio {
location-swo = <0>; location-swo = <0>;
status = "ok"; status = "okay";
}; };

View file

@ -109,15 +109,15 @@
arduino_serial: &uart3 {}; arduino_serial: &uart3 {};
&adc0 { &adc0 {
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
fxos8700@1d { fxos8700@1d {
compatible = "nxp,fxos8700"; compatible = "nxp,fxos8700";
@ -129,7 +129,7 @@ arduino_serial: &uart3 {};
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
mcr20a@0 { mcr20a@0 {
compatible = "nxp,mcr20a"; compatible = "nxp,mcr20a";
@ -138,22 +138,22 @@ arduino_serial: &uart3 {};
spi-max-frequency = <4000000>; spi-max-frequency = <4000000>;
irqb-gpios = <&gpiob 9 0>; irqb-gpios = <&gpiob 9 0>;
reset-gpios = <&gpioa 2 0>; reset-gpios = <&gpioa 2 0>;
status = "ok"; status = "okay";
}; };
}; };
&pwm3 { &pwm3 {
status = "ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&usbd { &usbd {
compatible = "nxp,kinetis-usbd"; compatible = "nxp,kinetis-usbd";
status = "ok"; status = "okay";
num-bidir-endpoints = <8>; num-bidir-endpoints = <8>;
}; };
@ -199,8 +199,8 @@ arduino_serial: &uart3 {};
}; };
&eth { &eth {
status = "ok"; status = "okay";
ptp { ptp {
status = "ok"; status = "okay";
}; };
}; };

View file

@ -62,11 +62,11 @@
}; };
&adc0 { &adc0 {
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
mma8451q@1d { mma8451q@1d {
compatible = "nxp,fxos8700","nxp,mma8451q"; compatible = "nxp,fxos8700","nxp,mma8451q";
reg = <0x1d>; reg = <0x1d>;
@ -77,12 +77,12 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&usbd { &usbd {
compatible = "nxp,kinetis-usbd"; compatible = "nxp,kinetis-usbd";
status = "ok"; status = "okay";
num-bidir-endpoints = <8>; num-bidir-endpoints = <8>;
}; };

View file

@ -64,11 +64,11 @@
}; };
&adc0 { &adc0 {
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
fxos8700@1f { fxos8700@1f {
compatible = "nxp,fxos8700"; compatible = "nxp,fxos8700";
@ -79,6 +79,6 @@
}; };
&lpuart0 { &lpuart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -80,19 +80,19 @@
}; };
&adc0 { &adc0 {
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };
&pwm3 { &pwm3 {
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
max30101@57 { max30101@57 {
compatible = "max,max30101"; compatible = "max,max30101";
@ -102,7 +102,7 @@
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
fxos8700@1e { fxos8700@1e {
compatible = "nxp,fxos8700"; compatible = "nxp,fxos8700";
@ -122,12 +122,12 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&uart4 { &uart4 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -28,14 +28,14 @@
}; };
&adc0 { &adc0 {
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
}; };
&lpuart0 { &lpuart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -42,15 +42,15 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <29>; ch0-pin = <29>;
}; };

View file

@ -22,5 +22,5 @@
}; };
&mailbox0 { &mailbox0 {
status = "ok"; status = "okay";
}; };

View file

@ -44,22 +44,22 @@
}; };
&usart0 { &usart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&mailbox0 { &mailbox0 {
status = "ok"; status = "okay";
}; };
&red_led { &red_led {
status = "ok"; status = "okay";
}; };
&green_led { &green_led {
status = "ok"; status = "okay";
}; };
&blue_led { &blue_led {
status = "ok"; status = "okay";
}; };

View file

@ -44,26 +44,26 @@
}; };
&usart0 { &usart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&gpio0 { &gpio0 {
status = "ok"; status = "okay";
}; };
&gpio1 { &gpio1 {
status = "ok"; status = "okay";
}; };
&green_led { &green_led {
status = "ok"; status = "okay";
}; };
&blue_led { &blue_led {
status = "ok"; status = "okay";
}; };
&red_led { &red_led {
status = "ok"; status = "okay";
}; };

View file

@ -20,21 +20,21 @@
}; };
&uart2 { &uart2 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
port_sel = <0>; port_sel = <0>;
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
port_sel = <1>; port_sel = <1>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
port_sel = <7>; port_sel = <7>;
}; };

View file

@ -20,6 +20,6 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -41,25 +41,25 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&timers3 { &timers3 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };

View file

@ -54,15 +54,15 @@ arduino_serial: &uart4 {};
at25sf128a: at25sf128a@0 { at25sf128a: at25sf128a@0 {
compatible = "adesto,at25sf128a", "jedec,spi-nor"; compatible = "adesto,at25sf128a", "jedec,spi-nor";
reg = <0>; reg = <0>;
status = "ok"; status = "okay";
}; };
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -62,26 +62,26 @@ arduino_serial: &uart2 {};
is25wp064: is25wp064@0 { is25wp064: is25wp064@0 {
compatible = "issi,is25wp064", "jedec,spi-nor"; compatible = "issi,is25wp064", "jedec,spi-nor";
reg = <0>; reg = <0>;
status = "ok"; status = "okay";
}; };
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
}; };
&i2c4 { &i2c4 {
status = "ok"; status = "okay";
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&eth { &eth {
status = "ok"; status = "okay";
ptp { ptp {
status = "ok"; status = "okay";
}; };
}; };

View file

@ -72,12 +72,12 @@ arduino_serial: &uart3 {};
hyperflash0: hyperflash@0 { hyperflash0: hyperflash@0 {
compatible = "cypress,s26ks512s"; compatible = "cypress,s26ks512s";
reg = <0>; reg = <0>;
status = "ok"; status = "okay";
}; };
}; };
&lcdif1 { &lcdif1 {
status = "ok"; status = "okay";
port { port {
lcd_panel_out: endpoint { lcd_panel_out: endpoint {
remote-endpoint = <&lcd_panel_in>; remote-endpoint = <&lcd_panel_in>;
@ -86,7 +86,7 @@ arduino_serial: &uart3 {};
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
fxos8700@1f { fxos8700@1f {
compatible = "nxp,fxos8700"; compatible = "nxp,fxos8700";
@ -104,21 +104,21 @@ arduino_serial: &uart3 {};
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&spi3 { &spi3 {
status = "ok"; status = "okay";
}; };
&eth { &eth {
status = "ok"; status = "okay";
ptp { ptp {
status = "ok"; status = "okay";
}; };
}; };
&usbd1 { &usbd1 {
status = "ok"; status = "okay";
}; };

View file

@ -13,6 +13,6 @@
is25wp064: is25wp064@0 { is25wp064: is25wp064@0 {
compatible = "issi,is25wp064", "jedec,spi-nor"; compatible = "issi,is25wp064", "jedec,spi-nor";
reg = <0>; reg = <0>;
status = "ok"; status = "okay";
}; };
}; };

View file

@ -68,12 +68,12 @@ arduino_serial: &uart3 {};
is25wp064: is25wp064@0 { is25wp064: is25wp064@0 {
compatible = "issi,is25wp064", "jedec,spi-nor"; compatible = "issi,is25wp064", "jedec,spi-nor";
reg = <0>; reg = <0>;
status = "ok"; status = "okay";
}; };
}; };
&lcdif1 { &lcdif1 {
status = "ok"; status = "okay";
port { port {
lcd_panel_out: endpoint { lcd_panel_out: endpoint {
remote-endpoint = <&lcd_panel_in>; remote-endpoint = <&lcd_panel_in>;
@ -82,10 +82,10 @@ arduino_serial: &uart3 {};
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -12,6 +12,6 @@
hyperflash0: hyperflash@0 { hyperflash0: hyperflash@0 {
compatible = "cypress,s26ks512s"; compatible = "cypress,s26ks512s";
reg = <0>; reg = <0>;
status = "ok"; status = "okay";
}; };
}; };

View file

@ -65,7 +65,7 @@
arduino_i2c: &i2c1 {}; arduino_i2c: &i2c1 {};
&lcdif1 { &lcdif1 {
status = "ok"; status = "okay";
port { port {
lcd_panel_out: endpoint { lcd_panel_out: endpoint {
remote-endpoint = <&lcd_panel_in>; remote-endpoint = <&lcd_panel_in>;
@ -74,17 +74,17 @@ arduino_i2c: &i2c1 {};
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };
&eth { &eth {
status = "ok"; status = "okay";
ptp { ptp {
status = "ok"; status = "okay";
}; };
}; };

View file

@ -22,7 +22,7 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
}; };

View file

@ -75,22 +75,22 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <0>; sda-pin = <0>;
scl-pin = <1>; scl-pin = <1>;
/* smba-pin = <2>; */ /* smba-pin = <2>; */
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <25>; sck-pin = <25>;
mosi-pin = <24>; mosi-pin = <24>;
miso-pin = <23>; miso-pin = <23>;
@ -99,7 +99,7 @@
&uart0 { &uart0 {
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <9>; tx-pin = <9>;
rx-pin = <11>; rx-pin = <11>;
rts-pin = <8>; rts-pin = <8>;

View file

@ -34,16 +34,16 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <9>; tx-pin = <9>;
rx-pin = <11>; rx-pin = <11>;
rts-pin = <8>; rts-pin = <8>;

View file

@ -76,20 +76,20 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <9>; tx-pin = <9>;
rx-pin = <11>; rx-pin = <11>;
rts-pin = <8>; rts-pin = <8>;
@ -97,28 +97,28 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <30>; sda-pin = <30>;
scl-pin = <7>; scl-pin = <7>;
}; };
&i2c1 { &i2c1 {
/* Cannot be used together with spi1. */ /* Cannot be used together with spi1. */
/* status = "ok"; */ /* status = "okay"; */
sda-pin = <5>; sda-pin = <5>;
scl-pin = <6>; scl-pin = <6>;
}; };
&spi0 { &spi0 {
/* Cannot be used together with i2c0. */ /* Cannot be used together with i2c0. */
/* status = "ok"; */ /* status = "okay"; */
sck-pin = <7>; sck-pin = <7>;
mosi-pin = <29>; mosi-pin = <29>;
miso-pin = <30>; miso-pin = <30>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <6>; sck-pin = <6>;
mosi-pin = <5>; mosi-pin = <5>;
miso-pin = <4>; miso-pin = <4>;

View file

@ -47,16 +47,16 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <10>; tx-pin = <10>;
rx-pin = <11>; rx-pin = <11>;
rts-pin = <12>; rts-pin = <12>;
@ -64,7 +64,7 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
sda-pin = <29>; sda-pin = <29>;
scl-pin = <30>; scl-pin = <30>;

View file

@ -78,20 +78,20 @@
}; };
&adc { &adc {
status = "ok"; status = "okay";
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uarte"; compatible = "nordic,nrf-uarte";
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <6>; tx-pin = <6>;
rx-pin = <8>; rx-pin = <8>;
@ -100,13 +100,13 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
sck-pin = <29>; sck-pin = <29>;
mosi-pin = <31>; mosi-pin = <31>;
miso-pin = <30>; miso-pin = <30>;

View file

@ -76,21 +76,21 @@
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <6>; tx-pin = <6>;
rx-pin = <8>; rx-pin = <8>;
rts-pin = <5>; rts-pin = <5>;
@ -99,19 +99,19 @@
&i2c0 { &i2c0 {
/* Arduino compatible PINs */ /* Arduino compatible PINs */
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <13>; ch0-pin = <13>;
ch0-inverted; ch0-inverted;
}; };
&spi0 { &spi0 {
status = "ok"; status = "okay";
sck-pin = <0>; sck-pin = <0>;
mosi-pin = <1>; mosi-pin = <1>;
miso-pin = <9>; miso-pin = <9>;

View file

@ -61,15 +61,15 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <20>; tx-pin = <20>;
@ -79,19 +79,19 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
sda-pin = <30>; sda-pin = <30>;
scl-pin = <31>; scl-pin = <31>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <22>; ch0-pin = <22>;
ch0-inverted; ch0-inverted;
}; };

View file

@ -58,25 +58,25 @@
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&gpio1 { &gpio1 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <6>; tx-pin = <6>;
rx-pin = <8>; rx-pin = <8>;
rts-pin = <5>; rts-pin = <5>;
@ -84,42 +84,42 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <12>; sda-pin = <12>;
scl-pin = <11>; scl-pin = <11>;
}; };
&i2c1 { &i2c1 {
/* Cannot be used together with spi1. */ /* Cannot be used together with spi1. */
/* status = "ok"; */ /* status = "okay"; */
sda-pin = <2>; sda-pin = <2>;
scl-pin = <3>; scl-pin = <3>;
}; };
&spi0 { &spi0 {
/* Cannot be used together with i2c0. */ /* Cannot be used together with i2c0. */
/* status = "ok"; */ /* status = "okay"; */
sck-pin = <19>; sck-pin = <19>;
mosi-pin = <20>; mosi-pin = <20>;
miso-pin = <21>; miso-pin = <21>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <25>; sck-pin = <25>;
mosi-pin = <34>; mosi-pin = <34>;
miso-pin = <24>; miso-pin = <24>;
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
sck-pin = <26>; sck-pin = <26>;
mosi-pin = <23>; mosi-pin = <23>;
miso-pin = <27>; miso-pin = <27>;
}; };
&spi3 { &spi3 {
status = "ok"; status = "okay";
sck-pin = <29>; sck-pin = <29>;
mosi-pin = <30>; mosi-pin = <30>;
miso-pin = <31>; miso-pin = <31>;
@ -167,5 +167,5 @@
&usbd { &usbd {
compatible = "nordic,nrf-usbd"; compatible = "nordic,nrf-usbd";
status = "ok"; status = "okay";
}; };

View file

@ -59,21 +59,21 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&gpio1 { &gpio1 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <20>; tx-pin = <20>;
rx-pin = <19>; rx-pin = <19>;
rts-pin = <5>; rts-pin = <5>;
@ -81,19 +81,19 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
sda-pin = <30>; sda-pin = <30>;
scl-pin = <31>; scl-pin = <31>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <22>; ch0-pin = <22>;
ch0-inverted; ch0-inverted;
}; };
@ -140,5 +140,5 @@
&usbd { &usbd {
compatible = "nordic,nrf-usbd"; compatible = "nordic,nrf-usbd";
status = "ok"; status = "okay";
}; };

View file

@ -55,44 +55,44 @@
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&gpio1 { &gpio1 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <8>; tx-pin = <8>;
rx-pin = <7>; rx-pin = <7>;
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <5>; sda-pin = <5>;
scl-pin = <6>; scl-pin = <6>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <31>; sck-pin = <31>;
mosi-pin = <29>; mosi-pin = <29>;
miso-pin = <33>; miso-pin = <33>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <13>; ch0-pin = <13>;
ch0-inverted; ch0-inverted;
}; };
@ -139,5 +139,5 @@
&usbd { &usbd {
compatible = "nordic,nrf-usbd"; compatible = "nordic,nrf-usbd";
status = "ok"; status = "okay";
}; };

View file

@ -180,7 +180,7 @@ more than one UART for connecting peripheral devices:
&uart1 { &uart1 {
compatible = "nordic,nrf-uarte"; compatible = "nordic,nrf-uarte";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <14>; tx-pin = <14>;
rx-pin = <16>; rx-pin = <16>;
}; };

View file

@ -103,25 +103,25 @@
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&gpio1 { &gpio1 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <6>; tx-pin = <6>;
rx-pin = <8>; rx-pin = <8>;
rts-pin = <5>; rts-pin = <5>;
@ -129,41 +129,41 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&i2c1 { &i2c1 {
/* Cannot be used together with spi1. */ /* Cannot be used together with spi1. */
/* status = "ok"; */ /* status = "okay"; */
sda-pin = <30>; sda-pin = <30>;
scl-pin = <31>; scl-pin = <31>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <13>; ch0-pin = <13>;
ch0-inverted; ch0-inverted;
}; };
&spi0 { &spi0 {
/* Cannot be used together with i2c0. */ /* Cannot be used together with i2c0. */
/* status = "ok"; */ /* status = "okay"; */
sck-pin = <27>; sck-pin = <27>;
mosi-pin = <26>; mosi-pin = <26>;
miso-pin = <29>; miso-pin = <29>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <31>; sck-pin = <31>;
mosi-pin = <30>; mosi-pin = <30>;
miso-pin = <40>; miso-pin = <40>;
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
sck-pin = <19>; sck-pin = <19>;
mosi-pin = <20>; mosi-pin = <20>;
miso-pin = <21>; miso-pin = <21>;
@ -181,7 +181,7 @@
}; };
&spi3 { &spi3 {
status = "ok"; status = "okay";
sck-pin = <41>; sck-pin = <41>;
mosi-pin = <42>; mosi-pin = <42>;
miso-pin = <43>; miso-pin = <43>;
@ -229,5 +229,5 @@
&usbd { &usbd {
compatible = "nordic,nrf-usbd"; compatible = "nordic,nrf-usbd";
status = "ok"; status = "okay";
}; };

View file

@ -66,21 +66,21 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&gpio1 { &gpio1 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uarte"; compatible = "nordic,nrf-uarte";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <20>; tx-pin = <20>;
rx-pin = <24>; rx-pin = <24>;
rts-pin = <17>; rts-pin = <17>;
@ -88,14 +88,14 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&i2c1 { &i2c1 {
/* Cannot be used together with spi1. */ /* Cannot be used together with spi1. */
/* status = "ok"; */ /* status = "okay"; */
sda-pin = <30>; sda-pin = <30>;
scl-pin = <31>; scl-pin = <31>;
}; };
@ -106,14 +106,14 @@
*/ */
&spi0 { &spi0 {
/* Cannot be used together with i2c0. */ /* Cannot be used together with i2c0. */
/* status = "ok"; */ /* status = "okay"; */
sck-pin = <27>; sck-pin = <27>;
mosi-pin = <26>; mosi-pin = <26>;
miso-pin = <42>; miso-pin = <42>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
sck-pin = <31>; sck-pin = <31>;
mosi-pin = <30>; mosi-pin = <30>;
miso-pin = <45>; miso-pin = <45>;
@ -128,5 +128,5 @@
&usbd { &usbd {
compatible = "nordic,nrf-usbd"; compatible = "nordic,nrf-usbd";
status = "ok"; status = "okay";
}; };

View file

@ -24,15 +24,15 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&gpio1 { &gpio1 {
status ="ok"; status = "okay";
}; };
/* The nRF52840 SoC does not have any connection to the any of the LEDs, /* The nRF52840 SoC does not have any connection to the any of the LEDs,
@ -42,7 +42,7 @@
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <5>; tx-pin = <5>;
rx-pin = <3>; rx-pin = <3>;
rts-pin = <40>; rts-pin = <40>;

View file

@ -53,17 +53,17 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <6>; tx-pin = <6>;
rx-pin = <8>; rx-pin = <8>;
}; };

View file

@ -36,17 +36,17 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <29>; tx-pin = <29>;
rx-pin = <30>; rx-pin = <30>;
rts-pin = <2>; rts-pin = <2>;
@ -54,7 +54,7 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
sda-pin = <28>; sda-pin = <28>;
scl-pin = <2>; scl-pin = <2>;
}; };

View file

@ -77,19 +77,19 @@
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
arduino_serial: &uart0 { arduino_serial: &uart0 {
status = "ok"; status = "okay";
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <6>; tx-pin = <6>;
@ -99,41 +99,41 @@ arduino_serial: &uart0 {
}; };
arduino_i2c: &i2c0 { arduino_i2c: &i2c0 {
status = "ok"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;
}; };
&i2c1 { &i2c1 {
/* Cannot be used together with spi1. */ /* Cannot be used together with spi1. */
/* status = "ok"; */ /* status = "okay"; */
sda-pin = <30>; sda-pin = <30>;
scl-pin = <31>; scl-pin = <31>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <17>; ch0-pin = <17>;
ch0-inverted; ch0-inverted;
}; };
&spi0 { &spi0 {
/* Cannot be used together with i2c0. */ /* Cannot be used together with i2c0. */
/* status = "ok"; */ /* status = "okay"; */
sck-pin = <27>; sck-pin = <27>;
mosi-pin = <26>; mosi-pin = <26>;
miso-pin = <25>; miso-pin = <25>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
sck-pin = <31>; sck-pin = <31>;
mosi-pin = <30>; mosi-pin = <30>;
miso-pin = <29>; miso-pin = <29>;
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
sck-pin = <22>; sck-pin = <22>;
mosi-pin = <23>; mosi-pin = <23>;
miso-pin = <24>; miso-pin = <24>;

View file

@ -57,19 +57,19 @@
}; };
&adc { &adc {
status = "ok"; status = "okay";
}; };
&gpiote { &gpiote {
status = "ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status = "ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <3>; tx-pin = <3>;
@ -77,7 +77,7 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
sda-pin = <7>; sda-pin = <7>;
scl-pin = <8>; scl-pin = <8>;
@ -111,7 +111,7 @@
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
sda-pin = <14>; sda-pin = <14>;
scl-pin = <15>; scl-pin = <15>;

View file

@ -47,17 +47,17 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
status = "ok"; status = "okay";
tx-pin = <27>; tx-pin = <27>;
rx-pin = <26>; rx-pin = <26>;
}; };

View file

@ -46,15 +46,15 @@
}; };
&gpiote { &gpiote {
status ="ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status ="ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uart";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <6>; tx-pin = <6>;
@ -64,7 +64,7 @@
}; };
&i2c0 { &i2c0 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;

View file

@ -69,19 +69,19 @@
}; };
&adc { &adc {
status ="ok"; status = "okay";
}; };
&gpiote { &gpiote {
status = "ok"; status = "okay";
}; };
&gpio0 { &gpio0 {
status = "ok"; status = "okay";
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <29>; tx-pin = <29>;
rx-pin = <28>; rx-pin = <28>;
@ -90,7 +90,7 @@
}; };
&uart1 { &uart1 {
status = "ok"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <1>; tx-pin = <1>;
rx-pin = <0>; rx-pin = <0>;
@ -99,33 +99,33 @@
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
sda-pin = <30>; sda-pin = <30>;
scl-pin = <31>; scl-pin = <31>;
}; };
&pwm0 { &pwm0 {
status = "ok"; status = "okay";
ch0-pin = <2>; ch0-pin = <2>;
}; };
&spi3 { &spi3 {
status = "ok"; status = "okay";
sck-pin = <19>; sck-pin = <19>;
mosi-pin = <18>; mosi-pin = <18>;
miso-pin = <17>; miso-pin = <17>;
}; };
&timer0 { &timer0 {
status = "ok"; status = "okay";
}; };
&timer1 { &timer1 {
status = "ok"; status = "okay";
}; };
&timer2 { &timer2 {
status = "ok"; status = "okay";
}; };
&flash0 { &flash0 {

View file

@ -44,35 +44,35 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };

View file

@ -44,35 +44,35 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };

View file

@ -50,30 +50,30 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };
&flash0 { &flash0 {
@ -95,5 +95,5 @@ arduino_spi: &spi1 {
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };

View file

@ -50,7 +50,7 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart3 { &usart3 {
@ -60,25 +60,25 @@
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&timers1 { &timers1 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };

View file

@ -56,23 +56,23 @@ arduino_serial: &usart6 {};
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart3_pins_b>; pinctrl-0 = <&usart3_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart6 { &usart6 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };

View file

@ -44,45 +44,45 @@ arduino_i2c: &i2c1 {};
arduino_spi: &spi2 {}; arduino_spi: &spi2 {};
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&usart1 { &usart1 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart3 { &usart3 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart3_pins_a>; pinctrl-0 = <&usart3_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&timers2 { &timers2 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };

View file

@ -44,14 +44,14 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart3 { &usart3 {
@ -61,28 +61,28 @@
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&timers1 { &timers1 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };
&flash0 { &flash0 {

View file

@ -45,27 +45,27 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_a>; pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&spi2 { &spi2 {
status = "ok"; status = "okay";
}; };
&flash0 { &flash0 {
@ -107,17 +107,17 @@ arduino_spi: &spi1 {
}; };
&timers2 { &timers2 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };

View file

@ -44,18 +44,18 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_a>; pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
@ -68,9 +68,9 @@ arduino_i2c: &i2c1 {
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -58,37 +58,37 @@ arduino_serial: &usart6 {};
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart3_pins_b>; pinctrl-0 = <&usart3_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart6 { &usart6 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart6_pins_a>; pinctrl-0 = <&usart6_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };
&timers2 { &timers2 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -58,37 +58,37 @@ arduino_serial: &usart6 {};
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart3_pins_b>; pinctrl-0 = <&usart3_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart6 { &usart6 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart6_pins_a>; pinctrl-0 = <&usart6_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };
&timers2 { &timers2 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -57,45 +57,45 @@ arduino_spi: &spi1 {};
arduino_serial: &usart6 {}; arduino_serial: &usart6 {};
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&usart3 { &usart3 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart3_pins_b>; pinctrl-0 = <&usart3_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart6 { &usart6 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart6_pins_a>; pinctrl-0 = <&usart6_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };
&timers1 { &timers1 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };
&flash0 { &flash0 {

View file

@ -44,35 +44,35 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_a>; pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c2 { &i2c2 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c3 { &i2c3 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };

View file

@ -58,30 +58,30 @@ arduino_spi: &spi1 {};
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart3_pins_b>; pinctrl-0 = <&usart3_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart6 { &usart6 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart6_pins_a>; pinctrl-0 = <&usart6_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&timers1 { &timers1 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
@ -90,15 +90,15 @@ arduino_spi: &spi1 {};
* WARNING: The pin PA7 will conflict on selection of SPI_1 and * WARNING: The pin PA7 will conflict on selection of SPI_1 and
* ETH_STM32_HAL. See pinmux.c for further details. * ETH_STM32_HAL. See pinmux.c for further details.
*/ */
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };
&can1 { &can1 {
@ -106,9 +106,9 @@ arduino_spi: &spi1 {};
sjw = <1>; sjw = <1>;
prop_seg_phase_seg1 = <6>; prop_seg_phase_seg1 = <6>;
phase_seg2 = <5>; phase_seg2 = <5>;
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };

View file

@ -58,37 +58,37 @@ arduino_spi: &spi1 {};
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_b>; pinctrl-0 = <&usart2_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart3 { &usart3 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart3_pins_b>; pinctrl-0 = <&usart3_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart6 { &usart6 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart6_pins_a>; pinctrl-0 = <&usart6_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usbotg_fs { &usbotg_fs {
status = "ok"; status = "okay";
}; };
&i2c1 { &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&timers1 { &timers1 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
@ -97,5 +97,5 @@ arduino_spi: &spi1 {};
* WARNING: The pin PA7 will conflict on selection of SPI_1 and * WARNING: The pin PA7 will conflict on selection of SPI_1 and
* ETH_STM32_HAL. See pinmux.c for further details. * ETH_STM32_HAL. See pinmux.c for further details.
*/ */
status = "ok"; status = "okay";
}; };

View file

@ -50,14 +50,14 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };

View file

@ -50,22 +50,22 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
arduino_spi: &spi1 { arduino_spi: &spi1 {
status = "ok"; status = "okay";
}; };
&iwdg { &iwdg {
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };

View file

@ -41,18 +41,18 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_b>; pinctrl-0 = <&usart2_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&timers2 { &timers2 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
@ -60,11 +60,11 @@
pinctrl-0 = <&can_pins_a>; pinctrl-0 = <&can_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>; bus-speed = <125000>;
status = "ok"; status = "okay";
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };
&flash0 { &flash0 {

View file

@ -44,42 +44,42 @@
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>; pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
&usart2 { &usart2 {
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&usart2_pins_a>; pinctrl-0 = <&usart2_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "okay";
}; };
arduino_i2c: &i2c1 { arduino_i2c: &i2c1 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&i2c3 { &i2c3 {
status = "ok"; status = "okay";
clock-frequency = <I2C_BITRATE_FAST>; clock-frequency = <I2C_BITRATE_FAST>;
}; };
&spi1 { &spi1 {
status = "ok"; status = "okay";
}; };
&timers2 { &timers2 {
status = "ok"; status = "okay";
pwm { pwm {
status = "ok"; status = "okay";
}; };
}; };
&rtc { &rtc {
status = "ok"; status = "okay";
}; };
&adc1 { &adc1 {
status = "ok"; status = "okay";
}; };

Some files were not shown because too many files have changed in this diff Show more