OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /dts-v1/; |
2 | |||
3 | #include "bcm63268.dtsi" |
||
4 | |||
5 | #include <dt-bindings/input/input.h> |
||
6 | |||
7 | / { |
||
8 | model = "Broadcom BCM963269BHR reference board"; |
||
9 | compatible = "brcm,bcm963269bhr", "brcm,bcm63268"; |
||
10 | |||
11 | chosen { |
||
12 | bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; |
||
13 | stdout-path = "serial0:115200n8"; |
||
14 | }; |
||
15 | |||
16 | keys { |
||
17 | compatible = "gpio-keys-polled"; |
||
18 | #address-cells = <1>; |
||
19 | #size-cells = <0>; |
||
20 | poll-interval = <20>; |
||
21 | |||
22 | reset { |
||
23 | label = "reset"; |
||
24 | gpios = <&pinctrl 32 0>; |
||
25 | linux,code = <KEY_RESTART>; |
||
26 | debounce-interval = <60>; |
||
27 | }; |
||
28 | }; |
||
29 | |||
30 | leds { |
||
31 | compatible = "gpio-leds"; |
||
32 | |||
33 | usb1 { |
||
34 | label = "963269BHR:green:usb1"; |
||
35 | gpios = <&pinctrl 9 1>; |
||
36 | }; |
||
37 | |||
38 | usb2 { |
||
39 | label = "963269BHR:green:usb2"; |
||
40 | gpios = <&pinctrl 10 1>; |
||
41 | }; |
||
42 | }; |
||
43 | }; |
||
44 | |||
45 | &hsspi { |
||
46 | status = "ok"; |
||
47 | |||
48 | flash@0 { |
||
49 | compatible = "jedec,spi-nor"; |
||
50 | spi-max-frequency = <20000000>; |
||
51 | spi-tx-bus-width = <2>; |
||
52 | spi-rx-bus-width = <2>; |
||
53 | reg = <0>; |
||
54 | |||
55 | #address-cells = <1>; |
||
56 | #size-cells = <1>; |
||
57 | |||
58 | partitions { |
||
59 | compatible = "brcm,bcm963xx-cfe-nor-partitions"; |
||
60 | }; |
||
61 | }; |
||
62 | }; |
||
63 | |||
64 | &uart0 { |
||
65 | status = "ok"; |
||
66 | }; |