Home
last modified time | relevance | path

Searched full:bcm6328 (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dbrcm,bcm6328-gpio-sysctl.yaml4 $id: http://devicetree.org/schemas/mfd/brcm,bcm6328-gpio-sysctl.yaml#
7 title: Broadcom BCM6328 GPIO System Controller
14 Broadcom BCM6328 SoC GPIO system controller which provides a register map
24 - const: brcm,bcm6328-gpio-sysctl
47 $ref: /schemas/pinctrl/brcm,bcm6328-pinctrl.yaml
51 Documentation/devicetree/bindings/pinctrl/brcm,bcm6328-pinctrl.yaml.
67 compatible = "brcm,bcm6328-gpio-sysctl", "syscon", "simple-mfd";
72 compatible = "brcm,bcm6328-gpio";
82 compatible = "brcm,bcm6328-pinctrl";
/linux-6.12.1/arch/mips/boot/dts/brcm/
Dbcm6328.dtsi3 #include "dt-bindings/clock/bcm6328-clock.h"
4 #include "dt-bindings/reset/bcm6328-reset.h"
5 #include "dt-bindings/soc/bcm6328-pm.h"
10 compatible = "brcm,bcm6328";
70 compatible = "brcm,bcm6328-clocks";
163 compatible = "brcm,bcm6328-leds";
172 compatible = "brcm,bcm6328-hsspi";
190 compatible = "brcm,bcm6328-power-controller";
196 compatible = "brcm,bcm6328-ehci", "generic-ehci";
210 compatible = "brcm,bcm6328-ohci", "generic-ohci";
[all …]
Dbcm9ejtagprb.dts4 #include "bcm6328.dtsi"
7 compatible = "brcm,bcm9ejtagprb", "brcm,bcm6328";
Dbcm63268.dtsi199 compatible = "brcm,bcm6328-hsspi";
216 compatible = "brcm,bcm6328-power-controller";
224 compatible = "brcm,bcm6328-leds";
Dbcm6362.dtsi187 compatible = "brcm,bcm6328-hsspi";
213 compatible = "brcm,bcm6328-leds";
/linux-6.12.1/Documentation/devicetree/bindings/leds/
Dleds-bcm6328.yaml4 $id: http://devicetree.org/schemas/leds/leds-bcm6328.yaml#
7 title: LEDs connected to Broadcom BCM6328 controller
13 This controller is present on BCM6318, BCM6328, BCM6362 and BCM63268.
24 BCM6328 LED controller has a HWDIS register, which controls whether a LED
34 Each LED is represented as a sub-node of the brcm,bcm6328-leds device.
38 const: brcm,bcm6328-leds
121 /* BCM6328 with 4 EPHY LEDs */
123 compatible = "brcm,bcm6328-leds";
170 compatible = "brcm,bcm6328-leds";
265 compatible = "brcm,bcm6328-leds";
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm6328-pinctrl.yaml4 $id: http://devicetree.org/schemas/pinctrl/brcm,bcm6328-pinctrl.yaml#
7 title: Broadcom BCM6328 pin controller
14 Bindings for Broadcom's BCM6328 memory-mapped pin controller.
18 const: brcm,bcm6328-pinctrl
56 compatible = "brcm,bcm6328-pinctrl";
/linux-6.12.1/Documentation/devicetree/bindings/power/
Dbrcm,bcm63xx-power.yaml13 BCM6318, BCM6328, BCM6362 and BCM63268 SoCs have a power domain controller
21 - brcm,bcm6328-power-controller
41 compatible = "brcm,bcm6328-power-controller";
/linux-6.12.1/Documentation/devicetree/bindings/spi/
Dbrcm,bcm63xx-hsspi.yaml16 early MIPS based chips such as BCM6328 and BCM63268. This initial rev 1.0
19 brcm,bcm6328-hsspi compatible string. The recent ARM based chip is required to
37 - const: brcm,bcm6328-hsspi
99 - brcm,bcm6328-hsspi
/linux-6.12.1/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm63138.txt60 - compatible: Must be "brcm,bcm6328-timer", "syscon"
67 BCM6328-style timer:
76 compatible = "brcm,bcm6328-timer", "syscon";
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dbrcm,bcm63xx-clocks.txt8 "brcm,bcm6328-clocks"
21 compatible = "brcm,bcm6328-clocks";
/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dbrcm,bcm63xx-usbh-phy.yaml16 - brcm,bcm6328-usbh-phy
56 - brcm,bcm6328-usbh-phy
/linux-6.12.1/drivers/leds/
Dleds-bcm6328.c3 * Driver for BCM6328 memory-mapped LEDs, based on leds-syscon.c
59 * struct bcm6328_led - state container for bcm6328 based LEDs
464 { .compatible = "brcm,bcm6328-leds", },
472 .name = "leds-bcm6328",
481 MODULE_DESCRIPTION("LED driver for BCM6328 controllers");
483 MODULE_ALIAS("platform:leds-bcm6328");
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dbrcm,bcm63xx-gpio.yaml21 BCM6318, BCM6328, BCM6358, BCM6362, BCM6368 and BCM63268 have 32-bit data
29 - brcm,bcm6328-gpio
/linux-6.12.1/drivers/pinctrl/bcm/
Dpinctrl-bcm6328.c3 * Driver for BCM6328 GPIO unit (pinctrl + GPIO)
379 { .compatible = "brcm,bcm6328-pinctrl", },
386 .name = "bcm6328-pinctrl",
DKconfig65 bool "Broadcom BCM6328 GPIO driver"
71 Say Y here to enable the Broadcom BCM6328 GPIO driver.
DMakefile9 obj-$(CONFIG_PINCTRL_BCM6328) += pinctrl-bcm6328.o
Dpinctrl-bcm63xx.c37 { .compatible = "brcm,bcm6328-gpio", },
/linux-6.12.1/drivers/pmdomain/bcm/
DKconfig40 BCM6318, BCM6328, BCM6362 and BCM63268 SoCs.
Dbcm63xx-power.c9 #include <dt-bindings/soc/bcm6328-pm.h>
355 .compatible = "brcm,bcm6328-power-controller",
/linux-6.12.1/Documentation/devicetree/bindings/mips/brcm/
Dsoc.yaml28 - brcm,bcm6328
/linux-6.12.1/arch/mips/bcm63xx/
Dprom.c64 * BCM6328 might not have its second CPU enabled, while BCM3368 in prom_init()
/linux-6.12.1/drivers/clk/bcm/
Dclk-bcm63xx-gate.c10 #include <dt-bindings/clock/bcm6328-clock.h>
560 { .compatible = "brcm,bcm6328-clocks", .data = &bcm6328_clocks, },
/linux-6.12.1/drivers/phy/broadcom/
Dphy-bcm63xx-usbh.c3 * BCM6328 USBH PHY Controller Driver
437 { .compatible = "brcm,bcm6328-usbh-phy", .data = &usbh_bcm6328 },
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Dgeneric-ohci.yaml33 - brcm,bcm6328-ohci

12