From 1f168ffb6713df414907fcbc3b5bb0f094cfaf50 Mon Sep 17 00:00:00 2001 From: Cyril Bur Date: Thu, 21 Sep 2017 17:29:32 +1000 Subject: Add Hardware Trace Macro (HTM) to device trees Signed-off-by: Cyril Bur Signed-off-by: Alistair Popple --- p9-pib.dts.m4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/p9-pib.dts.m4 b/p9-pib.dts.m4 index 9cb0e3e..b972907 100644 --- a/p9-pib.dts.m4 +++ b/p9-pib.dts.m4 @@ -29,6 +29,18 @@ adu@90000 { reg = <0x0 0x90000 0x5>; }; +htm@5012880 { + compatible = "ibm,htm"; + reg = <0x0 0x5012880 0x40>; + index = <0x0>; +}; + +htm@50128C0 { + compatible = "ibm,htm"; + reg = <0x0 0x50128C0 0x40>; + index = <0x1>; +}; + CORE(0, 0); CORE(1, 1); CORE(2, 2); -- cgit v1.2.1