Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / arch / powerpc / dts / qoriq-duart-1.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * QorIQ DUART device tree stub [ controller @ offset 0x11d000 ]
4  *
5  * Copyright 2011 Freescale Semiconductor Inc.
6  */
7
8 serial2: serial@11d500 {
9         cell-index = <2>;
10         device_type = "serial";
11         compatible = "fsl,ns16550", "ns16550";
12         reg = <0x11d500 0x100>;
13         clock-frequency = <0>;
14         interrupts = <37 2 0 0>;
15 };
16
17 serial3: serial@11d600 {
18         cell-index = <3>;
19         device_type = "serial";
20         compatible = "fsl,ns16550", "ns16550";
21         reg = <0x11d600 0x100>;
22         clock-frequency = <0>;
23         interrupts = <37 2 0 0>;
24 };