18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __POWERPC_PLATFORMS_44X_44X_H
38c2ecf20Sopenharmony_ci#define __POWERPC_PLATFORMS_44X_44X_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciextern u8 as1_readb(volatile u8 __iomem  *addr);
68c2ecf20Sopenharmony_ciextern void as1_writeb(u8 data, volatile u8 __iomem *addr);
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#define GPIO0_OSRH	0xC
98c2ecf20Sopenharmony_ci#define GPIO0_TSRH	0x14
108c2ecf20Sopenharmony_ci#define GPIO0_ISR1H	0x34
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif /* __POWERPC_PLATFORMS_44X_44X_H */
13