0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree Include file for Marvell Armada 395 SoC.
0004 *
0005 * Copyright (C) 2016 Marvell
0006 *
0007 * Grzegorz Jaszczyk <jaz@semihalf.com>
0008 */
0009
0010 #include "armada-39x.dtsi"
0011
0012 / {
0013 compatible = "marvell,armada395", "marvell,armada390";
0014
0015 soc {
0016 internal-regs {
0017 pinctrl@18000 {
0018 compatible = "marvell,mv88f6925-pinctrl";
0019 reg = <0x18000 0x20>;
0020 };
0021
0022 sata@a8000 {
0023 compatible = "marvell,armada-380-ahci";
0024 reg = <0xa8000 0x2000>;
0025 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
0026 clocks = <&gateclk 15>;
0027 status = "disabled";
0028 };
0029
0030 usb3@f0000 {
0031 compatible = "marvell,armada-380-xhci";
0032 reg = <0xf0000 0x4000>,<0xf4000 0x4000>;
0033 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
0034 clocks = <&gateclk 9>;
0035 status = "disabled";
0036 };
0037 };
0038 };
0039 };