uniLoader/include/soc/exynos7570.h

13 lines
257 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2023, predefine <predefine@yandex.ru>
*/
#ifndef EXYNOS7570_H_ /* Include guard */
#define EXYNOS7570_H_
#define DECON_F_BASE 0x14830000
#define HW_SW_TRIG_CONTROL 0x70
#endif // EXYNOS7570_H_