Searched full:bcm2712 (Results 1 – 25 of 25) sorted by relevance
/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm2712-msix.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/brcm,bcm2712-msix.yaml# 7 title: Broadcom bcm2712 MSI-X Interrupt Peripheral support 14 generic interrupt controller (GIC) on bcm2712. It will be used as 22 const: brcm,bcm2712-mip 53 compatible = "brcm,bcm2712-mip";
|
/linux-6.15/arch/arm64/boot/dts/broadcom/ |
D | bcm2712.dtsi | 5 compatible = "brcm,bcm2712"; 52 * https://www.raspberrypi.com/documentation/computers/processors.html#bcm2712 153 * https://www.raspberrypi.com/documentation/computers/processors.html#bcm2712 196 compatible = "brcm,bcm2712-sdhci", 273 compatible = "brcm,bcm2712-pixelvalve0"; 279 compatible = "brcm,bcm2712-pixelvalve1"; 285 compatible = "brcm,bcm2712-mop"; 292 compatible = "brcm,bcm2712-moplet"; 351 compatible = "brcm,bcm2712-hdmi0"; 380 compatible = "brcm,bcm2712-hdmi1"; [all …]
|
D | Makefile | 9 bcm2712-rpi-5-b.dtb \ 10 bcm2712-d-rpi-5-b.dtb \
|
D | bcm2712-rpi-5-b.dts | 5 #include "bcm2712.dtsi" 8 compatible = "raspberrypi,5-model-b", "brcm,bcm2712";
|
D | bcm2712-d-rpi-5-b.dts | 4 #include "bcm2712-rpi-5-b.dts"
|
/linux-6.15/Documentation/devicetree/bindings/display/ |
D | brcm,bcm2835-pixelvalve0.yaml | 23 - brcm,bcm2712-pixelvalve0 24 - brcm,bcm2712-pixelvalve1 25 - brcm,bcm2712-pixelvalve2
|
D | brcm,bcm2835-txp.yaml | 15 - brcm,bcm2712-mop 16 - brcm,bcm2712-moplet
|
D | brcm,bcm2835-hvs.yaml | 16 - brcm,bcm2712-hvs 42 - brcm,bcm2712-hvs
|
D | brcm,bcm2711-hdmi.yaml | 17 - brcm,bcm2712-hdmi0 18 - brcm,bcm2712-hdmi1
|
D | brcm,bcm2835-vc4.yaml | 21 - brcm,bcm2712-vc6
|
/linux-6.15/Documentation/devicetree/bindings/media/ |
D | raspberrypi,pispbe.yaml | 25 - brcm,bcm2712-pispbe 57 compatible = "brcm,bcm2712-pispbe", "raspberrypi,pispbe";
|
/linux-6.15/Documentation/devicetree/bindings/arm/bcm/ |
D | bcm2835.yaml | 26 - description: BCM2712 based Boards 30 - const: brcm,bcm2712
|
/linux-6.15/drivers/irqchip/ |
D | irq-bcm2712-mip.c | 288 IRQCHIP_MATCH("brcm,bcm2712-mip", mip_of_msi_init) 290 MODULE_DESCRIPTION("Broadcom BCM2712 MSI-X interrupt controller");
|
D | Kconfig | 116 tristate "Broadcom BCM2712 MSI-X Interrupt Peripheral support" 125 Enable support for the Broadcom BCM2712 MSI-X target peripheral
|
D | Makefile | 66 obj-$(CONFIG_BCM2712_MIP) += irq-bcm2712-mip.o
|
/linux-6.15/Documentation/devicetree/bindings/mmc/ |
D | brcm,sdhci-brcmstb.yaml | 23 - brcm,bcm2712-sdhci
|
/linux-6.15/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 279 { .compatible = "brcm,bcm2712-hvs" }, 467 { .compatible = "brcm,bcm2712-vc6", .data = (void *)VC4_GEN_6_C },
|
D | vc4_txp.c | 645 { .compatible = "brcm,bcm2712-mop", .data = &bcm2712_mop_data }, 646 { .compatible = "brcm,bcm2712-moplet", .data = &bcm2712_moplet_data },
|
D | vc4_crtc.c | 567 "brcm,bcm2712-pixelvalve0") || in vc4_crtc_disable_at_boot() 569 "brcm,bcm2712-pixelvalve1"))) in vc4_crtc_disable_at_boot() 1344 { .compatible = "brcm,bcm2712-pixelvalve0", .data = &bcm2712_pv0_data }, 1345 { .compatible = "brcm,bcm2712-pixelvalve1", .data = &bcm2712_pv1_data },
|
D | vc4_hdmi.c | 831 * TODO: This should work on BCM2712, but doesn't for some in vc4_hdmi_encoder_post_crtc_disable() 3204 of_device_is_compatible(dev->of_node, "brcm,bcm2712-hdmi0") || in vc4_hdmi_bind() 3205 of_device_is_compatible(dev->of_node, "brcm,bcm2712-hdmi1")) && in vc4_hdmi_bind() 3397 { .compatible = "brcm,bcm2712-hdmi0", .data = &bcm2712_hdmi0_variant }, 3398 { .compatible = "brcm,bcm2712-hdmi1", .data = &bcm2712_hdmi1_variant },
|
D | vc4_plane.c | 586 * The BCM2712 is lacking BIT(31) compared to in vc4_write_tpz() 655 * different to setup the phase in the BCM2712, in vc4_write_ppf() 939 * NOTE: BCM2712 doesn't need to be aligned, since the size in vc4_plane_allocate_lbm()
|
D | vc4_hvs.c | 1288 * NOTE: On BCM2712, the size can also be read through in __vc4_hvs_alloc() 1794 { .compatible = "brcm,bcm2712-hvs" },
|
/linux-6.15/Documentation/devicetree/bindings/pci/ |
D | brcm,stb-pcie.yaml | 17 - brcm,bcm2712-pcie # Raspberry Pi 5
|
/linux-6.15/drivers/mmc/host/ |
D | sdhci-brcmstb.c | 298 { .compatible = "brcm,bcm2712-sdhci", .data = &match_priv_2712 },
|
/linux-6.15/drivers/pci/controller/ |
D | pcie-brcmstb.c | 1820 { .compatible = "brcm,bcm2712-pcie", .data = &bcm2712_cfg },
|