mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
c1a215b455
Pulled in the kmcent2.dts and all its dependents from Linux 5.10, commit 2c85ebc57b3e upstream. Replaced the license text with SPDX License Identifiers. Signed-off-by: Niel Fourie <lusus@denx.de> Cc: Holger Brunck <holger.brunck@hitachi-powergrids.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
24 lines
543 B
Text
24 lines
543 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* QorIQ DUART device tree stub [ controller @ offset 0x11c000 ]
|
|
*
|
|
* Copyright 2011 Freescale Semiconductor Inc.
|
|
*/
|
|
|
|
serial0: serial@11c500 {
|
|
cell-index = <0>;
|
|
device_type = "serial";
|
|
compatible = "fsl,ns16550", "ns16550";
|
|
reg = <0x11c500 0x100>;
|
|
clock-frequency = <0>;
|
|
interrupts = <36 2 0 0>;
|
|
};
|
|
|
|
serial1: serial@11c600 {
|
|
cell-index = <1>;
|
|
device_type = "serial";
|
|
compatible = "fsl,ns16550", "ns16550";
|
|
reg = <0x11c600 0x100>;
|
|
clock-frequency = <0>;
|
|
interrupts = <36 2 0 0>;
|
|
};
|