6db4831e98
Android 14
59 lines
962 B
Plaintext
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";
|
|
};
|
|
};
|
|
};
|