summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMason Huo <mason.huo@starfivetech.com>2023-02-01 04:54:36 +0300
committerMason Huo <mason.huo@starfivetech.com>2023-02-22 12:53:27 +0300
commita17c17c4d236bddd4cffdd37d2560db77df5e9aa (patch)
treea048cf6996345248f4dc1f6080944deddf69af7d /include
parentf05aec2af16f5cf04a5a8c11e6f557a13ca2012c (diff)
downloadu-boot-a17c17c4d236bddd4cffdd37d2560db77df5e9aa.tar.xz
pci: Add Starfive JH7110 pcie driver
Port the JH7110 pcie host driver from linux kernel. Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/starfive-evb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/starfive-evb.h b/include/configs/starfive-evb.h
index 2900189356..8f710a745f 100644
--- a/include/configs/starfive-evb.h
+++ b/include/configs/starfive-evb.h
@@ -70,6 +70,8 @@
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_16M)
#define CONFIG_STANDALONE_LOAD_ADDR 0x41000000
+#define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
+
/*
* Ethernet
*/