hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/gemini-nas4220b.dts
....@@ -20,7 +20,7 @@
2020 };
2121
2222 chosen {
23
- bootargs = "console=ttyS0,19200n8";
23
+ bootargs = "console=ttyS0,19200n8 root=/dev/mtdblock3 rw rootfstype=squashfs,jffs2 rootwait";
2424 stdout-path = &uart0;
2525 };
2626
....@@ -28,7 +28,7 @@
2828 compatible = "gpio-keys";
2929
3030 button-setup {
31
- debounce-interval = <50>;
31
+ debounce-interval = <100>;
3232 wakeup-source;
3333 linux,code = <KEY_SETUP>;
3434 label = "Backup button";
....@@ -36,7 +36,7 @@
3636 gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
3737 };
3838 button-restart {
39
- debounce-interval = <50>;
39
+ debounce-interval = <100>;
4040 wakeup-source;
4141 linux,code = <KEY_RESTART>;
4242 label = "Softreset button";
....@@ -81,37 +81,10 @@
8181 /* 16MB of flash */
8282 reg = <0x30000000 0x01000000>;
8383
84
- partition@0 {
85
- label = "RedBoot";
86
- reg = <0x00000000 0x00020000>;
87
- read-only;
88
- };
89
- partition@20000 {
90
- label = "Kernel";
91
- reg = <0x00020000 0x00300000>;
92
- };
93
- partition@320000 {
94
- label = "Ramdisk";
95
- reg = <0x00320000 0x00600000>;
96
- };
97
- partition@920000 {
98
- label = "Application";
99
- reg = <0x00920000 0x00600000>;
100
- };
101
- partition@f20000 {
102
- label = "VCTL";
103
- reg = <0x00f20000 0x00020000>;
104
- read-only;
105
- };
106
- partition@f40000 {
107
- label = "CurConf";
108
- reg = <0x00f40000 0x000a0000>;
109
- read-only;
110
- };
111
- partition@fe0000 {
112
- label = "FIS directory";
113
- reg = <0x00fe0000 0x00020000>;
114
- read-only;
84
+ partitions {
85
+ compatible = "redboot-fis";
86
+ /* Eraseblock at 0xfe0000 */
87
+ fis-index-block = <0x7f>;
11588 };
11689 };
11790
....@@ -197,11 +170,19 @@
197170 };
198171 };
199172
200
- ata@63000000 {
173
+ ide@63000000 {
201174 status = "okay";
202175 };
203176
204
- ata@63400000 {
177
+ ide@63400000 {
178
+ status = "okay";
179
+ };
180
+
181
+ usb@68000000 {
182
+ status = "okay";
183
+ };
184
+
185
+ usb@69000000 {
205186 status = "okay";
206187 };
207188 };