tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / target / linux / bcm63xx / dts / bcm6348-asmax-ar-1004g.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "ASMAX AR 1004g";
7 compatible = "asmax,ar-1004g", "brcm,bcm6348";
8
9 aliases {
10 led-boot = &led_power_green;
11 led-failsafe = &led_power_green;
12 led-running = &led_power_green;
13 led-upgrade = &led_power_green;
14 };
15
16 chosen {
17 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
18 stdout-path = "serial0:115200n8";
19 };
20
21 keys {
22 compatible = "gpio-keys-polled";
23 #address-cells = <1>;
24 #size-cells = <0>;
25 poll-interval = <20>;
26
27 reset {
28 label = "reset";
29 gpios = <&pinctrl 33 1>;
30 linux,code = <KEY_RESTART>;
31 debounce-interval = <60>;
32 };
33 };
34
35 leds {
36 compatible = "gpio-leds";
37
38 led_power_green: power_green {
39 label = "green:power";
40 gpios = <&pinctrl 0 1>;
41 default-state = "on";
42 };
43 inet_green {
44 label = "green:inet";
45 gpios = <&pinctrl 3 1>;
46 };
47 power_red {
48 label = "red:power";
49 gpios = <&pinctrl 6 1>;
50 };
51 };
52 };
53
54 &pflash {
55 status = "okay";
56
57 partitions {
58 compatible = "fixed-partitions";
59 #address-cells = <1>;
60 #size-cells = <1>;
61
62 cfe@0 {
63 label = "CFE";
64 reg = <0x000000 0x010000>;
65 read-only;
66 };
67
68 linux@10000 {
69 label = "linux";
70 reg = <0x010000 0x3e0000>;
71 compatible = "brcm,bcm963xx-imagetag";
72 };
73
74 nvram@3f0000 {
75 label = "nvram";
76 reg = <0x3f0000 0x010000>;
77 };
78 };
79 };
80
81 &pinctrl {
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_ext_mii &pinctrl_pci>;
84 };
85
86 &uart0 {
87 status = "okay";
88 };