Searched +full:mmp2 +full:- +full:ssp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | marvell,mmp2-ssp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/spi/marvell,mmp2-ssp.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: PXA2xx SSP SPI Controller 11 - Lubomir Rintel <lkundrak@v3.sk> 14 - $ref: spi-controller.yaml# 18 const: marvell,mmp2-ssp 29 ready-gpios: 36 - compatible [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | mmp2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <dt-bindings/clock/marvell,mmp2.h> 8 #include <dt-bindings/power/marvell,mmp2.h> 9 #include <dt-bindings/clock/marvell,mmp2-audio.h> 12 #address-cells = <1>; 13 #size-cells = <1>; 25 #address-cells = <1>; 26 #size-cells = <1>; 27 compatible = "simple-bus"; 28 interrupt-parent = <&intc>; [all …]
|
H A D | mmp3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 6 #include <dt-bindings/clock/marvell,mmp2.h> 7 #include <dt-bindings/power/marvell,mmp2.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 17 enable-method = "marvell,mmp3-smp"; 22 next-level-cache = <&l2>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | olpc,xo1.75-ec.txt | 1 OLPC XO-1.75 Embedded Controller 4 - compatible: Should be "olpc,xo1.75-ec". 5 - cmd-gpios: gpio specifier of the CMD pin 9 strobing the ACK pin with the ready signal. See the "ready-gpios" property of the 10 SSP binding as documented in: 11 <Documentation/devicetree/bindings/spi/marvell,mmp2-ssp.yaml>. 15 spi-slave; 16 ready-gpios = <&gpio 125 GPIO_ACTIVE_HIGH>; 19 compatible = "olpc,xo1.75-ec"; 20 spi-cpha; [all …]
|
H A D | olpc,xo1.75-ec.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/misc/olpc,xo1.75-ec.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: OLPC XO-1.75 Embedded Controller 12 on a OLPC XO-1.75 laptop computer. 17 "ready-gpios" property of the SSP binding as documented in: 18 <Documentation/devicetree/bindings/spi/marvell,mmp2-ssp.yaml>. 21 - Lubomir Rintel <lkundrak@v3.sk> 25 const: olpc,xo1.75-ec [all …]
|