Searched +full:realview +full:- +full:pb1176 +full:- +full:syscon (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/arm/ |
D | arm,realview.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/arm,realview.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ARM RealView Boards 10 - Linus Walleij <[email protected]> 13 The ARM RealView series of reference designs were built to explore the Arm11, 14 Cortex-A8, and Cortex-A9 CPUs. This included new features compared to the 22 - description: ARM RealView Emulation Baseboard (HBI-0140) was created 26 - const: arm,realview-eb [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | arm,dev-platforms-syscon.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/arm,dev-platforms-syscon.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <[email protected]> 13 The Arm Ltd Integrator, Realview, and Versatile families of developer 20 - items: 21 - enum: 22 - arm,integrator-ap-syscon 23 - arm,integrator-cp-syscon [all …]
|
/linux-6.14.4/drivers/power/reset/ |
D | arm-versatile-reboot.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <linux/mfd/syscon.h> 24 * We detect the different syscon types from the compatible strings. 42 .compatible = "arm,core-module-integrator", 46 .compatible = "arm,core-module-versatile", 50 .compatible = "arm,realview-eb-syscon", 54 .compatible = "arm,realview-pb1176-syscon", 58 .compatible = "arm,realview-pb11mp-syscon", 62 .compatible = "arm,realview-pba8-syscon", 66 .compatible = "arm,realview-pbx-syscon", [all …]
|
/linux-6.14.4/drivers/soc/versatile/ |
D | soc-realview.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 #include <linux/mfd/syscon.h> 17 /* System ID in syscon */ 21 { .compatible = "arm,realview-eb-soc", }, 22 { .compatible = "arm,realview-pb1176-soc", }, 23 { .compatible = "arm,realview-pb11mp-soc", }, 24 { .compatible = "arm,realview-pba8-soc", }, 25 { .compatible = "arm,realview-pbx-soc", }, 37 return "Multi-layer AXI"; in realview_arch_str() 54 return sprintf(buf, "HBI-%03x\n", ((realview_coreid >> 16) & 0xfff)); in board_show() [all …]
|
/linux-6.14.4/drivers/mtd/maps/ |
D | physmap-versatile.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Versatile OF physmap driver add-on 13 #include <linux/mfd/syscon.h> 17 #include "physmap-versatile.h" 30 .compatible = "arm,integrator-ap-syscon", 34 .compatible = "arm,integrator-cp-syscon", 38 .compatible = "arm,core-module-versatile", 42 .compatible = "arm,realview-eb-syscon", 46 .compatible = "arm,realview-pb1176-syscon", 50 .compatible = "arm,realview-pb11mp-syscon", [all …]
|
/linux-6.14.4/arch/arm/boot/dts/arm/ |
D | arm-realview-pb1176.dts | 23 /dts-v1/; 24 #include <dt-bindings/interrupt-controller/irq.h> 25 #include <dt-bindings/gpio/gpio.h> 28 #address-cells = <1>; 29 #size-cells = <1>; 30 model = "ARM RealView PB1176"; 31 compatible = "arm,realview-pb1176"; 50 vmmc: regulator-vmmc { 51 compatible = "regulator-fixed"; 52 regulator-name = "vmmc"; [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/leds/ |
D | register-bit-led.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/register-bit-led.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <[email protected]> 13 Register bit leds are used with syscon multifunctional devices where single 15 appear as children to the syscon device, with the proper compatible string. 16 For the syscon bindings see: 17 Documentation/devicetree/bindings/mfd/syscon.yaml 20 - $ref: /schemas/leds/common.yaml# [all …]
|
/linux-6.14.4/drivers/gpu/drm/pl111/ |
D | pl111_versatile.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * This is based on code and know-how in the previous frame buffer 6 * driver in drivers/video/fbdev/amba-clcd.c: 14 #include <linux/mfd/syscon.h> 30 * We detect the different syscon types from the compatible strings. 46 .compatible = "arm,core-module-integrator", 50 .compatible = "arm,versatile-sysreg", 54 .compatible = "arm,realview-eb-syscon", 58 .compatible = "arm,realview-pb1176-syscon", 62 .compatible = "arm,realview-pb11mp-syscon", [all …]
|