2 * Marvell RD88F6192 Board descrition
4 * Andrew Lunn <andrew@lunn.ch>
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
10 * This file contains the definitions that are common between the three
11 * variants of the Marvell Kirkwood Development Board.
15 #include "kirkwood.dtsi"
16 #include "kirkwood-6192.dtsi"
19 model = "Marvell RD88F6192 reference design";
20 compatible = "marvell,rd88f6192", "marvell,kirkwood-88f6192", "marvell,kirkwood";
23 device_type = "memory";
24 reg = <0x00000000 0x20000000>;
28 bootargs = "console=ttyS0,115200n8";
43 pinctrl: pin-controller@10000 {
44 pinctrl-0 = <&pmx_usb_power>;
45 pinctrl-names = "default";
47 pmx_usb_power: pmx-usb-power {
48 marvell,pins = "mpp10";
49 marvell,function = "gpo";
64 compatible = "st,m25p128", "jedec,spi-nor";
66 spi-max-frequency = <20000000>;
78 compatible = "simple-bus";
81 pinctrl-0 = <&pmx_usb_power>;
82 pinctrl-names = "default";
84 usb_power: regulator@0 {
85 compatible = "regulator-fixed";
87 regulator-name = "USB VBUS";
88 regulator-min-microvolt = <5000000>;
89 regulator-max-microvolt = <5000000>;
93 gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>;
101 ethphy0: ethernet-phy@8 {
109 phy-handle = <ðphy0>;