![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0+ 0002 /* 0003 * Copyright (C) 2015 Marek Vasut <marex@denx.de> 0004 */ 0005 0006 #include "socfpga_cyclone5.dtsi" 0007 0008 / { 0009 model = "Aries/DENX MCV"; 0010 compatible = "altr,socfpga-cyclone5", "altr,socfpga"; 0011 0012 memory@0 { 0013 name = "memory"; 0014 device_type = "memory"; 0015 reg = <0x0 0x40000000>; /* 1 GiB */ 0016 }; 0017 }; 0018 0019 &mmc0 { /* On-SoM eMMC */ 0020 bus-width = <8>; 0021 status = "okay"; 0022 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |