Searched +full:bcm6368 +full:- +full:spi (Results  1 – 7 of 7) sorted by relevance
| /linux/Documentation/devicetree/bindings/spi/ | 
| H A D | brcm,bcm63xx-spi.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause3 ---
 4 $id: http://devicetree.org/schemas/spi/brcm,bcm63xx-spi.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Broadcom BCM6348/BCM6358 SPI controller
 10   - Jonas Gorski <jonas.gorski@gmail.com>
 13   Broadcom "Low Speed" SPI controller found in many older MIPS based Broadband
 17   between the SPI transfers within the same SPI message. This can terminate the
 18   transaction to some SPI devices prematurely. The issue can be worked around by
 22   - $ref: spi-controller.yaml#
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/leds/ | 
| H A D | leds-bcm6358.txt | 3 This controller is present on BCM6358 and BCM6368.5 which can either be controlled by software (exporting the 74x164 as spi-gpio.
 10   - compatible : should be "brcm,bcm6358-leds".
 11   - #address-cells : must be 1.
 12   - #size-cells : must be 0.
 13   - reg : BCM6358 LED controller address and size.
 16   - brcm,clk-div : SCK signal divider. Possible values are 1, 2, 4 and 8.
 18   - brcm,clk-dat-low : Boolean, makes clock and data signals active low.
 21 Each LED is represented as a sub-node of the brcm,bcm6358-leds device.
 23 LED sub-node required properties:
 [all …]
 
 | 
| /linux/drivers/clk/bcm/ | 
| H A D | clk-bcm63xx-gate.c | 1 // SPDX-License-Identifier: GPL-2.03 #include <linux/clk-provider.h>
 8 #include <dt-bindings/clock/bcm3368-clock.h>
 9 #include <dt-bindings/clock/bcm6318-clock.h>
 10 #include <dt-bindings/clock/bcm6328-clock.h>
 11 #include <dt-bindings/clock/bcm6358-clock.h>
 12 #include <dt-bindings/clock/bcm6362-clock.h>
 13 #include <dt-bindings/clock/bcm6368-clock.h>
 14 #include <dt-bindings/clock/bcm63268-clock.h>
 46 		.name = "spi",
 [all …]
 
 | 
| /linux/arch/mips/boot/dts/brcm/ | 
| H A D | bcm6362.dtsi | 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 …]
 
 | 
| H A D | bcm63268.dtsi | 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 …]
 
 | 
| H A D | bcm6328.dtsi | 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>;
 13 		#address-cells = <1>;
 14 		#size-cells = <0>;
 16 		mips-hpt-frequency = <160000000>;
 32 		periph_osc: periph-osc {
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/net/dsa/ | 
| H A D | brcm,b53.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Florian Fainelli <f.fainelli@gmail.com>
 18       - const: brcm,bcm5325
 19       - const: brcm,bcm53101
 20       - const: brcm,bcm53115
 21       - const: brcm,bcm53125
 22       - const: brcm,bcm53128
 23       - const: brcm,bcm53134
 [all …]
 
 |