Home
last modified time | relevance | path

Searched +full:realview +full:- +full:pb1176 +full:- +full:syscon (Results 1 – 8 of 8) sorted by relevance

/linux-6.8/Documentation/devicetree/bindings/arm/
Darm,realview.yaml1 # 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 <linus.walleij@linaro.org>
13 The ARM RealView series of reference designs were built to explore the ARM
14 11, Cortex A-8 and Cortex A-9 CPUs. This included new features compared to
22 - description: ARM RealView Emulation Baseboard (HBI-0140) was created
26 - const: arm,realview-eb
[all …]
/linux-6.8/Documentation/devicetree/bindings/mfd/
Darm,dev-platforms-syscon.yaml1 # 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 <linus.walleij@linaro.org>
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.8/drivers/power/reset/
Darm-versatile-reboot.c1 // 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.8/drivers/soc/versatile/
Dsoc-realview.c1 // SPDX-License-Identifier: GPL-2.0-only
12 #include <linux/mfd/syscon.h>
16 /* System ID in syscon */
20 { .compatible = "arm,realview-eb-soc", },
21 { .compatible = "arm,realview-pb1176-soc", },
22 { .compatible = "arm,realview-pb11mp-soc", },
23 { .compatible = "arm,realview-pba8-soc", },
24 { .compatible = "arm,realview-pbx-soc", },
36 return "Multi-layer AXI"; in realview_arch_str()
53 return sprintf(buf, "HBI-%03x\n", ((realview_coreid >> 16) & 0xfff)); in board_show()
[all …]
/linux-6.8/drivers/mtd/maps/
Dphysmap-versatile.c1 // 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.8/arch/arm/boot/dts/arm/
Darm-realview-pb1176.dts23 /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.8/Documentation/devicetree/bindings/leds/
Dregister-bit-led.yaml1 # 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 <linus.walleij@linaro.org>
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.8/drivers/gpu/drm/pl111/
Dpl111_versatile.c1 // 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 …]