mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
30 lines
549 B
Text
30 lines
549 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "k3-j721e.dtsi"
|
||
|
|
||
|
/ {
|
||
|
memory@80000000 {
|
||
|
device_type = "memory";
|
||
|
/* 4G RAM */
|
||
|
reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
|
||
|
<0x00000008 0x80000000 0x00000000 0x80000000>;
|
||
|
};
|
||
|
|
||
|
reserved_memory: reserved-memory {
|
||
|
#address-cells = <2>;
|
||
|
#size-cells = <2>;
|
||
|
ranges;
|
||
|
|
||
|
secure_ddr: optee@9e800000 {
|
||
|
reg = <0x00 0x9e800000 0x00 0x01800000>;
|
||
|
alignment = <0x1000>;
|
||
|
no-map;
|
||
|
};
|
||
|
};
|
||
|
};
|