diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/imx6dl-tqma6b.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/imx6dl-tqma6b.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/imx6dl-tqma6b.dtsi b/roms/u-boot/arch/arm/dts/imx6dl-tqma6b.dtsi new file mode 100644 index 000000000..47ffbc4d9 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/imx6dl-tqma6b.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ +// +// Copyright (C) 2020 TQ-Systems GmbH + +#include "imx6dl.dtsi" +#include "imx6qdl-tqma6b.dtsi" +#include "imx6qdl-tqma6.dtsi" + +/ { + memory { + reg = <0x10000000 0x20000000>; + }; +}; + |