1 // Copyright 2017 The Fuchsia Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #pragma once
6 
7 #define A113_TDM_PHYS_BASE 0xff642000
8 
9 // USB MMIO and IRQ
10 #define DWC3_MMIO_BASE      0xff500000
11 #define DWC3_MMIO_LENGTH    0x100000
12 #define DWC3_IRQ            62
13 #define USB_PHY_IRQ         48
14 
15 // PCIe Resources
16 #define DW_PCIE_IRQ0        177
17 #define DW_PCIE_IRQ1        179
18 
19 // Clock Control
20 #define AXG_HIU_BASE_PHYS 0xff63c000
21 
22 // RAW_NAND MMIO and IRQ
23 #define GAUSS_RAW_NAND_REG   0xffe07800
24 #define GAUSS_RAW_NAND_CLKREG   0xffe07000
25 #define GAUSS_RAW_NAND_IRQ   66
26