1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/bcm63xx/dts/bcm6338-brcm-bcm96338gw.dts
Adrian Schmutzler fdd968d64e bcm63xx: replace "ok" with "okay" for status in DTS files
While "ok" is recognized in DT parsing, only "okay" is actually
mentioned as valid value. Replace it accordingly.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-05-12 16:59:04 +02:00

54 lines
898 B
Plaintext

/dts-v1/;
#include "bcm6338.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Broadcom BCM96338GW reference board";
compatible = "brcm,bcm96338gw", "brcm,bcm6338";
chosen {
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
leds {
compatible = "gpio-leds";
power_green {
label = "96338GW:green:power";
gpios = <&gpio0 0 1>;
default-state = "on";
};
stop_green {
label = "96338GW:green:stop";
gpios = <&gpio0 1 1>;
};
dsl_green {
label = "96338GW:green:adsl";
gpios = <&gpio0 3 1>;
};
ppp_fail_green {
label = "96338GW:green:ppp-fail";
gpios = <&gpio0 4 1>;
};
ses_green {
label = "96338GW:green:ses";
gpios = <&gpio0 5 1>;
};
};
};
&pflash {
status = "okay";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&uart0 {
status = "okay";
};