ramips: move partitions into partition table node
[openwrt/openwrt.git] / target / linux / ramips / dts / NCS601W.dts
1 /dts-v1/;
2
3 #include "rt5350.dtsi"
4
5 / {
6 compatible = "wansview,ncs601w", "ralink,rt5350-soc";
7 model = "Wansview NCS601W";
8 };
9
10 &spi0 {
11 status = "okay";
12
13 m25p80@0 {
14 compatible = "jedec,spi-nor";
15 reg = <0>;
16 spi-max-frequency = <10000000>;
17
18 partitions {
19 compatible = "fixed-partitions";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 partition@0 {
24 label = "u-boot";
25 reg = <0x0 0x30000>;
26 read-only;
27 };
28
29 partition@30000 {
30 label = "u-boot-env";
31 reg = <0x30000 0x10000>;
32 read-only;
33 };
34
35 factory: partition@40000 {
36 label = "factory";
37 reg = <0x40000 0x10000>;
38 read-only;
39 };
40
41 partition@50000 {
42 label = "firmware";
43 reg = <0x50000 0x7b0000>;
44 };
45 };
46 };
47 };
48
49 &pinctrl {
50 state_default: pinctrl0 {
51 gpio {
52 ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
53 ralink,function = "gpio";
54 };
55 };
56 };
57
58 &ethernet {
59 mtd-mac-address = <&factory 0x4>;
60 };
61
62 &esw {
63 mediatek,portmap = <0x2f>;
64 };
65
66 &wmac {
67 ralink,mtd-eeprom = <&factory 0>;
68 };
69
70 &ehci {
71 status = "okay";
72 };
73
74 &ohci {
75 status = "okay";
76 };