Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /* Copyright (C) 2022 Hewlett-Packard Enterprise Development Company, L.P. */
0003 
0004 #include <linux/of_platform.h>
0005 #include <asm/mach/arch.h>
0006 
0007 static const char * const gxp_board_dt_compat[] = {
0008     "hpe,gxp",
0009     NULL,
0010 };
0011 
0012 DT_MACHINE_START(GXP_DT, "HPE GXP")
0013     .dt_compat  = gxp_board_dt_compat,
0014     .l2c_aux_val = 0,
0015     .l2c_aux_mask = ~0,
0016 MACHINE_END