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