or1klitex.dts (cdd38c5f1ce4398ec58fec95904b75824daab7b5) or1klitex.dts (7851155a1a7c33f2270dcd979ab6532a89be5293)
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/;

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

36 };
37
38 pic: pic {
39 compatible = "opencores,or1k-pic";
40 #interrupt-cells = <1>;
41 interrupt-controller;
42 };
43
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/;

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

36 };
37
38 pic: pic {
39 compatible = "opencores,or1k-pic";
40 #interrupt-cells = <1>;
41 interrupt-controller;
42 };
43
44 serial0: serial@e0002000 {
44 serial0: serial@e0006800 {
45 device_type = "serial";
46 compatible = "litex,liteuart";
45 device_type = "serial";
46 compatible = "litex,liteuart";
47 reg = <0xe0002000 0x100>;
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};
48 };
49
50 soc_ctrl0: soc_controller@e0000000 {
51 compatible = "litex,soc-controller";
52 reg = <0xe0000000 0xc>;
53 status = "okay";
54 };
55};