Lines Matching +full:versatile +full:- +full:pci
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Versatile board support using the device tree
20 #include <asm/mach-types.h>
29 * ------------------------------------------------------------------------
30 * Versatile Registers
31 * ------------------------------------------------------------------------
37 * VERSATILE peripheral addresses
61 if (adev->res.start == VERSATILE_MMCI0_BASE) in mmc_status()
129 np = of_find_compatible_node(NULL, NULL, "arm,versatile-pci"); in versatile_dt_pci_init()
133 /* Check if PCI backplane is detected */ in versatile_dt_pci_init()
137 * Enable PCI accesses. Note that the documentaton is in versatile_dt_pci_init()
149 newprop->name = kstrdup("status", GFP_KERNEL); in versatile_dt_pci_init()
150 newprop->value = kstrdup("disabled", GFP_KERNEL); in versatile_dt_pci_init()
151 newprop->length = sizeof("disabled"); in versatile_dt_pci_init()
154 pr_info("Not plugged into PCI backplane!\n"); in versatile_dt_pci_init()
164 np = of_find_compatible_node(NULL, NULL, "arm,core-module-versatile"); in versatile_dt_init()
175 "arm,versatile-ab",
176 "arm,versatile-pb",
180 DT_MACHINE_START(VERSATILE_PB, "ARM-Versatile (Device Tree Support)")