7148727b1deab74b92181767ce050205ed4ef4f2
[openwrt/openwrt.git] / target / linux / bcm63xx / dts / bcm6338-dynalink-rta1320.dts
1 #include "bcm6338.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Dynalink RTA1320";
8 compatible = "dynalink,rta1320", "brcm,bcm6338";
9
10 chosen {
11 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
12 stdout-path = "serial0:115200n8";
13 };
14
15 leds {
16 compatible = "gpio-leds";
17
18 green_power {
19 function = LED_FUNCTION_POWER;
20 color = <LED_COLOR_ID_GREEN>;
21 gpios = <&gpio0 0 1>;
22 default-state = "on";
23 };
24 green_stop {
25 label = "green:stop";
26 gpios = <&gpio0 1 1>;
27 };
28 green_adsl {
29 label = "green:adsl";
30 gpios = <&gpio0 3 1>;
31 };
32 green_ppp {
33 label = "green:ppp";
34 gpios = <&gpio0 4 1>;
35 };
36 };
37 };
38
39 &pflash {
40 status = "okay";
41
42 partitions {
43 compatible = "fixed-partitions";
44 #address-cells = <1>;
45 #size-cells = <1>;
46
47 cfe@0 {
48 label = "CFE";
49 reg = <0x000000 0x010000>;
50 read-only;
51 };
52
53 linux@10000 {
54 label = "linux";
55 reg = <0x010000 0x3e0000>;
56 compatible = "brcm,bcm963xx-imagetag";
57 };
58
59 nvram@3f0000 {
60 label = "nvram";
61 reg = <0x3f0000 0x010000>;
62 };
63 };
64 };
65
66 &uart0 {
67 status = "okay";
68 };