Home
last modified time | relevance | path

Searched full:bcm2835 (Results 1 – 25 of 101) sorted by relevance

12345

/linux/arch/arm/boot/dts/broadcom/
H A Dbcm283x.dtsi1 #include <dt-bindings/pinctrl/bcm2835.h>
2 #include <dt-bindings/clock/bcm2835.h>
3 #include <dt-bindings/clock/bcm2835-aux.h>
6 #include <dt-bindings/soc/bcm2835-pm.h>
14 * bcm2835 and bcm2836 implementations, leaving the CPU configuration to
15 * bcm2835.dtsi and bcm2836.dtsi.
19 compatible = "brcm,bcm2835";
20 model = "BCM2835";
70 compatible = "brcm,bcm2835-system-timer";
81 compatible = "brcm,bcm2835-txp";
[all …]
H A Dbcm2835.dtsi3 #include "bcm2835-common.dtsi"
6 compatible = "brcm,bcm2835";
23 * NOTE: The BCM2835 has a L2 cache but it is dedicated to the GPU
52 compatible = "brcm,bcm2835-thermal";
H A Dbcm2836-rpi.dtsi2 #include "bcm2835-rpi.dtsi"
3 #include "bcm2835-rpi-common.dtsi"
6 compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
/linux/drivers/staging/vc04_services/bcm2835-audio/
H A DMakefile2 obj-$(CONFIG_SND_BCM2835) += snd-bcm2835.o
3 snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
H A Dbcm2835.c11 #include "bcm2835.h"
96 .shortname = "bcm2835 HDMI",
97 .longname = "bcm2835 HDMI",
109 .shortname = "bcm2835 Headphones",
110 .longname = "bcm2835 Headphones",
316 { .name = "bcm2835-audio" },
329 .name = "bcm2835-audio",
335 MODULE_DESCRIPTION("Alsa driver for BCM2835 chip");
/linux/Documentation/devicetree/bindings/thermal/
H A Dbrcm,bcm2835-thermal.yaml4 $id: http://devicetree.org/schemas/thermal/brcm,bcm2835-thermal.yaml#
7 title: Broadcom BCM2835 thermal sensor
18 - brcm,bcm2835-thermal
40 #include <dt-bindings/clock/bcm2835.h>
43 compatible = "brcm,bcm2835-thermal";
/linux/Documentation/devicetree/bindings/display/
H A Dbrcm,bcm2835-pixelvalve0.yaml4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-pixelvalve0.yaml#
15 - brcm,bcm2835-pixelvalve0
16 - brcm,bcm2835-pixelvalve1
17 - brcm,bcm2835-pixelvalve2
43 compatible = "brcm,bcm2835-pixelvalve2";
H A Dbrcm,bcm2835-dsi0.yaml4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-dsi0.yaml#
22 - brcm,bcm2835-dsi0
23 - brcm,bcm2835-dsi1
66 #include <dt-bindings/clock/bcm2835.h>
69 compatible = "brcm,bcm2835-dsi1";
H A Dbrcm,bcm2835-vec.yaml4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-vec.yaml#
16 - brcm,bcm2835-vec
40 #include <dt-bindings/clock/bcm2835.h>
43 compatible = "brcm,bcm2835-vec";
H A Dbrcm,bcm2835-dpi.yaml4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-dpi.yaml#
14 const: brcm,bcm2835-dpi
45 #include <dt-bindings/clock/bcm2835.h>
48 compatible = "brcm,bcm2835-dpi";
H A Dbrcm,bcm2835-hdmi.yaml4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-hdmi.yaml#
14 const: brcm,bcm2835-hdmi
68 #include <dt-bindings/clock/bcm2835.h>
72 compatible = "brcm,bcm2835-hdmi";
/linux/Documentation/devicetree/bindings/i2c/
H A Dbrcm,bcm2835-i2c.yaml4 $id: http://devicetree.org/schemas/i2c/brcm,bcm2835-i2c.yaml#
7 title: Broadcom BCM2835 I2C controller
19 - brcm,bcm2835-i2c
22 - const: brcm,bcm2835-i2c
49 compatible = "brcm,bcm2835-i2c";
/linux/Documentation/devicetree/bindings/mmc/
H A Dbrcm,bcm2835-sdhost.yaml4 $id: http://devicetree.org/schemas/mmc/brcm,bcm2835-sdhost.yaml#
7 title: Broadcom BCM2835 SDHOST controller
17 const: brcm,bcm2835-sdhost
44 #include <dt-bindings/clock/bcm2835.h>
47 compatible = "brcm,bcm2835-sdhost";
/linux/Documentation/devicetree/bindings/soc/bcm/
H A Dbrcm,bcm2835-vchiq.yaml4 $id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2835-vchiq.yaml#
19 - description: BCM2835 based boards
22 - brcm,bcm2835-vchiq
28 - const: brcm,bcm2835-vchiq
48 compatible = "brcm,bcm2835-vchiq";
/linux/Documentation/devicetree/bindings/clock/
H A Dbrcm,bcm2835-aux-clock.yaml4 $id: http://devicetree.org/schemas/clock/brcm,bcm2835-aux-clock.yaml#
7 title: Broadcom BCM2835 auxiliary peripheral clock
20 const: brcm,bcm2835-aux
41 #include <dt-bindings/clock/bcm2835.h>
43 compatible = "brcm,bcm2835-aux";
/linux/drivers/platform/raspberrypi/
H A DKconfig10 the BCM2835 family of products which is used
16 tristate "BCM2835 VCHIQ"
20 Broadcom BCM2835 and similar SoCs have a VPU called VideoCore.
27 BCM2835 family of SoCs.
44 (like bcm2835-audio).
/linux/sound/soc/bcm/
H A DMakefile2 # BCM2835 Platform Support
3 snd-soc-bcm2835-i2s-y := bcm2835-i2s.o
5 obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o
/linux/Documentation/devicetree/bindings/mailbox/
H A Dbrcm,bcm2835-mbox.yaml4 $id: http://devicetree.org/schemas/mailbox/brcm,bcm2835-mbox.yaml#
7 title: Broadcom BCM2835 VideoCore mailbox IPC
14 const: brcm,bcm2835-mbox
36 compatible = "brcm,bcm2835-mbox";
/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm-bcm2835.yaml4 $id: http://devicetree.org/schemas/pwm/pwm-bcm2835.yaml#
7 title: BCM2835 PWM controller (Raspberry Pi controller)
17 const: brcm,bcm2835-pwm
38 compatible = "brcm,bcm2835-pwm";
/linux/Documentation/devicetree/bindings/dma/
H A Dbrcm,bcm2835-dma.yaml4 $id: http://devicetree.org/schemas/dma/brcm,bcm2835-dma.yaml#
7 title: BCM2835 DMA controller
13 The BCM2835 DMA controller has 16 channels in total. Only the lower
23 const: brcm,bcm2835-dma
62 compatible = "brcm,bcm2835-dma";
/linux/Documentation/devicetree/bindings/spi/
H A Dbrcm,bcm2835-spi.yaml4 $id: http://devicetree.org/schemas/spi/brcm,bcm2835-spi.yaml#
7 title: Broadcom BCM2835 SPI0 controller
20 - brcm,bcm2835-spi
44 compatible = "brcm,bcm2835-spi";
/linux/Documentation/devicetree/bindings/timer/
H A Dbrcm,bcm2835-system-timer.yaml4 $id: http://devicetree.org/schemas/timer/brcm,bcm2835-system-timer.yaml#
7 title: BCM2835 System Timer
21 const: brcm,bcm2835-system-timer
45 compatible = "brcm,bcm2835-system-timer";
/linux/Documentation/devicetree/bindings/rng/
H A Dbrcm,bcm2835.yaml4 $id: http://devicetree.org/schemas/rng/brcm,bcm2835.yaml#
7 title: BCM2835/6368 Random number generator
17 - brcm,bcm2835-rng
61 compatible = "brcm,bcm2835-rng";
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm2835-armctrl-ic.yaml3 $id: http://devicetree.org/schemas/interrupt-controller/brcm,bcm2835-armctrl-ic.yaml#
6 title: BCM2835 ARMCTRL Interrupt Controller
13 The BCM2835 contains a custom top-level interrupt controller, which supports
105 - brcm,bcm2835-armctrl-ic
150 compatible = "brcm,bcm2835-armctrl-ic";
/linux/Documentation/devicetree/bindings/arm/bcm/
H A Dbcm2835.yaml4 $id: http://devicetree.org/schemas/arm/bcm/bcm2835.yaml#
7 title: Broadcom BCM2711/BCM2835 Platforms
32 - description: BCM2835 based Boards
44 - const: brcm,bcm2835

12345