1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (C) 2022 Hewlett-Packard Enterprise Development Company, L.P. */
4 #include <asm/mach/arch.h>
6 static const char * const gxp_board_dt_compat
[] = {
11 DT_MACHINE_START(GXP_DT
, "HPE GXP")
12 .dt_compat
= gxp_board_dt_compat
,