Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / kirkwood-6281.dtsi
1 / {
2         mbus@f1000000 {
3                 pciec: pcie@82000000 {
4                         compatible = "marvell,kirkwood-pcie";
5                         status = "disabled";
6                         device_type = "pci";
7
8                         #address-cells = <3>;
9                         #size-cells = <2>;
10
11                         bus-range = <0x00 0xff>;
12
13                         ranges =
14                                <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000
15                                 0x82000000 0x1 0     MBUS_ID(0x04, 0xe8) 0       1 0 /* Port 0.0 MEM */
16                                 0x81000000 0x1 0     MBUS_ID(0x04, 0xe0) 0       1 0 /* Port 0.0 IO  */>;
17
18                         pcie0: pcie@1,0 {
19                                 device_type = "pci";
20                                 assigned-addresses = <0x82000800 0 0x00040000 0 0x2000>;
21                                 reg = <0x0800 0 0 0 0>;
22                                 #address-cells = <3>;
23                                 #size-cells = <2>;
24                                 #interrupt-cells = <1>;
25                                 ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
26                                           0x81000000 0 0 0x81000000 0x1 0 1 0>;
27                                 bus-range = <0x00 0xff>;
28                                 interrupt-map-mask = <0 0 0 0>;
29                                 interrupt-map = <0 0 0 0 &intc 9>;
30                                 marvell,pcie-port = <0>;
31                                 marvell,pcie-lane = <0>;
32                                 clocks = <&gate_clk 2>;
33                                 status = "disabled";
34                         };
35                 };
36         };
37
38         ocp@f1000000 {
39                 pinctrl: pin-controller@10000 {
40                         compatible = "marvell,88f6281-pinctrl";
41
42                         pmx_sata0: pmx-sata0 {
43                                 marvell,pins = "mpp5", "mpp21", "mpp23";
44                                 marvell,function = "sata0";
45                         };
46                         pmx_sata1: pmx-sata1 {
47                                 marvell,pins = "mpp4", "mpp20", "mpp22";
48                                 marvell,function = "sata1";
49                         };
50                         pmx_sdio: pmx-sdio {
51                                 marvell,pins = "mpp12", "mpp13", "mpp14",
52                                                "mpp15", "mpp16", "mpp17";
53                                 marvell,function = "sdio";
54                         };
55                 };
56
57                 rtc: rtc@10300 {
58                         compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc";
59                         reg = <0x10300 0x20>;
60                         interrupts = <53>;
61                         clocks = <&gate_clk 7>;
62                 };
63
64                 sata: sata@80000 {
65                         compatible = "marvell,orion-sata";
66                         reg = <0x80000 0x5000>;
67                         interrupts = <21>;
68                         clocks = <&gate_clk 14>, <&gate_clk 15>;
69                         clock-names = "0", "1";
70                         phys = <&sata_phy0>, <&sata_phy1>;
71                         phy-names = "port0", "port1";
72                         status = "disabled";
73                 };
74
75                 sdio: mvsdio@90000 {
76                         compatible = "marvell,orion-sdio";
77                         reg = <0x90000 0x200>;
78                         interrupts = <28>;
79                         clocks = <&gate_clk 4>;
80                         pinctrl-0 = <&pmx_sdio>;
81                         pinctrl-names = "default";
82                         bus-width = <4>;
83                         cap-sdio-irq;
84                         cap-sd-highspeed;
85                         cap-mmc-highspeed;
86                         status = "disabled";
87                 };
88         };
89 };