sp7021.c 355 B

12345678910111213141516
  1. // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. /*
  3. * Copyright (C) Sunplus Technology Co., Ltd.
  4. * All rights reserved.
  5. */
  6. #include <linux/kernel.h>
  7. #include <asm/mach/arch.h>
  8. static const char *sp7021_compat[] __initconst = {
  9. "sunplus,sp7021",
  10. NULL
  11. };
  12. DT_MACHINE_START(SP7021_DT, "SP7021")
  13. .dt_compat = sp7021_compat,
  14. MACHINE_END