tools/litex_json2dts: Revert previous mac0 formating (thanks geertu).
This commit is contained in:
parent
9d62cbf56e
commit
37704195af
|
@ -198,10 +198,9 @@ def generate_dts(d, initrd_start=None, initrd_size=None, polling=False):
|
||||||
dts += """
|
dts += """
|
||||||
mac0: mac@{ethmac_csr_base:x} {{
|
mac0: mac@{ethmac_csr_base:x} {{
|
||||||
compatible = "litex,liteeth";
|
compatible = "litex,liteeth";
|
||||||
reg = <
|
reg = <0x{ethmac_csr_base:x} 0x7c>,
|
||||||
0x{ethmac_csr_base:x} 0x7c
|
<0x{ethphy_csr_base:x} 0x0a>,
|
||||||
0x{ethphy_csr_base:x} 0x0a
|
<0x{ethmac_mem_base:x} 0x{ethmac_mem_size:x}>;
|
||||||
0x{ethmac_mem_base:x} 0x{ethmac_mem_size:x}>;
|
|
||||||
tx-fifo-depth = <{ethmac_tx_slots}>;
|
tx-fifo-depth = <{ethmac_tx_slots}>;
|
||||||
rx-fifo-depth = <{ethmac_rx_slots}>;
|
rx-fifo-depth = <{ethmac_rx_slots}>;
|
||||||
{ethmac_interrupt}
|
{ethmac_interrupt}
|
||||||
|
|
Loading…
Reference in New Issue