.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2016-2014 Synopsys, Inc. (www.synopsys.com) |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | /dts-v1/; |
---|
9 | 6 | |
---|
.. | .. |
---|
57 | 54 | }; |
---|
58 | 55 | |
---|
59 | 56 | uart0: serial@f0000000 { |
---|
60 | | - /* compatible = "ns8250"; Doesn't use FIFOs */ |
---|
61 | 57 | compatible = "ns16550a"; |
---|
62 | 58 | reg = <0xf0000000 0x2000>; |
---|
63 | 59 | interrupt-parent = <&idu_intc>; |
---|