]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / socfpga_arria10_socdk_sdmmc.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * Copyright (C) 2014-2015 Altera Corporation <www.altera.com>
4 */
5
6 /dts-v1/;
7 #include "socfpga_arria10_socdk.dtsi"
8
9 &mmc {
10 status = "okay";
11 cap-sd-highspeed;
12 broken-cd;
13 bus-width = <4>;
14 };
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 };