Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/arch/mips/dts/
H A Dbrcm,bcm6328.dtsi7 #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 Dbrcm,bcm63268.dtsi134 compatible = "brcm,bcm6328-power-domain";
140 compatible = "brcm,bcm6328-leds";
149 compatible = "brcm,bcm6328-mc";
H A Dcomtrend,ar-5387un.dts9 #include "brcm,bcm6328.dtsi"
13 compatible = "comtrend,ar5387-un", "brcm,bcm6328";
H A Dbrcm,bcm3380.dtsi69 compatible = "brcm,bcm6328-mc";
146 compatible = "brcm,bcm6328-leds";
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/leds/
H A Dleds-bcm6328.txt1 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 Dleds-bcm6328.txt1 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 Dbcm6328.dtsi5 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 Dbcm9ejtagprb.dts4 /include/ "bcm6328.dtsi"
7 compatible = "brcm,bcm9ejtagprb", "brcm,bcm6328";
H A Dbcm63268.dtsi114 compatible = "brcm,bcm6328-leds";
121 compatible = "brcm,bcm6328-power-controller";
H A Dbcm6362.dtsi120 compatible = "brcm,bcm6328-leds";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A 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";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A 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";
/OK3568_Linux_fs/u-boot/arch/mips/mach-bmips/
H A DKconfig6 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 Dbrcm,bcm63138.txt60 - 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 Dbrcm,bcm63xx-clocks.txt8 "brcm,bcm6328-clocks"
21 compatible = "brcm,bcm6328-clocks";
/OK3568_Linux_fs/kernel/drivers/leds/
H A 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");
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dbrcm,bcm63xx-usbh-phy.yaml16 - brcm,bcm6328-usbh-phy
57 - brcm,bcm6328-usbh-phy
/OK3568_Linux_fs/u-boot/drivers/led/
H A Dled_bcm6328.c237 ret = device_bind_driver_to_node(parent, "bcm6328-led", in bcm6328_led_bind()
251 { .compatible = "brcm,bcm6328-leds" },
256 .name = "bcm6328-led",
H A DKconfig13 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 DKconfig10 BCM6318, BCM6328, BCM6362 and BCM63268 SoCs.
H A Dbcm63xx-power.c9 #include <dt-bindings/soc/bcm6328-pm.h>
358 .compatible = "brcm,bcm6328-power-controller",
/OK3568_Linux_fs/u-boot/drivers/power/domain/
H A DMakefile6 obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
H A DKconfig13 bool "Enable the BCM6328 power domain driver"
H A Dbcm6328-power-domain.c65 { .compatible = "brcm,bcm6328-power-domain" },
/OK3568_Linux_fs/kernel/arch/mips/bcm63xx/
H A Dprom.c61 * BCM6328 might not have its second CPU enabled, while BCM3368 in prom_init()

12