Searched +full:bcm6328 +full:- +full:leds (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---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 controller10 - Álvaro Fernández Rojas <noltari@gmail.com>13 This controller is present on BCM6318, BCM6328, BCM6362 and BCM63268.14 In these SoCs it's possible to control LEDs both as GPIOs or by hardware.15 However, on some devices there are Serial LEDs (LEDs connected to a 74x16417 as spi-gpio. See[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Driver for BCM6328 memory-mapped LEDs, based on leds-syscon.c9 #include <linux/leds.h>59 * struct bcm6328_led - state container for bcm6328 based LEDs64 * @blink_leds: blinking LEDs97 * LEDMode 64 bits / 24 LEDs98 * bits [31:0] -> LEDs 8-2399 * bits [47:32] -> LEDs 0-7100 * bits [63:48] -> unused105 return pin + 16; /* LEDs 0-7 (bits 47:32) */ in bcm6328_pin2shift()[all …]
1 // SPDX-License-Identifier: GPL-2.03 #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 …]
1 // SPDX-License-Identifier: GPL-2.03 #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 …]
1 // SPDX-License-Identifier: GPL-2.03 #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 …]