1234567891011121314151617181920212223 |
- // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
- /*
- * Device Tree Include file for Marvell Armada 390 SoC.
- *
- * Copyright (C) 2015 Marvell
- *
- * Thomas Petazzoni <[email protected]>
- */
- #include "armada-39x.dtsi"
- / {
- compatible = "marvell,armada390";
- soc {
- internal-regs {
- pinctrl@18000 {
- compatible = "marvell,mv88f6920-pinctrl";
- reg = <0x18000 0x20>;
- };
- };
- };
- };
|