2 * kirkwood-sheevaplug-common.dts - Common parts for Sheevaplugs
4 * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com>
9 #include "kirkwood.dtsi"
10 #include "kirkwood-6281.dtsi"
14 device_type = "memory";
15 reg = <0x00000000 0x20000000>;
19 bootargs = "console=ttyS0,115200n8 earlyprintk";
23 pinctrl: pinctrl@10000 {
25 pmx_usb_power_enable: pmx-usb-power-enable {
26 marvell,pins = "mpp29";
27 marvell,function = "gpio";
29 pmx_led_red: pmx-led-red {
30 marvell,pins = "mpp46";
31 marvell,function = "gpio";
33 pmx_led_blue: pmx-led-blue {
34 marvell,pins = "mpp49";
35 marvell,function = "gpio";
37 pmx_sdio_cd: pmx-sdio-cd {
38 marvell,pins = "mpp44";
39 marvell,function = "gpio";
41 pmx_sdio_wp: pmx-sdio-wp {
42 marvell,pins = "mpp47";
43 marvell,function = "gpio";
47 pinctrl-0 = <&pmx_uart0>;
48 pinctrl-names = "default";
53 pinctrl-0 = <&pmx_nand>;
54 pinctrl-names = "default";
59 reg = <0x0000000 0x100000>;
64 reg = <0x0100000 0x400000>;
69 reg = <0x0500000 0x1fb00000>;
75 compatible = "simple-bus";
78 pinctrl-0 = <&pmx_usb_power_enable>;
79 pinctrl-names = "default";
81 usb_power: regulator@1 {
82 compatible = "regulator-fixed";
84 regulator-name = "USB Power";
85 regulator-min-microvolt = <5000000>;
86 regulator-max-microvolt = <5000000>;
98 ethphy0: ethernet-phy@0 {
99 device_type = "ethernet-phy";
107 phy-handle = <ðphy0>;