OpenWrt – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "bcm6328.dtsi"
4  
5 #include <dt-bindings/input/input.h>
6  
7 / {
8 model = "Broadcom BCM96328avng reference board";
9 compatible = "brcm,bcm96328avng", "brcm,bcm6328";
10  
11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8";
14 };
15  
16 leds {
17 compatible = "gpio-leds";
18  
19 inet_fail {
20 label = "96328avng::internet-fail";
21 gpios = <&pinctrl 2 1>;
22 };
23 dsl {
24 label = "96328avng::dsl";
25 gpios = <&pinctrl 3 1>;
26 };
27 power {
28 label = "96328avng::power";
29 gpios = <&pinctrl 4 1>;
30 default-state = "on";
31 };
32 power_fail {
33 label = "96328avng::power-fail";
34 gpios = <&pinctrl 8 1>;
35 };
36 wps {
37 label = "96328avng::wps";
38 gpios = <&pinctrl 9 1>;
39 };
40 inet {
41 label = "96328avng::internet";
42 gpios = <&pinctrl 11 1>;
43 };
44 };
45 };
46  
47 &hsspi {
48 status = "ok";
49  
50 flash@0 {
51 compatible = "jedec,spi-nor";
52 spi-max-frequency = <16666667>;
53 spi-tx-bus-width = <2>;
54 spi-rx-bus-width = <2>;
55 reg = <0>;
56  
57 #address-cells = <1>;
58 #size-cells = <1>;
59  
60 partitions {
61 compatible = "brcm,bcm963xx-cfe-nor-partitions";
62 };
63 };
64 };
65  
66 &pinctrl {
67 pinctrl-names = "default";
68 pinctrl-0 = <&pinctrl_usb_port1_device>;
69 };
70  
71 &uart0 {
72 status = "ok";
73 };