mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
tools/litex_json2dts/sdcard: use sdphy base as csr base.
To be similar with csr base defined used in linux-on-litex-rocket.
This commit is contained in:
parent
83fb79fb0c
commit
35a8b498a0
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ def generate_dts(d, initrd_start=None, initrd_size=None, polling=False):
|
|||
status = "okay";
|
||||
}};
|
||||
""".format(
|
||||
mmc_csr_base = d["csr_bases"]["sdcore"],
|
||||
mmc_csr_base = d["csr_bases"]["sdphy"],
|
||||
sdphy_csr_base = d["csr_bases"]["sdphy"],
|
||||
sdcore_csr_base = d["csr_bases"]["sdcore"],
|
||||
sdblock2mem = d["csr_bases"]["sdblock2mem"],
|
||||
|
|
Loading…
Reference in a new issue