]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/kirkwood-ts219.dtsi
Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[karo-tx-linux.git] / arch / arm / boot / dts / kirkwood-ts219.dtsi
1 / {
2         model = "QNAP TS219 family";
3         compatible = "qnap,ts219", "marvell,kirkwood";
4
5         memory {
6                 device_type = "memory";
7                 reg = <0x00000000 0x20000000>;
8         };
9
10         chosen {
11                 bootargs = "console=ttyS0,115200n8";
12         };
13
14         ocp@f1000000 {
15                 i2c@11000 {
16                         status = "okay";
17                         clock-frequency = <400000>;
18
19                         s35390a: s35390a@30 {
20                                 compatible = "s35390a";
21                                 reg = <0x30>;
22                         };
23                 };
24                 serial@12000 {
25                         clock-frequency = <200000000>;
26                         status = "okay";
27                 };
28                 serial@12100 {
29                         clock-frequency = <200000000>;
30                         status = "okay";
31                 };
32                 poweroff@12100 {
33                         compatible = "qnap,power-off";
34                         reg = <0x12000 0x100>;
35                         clocks = <&gate_clk 7>;
36                 };
37                 spi@10600 {
38                         status = "okay";
39
40                         m25p128@0 {
41                                 #address-cells = <1>;
42                                 #size-cells = <1>;
43                                 compatible = "m25p128";
44                                 reg = <0>;
45                                 spi-max-frequency = <20000000>;
46                                 mode = <0>;
47
48                                 partition@0000000 {
49                                         reg = <0x00000000 0x00080000>;
50                                         label = "U-Boot";
51                                 };
52
53                                 partition@00200000 {
54                                         reg = <0x00200000 0x00200000>;
55                                         label = "Kernel";
56                                 };
57
58                                 partition@00400000 {
59                                         reg = <0x00400000 0x00900000>;
60                                         label = "RootFS1";
61                                 };
62                                 partition@00d00000 {
63                                         reg = <0x00d00000 0x00300000>;
64                                         label = "RootFS2";
65                                 };
66                                 partition@00040000 {
67                                         reg = <0x00080000 0x00040000>;
68                                         label = "U-Boot Config";
69                                 };
70                                 partition@000c0000 {
71                                         reg = <0x000c0000 0x00140000>;
72                                         label = "NAS Config";
73                                 };
74                         };
75                 };
76                 sata@80000 {
77                         status = "okay";
78                         nr-ports = <2>;
79                 };
80                 pcie-controller {
81                         status = "okay";
82
83                         pcie@1,0 {
84                                 status = "okay";
85                         };
86                 };
87         };
88 };