light-fm-emu-gpu.dts 322 B

1234567891011121314151617181920
  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 GPU FPGA board";
  8. compatible = "thead,light-fm-emu-gpu", "thead,light";
  9. chosen {
  10. linux,initrd-end = <0x0 0x18000000>;
  11. };
  12. };
  13. &gpu {
  14. status = "okay";
  15. };