162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright Intel Corporation (C) 2017. All Rights Reserved 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Reset binding definitions for Altera Arria10 MAX5 System Resource Chip 662306a36Sopenharmony_ci * 762306a36Sopenharmony_ci * Adapted from altr,rst-mgr-a10.h 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_A10SR_H 1162306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_ALTR_RST_MGR_A10SR_H 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci/* Peripheral PHY resets */ 1462306a36Sopenharmony_ci#define A10SR_RESET_ENET_HPS 0 1562306a36Sopenharmony_ci#define A10SR_RESET_PCIE 1 1662306a36Sopenharmony_ci#define A10SR_RESET_FILE 2 1762306a36Sopenharmony_ci#define A10SR_RESET_BQSPI 3 1862306a36Sopenharmony_ci#define A10SR_RESET_USB 4 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#define A10SR_RESET_NUM 5 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ci#endif 23