2 * Copyright (C) 2012 Marek Vasut <marex@denx.de>
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
13 /include/ "imx28.dtsi"
16 model = "SchulerControl GmbH, SC SPS 1";
17 compatible = "schulercontrol,imx28-sps1", "fsl,imx28";
20 reg = <0x40000000 0x08000000>;
26 pinctrl-names = "default";
27 pinctrl-0 = <&hog_pins_a>;
29 hog_pins_a: hog-gpios@0 {
32 0x0003 /* MX28_PAD_GPMI_D00__GPIO_0_0 */
33 0x0033 /* MX28_PAD_GPMI_D03__GPIO_0_3 */
34 0x0063 /* MX28_PAD_GPMI_D06__GPIO_0_6 */
36 fsl,drive-strength = <0>;
44 compatible = "fsl,imx28-mmc";
45 pinctrl-names = "default";
46 pinctrl-0 = <&mmc0_4bit_pins_a>;
54 compatible = "fsl,imx28-spi";
55 pinctrl-names = "default";
56 pinctrl-0 = <&spi2_pins_a>;
62 compatible = "everspin,mr25h256", "mr25h256";
63 spi-max-frequency = <40000000>;
71 pinctrl-names = "default";
72 pinctrl-0 = <&i2c0_pins_a>;
76 compatible = "nxp,pcf8563";
81 compatible = "atmel,24c64";
87 duart: serial@80074000 {
88 pinctrl-names = "default";
89 pinctrl-0 = <&duart_pins_a>;
93 usbphy0: usbphy@8007c000 {
97 auart0: serial@8006a000 {
98 pinctrl-names = "default";
99 pinctrl-0 = <&auart0_pins_a>;
107 vbus-supply = <®_usb0_vbus>;
108 pinctrl-names = "default";
109 pinctrl-0 = <&usbphy0_pins_b>;
113 mac0: ethernet@800f0000 {
115 pinctrl-names = "default";
116 pinctrl-0 = <&mac0_pins_a>;
120 mac1: ethernet@800f4000 {
122 pinctrl-names = "default";
123 pinctrl-0 = <&mac1_pins_a>;
129 compatible = "simple-bus";
131 reg_usb0_vbus: usb0_vbus {
132 compatible = "regulator-fixed";
133 regulator-name = "usb0_vbus";
134 regulator-min-microvolt = <5000000>;
135 regulator-max-microvolt = <5000000>;
141 #address-cells = <1>;
143 compatible = "gpio-leds";
147 label = "sps1-1:yellow:user";
148 gpios = <&gpio0 6 0>;
149 linux,default-trigger = "heartbeat";
154 label = "sps1-2:red:user";
155 gpios = <&gpio0 3 0>;
156 linux,default-trigger = "heartbeat";
161 label = "sps1-3:red:user";
162 gpios = <&gpio0 0 0>;
163 default-trigger = "heartbeat";