ramips: dts: drop memory nodes
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / mt7621_thunder_timecloud.dts
1 /dts-v1/;
2
3 #include "mt7621.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "thunder,timecloud", "mediatek,mt7621-soc";
10 model = "Thunder Timecloud";
11
12 aliases {
13 led-boot = &led_statuso;
14 led-failsafe = &led_statuso;
15 led-running = &led_statuso;
16 led-upgrade = &led_statuso;
17 };
18
19 chosen {
20 bootargs = "console=ttyS0,115200";
21 };
22
23 leds {
24 compatible = "gpio-leds";
25
26 statw {
27 label = "timecloud:white:status";
28 gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
29 };
30
31 led_statuso: stato {
32 label = "timecloud:orange:status";
33 gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
34 };
35 };
36
37 keys {
38 compatible = "gpio-keys-polled";
39 poll-interval = <20>;
40
41 reset {
42 label = "reset";
43 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
44 linux,code = <KEY_RESTART>;
45 };
46
47 BTN_0 {
48 label = "BTN_0";
49 gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
50 linux,code = <BTN_0>;
51 };
52 };
53 };
54
55 &sdhci {
56 status = "okay";
57 };
58
59 &spi0 {
60 status = "okay";
61
62 m25p80@0 {
63 compatible = "jedec,spi-nor";
64 reg = <0>;
65 spi-max-frequency = <10000000>;
66
67 partitions {
68 compatible = "fixed-partitions";
69 #address-cells = <1>;
70 #size-cells = <1>;
71
72 partition@0 {
73 label = "u-boot";
74 reg = <0x0 0x30000>;
75 read-only;
76 };
77
78 partition@30000 {
79 label = "u-boot-env";
80 reg = <0x30000 0x10000>;
81 read-only;
82 };
83
84 factory: partition@40000 {
85 label = "factory";
86 reg = <0x40000 0x10000>;
87 read-only;
88 };
89
90 partition@50000 {
91 compatible = "denx,uimage";
92 label = "firmware";
93 reg = <0x50000 0xfb0000>;
94 };
95 };
96 };
97 };
98
99 &ethernet {
100 mtd-mac-address = <&factory 0xe000>;
101 };
102
103 &pinctrl {
104 state_default: pinctrl0 {
105 gpio {
106 ralink,group = "i2c", "uart2", "jtag";
107 ralink,function = "gpio";
108 };
109 };
110 };