ARM: dts: rockchip: add reserved-memory for trust on rk3229-evb board

This change reserved 14M memory zone for OPTEE side on rk3229-evb board.

Change-Id: I4f25f556f3adb649a5ac248a46927a716a38b902
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
Frank Wang
2017-09-30 14:56:29 +08:00
committed by Huang, Tao
parent ef06da2890
commit 5e2a674e07

View File

@@ -55,6 +55,17 @@
reg = <0x60000000 0x40000000>;
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
trust_reserved: trust@0x68400000 {
reg = <0x68400000 0xe00000>;
no-map;
};
};
gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;