0001 // SPDX-License-Identifier: GPL-2.0
0002 / {
0003 mbus@f1000000 {
0004 pciec: pcie@82000000 {
0005 compatible = "marvell,kirkwood-pcie";
0006 status = "disabled";
0007 device_type = "pci";
0008
0009 #address-cells = <3>;
0010 #size-cells = <2>;
0011
0012 bus-range = <0x00 0xff>;
0013
0014 ranges =
0015 <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000
0016 0x82000000 0x1 0 MBUS_ID(0x04, 0xe8) 0 1 0 /* Port 0.0 MEM */
0017 0x81000000 0x1 0 MBUS_ID(0x04, 0xe0) 0 1 0 /* Port 0.0 IO */>;
0018
0019 pcie0: pcie@1,0 {
0020 device_type = "pci";
0021 assigned-addresses = <0x82000800 0 0x00040000 0 0x2000>;
0022 reg = <0x0800 0 0 0 0>;
0023 #address-cells = <3>;
0024 #size-cells = <2>;
0025 #interrupt-cells = <1>;
0026 ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
0027 0x81000000 0 0 0x81000000 0x1 0 1 0>;
0028 bus-range = <0x00 0xff>;
0029 interrupt-map-mask = <0 0 0 0>;
0030 interrupt-map = <0 0 0 0 &intc 9>;
0031 marvell,pcie-port = <0>;
0032 marvell,pcie-lane = <0>;
0033 clocks = <&gate_clk 2>;
0034 status = "disabled";
0035 };
0036 };
0037 };
0038
0039 ocp@f1000000 {
0040 pinctrl: pin-controller@10000 {
0041 compatible = "marvell,88f6192-pinctrl";
0042
0043 pmx_sata0: pmx-sata0 {
0044 marvell,pins = "mpp5", "mpp21", "mpp23";
0045 marvell,function = "sata0";
0046 };
0047 pmx_sata1: pmx-sata1 {
0048 marvell,pins = "mpp4", "mpp20", "mpp22";
0049 marvell,function = "sata1";
0050 };
0051 pmx_sdio: pmx-sdio {
0052 marvell,pins = "mpp12", "mpp13", "mpp14",
0053 "mpp15", "mpp16", "mpp17";
0054 marvell,function = "sdio";
0055 };
0056 };
0057
0058 rtc: rtc@10300 {
0059 compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc";
0060 reg = <0x10300 0x20>;
0061 interrupts = <53>;
0062 clocks = <&gate_clk 7>;
0063 };
0064
0065 sata: sata@80000 {
0066 compatible = "marvell,orion-sata";
0067 reg = <0x80000 0x5000>;
0068 interrupts = <21>;
0069 clocks = <&gate_clk 14>, <&gate_clk 15>;
0070 clock-names = "0", "1";
0071 phys = <&sata_phy0>, <&sata_phy1>;
0072 phy-names = "port0", "port1";
0073 status = "disabled";
0074 };
0075
0076 sdio: mvsdio@90000 {
0077 compatible = "marvell,orion-sdio";
0078 reg = <0x90000 0x200>;
0079 interrupts = <28>;
0080 clocks = <&gate_clk 4>;
0081 bus-width = <4>;
0082 cap-sdio-irq;
0083 cap-sd-highspeed;
0084 cap-mmc-highspeed;
0085 status = "disabled";
0086 };
0087 };
0088 };