1 // SPDX-License-Identifier: GPL-2.0
4 compatible = "opencores,or1ksim";
7 interrupt-parent = <&pic>;
14 bootargs = "earlycon";
15 stdout-path = "uart0:115200";
19 device_type = "memory";
20 reg = <0x00000000 0x02000000>;
27 compatible = "opencores,or1200-rtlsvn481";
29 clock-frequency = <20000000>;
34 * OR1K PIC is built into CPU and accessed via special purpose
35 * registers. It is not addressable and, hence, has no 'reg'
39 compatible = "opencores,or1k-pic";
40 #interrupt-cells = <1>;
44 serial0: serial@90000000 {
45 compatible = "opencores,uart16550-rtlsvn105", "ns16550a";
46 reg = <0x90000000 0x100>;
48 clock-frequency = <20000000>;
51 enet0: ethoc@92000000 {
52 compatible = "opencores,ethoc";
53 reg = <0x92000000 0x800>;