Searched +full:mmp2 +full:- +full:ssp (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
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 bindings 11 - Lubomir Rintel <lkundrak@v3.sk> 14 - $ref: spi-controller.yaml# 18 const: marvell,mmp2-ssp 29 ready-gpios: 36 - compatible [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
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 …]
|
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 …]
|
/Linux-v6.1/drivers/clk/mmp/ |
D | clk-mmp2.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * mmp2 clock framework source file 192 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.0"); in mmp2_clk_init() 196 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.1"); in mmp2_clk_init() 200 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.2"); in mmp2_clk_init() 204 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.3"); in mmp2_clk_init() 208 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.4"); in mmp2_clk_init() 212 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.5"); in mmp2_clk_init() 216 clk_register_clkdev(clk, NULL, "mmp2-gpio"); in mmp2_clk_init() 220 clk_register_clkdev(clk, NULL, "pxa27x-keypad"); in mmp2_clk_init() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/misc/ |
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 bindings 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 …]
|
/Linux-v6.1/drivers/spi/ |
D | spi-pxa2xx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 32 #include "spi-pxa2xx.h" 35 MODULE_DESCRIPTION("PXA2xx SSP SPI Controller"); 37 MODULE_ALIAS("platform:pxa2xx-spi"); 42 * For testing SSCR1 changes that require SSP restart, basically 79 /* LPSS offset from drv_data->ioaddr */ 81 /* Register offsets from drv_data->lpss_base or -1 */ 105 .reg_capabilities = -1, 115 .reg_capabilities = -1, 125 .reg_capabilities = -1, [all …]
|
/Linux-v6.1/drivers/mmc/host/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 85 implements a hardware byte swapper using a 32-bit datum. 114 disabled, it will steal the MMC cards away - rendering them 261 This selects the SDHCI support for CNS3xxx System-on-Chip devices. 336 tristate "Marvell MMP2 SD Host Controller support (PXAV3)" 343 If you have a MMP2 platform with SD Host Controller 475 MOXA provides one multi-functional card reader which can 476 be found on some embedded hardware such as UC-7112-LX. 528 of Alcor Micro PCI-E card reader 579 This selects the Freescale SSP MMC controller found on MXS based [all …]
|