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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boards/arduino/portenta_c33/arduino_portenta_c33.dts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<&ioport1 4 GPIO_ACTIVE_LOW>;

esp_hosted@1 {
status = "ok";
status = "okay";
compatible = "espressif,esp-hosted";
reg = <0x1>;
spi-max-frequency = <DT_FREQ_M(5)>;
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/adafruit_winc1500/adafruit_winc1500.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
cs-gpios = <&arduino_header ARDUINO_HEADER_R3_D10 0>;

winc1500_adafruit_winc1500: winc1500@0 {
status = "ok";
status = "okay";
compatible = "atmel,winc1500";
reg = <0x0>;
spi-max-frequency = <4000000>;
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/nxp/nxp_lpc55S3x_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
reg = <0x34000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
status = "ok";
status = "okay";

flash0: flash@0 {
compatible = "soc-nv-flash";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
pinctrl-names = "default", "sleep";
max17048: max17048@36 {
compatible = "maxim,max17048";
status = "ok";
status = "okay";
reg = <0x36>;
};
};
2 changes: 1 addition & 1 deletion samples/net/gptp/boards/frdm_k64f.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
&enet {

ptp {
status = "ok";
status = "okay";
};
};
4 changes: 2 additions & 2 deletions samples/net/wifi/shell/boards/reel_board.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
};

&spi3 {
status = "ok";
status = "okay";
cs-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
pinctrl-0 = <&spi3_default_alt>;
pinctrl-1 = <&spi3_sleep_alt>;
pinctrl-names = "default", "sleep";

winc1500@0 {
status = "ok";
status = "okay";
compatible = "atmel,winc1500";
reg = <0x0>;
spi-max-frequency = <4000000>;
Expand Down
Loading