brcm63xx: drop linux,part-probe usage where possible
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / dts / dv-201amr.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Davolink DV-201AMR";
9 compatible = "davolink,dv-201amr", "brcm,bcm6348";
10
11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8";
14 };
15 };
16
17 &pflash {
18 status = "ok";
19
20 partitions {
21 compatible = "fixed-partitions";
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 backup@0 {
26 label = "backup";
27 reg = <0x000000 0x400000>;
28 };
29
30 cfe@400000 {
31 label = "cfe";
32 reg = <0x400000 0x010000>;
33 read-only;
34 };
35
36 linux@410000 {
37 label = "linux";
38 reg = <0x410000 0x3f0000>;
39 compatible = "brcm,bcm963xx-imagetag";
40 };
41 };
42 };
43
44 &pinctrl {
45 pinctrl-names = "default";
46 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
47 };
48
49 &uart0 {
50 status = "ok";
51 };