1 // SPDX-License-Identifier: GPL-2.0
3 * LiteX-based System on Chip
5 * Copyright (C) 2019 Antmicro <www.antmicro.com>
10 compatible = "opencores,or1ksim";
13 interrupt-parent = <&pic>;
20 bootargs = "console=liteuart";
24 device_type = "memory";
25 reg = <0x00000000 0x10000000>;
32 compatible = "opencores,or1200-rtlsvn481";
34 clock-frequency = <100000000>;
39 compatible = "opencores,or1k-pic";
40 #interrupt-cells = <1>;
44 serial0: serial@e0006800 {
45 device_type = "serial";
46 compatible = "litex,liteuart";
47 reg = <0xe0006800 0x100>;
50 soc_ctrl0: soc_controller@e0000000 {
51 compatible = "litex,soc-controller";
52 reg = <0xe0000000 0xc>;
57 compatible = "litex,liteeth";
58 reg = <0xe0001000 0x7c>,
61 reg-names = "mac", "mdio", "buffer";