1 // SPDX-License-Identifier: GPL-2.0+
4 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
6 * SPDX-License-Identifier: GPL-2.0+ or X11
15 model = "Liebherr (LWE) XEA i.MX28 Board";
16 compatible = "lwe,xea", "fsl,imx28";
23 device_type = "memory";
24 reg = <0x40000000 0x10000000>;
27 reg_3p3v: regulator-3p3v {
28 compatible = "regulator-fixed";
29 regulator-name = "3P3V";
30 regulator-min-microvolt = <3300000>;
31 regulator-max-microvolt = <3300000>;
35 reg_fec_3v3: regulator-fec-3v3 {
36 compatible = "regulator-fixed";
37 regulator-name = "fec-3v3";
38 regulator-min-microvolt = <3300000>;
39 regulator-max-microvolt = <3300000>;
40 gpio = <&gpio0 0 GPIO_ACTIVE_HIGH>;
48 pinctrl-names = "default";
49 pinctrl-0 = <&mac0_pins_a>;
50 phy-supply = <®_fec_3v3>;
51 phy-reset-gpios = <&gpio2 13 GPIO_ACTIVE_LOW>;
52 phy-reset-duration = <1>;
53 phy-reset-post-delay = <1>;
63 compatible = "fsl,imx28-mmc";
64 pinctrl-names = "default";
65 pinctrl-0 = <&mmc0_8bit_pins_a>;
67 vmmc-supply = <®_3p3v>;
75 compatible = "fsl,imx28-spi";
76 pinctrl-names = "default";
77 pinctrl-0 = <&spi3_pins_b>;
79 spi-max-frequency = <40000000>;
85 compatible = "jedec,spi-nor";
86 spi-max-frequency = <40000000>;
95 label = "u-boot (spi)";
96 reg = <0x10000 0x70000>;
100 label = "uboot-env (spi)";
101 reg = <0x80000 0x20000>;
104 label = "kernel (spi)";
105 reg = <0x100000 0x400000>;
108 label = "swupdate (spi)";
109 reg = <0x50000 0x800000>;