Skip to content

Commit 2d7dd9f

Browse files
vfalanisConchuOD
authored andcommitted
risv: dts: microchip: add mmc0 and mmc1 aliases on BeagleV Fire
The BeagleV Fire features an eMMC connected to the SD/MMC controller in the MSS, along with a microSD slot using the SPI interface. This patch creates aliases in the BeagleV Fire device tree, assigning mmc0 to the eMMC and mmc1 to the microSD interface Signed-off-by: Valentina Fernandez <[email protected]>
1 parent 832043c commit 2d7dd9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
serial2 = &mmuart2;
3131
serial3 = &mmuart3;
3232
serial4 = &mmuart4;
33+
mmc0 = &mmc;
34+
mmc1 = &sdmmc;
3335
};
3436

3537
chosen {
@@ -335,7 +337,7 @@
335337
};
336338
};
337339

338-
mmc@1 {
340+
sdmmc: mmc@1 {
339341
compatible = "mmc-spi-slot";
340342
reg = <1>;
341343
gpios = <&gpio2 31 1>;

0 commit comments

Comments
 (0)