Compare commits

...

2 Commits

Author SHA1 Message Date
cdfb32119d Enable support for the MMC-SPI driver through the device tree
This allows accessing the sd card as a block device and mounting partitions.
2018-06-13 00:41:30 +02:00
8d5a87221a Update submodules for presentation 2018-06-13 00:40:54 +02:00
4 changed files with 12 additions and 2 deletions

Submodule freedom updated: c812a8878f...552553e526

View File

@ -107,6 +107,16 @@
reg = <0x64001000 0x1000>;
reg-names = "control";
clocks = <&sysclk 0>;
#address-cells = <1>;
#size-cells = <0>;
mmc@0 {
compatible = "mmc-spi-slot";
reg = <0x0>;
spi-max-frequency = <0x1312d00>;
voltage-ranges = <0xce4 0xce4>;
disable-wp;
};
};
L9: serial@64003000 {
compatible = "klemens,terminal0";