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