Searched +full:mmp2 +full:- +full:ssp (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/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-v5.10/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> 11 #address-cells = <1>; 12 #size-cells = <1>; 24 #address-cells = <1>; 25 #size-cells = <1>; 26 compatible = "simple-bus"; 27 interrupt-parent = <&intc>; 30 L2: l2-cache { [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-v5.10/drivers/clk/mmp/ |
D | clk-mmp2.c | 2 * mmp2 clock framework source file 195 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.0"); in mmp2_clk_init() 199 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.1"); in mmp2_clk_init() 203 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.2"); in mmp2_clk_init() 207 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.3"); in mmp2_clk_init() 211 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.4"); in mmp2_clk_init() 215 clk_register_clkdev(clk, NULL, "pxa2xx-i2c.5"); in mmp2_clk_init() 219 clk_register_clkdev(clk, NULL, "mmp2-gpio"); in mmp2_clk_init() 223 clk_register_clkdev(clk, NULL, "pxa27x-keypad"); in mmp2_clk_init() 227 clk_register_clkdev(clk, NULL, "mmp-rtc"); in mmp2_clk_init() [all …]
|
/Linux-v5.10/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-v5.10/drivers/spi/ |
D | spi-pxa2xx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 31 #include "spi-pxa2xx.h" 34 MODULE_DESCRIPTION("PXA2xx SSP SPI Controller"); 36 MODULE_ALIAS("platform:pxa2xx-spi"); 41 * for testing SSCR1 changes that require SSP restart, basically 78 /* LPSS offset from drv_data->ioaddr */ 80 /* Register offsets from drv_data->lpss_base or -1 */ 104 .reg_capabilities = -1, 114 .reg_capabilities = -1, 124 .reg_capabilities = -1, [all …]
|
/Linux-v5.10/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 244 This selects the SDHCI support for CNS3xxx System-on-Chip devices. 321 This selects the SDHCI support for SiRF System-on-Chip devices. 328 tristate "Marvell MMP2 SD Host Controller support (PXAV3)" 335 If you have a MMP2 platform with SD Host Controller 467 MOXA provides one multi-functional card reader which can 468 be found on some embedded hardware such as UC-7112-LX. 520 of Alcor Micro PCI-E card reader [all …]
|