1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Copyright 2013 Eukréa Electromatique <eric@ 4 * Copyright 2013 Eukréa Electromatique <denis 5 */ 6 7 /* 8 * Module contains : i.MX287 + 128MB DDR2 + NA 9 */ 10 11 #include "imx28-eukrea-mbmx283lc.dts" 12 13 / { 14 model = "Eukrea Electromatique MBMX287 15 compatible = "eukrea,mbmx287lc", "eukr 16 17 memory@40000000 { 18 device_type = "memory"; 19 reg = <0x40000000 0x08000000>; 20 }; 21 }; 22 23 &mac1 { 24 phy-mode = "rmii"; 25 pinctrl-names = "default"; 26 pinctrl-0 = <&mac1_pins_a>; 27 phy-reset-gpios = <&gpio3 27 GPIO_ACTI 28 status = "okay"; 29 }; 30 31 &pinctrl { 32 pinctrl-names = "default"; 33 pinctrl-0 = <&hog_pins_cpuimx283 &hog_ 34 hog_pins_cpuimx287: hog-cpuimx287@0 { 35 reg = <0>; 36 fsl,pinmux-ids = < 37 MX28_PAD_SPDIF__GPIO_3 38 >; 39 fsl,drive-strength = <MXS_DRIV 40 fsl,voltage = <MXS_VOLTAGE_HIG 41 fsl,pull-up = <MXS_PULL_ENABLE 42 }; 43 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.