/* | |
* | |
* This header provides constants for the AMLOGIC PCIE phy | |
* | |
* Copyright (C) 2017 AMLOGIC.INC | |
* Author: Yue Wang <yue.wang@amlogic.com> | |
* License terms: GNU General Public License (GPL), version 2 | |
*/ | |
#ifndef _DT_AMLOGIC_PCIE_PHY | |
#define _DT_AMLOGIC_PCIE_PHY | |
#define PCIE_PHY_REG 0xff644000 | |
#define PCIE_PHY_SIZE 0x2000 | |
#define PCIE_RESET_REG 0xffd01080 | |
#define PCIE_RESET_SIZE 0x10 | |
#endif /* _DT_AMLOGIC_PCIE_PHY */ |