Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Device Tree Include file for Marvell Armada 390 SoC.
0004  *
0005  * Copyright (C) 2015 Marvell
0006  *
0007  * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
0008  */
0009 
0010 #include "armada-39x.dtsi"
0011 
0012 / {
0013         compatible = "marvell,armada390";
0014 
0015         soc {
0016                 internal-regs {
0017                         pinctrl@18000 {
0018                                 compatible = "marvell,mv88f6920-pinctrl";
0019                                 reg = <0x18000 0x20>;
0020                         };
0021                 };
0022         };
0023 };