76ca0bf83b9fcc69611aec570c610d089e28ffda
[openwrt/staging/hauke.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 compatible = "nvmem-cells";
29 label = "uboot-env";
30 reg = <0x30000 0x10000>;
31 #address-cells = <1>;
32 #size-cells = <1>;
33 read-only;
34
35 eeprom_devdata_4000: eeprom@4000 {
36 reg = <0x4000 0x200>;
37 };
38
39 macaddr_devdata_4004: macaddr@4004 {
40 reg = <0x4004 0x6>;
41 };
42 };
43
44 partition@40000 {
45 label = "rgdb";
46 reg = <0x40000 0x10000>;
47 read-only;
48 };
49
50 partition@50000 {
51 compatible = "denx,uimage";
52 label = "firmware";
53 reg = <0x50000 0x790000>;
54 };
55
56 partition@7e0000 {
57 label = "cert";
58 reg = <0x7e0000 0x10000>;
59 read-only;
60 };
61
62 partition@7f0000 {
63 label = "langpack";
64 reg = <0x7f0000 0x10000>;
65 read-only;
66 };
67 };
68 };
69 };
70
71 &ethernet {
72 nvmem-cells = <&macaddr_devdata_4004>;
73 nvmem-cell-names = "mac-address";
74 };