Home
last modified time | relevance | path

Searched full:raspberrypi (Results 1 – 25 of 108) sorted by relevance

12345

/linux/Documentation/devicetree/bindings/arm/bcm/
H A Dbcm2835.yaml21 - raspberrypi,400
22 - raspberrypi,4-compute-module
23 - raspberrypi,4-model-b
29 - raspberrypi,5-model-b
35 - raspberrypi,model-a
36 - raspberrypi,model-a-plus
37 - raspberrypi,model-b
38 - raspberrypi,model-b-i2c0 # Raspberry Pi Model B (no P5)
39 - raspberrypi,model-b-rev2
40 - raspberrypi,model-b-plus
[all …]
H A Draspberrypi,bcm2835-firmware.yaml4 $id: http://devicetree.org/schemas/arm/bcm/raspberrypi,bcm2835-firmware.yaml#
17 const: raspberrypi,bcm2835-firmware
25 - const: raspberrypi,bcm2835-firmware
37 const: raspberrypi,firmware-clocks
55 const: raspberrypi,firmware-gpio
79 const: raspberrypi,firmware-reset
96 const: raspberrypi,firmware-poe-pwm
115 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
119 compatible = "raspberrypi,firmware-clocks";
124 compatible = "raspberrypi,firmware-gpio";
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Draspberrypi,rp1-clocks.yaml4 $id: http://devicetree.org/schemas/clock/raspberrypi,rp1-clocks.yaml#
7 title: RaspberryPi RP1 clock generator
18 https://datasheets.raspberrypi.com/rp1/rp1-peripherals.pdf
22 const: raspberrypi,rp1-clocks
31 include/dt-bindings/clock/raspberrypi,rp1-clocks.h.
46 #include <dt-bindings/clock/raspberrypi,rp1-clocks.h>
53 compatible = "raspberrypi,rp1-clocks";
/linux/Documentation/devicetree/bindings/regulator/
H A Draspberrypi,7inch-touchscreen-panel-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml#
7 title: RaspberryPi 7" display ATTINY88-based regulator/backlight controller
13 The RaspberryPi 7" display has an ATTINY88-based regulator/backlight
24 - raspberrypi,7inch-touchscreen-panel-regulator
25 - raspberrypi,touchscreen-panel-regulator-v2
42 compatible = "raspberrypi,7inch-touchscreen-panel-regulator";
/linux/Documentation/devicetree/bindings/media/
H A Draspberrypi,pispbe.yaml4 $id: http://devicetree.org/schemas/media/raspberrypi,pispbe.yaml#
10 - Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>
19 https://datasheets.raspberrypi.com/camera/raspberry-pi-image-signal-processor-specification.pdf
26 - const: raspberrypi,pispbe
57 compatible = "brcm,bcm2712-pispbe", "raspberrypi,pispbe";
/linux/Documentation/devicetree/bindings/pinctrl/
H A Draspberrypi,rp1-gpio.yaml4 $id: http://devicetree.org/schemas/pinctrl/raspberrypi,rp1-gpio.yaml#
7 title: RaspberryPi RP1 GPIO/Pinconf/Pinmux Controller submodule
20 const: raspberrypi,rp1-gpio
54 - $ref: '#/$defs/raspberrypi-rp1-state'
57 $ref: '#/$defs/raspberrypi-rp1-state'
61 raspberrypi-rp1-state:
134 compatible = "raspberrypi,rp1-gpio";
/linux/arch/arm64/boot/dts/broadcom/
H A Dbcm2712-rpi-5-b-ovl-rp1.dts8 compatible = "raspberrypi,5-model-b", "brcm,bcm2712";
75 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
83 compatible = "raspberrypi,firmware-clocks";
88 compatible = "raspberrypi,firmware-reset";
94 compatible = "raspberrypi,bcm2835-power";
H A Drp1-common.dtsi5 #include <dt-bindings/clock/raspberrypi,rp1-clocks.h>
15 compatible = "raspberrypi,rp1-clocks";
30 compatible = "raspberrypi,rp1-gpio";
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2835-rpi.dtsi1 #include <dt-bindings/power/raspberrypi-power.h>
6 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
10 compatible = "raspberrypi,firmware-clocks";
16 compatible = "raspberrypi,bcm2835-power";
H A Dbcm2711-rpi.dtsi4 #include <dt-bindings/reset/raspberrypi,firmware-reset.h>
47 compatible = "raspberrypi,firmware-gpio";
54 compatible = "raspberrypi,firmware-reset";
87 compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
H A Dbcm2837-rpi-3-b-plus.dts11 compatible = "raspberrypi,3-model-b-plus", "brcm,bcm2837";
31 compatible = "raspberrypi,firmware-gpio";
H A Dbcm2837-rpi-3-a-plus.dts10 compatible = "raspberrypi,3-model-a-plus", "brcm,bcm2837";
26 compatible = "raspberrypi,firmware-gpio";
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Draspberrypi,firmware-ts.txt5 - compatible: "raspberrypi,firmware-ts"
18 compatible = "raspberrypi,bcm2835-firmware";
22 compatible = "raspberrypi,firmware-ts";
/linux/drivers/pwm/
H A Dpwm-raspberrypi-poe.c5 * https://www.raspberrypi.org/products/poe-hat/
20 #include <soc/bcm2835/raspberrypi-firmware.h>
21 #include <dt-bindings/pwm/raspberrypi,firmware-poe-pwm.h>
180 { .compatible = "raspberrypi,firmware-poe-pwm", },
187 .name = "raspberrypi-poe-pwm",
/linux/drivers/reset/
H A Dreset-raspberrypi.c13 #include <soc/bcm2835/raspberrypi-firmware.h>
14 #include <dt-bindings/reset/raspberrypi,firmware-reset.h>
106 { .compatible = "raspberrypi,firmware-reset" },
114 .name = "raspberrypi-reset",
/linux/Documentation/devicetree/bindings/display/panel/
H A Draspberrypi,7inch-touchscreen.yaml4 $id: http://devicetree.org/schemas/display/panel/raspberrypi,7inch-touchscreen.yaml#
25 const: raspberrypi,7inch-touchscreen-panel
60 compatible = "raspberrypi,7inch-touchscreen-panel";
/linux/Documentation/admin-guide/media/
H A Draspberrypi-pisp-be.rst21 <https://github.com/raspberrypi/libpisp>`_.
33 drivers/media/platform/raspberrypi/pisp-be. It uses the `V4L2 API` to register
42 .. kernel-figure:: raspberrypi-pisp-be.dot
109 …age Signal Processor (PiSP) Specification document: https://datasheets.raspberrypi.com/camera/rasp…
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-pisp-be.rst22 <https://datasheets.raspberrypi.com/camera/raspberry-pi-image-signal-processor-specification.pdf>`_
54 <https://datasheets.raspberrypi.com/camera/raspberry-pi-image-signal-processor-specification.pdf>`_.
56 .. kernel-doc:: include/uapi/linux/media/raspberrypi/pisp_be_config.h
/linux/drivers/misc/rp1/
H A DKconfig3 # RaspberryPi RP1 misc device
7 tristate "RaspberryPi RP1 misc device"
/linux/drivers/pmdomain/bcm/
H A Draspberrypi-power.c13 #include <dt-bindings/power/raspberrypi-power.h>
14 #include <soc/bcm2835/raspberrypi-firmware.h>
236 { .compatible = "raspberrypi,bcm2835-power", },
243 .name = "raspberrypi-power",
/linux/drivers/input/touchscreen/
H A Draspberrypi-ts.c20 #include <soc/bcm2835/raspberrypi-firmware.h>
175 input->name = "raspberrypi-ts"; in rpi_ts_probe()
209 { .compatible = "raspberrypi,firmware-ts", },
216 .name = "raspberrypi-ts",
/linux/Documentation/devicetree/bindings/misc/
H A Dpci1de4,1.yaml7 title: RaspberryPi RP1 MFD PCI device
13 The RaspberryPi RP1 is a PCI multi function device containing
130 compatible = "raspberrypi,rp1-clocks";
/linux/drivers/clk/bcm/
H A Dclk-raspberrypi.c19 #include <soc/bcm2835/raspberrypi-firmware.h>
161 * https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface
419 "raspberrypi,bcm2835-firmware"); in raspberrypi_clk_probe()
453 rpi->cpufreq = platform_device_register_data(dev, "raspberrypi-cpufreq", in raspberrypi_clk_probe()
467 { .compatible = "raspberrypi,firmware-clocks" },
474 .name = "raspberrypi-clk",
/linux/drivers/input/joystick/
H A Dsensehat-joystick.c4 * http://raspberrypi.org
117 { .compatible = "raspberrypi,sensehat-joystick" },
134 MODULE_AUTHOR("Serge Schneider <serge@raspberrypi.org>");
/linux/drivers/gpio/
H A Dgpio-raspberrypi-exp.c15 #include <soc/bcm2835/raspberrypi-firmware.h>
17 #define MODULE_NAME "raspberrypi-exp-gpio"
242 { .compatible = "raspberrypi,firmware-gpio" },
257 MODULE_AUTHOR("Dave Stevenson <dave.stevenson@raspberrypi.org>");

12345