| /OK3568_Linux_fs/kernel/arch/arm/mach-integrator/ |
| H A D | Kconfig | 3 bool "ARM Ltd. Integrator family" 18 Support for ARM's Integrator platform. 23 bool "Support Integrator/AP and Integrator/PP2 platforms" 29 Include support for the ARM(R) Integrator/AP and 30 Integrator/PP2 platforms. 33 bool "Include support for Integrator/IM-PD1" 41 The IM-PD1 is an add-on logic module for the Integrator which 43 The IM-PD1 can be found on the Integrator/PP2 platform. 46 bool "Integrator/CM7TDMI core module" 52 bool "Integrator/CM720T core module" [all …]
|
| H A D | integrator_ap.c | 3 * linux/arch/arm/mach-integrator/integrator_ap.c 34 * Setup a VA for the Integrator interrupt controller (for header #0, 102 * For the PL010 found in the Integrator/AP some of the UART control is 170 { .compatible = "arm,integrator-ap-syscon"}, 185 pr_crit("could not find Integrator/AP system controller\n"); in ap_init_of() 191 "arm,integrator-ap", 195 DT_MACHINE_START(INTEGRATOR_AP_DT, "ARM Integrator/AP (Device Tree)")
|
| H A D | integrator_cp.c | 3 * linux/arch/arm/mach-integrator/integrator_cp.c 93 cm_map = syscon_regmap_lookup_by_compatible("arm,core-module-integrator"); in intcp_init_early() 116 { .compatible = "arm,integrator-cp-syscon"}, 136 "arm,integrator-cp", 140 DT_MACHINE_START(INTEGRATOR_CP_DT, "ARM Integrator/CP (Device Tree)")
|
| H A D | hardware.h | 3 * This file contains the hardware definitions of the Integrator. 28 * Integrator memory map 77 * Integrator header card registers 167 * Integrator system registers 286 * Integrator Interrupt Controllers
|
| /OK3568_Linux_fs/u-boot/board/armltd/integrator/ |
| H A D | README | 2 U-Boot for ARM Integrator Development Platforms 13 There are two Integrator variants - Integrator/AP and Integrator/CP. 25 Integrator platforms can be configured to use U-Boot in at least three ways :- 31 writeable memory to 0x00000000 in the Integrator address space. 38 The makefile contains targets for Integrator platforms of both types 53 for ARM Integrator CMs has been added 61 of the Integrator board itself, has been placed in 63 board/integrator<>/platform.S 64 board/integrator<>/integrator<>.c 70 Integrator/AP is no longer available from ARM. [all …]
|
| H A D | integrator.c | 26 #include "integrator-sc.h" 66 /* arch number of Integrator Board */ in board_init() 83 * Flash protection on the Integrator/CP is in a simple register in board_init() 90 * The Integrator/AP has some special protection mechanisms in board_init() 124 * The Integrator remaps the Flash memory to 0x00000000 and executes U-Boot
|
| H A D | integrator-sc.h | 6 * the similar "CP Controller" found in the ARM Integrator/AP and 7 * Integrator/CP reference designs 55 * The Integrator/CP as a smaller set of registers, at a different
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | arm,integrator.yaml | 4 $id: http://devicetree.org/schemas/arm/arm,integrator.yaml# 7 title: ARM Integrator Boards Device Tree Bindings 23 - description: ARM Integrator Application Platform, this board has a PCI 28 pre-packaged in a PC Tower form factor called Integrator/PP1 or a 29 special metal fixture called Integrator/PP2, see ARM DUI 0169A. 31 - const: arm,integrator-ap 32 - description: ARM Integrator Compact Platform (HBI-0086), this board has 36 - const: arm,integrator-cp 37 - description: ARM Integrator Standard Development Board (SDB) Platform, 41 - const: arm,integrator-sp [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-integrator/ |
| H A D | Kconfig | 1 menu "Integrator Options" 5 prompt "Integrator platform select" 9 bool "Support Integrator/AP platform" 12 bool "Support Integrator/CP platform" 21 prompt "Integrator core module select" 47 default "integrator"
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | integratorcp.dts | 3 * Device Tree for the ARM Integrator/CP platform 7 /include/ "integrator.dtsi" 10 model = "ARM Integrator/CP"; 11 compatible = "arm,integrator-cp"; 44 * The Integrator/CP overall clocking architecture can be found in 45 * ARM DUI 0184B page 7-28 "Integrator/CP922T system clocks" which 141 compatible = "arm,integrator-cp-syscon", "syscon"; 147 compatible = "arm,integrator-cp-timer"; 153 compatible = "arm,integrator-cp-timer"; 159 compatible = "arm,integrator-cp-timer"; [all …]
|
| H A D | integrator.dtsi | 3 * SoC core Device Tree for the ARM Integrator platforms 16 compatible = "arm,core-module-integrator", "syscon", "simple-mfd"; 24 label = "integrator:core_module"; 116 label = "integrator:green0"; 124 label = "integrator:yellow"; 131 label = "integrator:red"; 138 label = "integrator:green1";
|
| H A D | integratorap.dts | 3 * Device Tree for the ARM Integrator/AP platform 7 #include "integrator.dtsi" 12 model = "ARM Integrator/AP"; 13 compatible = "arm,integrator-ap"; 59 /* 24 MHz chrystal on the Integrator/AP development board */ 110 compatible = "arm,integrator-ap-syscon", "syscon"; 136 compatible = "arm,integrator-timer"; 141 compatible = "arm,integrator-timer"; 146 compatible = "arm,integrator-timer"; 155 compatible = "arm,integrator-ap-pci", "v3,v360epc-pci"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | arm-integrator-lm.c | 3 * ARM Integrator Logical Module bus driver 66 { .compatible = "arm,integrator-ap-syscon"}, 83 "could not find Integrator/AP system controller\n"); in integrator_ap_lm_probe() 89 "could not find Integrator/AP system controller\n"); in integrator_ap_lm_probe() 95 dev_err(dev, "could not read from Integrator/AP syscon\n"); in integrator_ap_lm_probe() 114 { .compatible = "arm,integrator-ap-lm"}, 127 MODULE_DESCRIPTION("Integrator AP Logical Module driver");
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | arm,syscon-icst.yaml | 37 Integrator/AP 22 1 Bit 8 0, rest variable 40 Integrator/AP 46 3 Bit 8 0, rest variable 43 Integrator/AP 22 or 1 17 or (33 or 25 MHz) 46 Integrator/CP 22 variable Bit 8 0, rest variable 49 Integrator/CP 22 variable Bit 8 0, rest variable 67 - arm,integrator-cm-auxosc
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-sp.h | 3 * ARM timer implementation, found in Integrator, Versatile and Realview 5 * registers, so we mark them with A for Integrator AP, C for Integrator 8 * Integrator AP has 16-bit timers, Integrator CP, Versatile and Realview
|
| /OK3568_Linux_fs/kernel/drivers/mtd/maps/ |
| H A D | physmap-versatile.c | 30 .compatible = "arm,integrator-ap-syscon", 34 .compatible = "arm,integrator-cp-syscon", 65 * Flash protection handling for the Integrator/AP 105 dev_err(&pdev->dev, "error clearing Integrator VPP/WP\n"); in ap_flash_init() 142 * Flash protection handling for the Integrator/CP 224 dev_info(&pdev->dev, "Integrator/AP flash protection\n"); in of_flash_probe_versatile() 228 dev_info(&pdev->dev, "Integrator/CP flash protection\n"); in of_flash_probe_versatile()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/ |
| H A D | arm,integrator-ap-lm.yaml | 4 $id: http://devicetree.org/schemas/bus/arm,integrator-ap-lm.yaml# 7 title: Integrator/AP Logic Module extension bus 12 description: The Integrator/AP is a prototyping platform and as such has a 29 - const: arm,integrator-ap-lm 52 compatible = "arm,integrator-ap-lm";
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/pl111/ |
| H A D | pl111_versatile.c | 43 .compatible = "arm,core-module-integrator", 86 * Core module CLCD control on the Integrator/CP, bits 116 dev_info(drm->dev, "enable Integrator CLCD connectors\n"); in pl111_integrator_enable() 134 dev_err(drm->dev, "unhandled format on Integrator 0x%08x\n", in pl111_integrator_enable() 263 /* PL110 pixel formats for Integrator, vanilla PL110 */ 275 /* Extended PL110 pixel formats for Integrator and Versatile */ 307 * The Integrator variant is a PL110 with a bunch of broken, or not 311 .name = "PL110 Integrator", 497 * On the Integrator, check if we should use the IM-PD1 instead, in pl111_versatile_init() 498 * if we find it, it will take precedence. This is on the Integrator/AP in pl111_versatile_init() [all …]
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | integratorcp.h | 10 * Configuration for Compact Integrator board. 18 #include "integrator-common.h" 20 /* Integrator CP-specific configuration */ 49 * drivers/mtd/cfi_flash.c::flash_init() can read the Integrator CP_FLASHPROG
|
| H A D | integratorap.h | 10 * Configuration for Integrator AP board. 18 #include "integrator-common.h" 20 /* Integrator/AP-specific configuration */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | v3-v360epc-pci.txt | 3 This bridge is found in the ARM Integrator/AP (Application Platform) 8 "arm,integrator-ap-pci", "v3,v360epc-pci" 26 Integrator-specific required properties: 28 on the Integrator, some registers in the syscon are required to 34 compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | memory_group_manager.h | 57 * by the systems integrator. Its valid range is 76 * defined by the systems integrator. Its valid range is 114 * defined by the systems integrator. Its valid range is 139 * defined by the systems integrator. Its valid range is 160 * defined by the systems integrator. Its valid range is 189 * In order for a systems integrator to provide custom behaviors for memory
|
| /OK3568_Linux_fs/kernel/drivers/soc/versatile/ |
| H A D | soc-integrator.c | 21 { .compatible = "arm,core-module-integrator", }, 99 ATTRIBUTE_GROUPS(integrator); 129 soc_dev_attr->soc_id = "Integrator"; in integrator_soc_init() 130 soc_dev_attr->machine = "Integrator"; in integrator_soc_init()
|
| /OK3568_Linux_fs/kernel/drivers/clk/versatile/ |
| H A D | clk-icst.c | 72 * The Integrator/AP core clock can only access the low eight in vco_get() 76 * "Integrator CM926EJ-S, CM946E-S, CM966E-S, CM1026EJ-S and in vco_get() 87 * The Integrator/AP system clock on the base board can only in vco_get() 91 * "Integrator AP ASIC Development Motherboard" ARM DUI 0098B, in vco_get() 102 * The Integrator/AP PCI clock is using an odd pattern to create in vco_get() 119 * The Integrator/CP core clock can access the low eight bits in vco_get() 123 * "Integrator/CM940T, CM920T, CM740T, and CM720T User Guide" in vco_get() 432 * The core modules on the Integrator/AP and Integrator/CP have
|
| H A D | clk-versatile.c | 3 * Clock driver for the ARM Integrator/AP, Integrator/CP, Versatile AB and 91 "arm,integrator-cm-auxosc", of_integrator_cm_osc_setup);
|