Searched +full:bcm6328 +full:- +full:power +full:- +full:controller (Results 1 – 11 of 11) sorted by relevance
/linux/arch/mips/boot/dts/brcm/ |
H A D | bcm6328.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm6328-clock.h" 4 #include "dt-bindings/reset/bcm6328-reset.h" 5 #include "dt-bindings/soc/bcm6328-pm.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 10 compatible = "brcm,bcm6328"; 13 #address-cells = <1>; 14 #size-cells = <0>; 16 mips-hpt-frequency = <160000000>; [all …]
|
H A D | bcm63268.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm63268-clock.h" 4 #include "dt-bindings/reset/bcm63268-reset.h" 5 #include "dt-bindings/soc/bcm63268-pm.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 13 #address-cells = <1>; 14 #size-cells = <0>; 16 mips-hpt-frequency = <200000000>; 32 periph_osc: periph-osc { [all …]
|
H A D | bcm6362.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm6362-clock.h" 4 #include "dt-bindings/reset/bcm6362-reset.h" 5 #include "dt-bindings/soc/bcm6362-pm.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 13 #address-cells = <1>; 14 #size-cells = <0>; 16 mips-hpt-frequency = <200000000>; 32 periph_osc: periph-osc { [all …]
|
/linux/Documentation/devicetree/bindings/power/ |
H A D | brcm,bcm63xx-power.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/brcm,bcm63xx-power.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: BCM63xx power domain driver 10 - Álvaro Fernández Rojas <noltari@gmail.com> 13 BCM6318, BCM6328, BCM6362 and BCM63268 SoCs have a power domain controller 14 to enable/disable certain components in order to save power. 19 - enum: 20 - brcm,bcm6318-power-controller [all …]
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-bcm6328.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/leds/leds-bcm6328.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LEDs connected to Broadcom BCM6328 controller 10 - Álvaro Fernández Rojas <noltari@gmail.com> 13 This controller is present on BCM6318, BCM6328, BCM6362 and BCM63268. 16 controller), which can either be controlled by software (exporting the 74x164 17 as spi-gpio. See 21 exporting the 74x164 as spi-gpio prevents those LEDs to be hardware [all …]
|
/linux/Documentation/devicetree/bindings/arm/bcm/ |
H A D | brcm,bcm63138.txt | 1 Broadcom BCM63138 DSL System-on-a-Chip device tree bindings 2 ----------------------------------------------------------- 4 Boards compatible with the BCM63138 DSL System-on-a-Chip should have the 12 initialization as well as a 'resets' phandle to the correct PMB controller as 13 defined in reset/brcm,bcm63138-pmb.txt for this secondary CPU, and an 14 'enable-method' property. 17 - compatible: should be "brcm,bcm63138-bootlut" 18 - reg: register base address and length for the Boot Lookup table 21 - enable-method: should be "brcm,bcm63138" 24 - enable-method: should be "brcm,bcm63138" [all …]
|
/linux/drivers/pmdomain/bcm/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 bool "BCM2835 power domain driver" 11 This enables support for the BCM2835 power domains and reset 12 controller. Any usage of power domains by the Raspberry Pi 13 firmware means that Linux usage of the same power domain 17 bool "Raspberry Pi power domain driver" 22 This enables support for the RPi power domains which can be enabled 26 bool "Broadcom PMB (Power Management Bus) driver" 31 This enables support for the Broadcom's PMB (Power Management Bus) that 35 bool "BCM63xx power domain driver" [all …]
|
H A D | bcm63xx-power.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * BCM63xx Power Domain Controller Driver 8 #include <dt-bindings/soc/bcm6318-pm.h> 9 #include <dt-bindings/soc/bcm6328-pm.h> 10 #include <dt-bindings/soc/bcm6362-pm.h> 11 #include <dt-bindings/soc/bcm63268-pm.h> 20 struct bcm63xx_power *power; member 40 struct bcm63xx_power *power = pmd->power; in bcm63xx_power_get_state() local 42 if (!pmd->mask) { in bcm63xx_power_get_state() 44 return -EINVAL; in bcm63xx_power_get_state() [all …]
|
/linux/Documentation/devicetree/bindings/mips/brcm/ |
H A D | soc.txt | 5 - compatible: "brcm,bcm3368", "brcm,bcm3384", "brcm,bcm33843" 6 "brcm,bcm3384-viper", "brcm,bcm33843-viper" 7 "brcm,bcm6328", "brcm,bcm6358", "brcm,bcm6362", "brcm,bcm6368", 12 The experimental -viper variants are for running Linux on the 3384's 15 Power management 16 ---------------- 18 For power management (particularly, S2/S3/S5 system suspend), the following SoC 21 = Always-On control block (AON CTRL) 23 This hardware provides control registers for the "always-on" (even in low-power 24 modes) hardware, such as the Power Management State Machine (PMSM). [all …]
|
/linux/drivers/leds/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 56 See Documentation/ABI/testing/sysfs-class-led for details. 65 This option enables support for on-chip LED drivers found on Marvell 72 This option enables support for the AN30259A 3-channel 76 will be called leds-an30259a. 86 If you're looking for APU2/3, use the pcengines-apu2 driver. 90 module will be called leds-apu. 99 Controller. 112 - AW20036 (3x12) 36 LEDs 113 - AW20054 (6x9) 54 LEDs [all …]
|
/linux/drivers/phy/broadcom/ |
H A D | phy-bcm63xx-usbh.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * BCM6328 USBH PHY Controller Driver 76 /* PLLC bits to set/clear for power on */ 80 /* Setup bits to set/clear for power on */ 87 /* Test Port Control value to set if non-zero */ 108 [USBH_BRT_CONTROL1] = -1, 109 [USBH_BRT_CONTROL2] = -1, 110 [USBH_BRT_STATUS1] = -1, 111 [USBH_BRT_STATUS2] = -1, 116 [USBH_GENERIC_CONTROL] = -1, [all …]
|