lede/target/linux/bcm63xx/dts/bcm6358-brcm-bcm96358vw.dts

52 lines
871 B
Plaintext
Raw Normal View History

2017-09-06 19:19:45 +08:00
#include "bcm6358.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Broadcom BCM96358VW reference board";
compatible = "brcm,bcm96358vw", "brcm,bcm6358";
chosen {
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
stdout-path = "serial0:115200n8";
2017-09-06 19:19:45 +08:00
};
2019-11-22 09:25:25 -08:00
leds {
2017-09-06 19:19:45 +08:00
compatible = "gpio-leds";
power_green {
label = "green:power";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 4 0>;
default-state = "on";
};
stop_green {
label = "green:stop";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 5 0>;
};
adsl_fail_green {
label = "green:adsl-fail";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 15 1>;
};
ppp_green {
label = "green:ppp";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 22 1>;
};
ppp_fail_green {
label = "green:ppp-fail";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 23 1>;
};
};
};
&pflash {
2020-07-02 23:30:56 +08:00
status = "okay";
2017-09-06 19:19:45 +08:00
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
2017-09-06 19:19:45 +08:00
};
&uart0 {
2020-07-02 23:30:56 +08:00
status = "okay";
};