brcm63xx: drop linux,part-probe usage where possible
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / dts / rta1320.dts
1 /dts-v1/;
2
3 #include "bcm6338.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Dynalink RTA1320";
9 compatible = "dynalink,rta1320", "brcm,bcm6338";
10
11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8";
14 };
15
16 gpio-leds {
17 compatible = "gpio-leds";
18
19 green_power {
20 label = "RTA1320_16M:green:power";
21 gpios = <&gpio0 0 1>;
22 default-state = "on";
23 };
24 green_stop {
25 label = "RTA1320_16M:green:stop";
26 gpios = <&gpio0 1 1>;
27 };
28 green_adsl {
29 label = "RTA1320_16M:green:adsl";
30 gpios = <&gpio0 3 1>;
31 };
32 green_ppp {
33 label = "RTA1320_16M:green:ppp";
34 gpios = <&gpio0 4 1>;
35 };
36 };
37 };
38
39 &pflash {
40 status = "ok";
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 = "ok";
68 };