blob: bf997935e86dc84bce5152a0c8ae838dc3ef1c70 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#include "bcm6358.dtsi"
2
3#include <dt-bindings/input/input.h>
4
5/ {
6 model = "Broadcom BCM96358VW reference board";
7 compatible = "brcm,bcm96358vw", "brcm,bcm6358";
8
9 chosen {
10 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
11 stdout-path = "serial0:115200n8";
12 };
13
14 leds {
15 compatible = "gpio-leds";
16
17 power_green {
18 label = "green:power";
19 gpios = <&pinctrl 4 0>;
20 default-state = "on";
21 };
22 stop_green {
23 label = "green:stop";
24 gpios = <&pinctrl 5 0>;
25 };
26 adsl_fail_green {
27 label = "green:adsl-fail";
28 gpios = <&pinctrl 15 1>;
29 };
30 ppp_green {
31 label = "green:ppp";
32 gpios = <&pinctrl 22 1>;
33 };
34 ppp_fail_green {
35 label = "green:ppp-fail";
36 gpios = <&pinctrl 23 1>;
37 };
38 };
39};
40
41&pflash {
42 status = "okay";
43
44 partitions {
45 compatible = "brcm,bcm963xx-cfe-nor-partitions";
46 };
47};
48
49&uart0 {
50 status = "okay";
51};