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