Back to home page

OSCL-LXR

 
 

    


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.MX287 + 128MB DDR2 + NAND + 2 x Ethernet PHY + RTC
0009  */
0010 
0011 #include "imx28-eukrea-mbmx283lc.dts"
0012 
0013 / {
0014         model = "Eukrea Electromatique MBMX287LC";
0015         compatible = "eukrea,mbmx287lc", "eukrea,mbmx283lc", "eukrea,mbmx28lc", "fsl,imx28";
0016 
0017         memory@40000000 {
0018                 device_type = "memory";
0019                 reg = <0x40000000 0x08000000>;
0020         };
0021 };
0022 
0023 &mac1 {
0024         phy-mode = "rmii";
0025         pinctrl-names = "default";
0026         pinctrl-0 = <&mac1_pins_a>;
0027         phy-reset-gpios = <&gpio3 27 GPIO_ACTIVE_LOW>;
0028         status = "okay";
0029 };
0030 
0031 &pinctrl {
0032         pinctrl-names = "default";
0033         pinctrl-0 = <&hog_pins_cpuimx283 &hog_pins_cpuimx287>;
0034         hog_pins_cpuimx287: hog-cpuimx287@0 {
0035                 reg = <0>;
0036                 fsl,pinmux-ids = <
0037                         MX28_PAD_SPDIF__GPIO_3_27
0038                 >;
0039                 fsl,drive-strength = <MXS_DRIVE_4mA>;
0040                 fsl,voltage = <MXS_VOLTAGE_HIGH>;
0041                 fsl,pull-up = <MXS_PULL_ENABLE>;
0042         };
0043 };