0001 // SPDX-License-Identifier: GPL-2.0-only
0002 // Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk>
0003
0004 #include "orion5x.dtsi"
0005
0006 / {
0007 compatible = "marvell,orion5x-88f5181", "marvell,orion5x";
0008
0009 soc {
0010 compatible = "marvell,orion5x-88f5181-mbus", "simple-bus";
0011
0012 internal-regs {
0013 pinctrl: pinctrl@10000 {
0014 compatible = "marvell,88f5181-pinctrl";
0015 reg = <0x10000 0x8>, <0x10050 0x4>;
0016 };
0017
0018 core_clk: core-clocks@10030 {
0019 compatible = "marvell,mv88f5181-core-clock";
0020 reg = <0x10010 0x4>;
0021 #clock-cells = <1>;
0022 };
0023
0024 mbusc: mbus-controller@20000 {
0025 compatible = "marvell,mbus-controller";
0026 reg = <0x20000 0x100>, <0x1500 0x20>;
0027 };
0028 };
0029 };
0030 };
0031
0032 &pinctrl {
0033 pmx_ge: pmx-ge {
0034 marvell,pins = "mpp8", "mpp9", "mpp10", "mpp11",
0035 "mpp12", "mpp13", "mpp14", "mpp15",
0036 "mpp16", "mpp17", "mpp18", "mpp19";
0037 marvell,function = "ge";
0038 };
0039 };
0040
0041 ð {
0042 pinctrl-0 = <&pmx_ge>;
0043 pinctrl-names = "default";
0044 };