41ed37d808af241b4b801c098365d0427fa1e530
[openwrt/staging/jow.git] / target / linux / ramips / dts / rt3050_alphanetworks_asl26555-8m.dts
1 #include "rt3050_alphanetworks_asl26555.dtsi"
2
3 / {
4 compatible = "alphanetworks,asl26555-8m", "alphanetworks,asl26555", "ralink,rt3050-soc";
5 model = "Alpha ASL26555 (8M)";
6 };
7
8 &spi0 {
9 status = "okay";
10
11 flash@0 {
12 compatible = "jedec,spi-nor";
13 reg = <0>;
14 spi-max-frequency = <10000000>;
15
16 partitions {
17 compatible = "fixed-partitions";
18 #address-cells = <1>;
19 #size-cells = <1>;
20
21 partition@0 {
22 label = "uboot";
23 reg = <0x0 0x30000>;
24 read-only;
25 };
26
27 devdata: partition@30000 {
28 label = "uboot-env";
29 reg = <0x30000 0x10000>;
30 read-only;
31
32 nvmem-layout {
33 compatible = "fixed-layout";
34 #address-cells = <1>;
35 #size-cells = <1>;
36
37 eeprom_devdata_4000: eeprom@4000 {
38 reg = <0x4000 0x200>;
39 };
40
41 macaddr_devdata_4004: macaddr@4004 {
42 reg = <0x4004 0x6>;
43 };
44 };
45 };
46
47 partition@40000 {
48 label = "rgdb";
49 reg = <0x40000 0x10000>;
50 read-only;
51 };
52
53 partition@50000 {
54 compatible = "denx,uimage";
55 label = "firmware";
56 reg = <0x50000 0x790000>;
57 };
58
59 partition@7e0000 {
60 label = "cert";
61 reg = <0x7e0000 0x10000>;
62 read-only;
63 };
64
65 partition@7f0000 {
66 label = "langpack";
67 reg = <0x7f0000 0x10000>;
68 read-only;
69 };
70 };
71 };
72 };
73
74 &ethernet {
75 nvmem-cells = <&macaddr_devdata_4004>;
76 nvmem-cell-names = "mac-address";
77 };