k3-am654-base-board.dts 746 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
  4. */
  5. /dts-v1/;
  6. #include "k3-am654.dtsi"
  7. / {
  8. compatible = "ti,am654-evm", "ti,am654";
  9. model = "Texas Instruments AM654 Base Board";
  10. chosen {
  11. stdout-path = "serial2:115200n8";
  12. bootargs = "earlycon=ns16550a,mmio32,0x02800000";
  13. };
  14. memory@80000000 {
  15. device_type = "memory";
  16. /* 4G RAM */
  17. reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
  18. <0x00000008 0x80000000 0x00000000 0x80000000>;
  19. };
  20. reserved-memory {
  21. #address-cells = <2>;
  22. #size-cells = <2>;
  23. ranges;
  24. secure_ddr: secure_ddr@9e800000 {
  25. reg = <0 0x9e800000 0 0x01800000>; /* for OP-TEE */
  26. alignment = <0x1000>;
  27. no-map;
  28. };
  29. };
  30. };