1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-09-05 12:50:27 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

59 lines
962 B
Plaintext

// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2019 MediaTek Inc.
*/
/ {
trusty {
compatible = "android,trusty-smc-v1";
ranges;
#address-cells = <2>;
#size-cells = <2>;
tee-id = <0>;
tee-name = "trusty";
mtee {
compatible = "mediatek,trusty-mtee-v1";
};
gz-main {
compatible = "mediatek,trusty-gz";
};
trusty-irq {
compatible = "android,trusty-irq-v1";
ppi-interrupt-parent = <&gic>;
};
trusty-virtio {
compatible = "android,trusty-virtio-v1";
};
trusty-gz-log {
compatible = "android,trusty-gz-log-v1";
};
};
nebula {
compatible = "android,nebula-smc-v1";
ranges;
#address-cells = <2>;
#size-cells = <2>;
tee-id = <1>;
tee-name = "nebula";
nebula-virtio {
compatible = "android,nebula-virtio-v1";
};
nebula-irq {
compatible = "android,nebula-irq-v1";
ppi-interrupt-parent = <&gic>;
};
nebula-gz-log {
compatible = "android,nebula-gz-log-v1";
};
};
};