Searched +full:exynosautov9 +full:- +full:hsi2c (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynosautov9.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <dt-bindings/clock/samsung,exynosautov9.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/soc/samsung,boot-mode.h> 12 #include <dt-bindings/soc/samsung,exynos-usi.h> 15 compatible = "samsung,exynosautov9"; 16 #address-cells = <2>; 17 #size-cells = <1>; 19 interrupt-parent = <&gic>; 31 arm-pmu { [all …]
|
| H A D | exynos850.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <dt-bindings/clock/exynos850.h> 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/samsung,exynos-usi.h> 20 #address-cells = <2>; 21 #size-cells = <1>; 23 interrupt-parent = <&gic>; 34 arm-pmu { 35 compatible = "arm,cortex-a55-pmu"; 44 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>, [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-exynos5.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * i2c-exynos5.c - Samsung Exynos5 I2C Controller Driver 25 * HSI2C controller from Samsung supports 2 modes of operation 206 /* Version of HS-I2C Hardware */ 211 * struct exynos_hsi2c_variant - platform specific HSI2C driver data 212 * @fifo_depth: the fifo depth supported by the HSI2C module 215 * Specifies platform specific configuration of HSI2C module. 251 .compatible = "samsung,exynos5-hsi2c", 254 .compatible = "samsung,exynos5250-hsi2c", 257 .compatible = "samsung,exynos5260-hsi2c", [all …]
|