Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | From 96151af7eed28d63fdaa1ac6de2d14a9c71f1d4a Mon Sep 17 00:00:00 2001 |
| 2 | From: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> |
| 3 | Date: Wed, 30 Mar 2022 12:14:49 +0000 |
| 4 | Subject: [PATCH 6/7] feat(plat/tc): update dts with trusty compatible string |
| 5 | |
| 6 | Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> |
| 7 | Change-Id: Ic6661df479e114bf3f464165c14df5fa02dc0139 |
| 8 | Upstream-Status: Pending [Not submitted to upstream yet] |
| 9 | --- |
| 10 | fdts/tc.dts | 26 ++++++++++++++++++++++++++ |
| 11 | 1 file changed, 26 insertions(+) |
| 12 | |
| 13 | diff --git a/fdts/tc.dts b/fdts/tc.dts |
| 14 | index af64504a4..dc86958bf 100644 |
| 15 | --- a/fdts/tc.dts |
| 16 | +++ b/fdts/tc.dts |
| 17 | @@ -555,4 +555,30 @@ |
| 18 | compatible = "arm,trace-buffer-extension"; |
| 19 | interrupts = <1 2 4>; |
| 20 | }; |
| 21 | + |
| 22 | + trusty { |
| 23 | + #size-cells = <0x02>; |
| 24 | + #address-cells = <0x02>; |
| 25 | + ranges = <0x00>; |
| 26 | + compatible = "android,trusty-v1"; |
| 27 | + |
| 28 | + virtio { |
| 29 | + compatible = "android,trusty-virtio-v1"; |
| 30 | + }; |
| 31 | + |
| 32 | + test { |
| 33 | + compatible = "android,trusty-test-v1"; |
| 34 | + }; |
| 35 | + |
| 36 | + log { |
| 37 | + compatible = "android,trusty-log-v1"; |
| 38 | + }; |
| 39 | + |
| 40 | + irq { |
| 41 | + ipi-range = <0x08 0x0f 0x08>; |
| 42 | + interrupt-ranges = <0x00 0x0f 0x00 0x10 0x1f 0x01 0x20 0x3f 0x02>; |
| 43 | + interrupt-templates = <0x01 0x00 0x8001 0x01 0x01 0x04 0x8001 0x01 0x00 0x04>; |
| 44 | + compatible = "android,trusty-irq-v1"; |
| 45 | + }; |
| 46 | + }; |
| 47 | }; |
| 48 | -- |
| 49 | 2.30.2 |
| 50 | |