/linux/Documentation/devicetree/bindings/clock/ |
H A D | google,gs101-clock.yaml | 4 $id: http://devicetree.org/schemas/clock/google,gs101-clock.yaml# 7 title: Google GS101 SoC clock controller 13 Google GS101 clock controller is comprised of several CMU units, generating 25 'dt-bindings/clock/gs101.h' header. 30 - google,gs101-cmu-top 31 - google,gs101-cmu-apm 32 - google,gs101-cmu-misc 33 - google,gs101-cmu-hsi0 34 - google,gs101-cmu-hsi2 35 - google,gs101-cmu-peric0 [all …]
|
/linux/arch/arm64/boot/dts/exynos/google/ |
H A D | gs101.dtsi | 3 * GS101 SoC 9 #include <dt-bindings/clock/google,gs101.h> 15 compatible = "google,gs101"; 279 compatible = "google,gs101-cmu-misc"; 288 compatible = "google,gs101-mct", 308 compatible = "google,gs101-wdt"; 320 compatible = "google,gs101-wdt"; 355 compatible = "google,gs101-cmu-peric0"; 365 compatible = "google,gs101-peric0-sysreg", "syscon"; 371 compatible = "google,gs101-pinctrl"; [all …]
|
H A D | gs101-oriole.dts | 13 #include "gs101-pinctrl.h" 14 #include "gs101.dtsi" 18 compatible = "google,gs101-oriole", "google,gs101";
|
H A D | gs101-pinctrl.h | 3 * Pinctrl binding constants for GS101 21 /* GS101 drive strengths */
|
H A D | Makefile | 4 gs101-oriole.dtb \
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | google.yaml | 16 Currently upstream this is devices using "gs101" SoC which is found in Pixel 22 - SoC ID ("gs101") 30 e.g. gs101 and gs101-oriole. 40 - google,gs101-oriole 41 - const: google,gs101
|
/linux/Documentation/devicetree/bindings/soc/samsung/ |
H A D | samsung,exynos-sysreg.yaml | 17 - google,gs101-apm-sysreg 18 - google,gs101-hsi2-sysreg 19 - google,gs101-peric0-sysreg 20 - google,gs101-peric1-sysreg 76 - google,gs101-hsi2-sysreg 77 - google,gs101-peric0-sysreg 78 - google,gs101-peric1-sysreg
|
H A D | exynos-pmu.yaml | 18 - google,gs101-pmu 39 - google,gs101-pmu
|
H A D | exynos-usi.yaml | 28 - google,gs101-usi
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | samsung-wdt.yaml | 21 - google,gs101-wdt # for Google gs101 52 or Google gs101). 58 Exynos5420, Exynos7, Exynos850 and gs101). 74 - google,gs101-wdt 88 - google,gs101-wdt
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | samsung_uart.yaml | 24 - google,gs101-uart 162 - google,gs101-uart 193 #include <dt-bindings/clock/google,gs101.h> 198 compatible = "google,gs101-uart";
|
/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-exynos-arm64.c | 940 /* pin banks of gs101 pin-controller (ALIVE) */ 952 /* pin banks of gs101 pin-controller (FAR_ALIVE) */ 960 /* pin banks of gs101 pin-controller (GSACORE) */ 967 /* pin banks of gs101 pin-controller (GSACTRL) */ 972 /* pin banks of gs101 pin-controller (PERIC0) */ 996 /* pin banks of gs101 pin-controller (PERIC1) */ 1008 /* pin banks of gs101 pin-controller (HSI1) */ 1014 /* pin banks of gs101 pin-controller (HSI2) */ 1023 /* pin banks of gs101 pin-controller (ALIVE) */ 1030 /* pin banks of gs101 pin-controller (FAR_ALIVE) */ [all …]
|
/linux/Documentation/devicetree/bindings/ufs/ |
H A D | samsung,exynos-ufs.yaml | 18 - google,gs101-ufs 89 const: google,gs101-ufs
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | samsung,usb3-drd-phy.yaml | 28 - google,gs101-usb31drd-phy 110 const: google,gs101-usb31drd-phy
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | samsung,exynos4210-mct.yaml | 29 - google,gs101-mct 131 - google,gs101-mct
|
/linux/drivers/clk/samsung/ |
H A D | Makefile | 25 obj-$(CONFIG_EXYNOS_ARM64_COMMON_CLK) += clk-gs101.o
|
H A D | clk-gs101.c | 6 * Common Clock Framework support for GS101. 14 #include <dt-bindings/clock/google,gs101.h> 1452 CLK_OF_DECLARE(gs101_cmu_top, "google,gs101-cmu-top", 3443 CLK_OF_DECLARE(gs101_cmu_misc, "google,gs101-cmu-misc", 4397 .compatible = "google,gs101-cmu-apm", 4400 .compatible = "google,gs101-cmu-hsi0", 4403 .compatible = "google,gs101-cmu-hsi2", 4406 .compatible = "google,gs101-cmu-peric0", 4409 .compatible = "google,gs101-cmu-peric1", 4417 .name = "gs101-cmu",
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | samsung,pinctrl-wakeup-interrupt.yaml | 48 - google,gs101-wakeup-eint
|
/linux/drivers/soc/samsung/ |
H A D | exynos-pmu.c | 48 * Note: This SMC interface is known to be implemented on gs101 and derivative 232 .compatible = "google,gs101-pmu",
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-exynos5.yaml | 36 - google,gs101-hsi2c
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | samsung,spi.yaml | 20 - google,gs101-spi
|
/linux/drivers/tty/serial/ |
H A D | samsung_tty.c | 2503 .name = "Google GS101 UART", 2624 .name = "gs101-uart", 2647 { .compatible = "google,gs101-uart", 2820 /* gs101 always expects MMIO32 register accesses. */ in gs101_early_console_setup() 2826 OF_EARLYCON_DECLARE(gs101, "google,gs101-uart", gs101_early_console_setup);
|
/linux/include/dt-bindings/clock/ |
H A D | google,gs101.h | 6 * Device Tree binding constants for Google gs101 clock controller.
|
/linux/drivers/phy/samsung/ |
H A D | phy-exynos5-usbdrd.c | 150 * while on versions with (like gs101), bits 2 and 3 are for the 3.0 phy (SS) 194 /* Exynos9 - GS101 */ 1652 .compatible = "google,gs101-usb31drd-phy",
|
/linux/include/linux/soc/samsung/ |
H A D | exynos-regs-pmu.h | 660 /* For Tensor GS101 */
|