| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | brcm,bcm4908-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/brcm,bcm4908-partitions.yaml# 7 title: Broadcom BCM4908 partitioning 10 Broadcom BCM4908 CFE bootloader supports two firmware partitions. One is used 24 const: brcm,bcm4908-partitions 37 const: brcm,bcm4908-firmware 49 compatible = "brcm,bcm4908-partitions"; 59 compatible = "brcm,bcm4908-firmware"; 64 compatible = "brcm,bcm4908-firmware";
|
| H A D | partitions.yaml | 18 - $ref: brcm,bcm4908-partitions.yaml
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | brcm,bcm4908-enet.yaml | 4 $id: http://devicetree.org/schemas/net/brcm,bcm4908-enet.yaml# 7 title: Broadcom BCM4908 Ethernet controller 9 description: Broadcom's Ethernet controller integrated into BCM4908 family SoCs 19 const: brcm,bcm4908-enet 49 compatible = "brcm,bcm4908-enet";
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | brcm,bcm4908-pinctrl.yaml | 4 $id: http://devicetree.org/schemas/pinctrl/brcm,bcm4908-pinctrl.yaml# 7 title: Broadcom BCM4908 pin controller 13 Binding for pin controller present on BCM4908 family SoCs. 17 const: brcm,bcm4908-pinctrl 66 compatible = "brcm,bcm4908-pinctrl";
|
| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | brcm,bcm4908-misc-pcie-reset.yaml | 4 $id: http://devicetree.org/schemas/reset/brcm,bcm4908-misc-pcie-reset.yaml# 10 signals. On BCM4908 it's a part of the MISC block. 17 const: brcm,bcm4908-misc-pcie-reset 36 compatible = "brcm,bcm4908-misc-pcie-reset";
|
| /linux/arch/arm64/boot/dts/broadcom/bcmbca/ |
| H A D | bcm4908-asus-gt-ac5300.dts | 7 #include "bcm4908.dtsi" 10 compatible = "asus,gt-ac5300", "brcm,bcm4908", "brcm,bcmbca"; 183 compatible = "brcm,bcm4908-partitions"; 203 compatible = "brcm,bcm4908-firmware"; 208 compatible = "brcm,bcm4908-firmware";
|
| H A D | bcm4906-tplink-archer-c2300-v1.dts | 10 compatible = "tplink,archer-c2300-v1", "brcm,bcm4906", "brcm,bcm4908", "brcm,bcmbca"; 172 compatible = "brcm,bcm4908-partitions"; 182 compatible = "brcm,bcm4908-firmware"; 187 compatible = "brcm,bcm4908-firmware";
|
| H A D | bcm4908.dtsi | 136 compatible = "brcm,bcm4908-enet"; 145 compatible = "brcm,bcm4908-usb-phy"; 226 compatible = "brcm,bcm4908-switch"; 319 compatible = "brcm,bcm4908-pmb"; 334 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon"; 452 compatible = "brcm,bcm4908-pinctrl"; 671 compatible = "brcm,bcm4908-leds", "brcm,bcm63138-leds"; 687 compatible = "brcm,bcm4908-hsspi", "brcm,bcmbca-hsspi-v1.0"; 731 compatible = "brcm,bcm4908-misc-pcie-reset";
|
| H A D | bcm94908.dts | 8 #include "bcm4908.dtsi" 12 compatible = "brcm,bcm94908", "brcm,bcm4908", "brcm,bcmbca";
|
| H A D | bcm4908-netgear-raxe500.dts | 3 #include "bcm4908.dtsi" 6 compatible = "netgear,raxe500", "brcm,bcm4908", "brcm,bcmbca";
|
| H A D | bcm4906.dtsi | 3 #include "bcm4908.dtsi"
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | brcm,twd.yaml | 13 Broadcom has a Timer-Watchdog block used in multiple SoCs (e.g., BCM4908, 22 - brcm,bcm4908-twd 53 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-bcm63138.yaml | 13 This LEDs controller was first used on BCM63138 and later reused on BCM4908, 26 - brcm,bcm4908-leds 82 compatible = "brcm,bcm4908-leds", "brcm,bcm63138-leds";
|
| /linux/Documentation/devicetree/bindings/power/ |
| H A D | brcm,bcm-pmb.yaml | 18 - brcm,bcm4908-pmb 44 compatible = "brcm,bcm4908-pmb";
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | brcm,bcm63xx-hsspi.yaml | 18 BCM4908 and BCM6858. The old MIPS based chip should continue to use the 41 - brcm,bcm4908-hsspi
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | brcm,brcmstb-usb-phy.yaml | 18 - brcm,bcm4908-usb-phy 119 - brcm,bcm4908-usb-phy
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-bcm4908.c | 460 .name = "bcm4908-pinctrl", 466 { .compatible = "brcm,bcm4908-pinctrl", }, 554 .name = "bcm4908-pinctrl", 562 MODULE_DESCRIPTION("Broadcom BCM4908 pinmux driver");
|
| /linux/drivers/mtd/parsers/ |
| H A D | Kconfig | 76 bool "BCM4908 partitioning support" 80 This provides partitions parser for BCM4908 family devices
|
| H A D | ofpart_bcm4908.c | 58 if (of_device_is_compatible(parts[i].of_node, "brcm,bcm4908-firmware")) { in bcm4908_partitions_post_parse()
|
| /linux/Documentation/devicetree/bindings/pci/ |
| H A D | brcm,stb-pcie.yaml | 18 - brcm,bcm4908-pcie 133 const: brcm,bcm4908-pcie
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2_regs.h | 83 /* Register relative to REG_LED_*_CNTRL (BCM4908) */ 100 /* Register relative to REG_LED_*_CNTRL (BCM4908) */ 110 /* Register relative to REG_LED_*_CNTRL (BCM4908) */
|
| /linux/Documentation/devicetree/bindings/timer/ |
| H A D | brcm,bcmbca-timer.yaml | 25 BCM68360, BCM6848, BCM6858, BCM4908.
|
| /linux/drivers/leds/blink/ |
| H A D | Kconfig | 11 in BCM4908, BCM6848, BCM6858, BCM63148, BCM63381 and BCM68360.
|
| /linux/Documentation/devicetree/bindings/net/dsa/ |
| H A D | brcm,sf2.yaml | 16 - brcm,bcm4908-switch
|
| /linux/drivers/reset/ |
| H A D | reset-simple.c | 149 { .compatible = "brcm,bcm4908-misc-pcie-reset",
|