ramips: move partitions into partition table node
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / ALL5003.dts
1 /dts-v1/;
2
3 #include "rt5350.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "allnet,all5003", "ralink,rt5350-soc";
10 model = "Allnet ALL5003";
11
12 i2c-gpio {
13 #address-cells = <1>;
14 #size-cells = <0>;
15
16 compatible = "i2c-gpio";
17 gpios = <&gpio0 1 GPIO_ACTIVE_HIGH &gpio0 2 GPIO_ACTIVE_HIGH>;
18 i2c-gpio,delay-us = <10>;
19
20 pcf0: iexp@38 {
21 #gpio-cells = <2>;
22 compatible = "inxp,pcf8574a";
23 reg = <0x38>;
24 gpio-controller;
25 };
26
27 hwmon@4b {
28 compatible = "national,lm92";
29 reg = <0x4b>;
30 };
31 };
32
33 gpio-leds {
34 compatible = "gpio-leds";
35
36 ld1 {
37 label = "all5003:green:ld1";
38 gpios = <&pcf0 0 GPIO_ACTIVE_LOW>;
39 };
40
41 ld2 {
42 label = "all5003:green:ld2";
43 gpios = <&pcf0 1 GPIO_ACTIVE_LOW>;
44 };
45 };
46 };
47
48 &gpio0 {
49 status = "okay";
50 };
51
52 &spi0 {
53 status = "okay";
54
55 m25p80@0 {
56 compatible = "jedec,spi-nor";
57 reg = <0>;
58 spi-max-frequency = <10000000>;
59
60 partitions {
61 compatible = "fixed-partitions";
62 #address-cells = <1>;
63 #size-cells = <1>;
64
65 partition@0 {
66 label = "u-boot";
67 reg = <0x0 0x30000>;
68 read-only;
69 };
70
71 partition@30000 {
72 label = "u-boot-env";
73 reg = <0x30000 0x10000>;
74 read-only;
75 };
76
77 factory: partition@40000 {
78 label = "factory";
79 reg = <0x40000 0x10000>;
80 read-only;
81 };
82
83 partition@50000 {
84 label = "firmware";
85 reg = <0x50000 0x1fb0000>;
86 };
87 };
88 };
89 };
90
91 &pinctrl {
92 state_default: pinctrl0 {
93 gpio {
94 ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
95 ralink,function = "gpio";
96 };
97 };
98 };
99
100 &ethernet {
101 mtd-mac-address = <&factory 0x28>;
102 };
103
104 &esw {
105 mediatek,portmap = <0x3f>;
106 };
107
108 &wmac {
109 ralink,mtd-eeprom = <&factory 0>;
110 };
111
112 &ehci {
113 status = "okay";
114 };
115
116 &ohci {
117 status = "okay";
118 };