/Linux-v6.1/Documentation/devicetree/bindings/arm/bcm/ |
D | bcm2835.yaml | 21 - raspberrypi,400 22 - raspberrypi,4-compute-module 23 - raspberrypi,4-model-b 29 - raspberrypi,model-a 30 - raspberrypi,model-a-plus 31 - raspberrypi,model-b 32 - raspberrypi,model-b-i2c0 # Raspberry Pi Model B (no P5) 33 - raspberrypi,model-b-rev2 34 - raspberrypi,model-b-plus 35 - raspberrypi,compute-module [all …]
|
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 36 const: raspberrypi,firmware-clocks 53 const: raspberrypi,firmware-reset 69 const: raspberrypi,firmware-poe-pwm 90 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd"; 94 compatible = "raspberrypi,firmware-clocks"; 99 compatible = "raspberrypi,firmware-reset"; 104 compatible = "raspberrypi,firmware-poe-pwm";
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
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-v6.1/arch/arm/boot/dts/ |
D | bcm2711-rpi.dtsi | 4 #include <dt-bindings/reset/raspberrypi,firmware-reset.h> 23 compatible = "raspberrypi,firmware-clocks"; 28 compatible = "raspberrypi,firmware-gpio"; 35 compatible = "raspberrypi,firmware-reset"; 63 compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
|
D | bcm2835-rpi.dtsi | 1 #include <dt-bindings/power/raspberrypi-power.h> 16 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd"; 25 compatible = "raspberrypi,bcm2835-power";
|
D | bcm2837-rpi-3-a-plus.dts | 9 compatible = "raspberrypi,3-model-a-plus", "brcm,bcm2837"; 38 compatible = "raspberrypi,firmware-gpio";
|
D | bcm2837-rpi-3-b-plus.dts | 10 compatible = "raspberrypi,3-model-b-plus", "brcm,bcm2837"; 43 compatible = "raspberrypi,firmware-gpio";
|
D | bcm2837-rpi-3-b.dts | 10 compatible = "raspberrypi,3-model-b", "brcm,bcm2837"; 36 compatible = "raspberrypi,firmware-gpio";
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | raspberrypi,firmware-gpio.txt | 12 - compatible : Should be "raspberrypi,firmware-gpio" 22 compatible = "raspberrypi,bcm2835-firmware"; 26 compatible = "raspberrypi,firmware-gpio";
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | raspberrypi,firmware-ts.txt | 5 - compatible: "raspberrypi,firmware-ts" 18 compatible = "raspberrypi,bcm2835-firmware"; 22 compatible = "raspberrypi,firmware-ts";
|
/Linux-v6.1/drivers/pwm/ |
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> 179 { .compatible = "raspberrypi,firmware-poe-pwm", }, 186 .name = "raspberrypi-poe-pwm",
|
/Linux-v6.1/drivers/reset/ |
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-v6.1/Documentation/devicetree/bindings/display/panel/ |
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-v6.1/drivers/hwmon/ |
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-v6.1/drivers/clk/bcm/ |
D | clk-raspberrypi.c | 19 #include <soc/bcm2835/raspberrypi-firmware.h> 160 * https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface 421 "raspberrypi,bcm2835-firmware"); in raspberrypi_clk_probe() 455 rpi->cpufreq = platform_device_register_data(dev, "raspberrypi-cpufreq", in raspberrypi_clk_probe() 471 { .compatible = "raspberrypi,firmware-clocks" }, 478 .name = "raspberrypi-clk", 489 MODULE_ALIAS("platform:raspberrypi-clk");
|
/Linux-v6.1/drivers/cpufreq/ |
D | raspberrypi-cpufreq.c | 82 * Since the driver depends on clk-raspberrypi, which may return EPROBE_DEFER, 87 .name = "raspberrypi-cpufreq", 97 MODULE_ALIAS("platform:raspberrypi-cpufreq");
|
/Linux-v6.1/drivers/firmware/ |
D | raspberrypi.c | 16 #include <soc/bcm2835/raspberrypi-firmware.h> 207 rpi_hwmon = platform_device_register_data(dev, "raspberrypi-hwmon", in rpi_register_hwmon_driver() 221 "raspberrypi,firmware-clocks"); in rpi_register_clk_driver() 227 rpi_clk = platform_device_register_data(dev, "raspberrypi-clk", in rpi_register_clk_driver() 370 { .compatible = "raspberrypi,bcm2835-firmware", }, 377 .name = "raspberrypi-firmware",
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/bcm/ |
D | raspberrypi,bcm2835-power.txt | 5 - compatible: Should be "raspberrypi,bcm2835-power". 38 compatible = "raspberrypi,bcm2835-power";
|
/Linux-v6.1/drivers/soc/bcm/ |
D | raspberrypi-power.c | 13 #include <dt-bindings/power/raspberrypi-power.h> 14 #include <soc/bcm2835/raspberrypi-firmware.h> 229 { .compatible = "raspberrypi,bcm2835-power", }, 236 .name = "raspberrypi-power",
|
D | Makefile | 3 obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | raspberrypi-ts.c | 20 #include <soc/bcm2835/raspberrypi-firmware.h> 178 input->name = "raspberrypi-ts"; in rpi_ts_probe() 212 { .compatible = "raspberrypi,firmware-ts", }, 219 .name = "raspberrypi-ts",
|
/Linux-v6.1/drivers/input/joystick/ |
D | sensehat-joystick.c | 4 * http://raspberrypi.org 117 { .compatible = "raspberrypi,sensehat-joystick" }, 134 MODULE_AUTHOR("Serge Schneider <serge@raspberrypi.org>");
|
/Linux-v6.1/Documentation/devicetree/bindings/nvmem/ |
D | rmem.yaml | 19 - raspberrypi,bootloader-config 44 compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
|
/Linux-v6.1/drivers/gpio/ |
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-v6.1/drivers/staging/vc04_services/interface/ |
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)
|