.. | .. |
---|
20 | 20 | }; |
---|
21 | 21 | |
---|
22 | 22 | chosen { |
---|
23 | | - bootargs = "console=ttyS0,19200n8"; |
---|
| 23 | + bootargs = "console=ttyS0,19200n8 root=/dev/mtdblock3 rw rootfstype=squashfs,jffs2 rootwait"; |
---|
24 | 24 | stdout-path = &uart0; |
---|
25 | 25 | }; |
---|
26 | 26 | |
---|
.. | .. |
---|
28 | 28 | compatible = "gpio-keys"; |
---|
29 | 29 | |
---|
30 | 30 | button-setup { |
---|
31 | | - debounce-interval = <50>; |
---|
| 31 | + debounce-interval = <100>; |
---|
32 | 32 | wakeup-source; |
---|
33 | 33 | linux,code = <KEY_SETUP>; |
---|
34 | 34 | label = "Backup button"; |
---|
.. | .. |
---|
36 | 36 | gpios = <&gpio1 29 GPIO_ACTIVE_LOW>; |
---|
37 | 37 | }; |
---|
38 | 38 | button-restart { |
---|
39 | | - debounce-interval = <50>; |
---|
| 39 | + debounce-interval = <100>; |
---|
40 | 40 | wakeup-source; |
---|
41 | 41 | linux,code = <KEY_RESTART>; |
---|
42 | 42 | label = "Softreset button"; |
---|
.. | .. |
---|
81 | 81 | /* 16MB of flash */ |
---|
82 | 82 | reg = <0x30000000 0x01000000>; |
---|
83 | 83 | |
---|
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>; |
---|
115 | 88 | }; |
---|
116 | 89 | }; |
---|
117 | 90 | |
---|
.. | .. |
---|
197 | 170 | }; |
---|
198 | 171 | }; |
---|
199 | 172 | |
---|
200 | | - ata@63000000 { |
---|
| 173 | + ide@63000000 { |
---|
201 | 174 | status = "okay"; |
---|
202 | 175 | }; |
---|
203 | 176 | |
---|
204 | | - ata@63400000 { |
---|
| 177 | + ide@63400000 { |
---|
| 178 | + status = "okay"; |
---|
| 179 | + }; |
---|
| 180 | + |
---|
| 181 | + usb@68000000 { |
---|
| 182 | + status = "okay"; |
---|
| 183 | + }; |
---|
| 184 | + |
---|
| 185 | + usb@69000000 { |
---|
205 | 186 | status = "okay"; |
---|
206 | 187 | }; |
---|
207 | 188 | }; |
---|