提交 17e76f95 编写于 作者: M 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: NMichal Simek <michal.simek@xilinx.com>
上级 e31b7bb8
...@@ -95,6 +95,11 @@ ...@@ -95,6 +95,11 @@
}; };
}; };
dcc: dcc {
compatible = "arm,dcc";
status = "disabled";
};
pmu { pmu {
compatible = "arm,armv8-pmuv3"; compatible = "arm,armv8-pmuv3";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册