kernel: enable EXPORTFS by default
[openwrt/openwrt.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 linux,part-probe = "bcm63xxpart";
21
22 partitions {
23 compatible = "fixed-partitions";
24 #address-cells = <1>;
25 #size-cells = <1>;
26
27 backup@0 {
28 label = "backup";
29 reg = <0x000000 0x400000>;
30 };
31
32 cfe@400000 {
33 label = "cfe";
34 reg = <0x400000 0x010000>;
35 read-only;
36 };
37
38 linux@410000 {
39 label = "linux";
40 reg = <0x410000 0x3f0000>;
41 compatible = "brcm,bcm963xx-imagetag";
42 };
43 };
44 };
45
46 &pinctrl {
47 pinctrl-names = "default";
48 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
49 };
50
51 &uart0 {
52 status = "ok";
53 };