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";
33 pinctrl: pin-controller@10000 {
34 pinctrl-0 = <&pmx_usb_power>;
35 pinctrl-names = "default";
37 pmx_usb_power: pmx-usb-power {
38 marvell,pins = "mpp10";
39 marvell,function = "gpo";
54 compatible = "st,m25p128", "jedec,spi-nor";
56 spi-max-frequency = <20000000>;
68 compatible = "simple-bus";
71 pinctrl-0 = <&pmx_usb_power>;
72 pinctrl-names = "default";
74 usb_power: regulator@0 {
75 compatible = "regulator-fixed";
77 regulator-name = "USB VBUS";
78 regulator-min-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
83 gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>;
91 ethphy0: ethernet-phy@8 {
99 phy-handle = <ðphy0>;