18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright 2016 Maxime Ripard 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Maxime Ripard <maxime.ripard@free-electrons.com> 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef _RST_SUN5I_H_ 98c2ecf20Sopenharmony_ci#define _RST_SUN5I_H_ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define RST_USB_PHY0 0 128c2ecf20Sopenharmony_ci#define RST_USB_PHY1 1 138c2ecf20Sopenharmony_ci#define RST_GPS 2 148c2ecf20Sopenharmony_ci#define RST_DE_BE 3 158c2ecf20Sopenharmony_ci#define RST_DE_FE 4 168c2ecf20Sopenharmony_ci#define RST_TVE 5 178c2ecf20Sopenharmony_ci#define RST_LCD 6 188c2ecf20Sopenharmony_ci#define RST_CSI 7 198c2ecf20Sopenharmony_ci#define RST_VE 8 208c2ecf20Sopenharmony_ci#define RST_GPU 9 218c2ecf20Sopenharmony_ci#define RST_IEP 10 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#endif /* _RST_SUN5I_H_ */ 24