/linux/Documentation/devicetree/bindings/arm/bcm/ |
H A D | bcm2835.yaml | 21 - 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 D | raspberrypi,bcm2835-firmware.yaml | 4 $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/regulator/ |
H A D | raspberrypi,7inch-touchscreen-panel-regulator.yaml | 4 $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 22 const: raspberrypi,7inch-touchscreen-panel-regulator 39 compatible = "raspberrypi,7inch-touchscreen-panel-regulator";
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | raspberrypi,pispbe.yaml | 4 $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/arch/arm/boot/dts/broadcom/ |
H A D | bcm2711-rpi.dtsi | 4 #include <dt-bindings/power/raspberrypi-power.h> 5 #include <dt-bindings/reset/raspberrypi,firmware-reset.h> 48 compatible = "raspberrypi,firmware-gpio"; 55 compatible = "raspberrypi,firmware-reset"; 88 compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
|
H A D | bcm2835-rpi.dtsi | 1 #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 D | bcm2837-rpi-3-b-plus.dts | 11 compatible = "raspberrypi,3-model-b-plus", "brcm,bcm2837"; 31 compatible = "raspberrypi,firmware-gpio";
|
H A D | bcm2837-rpi-3-a-plus.dts | 10 compatible = "raspberrypi,3-model-a-plus", "brcm,bcm2837"; 26 compatible = "raspberrypi,firmware-gpio";
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | raspberrypi,firmware-ts.txt | 5 - compatible: "raspberrypi,firmware-ts" 18 compatible = "raspberrypi,bcm2835-firmware"; 22 compatible = "raspberrypi,firmware-ts";
|
/linux/drivers/pwm/ |
H A D | pwm-raspberrypi-poe.c | 5 * 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/Documentation/devicetree/bindings/nvmem/ |
H A D | rmem.yaml | 19 - raspberrypi,bootloader-config 20 - raspberrypi,bootloader-public-key 45 compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
|
/linux/drivers/reset/ |
H A D | reset-raspberrypi.c | 13 #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/drivers/hwmon/ |
H A D | raspberrypi-hwmon.c | 5 * Based on firmware/raspberrypi.c by Noralf Trønnes 17 #include <soc/bcm2835/raspberrypi-firmware.h> 140 .name = "raspberrypi-hwmon", 148 MODULE_ALIAS("platform:raspberrypi-hwmon");
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | raspberrypi,7inch-touchscreen.yaml | 4 $id: http://devicetree.org/schemas/display/panel/raspberrypi,7inch-touchscreen.yaml# 25 const: raspberrypi,7inch-touchscreen-panel 60 compatible = "raspberrypi,7inch-touchscreen-panel";
|
/linux/drivers/clk/bcm/ |
H A D | clk-raspberrypi.c | 19 #include <soc/bcm2835/raspberrypi-firmware.h> 141 * https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface 402 "raspberrypi,bcm2835-firmware"); in raspberrypi_clk_probe() 436 rpi->cpufreq = platform_device_register_data(dev, "raspberrypi-cpufreq", in raspberrypi_clk_probe() 450 { .compatible = "raspberrypi,firmware-clocks" }, 457 .name = "raspberrypi-clk", 468 MODULE_ALIAS("platform:raspberrypi-clk");
|
/linux/drivers/cpufreq/ |
H A D | raspberrypi-cpufreq.c | 80 * Since the driver depends on clk-raspberrypi, which may return EPROBE_DEFER, 85 .name = "raspberrypi-cpufreq", 95 MODULE_ALIAS("platform:raspberrypi-cpufreq");
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-pisp-be.rst | 22 <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/Documentation/admin-guide/media/ |
H A D | raspberrypi-pisp-be.rst | 21 <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/drivers/firmware/ |
H A D | raspberrypi.c | 18 #include <soc/bcm2835/raspberrypi-firmware.h> 210 rpi_hwmon = platform_device_register_data(dev, "raspberrypi-hwmon", in rpi_register_hwmon_driver() 224 "raspberrypi,firmware-clocks"); in rpi_register_clk_driver() 230 rpi_clk = platform_device_register_data(dev, "raspberrypi-clk", in rpi_register_clk_driver() 335 { .compatible = "raspberrypi,bcm2835-firmware", }, 404 .name = "raspberrypi-firmware",
|
/linux/Documentation/devicetree/bindings/soc/bcm/ |
H A D | raspberrypi,bcm2835-power.txt | 5 - compatible: Should be "raspberrypi,bcm2835-power". 38 compatible = "raspberrypi,bcm2835-power";
|
/linux/drivers/input/touchscreen/ |
H A D | raspberrypi-ts.c | 20 #include <soc/bcm2835/raspberrypi-firmware.h> 177 input->name = "raspberrypi-ts"; in rpi_ts_probe() 211 { .compatible = "raspberrypi,firmware-ts", }, 218 .name = "raspberrypi-ts",
|
/linux/drivers/pmdomain/bcm/ |
H A D | raspberrypi-power.c | 13 #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/joystick/ |
H A D | sensehat-joystick.c | 4 * http://raspberrypi.org 117 { .compatible = "raspberrypi,sensehat-joystick" }, 134 MODULE_AUTHOR("Serge Schneider <serge@raspberrypi.org>");
|
/linux/drivers/gpio/ |
H A D | gpio-raspberrypi-exp.c | 15 #include <soc/bcm2835/raspberrypi-firmware.h> 17 #define MODULE_NAME "raspberrypi-exp-gpio" 238 { .compatible = "raspberrypi,firmware-gpio" }, 253 MODULE_AUTHOR("Dave Stevenson <dave.stevenson@raspberrypi.org>");
|
/linux/drivers/staging/vc04_services/interface/ |
H A D | TODO | 6 - vc_mem (https://github.com/raspberrypi/linux/blob/rpi-4.4.y/drivers/char/broadcom/vc_mem.c) 12 - VCSM (https://github.com/raspberrypi/linux/tree/rpi-4.4.y/drivers/char/broadcom/vc_sm)
|