uniLoader/include/soc/exynos9610.h
chmcax 0d2f55d9f6 soc: Add basic support for Exynos9610
Signed-off-by: Alexandru Chimac <alexchimac@protonmail.com>
2024-09-15 09:53:36 +03:00

13 lines
262 B
C

// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2024 Chimac Alexandru <alexchimac@protonmail.com>
*/
#ifndef EXYNOS9610_H_ // Include guard
#define EXYNOS9610_H_
#define DECON_F_BASE 0x148B0000
#define HW_SW_TRIG_CONTROL 0x70
#endif // EXYNOS9610_H_