blob: 50c57d527164f62d1c5a67acc56226797102d4bf [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#include "bcm6368.dtsi"
2
3#include <dt-bindings/input/input.h>
4
5/ {
6 model = "Broadcom BCM96368MVNgr reference board";
7 compatible = "brcm,bcm96368mvngr", "brcm,bcm6368";
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 dsl_green {
18 label = "green:adsl";
19 gpios = <&pinctrl 2 1>;
20 };
21 inet_fail_green {
22 label = "green:inet-fail";
23 gpios = <&pinctrl 3 0>;
24 };
25 inet_green {
26 label = "green:inet";
27 gpios = <&pinctrl 5 0>;
28 };
29 power_green {
30 label = "green:power";
31 gpios = <&pinctrl 22 0>;
32 default-state = "on";
33 };
34 wps_green {
35 label = "green:wps";
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&pinctrl {
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_pci>;
52};
53
54&uart0 {
55 status = "okay";
56};