GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Copyright (C) 2018 MediaTek Inc.
|
||||
*/
|
||||
|
||||
#ifndef __MEDIATEK_GPIO_H
|
||||
#define __MEDIATEK_GPIO_H
|
||||
|
||||
#endif /* __MEDIATEK_GPIO_H */
|
||||
@@ -0,0 +1,17 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Copyright (C) 2018 MediaTek Inc.
|
||||
*/
|
||||
|
||||
#ifndef __MEDIATEK_MISC_H_
|
||||
#define __MEDIATEK_MISC_H_
|
||||
|
||||
#define VER_BASE 0x08000000
|
||||
#define VER_SIZE 0x10
|
||||
|
||||
#define APHW_CODE 0x00
|
||||
#define APHW_SUBCODE 0x04
|
||||
#define APHW_VER 0x08
|
||||
#define APSW_VER 0x0c
|
||||
|
||||
#endif /* __MEDIATEK_MISC_H_ */
|
||||
@@ -0,0 +1,13 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Copyright (C) 2018 MediaTek Inc.
|
||||
*/
|
||||
|
||||
#ifndef __MEDIATEK_RESET_H
|
||||
#define __MEDIATEK_RESET_H
|
||||
|
||||
#include <dm.h>
|
||||
|
||||
int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs);
|
||||
|
||||
#endif /* __MEDIATEK_RESET_H */
|
||||
Reference in New Issue
Block a user