| /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ | |
| /* | |
| * Copyright (c) 2019 Amlogic, Inc. All rights reserved. | |
| */ | |
| #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 */ |