6db4831e98
Android 14
32 lines
462 B
Plaintext
32 lines
462 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>;
|
|
|
|
irq {
|
|
compatible = "android,trusty-irq-v1";
|
|
ppi-interrupt-parent = <&gic>;
|
|
};
|
|
|
|
log {
|
|
compatible = "android,trusty-log-v1";
|
|
};
|
|
|
|
virtio {
|
|
compatible = "android,trusty-virtio-v1";
|
|
};
|
|
|
|
mtee {
|
|
compatible = "mediatek,trusty-mtee-v1";
|
|
};
|
|
|
|
};
|
|
};
|