arm64: zynqmp: Add dcc console for zynqmp

Add debug console to dtsi to be able to enable it in
board dts file.
Keep in your mind that every core has separate dcc port in case you want
to run SMP kernel.
DCC is very helpful communication channel for debugging.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2016-09-14 13:33:13 +02:00
parent e31b7bb8e2
commit 17e76f95a4

View File

@ -95,6 +95,11 @@ opp03 {
};
};
dcc: dcc {
compatible = "arm,dcc";
status = "disabled";
};
pmu {
compatible = "arm,armv8-pmuv3";
interrupt-parent = <&gic>;