1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* * Device Tree Include file for Marvell Armada 390 SoC. * * Copyright (C) 2015 Marvell * * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> */ #include "armada-39x.dtsi" / { compatible = "marvell,armada390"; soc { internal-regs { pinctrl@18000 { compatible = "marvell,mv88f6920-pinctrl"; reg = <0x18000 0x20>; }; }; }; };