0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree Include file for Marvell Armada 388 SoC.
0004 *
0005 * Copyright (C) 2015 Marvell
0006 *
0007 * Gregory CLEMENT <gregory.clement@free-electrons.com>
0008 *
0009 * The main difference with the Armada 385 is that the 388 can handle two more
0010 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
0011 * property and the name of the SoC, and add the second SATA host which control
0012 * the 2 other ports.
0013 */
0014
0015 #include "armada-385.dtsi"
0016
0017 / {
0018 model = "Marvell Armada 388 family SoC";
0019 compatible = "marvell,armada388", "marvell,armada385",
0020 "marvell,armada380";
0021 soc {
0022 internal-regs {
0023 sata@e0000 {
0024 compatible = "marvell,armada-380-ahci";
0025 reg = <0xe0000 0x2000>;
0026 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
0027 clocks = <&gateclk 30>;
0028 status = "disabled";
0029 };
0030
0031 };
0032 };
0033 };
0034
0035 &pinctrl {
0036 compatible = "marvell,mv88f6828-pinctrl";
0037 };