light-fm-emu-dsp.dts 501 B

12345678910111213141516171819202122232425262728293031323334
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2021 Alibaba Group Holding Limited.
  4. */
  5. #include "light-fm-emu.dts"
  6. / {
  7. model = "T-HEAD Light FM EMU DSP FPGA board";
  8. compatible = "thead,light-fm-emu-dsp", "thead,light";
  9. chosen {
  10. linux,initrd-end = <0x0 0x1B000000>;
  11. };
  12. };
  13. &resmem {
  14. dsp_mem: memory@70000000 {
  15. reg = <0x0 0x70000000 0 0x40000000>;
  16. no-map;
  17. };
  18. };
  19. &xtensa_dsp {
  20. status = "okay";
  21. };
  22. &xtensa_dsp0 {
  23. status = "okay";
  24. };
  25. &xtensa_dsp1 {
  26. status = "disabled";
  27. };