xref: /freebsd/sys/contrib/device-tree/src/arm/marvell/armada-390.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 390 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-39x.dtsi"
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot/ {
13*f126890aSEmmanuel Vadot	compatible = "marvell,armada390";
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot	soc {
16*f126890aSEmmanuel Vadot		internal-regs {
17*f126890aSEmmanuel Vadot			pinctrl@18000 {
18*f126890aSEmmanuel Vadot				compatible = "marvell,mv88f6920-pinctrl";
19*f126890aSEmmanuel Vadot				reg = <0x18000 0x20>;
20*f126890aSEmmanuel Vadot			};
21*f126890aSEmmanuel Vadot		};
22*f126890aSEmmanuel Vadot	};
23*f126890aSEmmanuel Vadot};
24