Skip to content
Snippets Groups Projects
Commit 470f09c9 authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Enable ttcs for zc1751 dc5


Enable TTCs for this target as is done in Linux kernel.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 43bf4394
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,22 @@
status = "okay";
};
&ttc0 {
status = "okay";
};
&ttc1 {
status = "okay";
};
&ttc2 {
status = "okay";
};
&ttc3 {
status = "okay";
};
&uart0 {
status = "okay";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment