imx7d-colibri-emmc.dtsi (607B)
1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Copyright 2017 Toradex AG 4 */ 5 6#include "imx7d.dtsi" 7#include "imx7-colibri.dtsi" 8 9/ { 10 memory@80000000 { 11 device_type = "memory"; 12 reg = <0x80000000 0x40000000>; 13 }; 14}; 15 16&gpio6 { 17 gpio-line-names = "", 18 "", 19 "", 20 "", 21 "", 22 "", 23 "", 24 "", 25 "", 26 "", 27 "", 28 "", 29 "SODIMM_169", 30 "SODIMM_157", 31 "", 32 "SODIMM_163", 33 "SODIMM_77", 34 "SODIMM_24", 35 "", 36 "SODIMM_25", 37 "SODIMM_27", 38 "SODIMM_32", 39 "SODIMM_34"; 40}; 41 42&usbotg2 { 43 dr_mode = "host"; 44}; 45 46&usdhc3 { 47 status = "okay"; 48};