brcm63xx: make use of dt-includes
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / rta1025w.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Dynalink RTA1025W";
9 compatible = "dynalink,rta1025w", "brcm,bcm6348";
10 };
11
12 &pflash {
13 status = "ok";
14
15 linux,part-probe = "bcm63xxpart";
16
17 cfe@0 {
18 label = "CFE";
19 reg = <0x000000 0x010000>;
20 read-only;
21 };
22
23 linux@10000 {
24 label = "linux";
25 reg = <0x010000 0x3e0000>;
26 };
27
28 nvram@3f0000 {
29 label = "nvram";
30 reg = <0x3f0000 0x010000>;
31 };
32 };