light-a-val-ddr2G.dts 509 B

12345678910111213141516171819202122232425
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2022 Alibaba Group Holding Limited.
  4. */
  5. #include "light-a-val.dts"
  6. / {
  7. model = "T-HEAD Light VAL configuration for 2GB DDR board";
  8. compatible = "thead,light-val", "thead,light-val-ddr2G", "thead,light";
  9. memory@0 {
  10. device_type = "memory";
  11. reg = <0x0 0x00000000 0x0 0x80000000>;
  12. };
  13. };
  14. &cmamem {
  15. alloc-ranges = <0 0x64000000 0 0x14000000>; // [0x6400_0000 ~ 0x7800_0000]
  16. };
  17. &facelib_mem {
  18. reg = <0x0 0x22000000 0 0x02000000>;
  19. no-map;
  20. };