1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2012 Marek Vasut <marex@denx.de>
10 model = "SchulerControl GmbH, SC SPS 1";
11 compatible = "schulercontrol,imx28-sps1", "fsl,imx28";
14 device_type = "memory";
15 reg = <0x40000000 0x08000000>;
21 pinctrl-names = "default";
22 pinctrl-0 = <&hog_pins_a>;
24 hog_pins_a: hog-gpios@0 {
27 MX28_PAD_GPMI_D00__GPIO_0_0
28 MX28_PAD_GPMI_D03__GPIO_0_3
29 MX28_PAD_GPMI_D06__GPIO_0_6
31 fsl,drive-strength = <MXS_DRIVE_4mA>;
32 fsl,voltage = <MXS_VOLTAGE_HIGH>;
33 fsl,pull-up = <MXS_PULL_DISABLE>;
39 compatible = "fsl,imx28-mmc";
40 pinctrl-names = "default";
41 pinctrl-0 = <&mmc0_4bit_pins_a>;
49 compatible = "fsl,imx28-spi";
50 pinctrl-names = "default";
51 pinctrl-0 = <&spi2_pins_a>;
57 compatible = "everspin,mr25h256", "mr25h256";
58 spi-max-frequency = <40000000>;
66 pinctrl-names = "default";
67 pinctrl-0 = <&i2c0_pins_a>;
71 compatible = "nxp,pcf8563";
76 compatible = "atmel,24c64";
82 duart: serial@80074000 {
83 pinctrl-names = "default";
84 pinctrl-0 = <&duart_pins_a>;
88 usbphy0: usbphy@8007c000 {
92 auart0: serial@8006a000 {
93 pinctrl-names = "default";
94 pinctrl-0 = <&auart0_pins_a>;
102 vbus-supply = <®_usb0_vbus>;
103 pinctrl-names = "default";
104 pinctrl-0 = <&usb0_pins_b>;
108 mac0: ethernet@800f0000 {
110 pinctrl-names = "default";
111 pinctrl-0 = <&mac0_pins_a>;
115 mac1: ethernet@800f4000 {
117 pinctrl-names = "default";
118 pinctrl-0 = <&mac1_pins_a>;
124 compatible = "simple-bus";
125 #address-cells = <1>;
128 reg_usb0_vbus: regulator@0 {
129 compatible = "regulator-fixed";
131 regulator-name = "usb0_vbus";
132 regulator-min-microvolt = <5000000>;
133 regulator-max-microvolt = <5000000>;
139 #address-cells = <1>;
141 compatible = "gpio-leds";
145 label = "sps1-1:yellow:user";
146 gpios = <&gpio0 6 0>;
147 linux,default-trigger = "heartbeat";
152 label = "sps1-2:red:user";
153 gpios = <&gpio0 3 0>;
154 linux,default-trigger = "heartbeat";
159 label = "sps1-3:red:user";
160 gpios = <&gpio0 0 0>;
161 default-trigger = "heartbeat";