![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-or-later 0002 /* 0003 * Device Tree support for Airoha SoCs 0004 * 0005 * Copyright (c) 2022 Felix Fietkau <nbd@nbd.name> 0006 */ 0007 #include <asm/mach/arch.h> 0008 0009 static const char * const airoha_board_dt_compat[] = { 0010 "airoha,en7523", 0011 NULL, 0012 }; 0013 0014 DT_MACHINE_START(MEDIATEK_DT, "Airoha Cortex-A53 (Device Tree)") 0015 .dt_compat = airoha_board_dt_compat, 0016 MACHINE_END
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |