| /linux/arch/arm/boot/dts/allwinner/ | 
| H A D | sun7i-a20-icnova-a20.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)2 // Copyright (C) 2023 In-Circuit GmbH
 4 #include "sun7i-a20.dtsi"
 5 #include "sunxi-common-regulators.dtsi"
 7 #include <dt-bindings/interrupt-controller/irq.h>
 10 	cpu-supply = <®_dcdc2>;
 14 	pinctrl-names = "default";
 15 	pinctrl-0 = <&gmac_mii_pins>;
 16 	phy-handle = <&phy1>;
 17 	phy-mode = "mii";
 [all …]
 
 | 
| H A D | sun7i-a20-haoyu-marsboard.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 /dts-v1/;
 8 #include "sun7i-a20.dtsi"
 9 #include "sunxi-common-regulators.dtsi"
 11 #include <dt-bindings/gpio/gpio.h>
 12 #include <dt-bindings/interrupt-controller/irq.h>
 16 	compatible = "haoyu,a20-marsboard", "allwinner,sun7i-a20";
 23 		stdout-path = "serial0:115200n8";
 26 	hdmi-connector {
 27 		compatible = "hdmi-connector";
 [all …]
 
 | 
| H A D | sunxi-itead-core-common.dtsi | 2  * Copyright 2015 - Marcus Cooper <codekipper@gmail.com>4  * This file is dual-licensed: you can use it either under the terms
 43 #include "sunxi-common-regulators.dtsi"
 51 		stdout-path = "serial0:115200n8";
 56 	cpu-supply = <®_dcdc2>;
 90 	regulator-always-on;
 91 	regulator-min-microvolt = <1000000>;
 92 	regulator-max-microvolt = <1400000>;
 93 	regulator-name = "vdd-cpu";
 97 	regulator-always-on;
 [all …]
 
 | 
| H A D | sun5i-a13-pocketbook-614-plus.dts | 1 // SPDX-License-Identifier: GPL-2.0+6 /dts-v1/;
 7 #include "sun5i-a13.dtsi"
 8 #include "sunxi-common-regulators.dtsi"
 10 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/input/input.h>
 12 #include <dt-bindings/interrupt-controller/irq.h>
 13 #include <dt-bindings/leds/common.h>
 17 	compatible = "pocketbook,614-plus", "allwinner,sun5i-a13";
 24 		stdout-path = "serial0:115200n8";
 [all …]
 
 | 
| H A D | sun7i-a20-icnova-swac.dts | 4  * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;
 44 #include "sun7i-a20.dtsi"
 45 #include "sunxi-common-regulators.dtsi"
 47 #include <dt-bindings/gpio/gpio.h>
 48 #include <dt-bindings/interrupt-controller/irq.h>
 51 	model = "ICnova-A20 SWAC";
 52 	compatible = "incircuit,icnova-a20-swac", "incircuit,icnova-a20",
 53 		     "allwinner,sun7i-a20";
 60 		stdout-path = "serial0:115200n8";
 [all …]
 
 | 
| H A D | sun5i-a13-hsg-h702.dts | 2  * Copyright 2014 Chen-Yu Tsai <wens@csie.org>4  * This file is dual-licensed: you can use it either under the terms
 43 /dts-v1/;
 44 #include "sun5i-a13.dtsi"
 45 #include "sunxi-common-regulators.dtsi"
 47 #include <dt-bindings/gpio/gpio.h>
 48 #include <dt-bindings/input/input.h>
 52 	compatible = "hsg,h702", "allwinner,sun5i-a13";
 59 		stdout-path = "serial0:115200n8";
 64 	cpu-supply = <®_dcdc2>;
 [all …]
 
 | 
| H A D | sun4i-a10-gemei-g9.dts | 6  * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;
 46 #include "sun4i-a10.dtsi"
 47 #include "sunxi-common-regulators.dtsi"
 48 #include <dt-bindings/gpio/gpio.h>
 49 #include <dt-bindings/input/input.h>
 50 #include <dt-bindings/interrupt-controller/irq.h>
 54 	compatible = "gemei,g9", "allwinner,sun4i-a10";
 61 		stdout-path = "serial0:115200n8";
 71  *   Touchscreen - gt801_2plus1 @ i2c adapter 2 @ 0x48
 [all …]
 
 | 
| H A D | sun4i-a10-topwise-a721.dts | 1 // SPDX-License-Identifier: GPL-2.0+6 /dts-v1/;
 7 #include "sun4i-a10.dtsi"
 8 #include "sunxi-common-regulators.dtsi"
 10 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/input/input.h>
 12 #include <dt-bindings/interrupt-controller/irq.h>
 13 #include <dt-bindings/pwm/pwm.h>
 17 	compatible = "topwise,a721", "allwinner,sun4i-a10";
 24 		compatible = "pwm-backlight";
 [all …]
 
 | 
| H A D | sun5i-a10s-wobo-i5.dts | 4  * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;
 44 #include "sun5i-a10s.dtsi"
 45 #include "sunxi-common-regulators.dtsi"
 47 #include <dt-bindings/gpio/gpio.h>
 48 #include <dt-bindings/interrupt-controller/irq.h>
 51 	model = "A10s-Wobo i5";
 52 	compatible = "wobo,a10s-wobo-i5", "allwinner,sun5i-a10s";
 59 		stdout-path = "serial0:115200n8";
 63 		compatible = "gpio-leds";
 [all …]
 
 | 
| H A D | sun5i-a13-licheepi-one.dts | 4  * Based on sun5i-a13-olinuxino.dts, which is5  *   Copyright 2012 Maxime Ripard <maxime.ripard@free-electrons.com>
 8  * This file is dual-licensed: you can use it either under the terms
 47 /dts-v1/;
 48 #include "sun5i-a13.dtsi"
 49 #include "sunxi-common-regulators.dtsi"
 51 #include <dt-bindings/gpio/gpio.h>
 52 #include <dt-bindings/input/input.h>
 56 	compatible = "licheepi,licheepi-one", "allwinner,sun5i-a13";
 63 		stdout-path = "serial0:115200n8";
 [all …]
 
 | 
| H A D | sun7i-a20-wits-pro-a20-dkt.dts | 4  * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;
 44 #include "sun7i-a20.dtsi"
 45 #include "sunxi-common-regulators.dtsi"
 47 #include <dt-bindings/gpio/gpio.h>
 48 #include <dt-bindings/input/input.h>
 49 #include <dt-bindings/interrupt-controller/irq.h>
 53 	compatible = "wits,pro-a20-dkt", "allwinner,sun7i-a20";
 60 		stdout-path = "serial0:115200n8";
 64 		compatible = "mmc-pwrseq-simple";
 [all …]
 
 | 
| H A D | sun7i-a20-cubieboard2.dts | 4  * Maxime Ripard <maxime.ripard@free-electrons.com>6  * This file is dual-licensed: you can use it either under the terms
 45 /dts-v1/;
 46 #include "sun7i-a20.dtsi"
 47 #include "sunxi-common-regulators.dtsi"
 49 #include <dt-bindings/gpio/gpio.h>
 50 #include <dt-bindings/interrupt-controller/irq.h>
 54 	compatible = "cubietech,cubieboard2", "allwinner,sun7i-a20";
 61 		stdout-path = "serial0:115200n8";
 64 	hdmi-connector {
 [all …]
 
 | 
| H A D | sun4i-a10-inet97fv2.dts | 6  * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;
 46 #include "sun4i-a10.dtsi"
 47 #include "sunxi-common-regulators.dtsi"
 49 #include <dt-bindings/gpio/gpio.h>
 50 #include <dt-bindings/input/input.h>
 51 #include <dt-bindings/interrupt-controller/irq.h>
 54 	model = "INet-97F Rev 02";
 55 	compatible = "primux,inet97fv2", "allwinner,sun4i-a10";
 62 		stdout-path = "serial0:115200n8";
 [all …]
 
 | 
| H A D | sun4i-a10-pcduino.dts | 5  * This file is dual-licensed: you can use it either under the terms44 /dts-v1/;
 45 #include "sun4i-a10.dtsi"
 46 #include "sunxi-common-regulators.dtsi"
 48 #include <dt-bindings/gpio/gpio.h>
 49 #include <dt-bindings/input/input.h>
 53 	compatible = "linksprite,a10-pcduino", "allwinner,sun4i-a10";
 60 		stdout-path = "serial0:115200n8";
 64 		compatible = "gpio-leds";
 66 		led-0 {
 [all …]
 
 | 
| H A D | sun6i-a31s-primo81.dts | 4  * Copyright 2015 Chen-Yu Tsai <wens@csie.org>6  * This file is dual-licensed: you can use it either under the terms
 45 /dts-v1/;
 46 #include "sun6i-a31s.dtsi"
 47 #include "sunxi-common-regulators.dtsi"
 49 #include <dt-bindings/gpio/gpio.h>
 50 #include <dt-bindings/input/input.h>
 54 	compatible = "msi,primo81", "allwinner,sun6i-a31s";
 56 	hdmi-connector {
 57 		compatible = "hdmi-connector";
 [all …]
 
 | 
| H A D | sun7i-a20-wexler-tab7200.dts | 5  * This file is dual-licensed: you can use it either under the terms44 /dts-v1/;
 45 #include "sun7i-a20.dtsi"
 46 #include "sunxi-common-regulators.dtsi"
 48 #include <dt-bindings/gpio/gpio.h>
 49 #include <dt-bindings/input/input.h>
 50 #include <dt-bindings/interrupt-controller/irq.h>
 51 #include <dt-bindings/pwm/pwm.h>
 55 	compatible = "wexler,tab7200", "allwinner,sun7i-a20";
 62 		compatible = "pwm-backlight";
 [all …]
 
 | 
| H A D | sun4i-a10-a1000.dts | 6  * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;
 46 #include "sun4i-a10.dtsi"
 47 #include "sunxi-common-regulators.dtsi"
 49 #include <dt-bindings/gpio/gpio.h>
 53 	compatible = "mele,a1000", "allwinner,sun4i-a10";
 60 		stdout-path = "serial0:115200n8";
 63 	hdmi-connector {
 64 		compatible = "hdmi-connector";
 69 				remote-endpoint = <&hdmi_out_con>;
 [all …]
 
 | 
| H A D | sun4i-a10-dserve-dsrv9703c.dts | 4  * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;
 44 #include "sun4i-a10.dtsi"
 45 #include "sunxi-common-regulators.dtsi"
 46 #include <dt-bindings/gpio/gpio.h>
 47 #include <dt-bindings/input/input.h>
 48 #include <dt-bindings/interrupt-controller/irq.h>
 49 #include <dt-bindings/pwm/pwm.h>
 53 	compatible = "dserve,dsrv9703c", "allwinner,sun4i-a10";
 60 		compatible = "pwm-backlight";
 [all …]
 
 | 
| H A D | sun4i-a10-pov-protab2-ips9.dts | 4  * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;
 44 #include "sun4i-a10.dtsi"
 45 #include "sunxi-common-regulators.dtsi"
 46 #include <dt-bindings/gpio/gpio.h>
 47 #include <dt-bindings/input/input.h>
 48 #include <dt-bindings/interrupt-controller/irq.h>
 49 #include <dt-bindings/pwm/pwm.h>
 52 	model = "Point of View Protab2-IPS9";
 53 	compatible = "pov,protab2-ips9", "allwinner,sun4i-a10";
 [all …]
 
 | 
| H A D | sun4i-a10-inet1.dts | 4  * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;
 44 #include "sun4i-a10.dtsi"
 45 #include "sunxi-common-regulators.dtsi"
 46 #include <dt-bindings/gpio/gpio.h>
 47 #include <dt-bindings/input/input.h>
 48 #include <dt-bindings/interrupt-controller/irq.h>
 49 #include <dt-bindings/pwm/pwm.h>
 52 	model = "iNet-1";
 53 	compatible = "inet-tek,inet1", "allwinner,sun4i-a10";
 [all …]
 
 | 
| H A D | sun4i-a10-cubieboard.dts | 5  * This file is dual-licensed: you can use it either under the terms44 /dts-v1/;
 45 #include "sun4i-a10.dtsi"
 46 #include "sunxi-common-regulators.dtsi"
 48 #include <dt-bindings/gpio/gpio.h>
 52 	compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
 59 		stdout-path = "serial0:115200n8";
 62 	hdmi-connector {
 63 		compatible = "hdmi-connector";
 68 				remote-endpoint = <&hdmi_out_con>;
 [all …]
 
 | 
| H A D | sun7i-a20-bananapi-m1-plus.dts | 6  * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;
 46 #include "sun7i-a20.dtsi"
 47 #include "sunxi-common-regulators.dtsi"
 48 #include <dt-bindings/gpio/gpio.h>
 49 #include <dt-bindings/interrupt-controller/arm-gic.h>
 52 	model = "Banana Pi BPI-M1-Plus";
 53 	compatible = "sinovoip,bpi-m1-plus", "allwinner,sun7i-a20";
 60 		stdout-path = "serial0:115200n8";
 63 	hdmi-connector {
 [all …]
 
 | 
| H A D | sun7i-a20-olimex-som204-evb.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3  * Device Tree Source for A20-SOM204-EVB Board
 9 /dts-v1/;
 10 #include "sun7i-a20.dtsi"
 11 #include "sunxi-common-regulators.dtsi"
 14 #include <dt-bindings/gpio/gpio.h>
 15 #include <dt-bindings/interrupt-controller/irq.h>
 16 #include <dt-bindings/pwm/pwm.h>
 19 	model = "Olimex A20-SOM204-EVB";
 20 	compatible = "olimex,a20-olimex-som204-evb", "allwinner,sun7i-a20";
 [all …]
 
 | 
| H A D | sun7i-a20-olinuxino-lime2.dts | 2  * Copyright 2014 - Iain Paton <ipaton0@gmail.com>4  * This file is dual-licensed: you can use it either under the terms
 43 /dts-v1/;
 44 #include "sun7i-a20.dtsi"
 45 #include "sunxi-common-regulators.dtsi"
 47 #include <dt-bindings/gpio/gpio.h>
 48 #include <dt-bindings/interrupt-controller/irq.h>
 51 	model = "Olimex A20-OLinuXino-LIME2";
 52 	compatible = "olimex,a20-olinuxino-lime2", "allwinner,sun7i-a20";
 59 		stdout-path = "serial0:115200n8";
 [all …]
 
 | 
| /linux/drivers/mmc/host/ | 
| H A D | sdhci-pci-o2micro.c | 1 // SPDX-License-Identifier: GPL-2.0-only18 #include "sdhci-pci.h"
 101 			       mmc_hostname(host->mmc));  in sdhci_o2_wait_card_detect_stable()
 137 			       mmc_hostname(host->mmc));  in sdhci_o2_enable_internal_clock()
 155 static int sdhci_o2_get_cd(struct mmc_host *mmc)  in sdhci_o2_get_cd()
 171 	pci_read_config_dword(chip->pdev,  in o2_pci_set_baseclk()
 177 	pci_write_config_dword(chip->pdev,  in o2_pci_set_baseclk()
 187  * This function is used to detect dll lock status.
 188  * Since the dll lock status bit will toggle randomly
 192 static int sdhci_o2_wait_dll_detect_lock(struct sdhci_host *host)  in sdhci_o2_wait_dll_detect_lock()
 [all …]
 
 |