brcm63xx: register SPI controllers through DT
[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 = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 };
14 };
15
16 &pflash {
17 status = "ok";
18
19 linux,part-probe = "bcm63xxpart";
20
21 backup@0 {
22 label = "backup";
23 reg = <0x000000 0x400000>;
24 };
25
26 cfe@400000 {
27 label = "cfe";
28 reg = <0x400000 0x010000>;
29 read-only;
30 };
31
32 linux@410000 {
33 label = "linux";
34 reg = <0x410000 0x3f0000>;
35 };
36 };