1 // SPDX-License-Identifier: GPL-2.0-only 1 2 // Copyright (C) 2014 Broadcom Corporation 3 4 #include <asm/mach/arch.h> 5 6 static const char * const bcm_cygnus_dt_compat 7 "brcm,cygnus", 8 NULL, 9 }; 10 11 DT_MACHINE_START(BCM_CYGNUS_DT, "Broadcom Cygn 12 .l2c_aux_val = 0, 13 .l2c_aux_mask = ~0, 14 .dt_compat = bcm_cygnus_dt_compat, 15 MACHINE_END 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.