brintos

brintos / linux-shallow public Read only

0
0
Text · 413 B · bc05f86 Raw
21 lines · c
1/* SPDX-License-Identifier: GPL-2.02 *3 * Copyright 2016-2018 HabanaLabs, Ltd.4 * All Rights Reserved.5 *6 */7 8#ifndef GOYA_FW_IF_H9#define GOYA_FW_IF_H10 11#define GOYA_EVENT_QUEUE_MSIX_IDX	512 13#define CPU_BOOT_ADDR		0x7FF8040000ull14 15#define UBOOT_FW_OFFSET		0x100000		/* 1MB in SRAM */16#define LINUX_FW_OFFSET		0x800000		/* 8MB in DDR */17 18#define GOYA_PLL_FREQ_LOW		50000000 /* 50 MHz */19 20#endif /* GOYA_FW_IF_H */21