mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Updated arty a7 device tree.
This commit is contained in:
parent
ab6ef5bb58
commit
481f27e3fe
@ -67,6 +67,20 @@
|
|||||||
#address-cells = <0x00>;
|
#address-cells = <0x00>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mmc@13000 {
|
||||||
|
interrupts = <0x14>;
|
||||||
|
compatible = "riscv,axi-sd-card-1.0";
|
||||||
|
reg = <0x00 0x13000 0x00 0x7F>;
|
||||||
|
fifo-depth = <256>;
|
||||||
|
bus-width = <4>;
|
||||||
|
interrupt-parent = <0x03>;
|
||||||
|
clock = <0x1036640>;
|
||||||
|
max-frequency = <0xA7D8C0>;
|
||||||
|
cap-sd-highspeed;
|
||||||
|
cap-mmc-highspeed;
|
||||||
|
no-sdio;
|
||||||
|
};
|
||||||
|
|
||||||
clint@2000000 {
|
clint@2000000 {
|
||||||
interrupts-extended = <0x02 0x03 0x02 0x07>;
|
interrupts-extended = <0x02 0x03 0x02 0x07>;
|
||||||
reg = <0x00 0x2000000 0x00 0x10000>;
|
reg = <0x00 0x2000000 0x00 0x10000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user