提交 602d0f96 编写于 作者: J Joel Stanley 提交者: Michael Ellerman

powerpc/microwatt: Add Ethernet to device tree

The liteeth network device is used in the Microwatt soc.
Signed-off-by: NJoel Stanley <joel@jms.id.au>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210826122653.3236867-2-joel@jms.id.au
上级 8149238f
...@@ -127,6 +127,18 @@ ...@@ -127,6 +127,18 @@
fifo-size = <16>; fifo-size = <16>;
interrupts = <0x10 0x1>; interrupts = <0x10 0x1>;
}; };
ethernet@8020000 {
compatible = "litex,liteeth";
reg = <0x8021000 0x100
0x8020800 0x100
0x8030000 0x2000>;
reg-names = "mac", "mido", "buffer";
litex,rx-slots = <2>;
litex,tx-slots = <2>;
litex,slot-size = <0x800>;
interrupts = <0x11 0x1>;
};
}; };
chosen { chosen {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册