]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
Merge tag 'mips_fixes_5.1_1' into mips-next
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / socfpga_arria10_socdk_sdmmc.dts
CommitLineData
e793b284 1// SPDX-License-Identifier: GPL-2.0+
475dc86d 2/*
88c8e4c2 3 * Copyright (C) 2014-2015 Altera Corporation <www.altera.com>
475dc86d
DN
4 */
5
6/dts-v1/;
88c8e4c2 7#include "socfpga_arria10_socdk.dtsi"
475dc86d 8
88c8e4c2 9&mmc {
74568da4 10 status = "okay";
d07e187c 11 cap-sd-highspeed;
88c8e4c2
DN
12 broken-cd;
13 bus-width = <4>;
74568da4 14};
03fc6ea9
TT
15
16&eccmgr {
17 sdmmca-ecc@ff8c2c00 {
18 compatible = "altr,socfpga-sdmmc-ecc";
19 reg = <0xff8c2c00 0x400>;
20 altr,ecc-parent = <&mmc>;
21 interrupts = <15 IRQ_TYPE_LEVEL_HIGH>,
22 <47 IRQ_TYPE_LEVEL_HIGH>,
23 <16 IRQ_TYPE_LEVEL_HIGH>,
24 <48 IRQ_TYPE_LEVEL_HIGH>;
25 };
26};