]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/boot/dts/kirkwood-dns325.dts
ARM: Kirkwood: Describe DNS325 temperature sensor in DT.
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / kirkwood-dns325.dts
CommitLineData
9007d100
JL
1/dts-v1/;
2
3/include/ "kirkwood.dtsi"
4
5/ {
6 model = "D-Link DNS-325 NAS (Rev A1)";
77843504 7 compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
9007d100
JL
8
9 memory {
10 device_type = "memory";
11 reg = <0x00000000 0x10000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
16 };
17
18 ocp@f1000000 {
55650d4e
AL
19 i2c@11000 {
20 status = "okay";
21
22 lm75: lm75@48 {
23 compatible = "national,lm75";
24 reg = <0x48>;
25 };
26 };
9007d100
JL
27 serial@12000 {
28 clock-frequency = <200000000>;
29 status = "okay";
30 };
ee248769 31
2cef1a28
AL
32 sata@80000 {
33 status = "okay";
34 nr-ports = <2>;
35 };
36
ee248769
JL
37 nand@3000000 {
38 status = "okay";
39
40 partition@0 {
41 label = "u-boot";
42 reg = <0x0000000 0x100000>;
43 read-only;
44 };
45
46 partition@100000 {
47 label = "uImage";
48 reg = <0x0100000 0x500000>;
49 };
50
51 partition@600000 {
52 label = "ramdisk";
53 reg = <0x0600000 0x500000>;
54 };
55
56 partition@b00000 {
57 label = "image";
58 reg = <0x0b00000 0x6600000>;
59 };
60
61 partition@7100000 {
62 label = "mini firmware";
63 reg = <0x7100000 0xa00000>;
64 };
65
66 partition@7b00000 {
67 label = "config";
68 reg = <0x7b00000 0x500000>;
69 };
70 };
9007d100
JL
71 };
72};