0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree Include file for Marvell Armada 398 SoC.
0004 *
0005 * Copyright (C) 2015 Marvell
0006 *
0007 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
0008 */
0009
0010 #include "armada-395.dtsi"
0011
0012 / {
0013 compatible = "marvell,armada398", "marvell,armada390";
0014
0015 soc {
0016 internal-regs {
0017 pinctrl@18000 {
0018 compatible = "marvell,mv88f6928-pinctrl";
0019 reg = <0x18000 0x20>;
0020 };
0021
0022 sata@e0000 {
0023 compatible = "marvell,armada-380-ahci";
0024 reg = <0xe0000 0x2000>;
0025 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
0026 clocks = <&gateclk 30>;
0027 status = "disabled";
0028 };
0029 };
0030 };
0031 };