mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +08:00
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: Stafford Horne <shorne@gmail.com>
This commit is contained in:
parent
ae2930583c
commit
eabe7e9a21
@ -60,4 +60,10 @@
|
||||
clock-frequency = <20000000>;
|
||||
};
|
||||
|
||||
enet0: ethoc@92000000 {
|
||||
compatible = "opencores,ethoc";
|
||||
reg = <0x92000000 0x800>;
|
||||
interrupts = <4>;
|
||||
big-endian;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user