blob: aa2057d4d6f81c9f053d798ed96b9aab2662f491 [file] [log] [blame]
Gregory CLEMENT69f56892018-03-15 14:40:56 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Thomas Petazzoni538da832015-03-03 15:41:12 +01002/*
3 * Device Tree Include file for Marvell Armada 390 SoC.
4 *
5 * Copyright (C) 2015 Marvell
6 *
7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni538da832015-03-03 15:41:12 +01008 */
9
10#include "armada-39x.dtsi"
11
12/ {
Grzegorz Jaszczyk061492c2016-08-04 12:14:08 +020013 compatible = "marvell,armada390";
14
Thomas Petazzoni538da832015-03-03 15:41:12 +010015 soc {
16 internal-regs {
17 pinctrl@18000 {
18 compatible = "marvell,mv88f6920-pinctrl";
19 reg = <0x18000 0x20>;
20 };
21 };
Grzegorz Jaszczyk061492c2016-08-04 12:14:08 +020022 };
Thomas Petazzoni538da832015-03-03 15:41:12 +010023};