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>
14 lines
314 B
Text
14 lines
314 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* QorIQ eSPI device tree stub [ controller @ offset 0x110000 ]
|
|
*
|
|
* Copyright 2011 Freescale Semiconductor Inc.
|
|
*/
|
|
|
|
spi@110000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "fsl,mpc8536-espi";
|
|
reg = <0x110000 0x1000>;
|
|
interrupts = <53 0x2 0 0>;
|
|
};
|