or1klitex.dts (7851155a1a7c33f2270dcd979ab6532a89be5293) or1klitex.dts (978c791491bce8cc1a27cb50392a2e8bbcea79d4)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * LiteX-based System on Chip
4 *
5 * Copyright (C) 2019 Antmicro <www.antmicro.com>
6 */
7
8/dts-v1/;

--- 38 unchanged lines hidden (view full) ---

47 reg = <0xe0006800 0x100>;
48 };
49
50 soc_ctrl0: soc_controller@e0000000 {
51 compatible = "litex,soc-controller";
52 reg = <0xe0000000 0xc>;
53 status = "okay";
54 };
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * LiteX-based System on Chip
4 *
5 * Copyright (C) 2019 Antmicro <www.antmicro.com>
6 */
7
8/dts-v1/;

--- 38 unchanged lines hidden (view full) ---

47 reg = <0xe0006800 0x100>;
48 };
49
50 soc_ctrl0: soc_controller@e0000000 {
51 compatible = "litex,soc-controller";
52 reg = <0xe0000000 0xc>;
53 status = "okay";
54 };
55
56 ethernet@e0001000 {
57 compatible = "litex,liteeth";
58 reg = <0xe0001000 0x7c>,
59 <0xe0001800 0x0a>,
60 <0x80000000 0x2000>;
61 reg-names = "mac", "mdio", "buffer";
62 interrupts = <2>;
63 };
55};
64};