| /OK3568_Linux_fs/u-boot/arch/mips/dts/ |
| H A D | brcm,bcm6328.dtsi | 7 #include <dt-bindings/clock/bcm6328-clock.h> 9 #include <dt-bindings/power-domain/bcm6328-power-domain.h> 10 #include <dt-bindings/reset/bcm6328-reset.h> 14 compatible = "brcm,bcm6328"; 23 compatible = "brcm,bcm6328-cpu", "mips,mips4Kc"; 30 compatible = "brcm,bcm6328-cpu", "mips,mips4Kc"; 118 compatible = "brcm,bcm6328-leds"; 127 compatible = "brcm,bcm6328-power-domain"; 133 compatible = "brcm,bcm6328-mc";
|
| H A D | brcm,bcm63268.dtsi | 134 compatible = "brcm,bcm6328-power-domain"; 140 compatible = "brcm,bcm6328-leds"; 149 compatible = "brcm,bcm6328-mc";
|
| H A D | comtrend,ar-5387un.dts | 9 #include "brcm,bcm6328.dtsi" 13 compatible = "comtrend,ar5387-un", "brcm,bcm6328";
|
| H A D | brcm,bcm3380.dtsi | 69 compatible = "brcm,bcm6328-mc"; 146 compatible = "brcm,bcm6328-leds";
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/leds/ |
| H A D | leds-bcm6328.txt | 1 LEDs connected to Broadcom BCM6328 controller 3 This controller is present on BCM6318, BCM6328, BCM6362 and BCM63268. 14 - compatible : should be "brcm,bcm6328-leds". 17 - reg : BCM6328 LED controller address and size. 31 Each LED is represented as a sub-node of the brcm,bcm6328-leds device. 42 Scenario 1 : BCM6328 with 4 GPIO LEDs 44 compatible = "brcm,bcm6328-leds"; 68 compatible = "brcm,bcm6328-leds";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-bcm6328.txt | 1 LEDs connected to Broadcom BCM6328 controller 3 This controller is present on BCM6318, BCM6328, BCM6362 and BCM63268. 13 BCM6328 LED controller has a HWDIS register, which controls whether a LED 24 - compatible : should be "brcm,bcm6328-leds". 27 - reg : BCM6328 LED controller address and size. 41 Each LED is represented as a sub-node of the brcm,bcm6328-leds device. 73 Scenario 1 : BCM6328 with 4 EPHY LEDs 75 compatible = "brcm,bcm6328-leds"; 116 compatible = "brcm,bcm6328-leds"; 197 compatible = "brcm,bcm6328-leds"; [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/brcm/ |
| H A D | bcm6328.dtsi | 5 compatible = "brcm,bcm6328"; 55 compatible = "brcm,bcm6328-clocks"; 108 compatible = "brcm,bcm6328-leds"; 114 compatible = "brcm,bcm6328-power-controller"; 120 compatible = "brcm,bcm6328-ehci", "generic-ehci"; 129 compatible = "brcm,bcm6328-ohci", "generic-ohci";
|
| H A D | bcm9ejtagprb.dts | 4 /include/ "bcm6328.dtsi" 7 compatible = "brcm,bcm9ejtagprb", "brcm,bcm6328";
|
| H A D | bcm63268.dtsi | 114 compatible = "brcm,bcm6328-leds"; 121 compatible = "brcm,bcm6328-power-controller";
|
| H A D | bcm6362.dtsi | 120 compatible = "brcm,bcm6328-leds";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | spi-bcm63xx-hsspi.txt | 1 Binding for Broadcom BCM6328 High Speed SPI controller 4 - compatible: must contain of "brcm,bcm6328-hsspi". 21 compatible = "brcm,bcm6328-hsspi";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | brcm,bcm63xx-power.yaml | 13 BCM6318, BCM6328, BCM6362 and BCM63268 SoCs have a power domain controller 21 - brcm,bcm6328-power-controller 41 compatible = "brcm,bcm6328-power-controller";
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-bmips/ |
| H A D | Kconfig | 6 default "bcm6328" if SOC_BMIPS_BCM6328 27 bool "BMIPS BCM6328 family" 35 This supports BMIPS BCM6328 family including BCM63281 and BCM63283. 92 Comtrend AR-5387un boards have a BCM6328 SoC with 64 MB of RAM and 16
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/bcm/ |
| H A D | brcm,bcm63138.txt | 60 - compatible: Must be "brcm,bcm6328-timer", "syscon" 67 BCM6328-style timer: 76 compatible = "brcm,bcm6328-timer", "syscon";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | brcm,bcm63xx-clocks.txt | 8 "brcm,bcm6328-clocks" 21 compatible = "brcm,bcm6328-clocks";
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-bcm6328.c | 3 * 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");
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | brcm,bcm63xx-usbh-phy.yaml | 16 - brcm,bcm6328-usbh-phy 57 - brcm,bcm6328-usbh-phy
|
| /OK3568_Linux_fs/u-boot/drivers/led/ |
| H A D | led_bcm6328.c | 237 ret = device_bind_driver_to_node(parent, "bcm6328-led", in bcm6328_led_bind() 251 { .compatible = "brcm,bcm6328-leds" }, 256 .name = "bcm6328-led",
|
| H A D | Kconfig | 13 bool "LED Support for BCM6328" 16 This option enables support for LEDs connected to the BCM6328
|
| /OK3568_Linux_fs/kernel/drivers/soc/bcm/bcm63xx/ |
| H A D | Kconfig | 10 BCM6318, BCM6328, BCM6362 and BCM63268 SoCs.
|
| H A D | bcm63xx-power.c | 9 #include <dt-bindings/soc/bcm6328-pm.h> 358 .compatible = "brcm,bcm6328-power-controller",
|
| /OK3568_Linux_fs/u-boot/drivers/power/domain/ |
| H A D | Makefile | 6 obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
|
| H A D | Kconfig | 13 bool "Enable the BCM6328 power domain driver"
|
| H A D | bcm6328-power-domain.c | 65 { .compatible = "brcm,bcm6328-power-domain" },
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm63xx/ |
| H A D | prom.c | 61 * BCM6328 might not have its second CPU enabled, while BCM3368 in prom_init()
|