xref: /freebsd-src/sys/contrib/device-tree/src/arm/marvell/armada-395.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 395 SoC.
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (C) 2016 Marvell
6*f126890aSEmmanuel Vadot *
7*f126890aSEmmanuel Vadot * Grzegorz Jaszczyk <jaz@semihalf.com>
8*f126890aSEmmanuel Vadot */
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot#include "armada-39x.dtsi"
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot/ {
13*f126890aSEmmanuel Vadot	compatible = "marvell,armada395", "marvell,armada390";
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot	soc {
16*f126890aSEmmanuel Vadot		internal-regs {
17*f126890aSEmmanuel Vadot			pinctrl@18000 {
18*f126890aSEmmanuel Vadot				compatible = "marvell,mv88f6925-pinctrl";
19*f126890aSEmmanuel Vadot				reg = <0x18000 0x20>;
20*f126890aSEmmanuel Vadot			};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot			sata@a8000 {
23*f126890aSEmmanuel Vadot				compatible = "marvell,armada-380-ahci";
24*f126890aSEmmanuel Vadot				reg = <0xa8000 0x2000>;
25*f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
26*f126890aSEmmanuel Vadot				clocks = <&gateclk 15>;
27*f126890aSEmmanuel Vadot				status = "disabled";
28*f126890aSEmmanuel Vadot			};
29*f126890aSEmmanuel Vadot
30*f126890aSEmmanuel Vadot			usb3@f0000 {
31*f126890aSEmmanuel Vadot				compatible = "marvell,armada-380-xhci";
32*f126890aSEmmanuel Vadot				reg = <0xf0000 0x4000>,<0xf4000 0x4000>;
33*f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
34*f126890aSEmmanuel Vadot				clocks = <&gateclk 9>;
35*f126890aSEmmanuel Vadot				status = "disabled";
36*f126890aSEmmanuel Vadot			};
37*f126890aSEmmanuel Vadot		};
38*f126890aSEmmanuel Vadot	};
39*f126890aSEmmanuel Vadot};
40