Commit eabe7e9a authored by Stafford Horne's avatar Stafford Horne

or1k: dts: Add ethoc device to SMP devicetree

This patch adds the ethoc device configuration to the OpenRISC basic SMP
device tree config.  This was tested with qemu.
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent ae293058
......@@ -60,4 +60,10 @@ serial0: serial@90000000 {
clock-frequency = <20000000>;
};
enet0: ethoc@92000000 {
compatible = "opencores,ethoc";
reg = <0x92000000 0x800>;
interrupts = <4>;
big-endian;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment