abilis_tb100.dts 502 B

12345678910111213141516171819202122232425262728293031
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com)
  4. */
  5. /dts-v1/;
  6. #include "skeleton.dtsi"
  7. / {
  8. model = "abilis,tb100";
  9. aliases {
  10. console = &uart0;
  11. };
  12. cpu_card {
  13. core_clk: core_clk {
  14. #clock-cells = <0>;
  15. compatible = "fixed-clock";
  16. clock-frequency = <500000000>;
  17. u-boot,dm-pre-reloc;
  18. };
  19. };
  20. uart0: serial@ff100000 {
  21. compatible = "snps,dw-apb-uart";
  22. reg = <0xff100000 0x1000>;
  23. reg-shift = <2>;
  24. reg-io-width = <4>;
  25. };
  26. };