/* * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. */ /dts-v1/; / { #address-cells = <2>; #size-cells = <2>; /* MB2 fills the non-secure memory chucks here in order to * enable the dynamic shared memory in OP-TEE. * Example: * nsec-memory@ { * device_type = "memory"; * reg = ; * }; */ /* MB2 will fill the address and size of EKB blob */ reserved-memory { #address-cells = <2>; #size-cells = <2>; ekb-blob@0 { compatible = "jetson-ekb-blob"; reg = <0 0 0 0>; }; }; efuse@03820000 { compatible = "nvidia,tegra194-efuse"; reg = <0x0 0x03820000 0x0 0x600>; status = "disabled"; secure-status = "okay"; }; se0@03ac0000 { compatible = "nvidia,tegra194-se0"; reg = <0x0 0x03ac0000 0x0 0x2000>; status = "disabled"; secure-status = "okay"; }; se0-rng1@03ae0000 { compatible = "nvidia,tegra194-se0-elp-rng1"; reg = <0x0 0x03ae0000 0x0 0x10000>; status = "disabled"; secure-status = "okay"; }; stmm-device-mappings { uuid = <0xed32d533 0x99e64209 0x9cc02d72 0xcdd998a7>; description = "UEFI-mm"; device-regions { combuart-t194 { base-address = <0x00000000 0x0c198000>; pages-count = <0x1>; attributes = <0x3>; /* read-write */ }; qspi0-t194 { base-address = <0x00000000 0x03270000>; pages-count = <0x10>; attributes = <0x3>; /* read-write */ }; }; }; };