OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | 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 | gpio-keys-polled { |
||
17 | compatible = "gpio-keys-polled"; |
||
18 | #address-cells = <1>; |
||
19 | #size-cells = <0>; |
||
20 | poll-interval = <20>; |
||
21 | debounce-interval = <60>; |
||
22 | |||
23 | reset { |
||
24 | label = "reset"; |
||
25 | gpios = <&pinctrl 32 0>; |
||
26 | linux,code = <KEY_RESTART>; |
||
27 | }; |
||
28 | }; |
||
29 | |||
30 | gpio-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 | linux,part-probe = "bcm63xxpart"; |
||
59 | |||
60 | partitions { |
||
61 | compatible = "brcm,bcm963xx-cfe-nor-partitions"; |
||
62 | }; |
||
63 | }; |
||
64 | }; |
||
65 | |||
66 | &uart0 { |
||
67 | status = "ok"; |
||
68 | }; |