mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
18 lines
320 B
Text
18 lines
320 B
Text
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
/*
|
||
|
* T2080QDS Device Tree Source
|
||
|
*
|
||
|
* Copyright 2013 - 2015 Freescale Semiconductor Inc.
|
||
|
* Copyright 2018 NXP
|
||
|
*/
|
||
|
|
||
|
/include/ "t2080.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "fsl,T2080QDS";
|
||
|
compatible = "fsl,T2080QDS";
|
||
|
#address-cells = <2>;
|
||
|
#size-cells = <2>;
|
||
|
interrupt-parent = <&mpic>;
|
||
|
};
|