162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Delta TN48M CPLD GPIO driver
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2021 Sartura Ltd.
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Author: Robert Marko <robert.marko@sartura.hr>
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_TN48M_H
1162306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_TN48M_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#define CPU_88F7040_RESET	0
1462306a36Sopenharmony_ci#define CPU_88F6820_RESET	1
1562306a36Sopenharmony_ci#define MAC_98DX3265_RESET	2
1662306a36Sopenharmony_ci#define PHY_88E1680_RESET	3
1762306a36Sopenharmony_ci#define PHY_88E1512_RESET	4
1862306a36Sopenharmony_ci#define POE_RESET		5
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_TN48M_H */
21