Home
last modified time | relevance | path

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

12

/Linux-v6.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: "../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-v6.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.dtsi192 compatible = "brcm,bcm6328-hsspi";
209 compatible = "brcm,bcm6328-power-controller";
217 compatible = "brcm,bcm6328-leds";
Dbcm6362.dtsi187 compatible = "brcm,bcm6328-hsspi";
213 compatible = "brcm,bcm6328-leds";
/Linux-v6.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
125 /* BCM6328 with 4 EPHY LEDs */
127 compatible = "brcm,bcm6328-leds";
174 compatible = "brcm,bcm6328-leds";
269 compatible = "brcm,bcm6328-leds";
[all …]
/Linux-v6.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
51 compatible = "brcm,bcm6328-pinctrl";
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dspi-bcm63xx-hsspi.txt1 Binding for Broadcom BCM6328 High Speed SPI controller
4 - compatible: must contain of "brcm,bcm6328-hsspi".
21 compatible = "brcm,bcm6328-hsspi";
/Linux-v6.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-v6.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-v6.1/Documentation/devicetree/bindings/clock/
Dbrcm,bcm63xx-clocks.txt8 "brcm,bcm6328-clocks"
21 compatible = "brcm,bcm6328-clocks";
/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dbrcm,bcm63xx-usbh-phy.yaml16 - brcm,bcm6328-usbh-phy
56 - brcm,bcm6328-usbh-phy
/Linux-v6.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
468 { .compatible = "brcm,bcm6328-leds", },
476 .name = "leds-bcm6328",
485 MODULE_DESCRIPTION("LED driver for BCM6328 controllers");
487 MODULE_ALIAS("platform:leds-bcm6328");
/Linux-v6.1/Documentation/devicetree/bindings/gpio/
Dbrcm,bcm6345-gpio.yaml23 BCM6318, BCM6328, BCM6358, BCM6362, BCM6368 and BCM63268 have 32-bit data
31 - brcm,bcm6328-gpio
/Linux-v6.1/drivers/pinctrl/bcm/
DKconfig65 bool "Broadcom BCM6328 GPIO driver"
71 Say Y here to enable the Broadcom BCM6328 GPIO driver.
Dpinctrl-bcm6328.c3 * Driver for BCM6328 GPIO unit (pinctrl + GPIO)
379 { .compatible = "brcm,bcm6328-pinctrl", },
386 .name = "bcm6328-pinctrl",
DMakefile9 obj-$(CONFIG_PINCTRL_BCM6328) += pinctrl-bcm6328.o
Dpinctrl-bcm63xx.c37 { .compatible = "brcm,bcm6328-gpio", },
/Linux-v6.1/drivers/soc/bcm/bcm63xx/
DKconfig10 BCM6318, BCM6328, BCM6362 and BCM63268 SoCs.
Dbcm63xx-power.c9 #include <dt-bindings/soc/bcm6328-pm.h>
356 .compatible = "brcm,bcm6328-power-controller",
/Linux-v6.1/arch/mips/bcm63xx/
Dprom.c61 * BCM6328 might not have its second CPU enabled, while BCM3368 in prom_init()
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dgeneric-ohci.yaml34 - brcm,bcm6328-ohci
Dgeneric-ehci.yaml47 - brcm,bcm6328-ehci
/Linux-v6.1/drivers/phy/broadcom/
Dphy-bcm63xx-usbh.c3 * BCM6328 USBH PHY Controller Driver
436 { .compatible = "brcm,bcm6328-usbh-phy", .data = &usbh_bcm6328 },
/Linux-v6.1/drivers/clk/bcm/
Dclk-bcm63xx-gate.c11 #include <dt-bindings/clock/bcm6328-clock.h>
563 { .compatible = "brcm,bcm6328-clocks", .data = &bcm6328_clocks, },

12