Commit 17e76f95 authored by Michal Simek's avatar Michal Simek

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent e31b7bb8
......@@ -95,6 +95,11 @@ opp03 {
};
};
dcc: dcc {
compatible = "arm,dcc";
status = "disabled";
};
pmu {
compatible = "arm,armv8-pmuv3";
interrupt-parent = <&gic>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment