mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
arm64: zynqmp: Enable ttcs for zc1751 dc5
Enable TTCs for this target as is done in Linux kernel. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
43bf439472
commit
470f09c912
1 changed files with 16 additions and 0 deletions
|
@ -94,6 +94,22 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&ttc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ttc1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ttc2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ttc3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue