arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node

Lets add the TISCI debug region to TI-SCI region in line with TI-SCI
documentation[1]. While at it, lets rename the node to indicate the
address usage.

[1] http://downloads.ti.com/tisci/esd/latest/4_trace/trace.html

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tero Kristo <kristo@kernel.org>
Link: https://lore.kernel.org/r/20210510145033.7426-3-nm@ti.com

+4 -1
+4 -1
arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
··· 6 6 */ 7 7 8 8 &cbass_wakeup { 9 - dmsc: dmsc { 9 + dmsc: dmsc@44083000 { 10 10 compatible = "ti,am654-sci"; 11 11 ti,host-id = <12>; 12 12 #address-cells = <1>; ··· 17 17 18 18 mboxes= <&secure_proxy_main 11>, 19 19 <&secure_proxy_main 13>; 20 + 21 + reg-names = "debug_messages"; 22 + reg = <0x44083000 0x1000>; 20 23 21 24 k3_pds: power-controller { 22 25 compatible = "ti,sci-pm-domain";