-
Notifications
You must be signed in to change notification settings - Fork 0
/
kirkwood-lenovo-ix2-dl.dts
52 lines (46 loc) · 1.09 KB
/
kirkwood-lenovo-ix2-dl.dts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* Device tree file for the Lenovo IOMEGA IX2-dl NAS box.
*
* Copyleft (cc) 2017, github.com/hippi-viking
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
* Based on the device-tree work of many fine linux developers.
*/
/dts-v1/;
/include/ "kirkwood-lenovo-ix2-common.dtsi"
/ {
model = "Lenovo IX2-dl";
compatible = "lenovo,ix2", "marvell,kirkwood-88f6282", "marvell,kirkwood";
};
&nand {
status = "okay";
chip-delay = <35>;
partition@0 {
label = "uboot";
reg = <0x0000000 0x0080000>;
read-only;
};
partition@0a0000 {
label = "uboot_env";
reg = <0x00a0000 0x0020000>;
};
partition@0c0000 {
label = "uboot_env2";
reg = <0x00c0000 0x0020000>;
};
partition@100000 {
label = "kernel";
reg = <0x0100000 0x0300000>;
};
partition@400000 {
label = "initrd";
reg = <0x0400000 0x0400000>;
};
partition@800000 {
label = "boot";
reg = <0x0800000 0x3f800000>;
};
};