0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003 * Copyright 2013 Eukréa Electromatique <eric@eukrea.com>
0004 * Copyright 2013 Eukréa Electromatique <denis@eukrea.com>
0005 */
0006
0007 /*
0008 * Module contains : i.MX282 + 64MB DDR2 + NAND + Ethernet PHY + RTC
0009 */
0010
0011 /dts-v1/;
0012 #include "imx28-eukrea-mbmx28lc.dtsi"
0013
0014 / {
0015 model = "Eukrea Electromatique MBMX283LC";
0016 compatible = "eukrea,mbmx283lc", "eukrea,mbmx28lc", "fsl,imx28";
0017
0018 memory@40000000 {
0019 device_type = "memory";
0020 reg = <0x40000000 0x04000000>;
0021 };
0022 };
0023
0024 &gpmi {
0025 pinctrl-names = "default";
0026 pinctrl-0 = <&gpmi_pins_a>;
0027 status = "okay";
0028 };
0029
0030 &i2c0 {
0031 pinctrl-names = "default";
0032 pinctrl-0 = <&i2c0_pins_a>;
0033 status = "okay";
0034
0035 pcf8563: rtc@51 {
0036 compatible = "nxp,pcf8563";
0037 reg = <0x51>;
0038 };
0039 };
0040
0041
0042 &mac0 {
0043 phy-mode = "rmii";
0044 pinctrl-names = "default";
0045 pinctrl-0 = <&mac0_pins_a>;
0046 phy-reset-gpios = <&gpio4 13 GPIO_ACTIVE_LOW>;
0047 status = "okay";
0048 };
0049
0050 &pinctrl{
0051 pinctrl-names = "default";
0052 pinctrl-0 = <&hog_pins_cpuimx283>;
0053
0054 hog_pins_cpuimx283: hog-cpuimx283@0 {
0055 reg = <0>;
0056 fsl,pinmux-ids = <
0057 MX28_PAD_ENET0_RX_CLK__GPIO_4_13
0058 MX28_PAD_ENET0_TX_CLK__GPIO_4_5
0059 >;
0060 fsl,drive-strength = <MXS_DRIVE_4mA>;
0061 fsl,voltage = <MXS_VOLTAGE_HIGH>;
0062 fsl,pull-up = <MXS_PULL_ENABLE>;
0063 };
0064 };