]> Git Repo - J-linux.git/blob - arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_mcv.dtsi
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / arm / boot / dts / intel / socfpga / socfpga_cyclone5_mcv.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2015 Marek Vasut <[email protected]>
4  */
5
6 #include "socfpga_cyclone5.dtsi"
7
8 / {
9         model = "Aries/DENX MCV";
10         compatible = "altr,socfpga-cyclone5", "altr,socfpga";
11
12         memory@0 {
13                 name = "memory";
14                 device_type = "memory";
15                 reg = <0x0 0x40000000>; /* 1 GiB */
16         };
17 };
18
19 &mmc0 { /* On-SoM eMMC */
20         bus-width = <8>;
21         clk-phase-sd-hs = <0>, <135>;
22         status = "okay";
23 };
This page took 0.025879 seconds and 4 git commands to generate.