xref: /freebsd/sys/contrib/device-tree/src/arm/marvell/armada-398.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Device Tree Include file for Marvell Armada 398 SoC.
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (C) 2015 Marvell
6*f126890aSEmmanuel Vadot *
7*f126890aSEmmanuel Vadot * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8*f126890aSEmmanuel Vadot */
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot#include "armada-395.dtsi"
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot/ {
13*f126890aSEmmanuel Vadot	compatible = "marvell,armada398", "marvell,armada390";
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot	soc {
16*f126890aSEmmanuel Vadot		internal-regs {
17*f126890aSEmmanuel Vadot			pinctrl@18000 {
18*f126890aSEmmanuel Vadot				compatible = "marvell,mv88f6928-pinctrl";
19*f126890aSEmmanuel Vadot				reg = <0x18000 0x20>;
20*f126890aSEmmanuel Vadot			};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot			sata@e0000 {
23*f126890aSEmmanuel Vadot				compatible = "marvell,armada-380-ahci";
24*f126890aSEmmanuel Vadot				reg = <0xe0000 0x2000>;
25*f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
26*f126890aSEmmanuel Vadot				clocks = <&gateclk 30>;
27*f126890aSEmmanuel Vadot				status = "disabled";
28*f126890aSEmmanuel Vadot			};
29*f126890aSEmmanuel Vadot		};
30*f126890aSEmmanuel Vadot	};
31*f126890aSEmmanuel Vadot};
32