0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003 * Copyright (C) 2014-2015 Altera Corporation <www.altera.com>
0004 */
0005
0006 /dts-v1/;
0007 #include "socfpga_arria10_socdk.dtsi"
0008
0009 &mmc {
0010 status = "okay";
0011 cap-sd-highspeed;
0012 cap-mmc-highspeed;
0013 broken-cd;
0014 bus-width = <4>;
0015 };
0016
0017 &eccmgr {
0018 sdmmca-ecc@ff8c2c00 {
0019 compatible = "altr,socfpga-sdmmc-ecc";
0020 reg = <0xff8c2c00 0x400>;
0021 altr,ecc-parent = <&mmc>;
0022 interrupts = <15 IRQ_TYPE_LEVEL_HIGH>,
0023 <47 IRQ_TYPE_LEVEL_HIGH>,
0024 <16 IRQ_TYPE_LEVEL_HIGH>,
0025 <48 IRQ_TYPE_LEVEL_HIGH>;
0026 };
0027 };