1 // SPDX-License-Identifier: GPL-2.0
3 * Marvell RD88F6192 Board descrition
5 * Andrew Lunn <andrew@lunn.ch>
7 * This file contains the definitions that are common between the three
8 * variants of the Marvell Kirkwood Development Board.
12 #include "kirkwood.dtsi"
13 #include "kirkwood-6192.dtsi"
16 model = "Marvell RD88F6192 reference design";
17 compatible = "marvell,rd88f6192", "marvell,kirkwood-88f6192", "marvell,kirkwood";
20 device_type = "memory";
21 reg = <0x00000000 0x20000000>;
25 bootargs = "console=ttyS0,115200n8";
30 pinctrl: pin-controller@10000 {
31 pinctrl-0 = <&pmx_usb_power>;
32 pinctrl-names = "default";
34 pmx_usb_power: pmx-usb-power {
35 marvell,pins = "mpp10";
36 marvell,function = "gpo";
51 compatible = "st,m25p128", "jedec,spi-nor";
53 spi-max-frequency = <20000000>;
65 compatible = "simple-bus";
68 pinctrl-0 = <&pmx_usb_power>;
69 pinctrl-names = "default";
71 usb_power: regulator@0 {
72 compatible = "regulator-fixed";
74 regulator-name = "USB VBUS";
75 regulator-min-microvolt = <5000000>;
76 regulator-max-microvolt = <5000000>;
80 gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>;
88 ethphy0: ethernet-phy@8 {
96 phy-handle = <ðphy0>;