mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
d0399a46e7
Synchronise device trees with linux-next next-20220708. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
16 lines
336 B
Text
16 lines
336 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright 2013 Sascha Hauer, Pengutronix
|
|
* Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com>
|
|
*/
|
|
|
|
#include "imx6q.dtsi"
|
|
#include "imx6qdl-tqma6a.dtsi"
|
|
#include "imx6qdl-tqma6.dtsi"
|
|
|
|
/ {
|
|
memory@10000000 {
|
|
device_type = "memory";
|
|
reg = <0x10000000 0x40000000>;
|
|
};
|
|
};
|