/Linux-v5.10/include/dt-bindings/clock/ |
D | exynos4.h | 63 #define CLK_SCLK_SATA 150 /* Exynos4210 only */ 76 #define CLK_SCLK_FIMD1 163 /* Exynos4210 only */ 77 #define CLK_SCLK_MIPI1 164 /* Exynos4210 only */ 108 #define CLK_TVENC 270 /* Exynos4210 only */ 126 #define CLK_FIMD1 288 /* Exynos4210 only */ 127 #define CLK_MIE1 289 /* Exynos4210 only */ 128 #define CLK_DSIM1 290 /* Exynos4210 only */ 129 #define CLK_SMMU_FIMD1 291 /* Exynos4210 only */ 133 #define CLK_SATA_PHY 295 /* Exynos4210 only */ 140 #define CLK_SATA 302 /* Exynos4210 only */ [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | exynos4.dtsi | 67 compatible = "samsung,exynos4210-audss-clock"; 94 compatible = "samsung,exynos4210-chipid"; 104 compatible = "samsung,exynos4210-srom"; 115 compatible = "samsung,exynos4210-pd"; 122 compatible = "samsung,exynos4210-pd"; 129 compatible = "samsung,exynos4210-pd"; 136 compatible = "samsung,exynos4210-pd"; 144 compatible = "samsung,exynos4210-pd"; 151 compatible = "samsung,exynos4210-pd"; 158 compatible = "samsung,exynos4210-pd"; [all …]
|
D | exynos4210.dtsi | 3 * Samsung's Exynos4210 SoC device tree source 10 * Samsung's Exynos4210 SoC device nodes are listed in this file. Exynos4210 15 * Exynos4210 SoC. As device tree coverage for Exynos4210 increases, additional 23 compatible = "samsung,exynos4210", "samsung,exynos4"; 83 compatible = "samsung,exynos4210-sysram"; 88 compatible = "samsung,exynos4210-sysram-ns"; 94 compatible = "samsung,exynos4210-pd"; 112 compatible = "samsung,exynos4210-mct"; 133 compatible = "samsung,exynos4210-clock"; 139 compatible = "samsung,exynos4210-pinctrl"; [all …]
|
D | exynos5.dtsi | 39 compatible = "samsung,exynos4210-chipid"; 44 compatible = "samsung,exynos4210-srom"; 49 compatible = "samsung,exynos4210-combiner"; 106 compatible = "samsung,exynos4210-uart"; 112 compatible = "samsung,exynos4210-uart"; 118 compatible = "samsung,exynos4210-uart"; 124 compatible = "samsung,exynos4210-uart"; 170 compatible = "samsung,exynos4210-pwm"; 208 compatible = "samsung,exynos4210-secss";
|
D | exynos3250.dtsi | 141 compatible = "samsung,exynos4210-sysram"; 146 compatible = "samsung,exynos4210-sysram-ns"; 152 compatible = "samsung,exynos4210-chipid"; 179 compatible = "samsung,exynos4210-pd"; 186 compatible = "samsung,exynos4210-pd"; 193 compatible = "samsung,exynos4210-pd"; 200 compatible = "samsung,exynos4210-pd"; 207 compatible = "samsung,exynos4210-pd"; 261 compatible = "samsung,exynos4210-mct"; 281 compatible = "samsung,exynos4210-wakeup-eint"; [all …]
|
D | exynos4210-smdkv310.dts | 3 * Samsung's Exynos4210 based SMDKV310 board device tree source 11 * Samsung's Exynos4210 SoC. 15 #include "exynos4210.dtsi" 20 model = "Samsung smdkv310 evaluation board based on Exynos4210"; 21 compatible = "samsung,smdkv310", "samsung,exynos4210", "samsung,exynos4";
|
D | exynos54xx.dtsi | 66 compatible = "samsung,exynos4210-sysram"; 71 compatible = "samsung,exynos4210-sysram-ns"; 77 compatible = "samsung,exynos4210-mct"; 189 compatible = "samsung,exynos4210-ehci"; 197 compatible = "samsung,exynos4210-ohci";
|
D | exynos5260.dtsi | 177 compatible = "samsung,exynos4210-chipid"; 182 compatible = "samsung,exynos4210-mct"; 226 compatible = "samsung,exynos4210-wakeup-eint"; 250 compatible = "samsung,exynos4210-uart"; 259 compatible = "samsung,exynos4210-uart"; 268 compatible = "samsung,exynos4210-uart"; 277 compatible = "samsung,exynos4210-uart";
|
D | exynos4210-origen.dts | 3 * Samsung's Exynos4210 based Origen board device tree source 11 * Samsung's Exynos4210 SoC. 15 #include "exynos4210.dtsi" 21 model = "Insignal Origen evaluation board based on Exynos4210"; 22 compatible = "insignal,origen", "samsung,exynos4210", "samsung,exynos4";
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | samsung,exynos4210-combiner.txt | 6 interrupt controller, such as GIC in case of Exynos4210. 21 - compatible: should be "samsung,exynos4210-combiner". 39 The following is a an example from the Exynos4210 SoC dtsi file. 42 compatible = "samsung,exynos4210-combiner";
|
/Linux-v5.10/arch/arm/mach-exynos/ |
D | exynos.c | 52 for_each_compatible_node(node, NULL, "samsung,exynos4210-sysram") { in exynos_sysram_init() 61 for_each_compatible_node(node, NULL, "samsung,exynos4210-sysram-ns") { in exynos_sysram_init() 76 if (!of_flat_dt_is_compatible(node, "samsung,exynos4210-chipid")) in exynos_fdt_map_chipid() 173 if (of_machine_is_compatible("samsung,exynos4210") || in exynos_dt_machine_init() 177 if (of_machine_is_compatible("samsung,exynos4210") || in exynos_dt_machine_init() 190 "samsung,exynos4210",
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | exynos4-clock.txt | 10 - "samsung,exynos4210-clock" - controller compatible with Exynos4210 SoC. 28 compatible = "samsung,exynos4210-clock"; 38 compatible = "samsung,exynos4210-uart";
|
/Linux-v5.10/Documentation/devicetree/bindings/crypto/ |
D | samsung-sss.yaml | 22 The SSS module in Exynos4 (Exynos4210) and Exynos5 (Exynos5420 and Exynos5250) 33 - samsung,exynos4210-secss # for Exynos4210, Exynos4212,
|
/Linux-v5.10/Documentation/devicetree/bindings/power/ |
D | pd-samsung.yaml | 22 - samsung,exynos4210-pd 57 compatible = "samsung,exynos4210-pd"; 64 compatible = "samsung,exynos4210-pd";
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | samsung-pinctrl.txt | 17 - "samsung,exynos4210-pinctrl": for Exynos4210 compatible pin-controller. 164 - samsung,exynos4210-wakeup-eint: represents wakeup interrupt controller 165 found on Samsung Exynos4210 and S5PC110/S5PV210 SoCs. 211 compatible = "samsung,exynos4210-pinctrl"; 256 compatible = "samsung,exynos4210-pinctrl"; 318 compatible = "samsung,exynos4210-pinctrl"; 325 compatible = "samsung,exynos4210-wakeup-eint"; 334 compatible = "samsung,exynos4210-uart";
|
/Linux-v5.10/Documentation/devicetree/bindings/usb/ |
D | exynos-usb.txt | 8 - compatible: should be "samsung,exynos4210-ehci" for USB 2.0 28 compatible = "samsung,exynos4210-ehci"; 42 - compatible: should be "samsung,exynos4210-ohci" for USB 2.0 57 compatible = "samsung,exynos4210-ohci";
|
/Linux-v5.10/Documentation/arm/samsung/ |
D | bootloader-interface.rst | 47 0x20 exynos_cpu_resume (Exynos4210 r1.0) AFTR 48 0x24 0xfcba0d10 (Magic cookie, Exynos4210 r1.0) AFTR 60 0x0814 exynos4_secondary_startup (Exynos4210 r1.1) Secondary CPU boot 61 0x0818 0xfcba0d10 (Magic cookie, Exynos4210 r1.1) AFTR 62 0x081C exynos_cpu_resume (Exynos4210 r1.1) AFTR
|
/Linux-v5.10/Documentation/devicetree/bindings/timer/ |
D | samsung,exynos4210-mct.yaml | 4 $id: http://devicetree.org/schemas/timer/samsung,exynos4210-mct.yaml# 23 - samsung,exynos4210-mct 77 compatible = "samsung,exynos4210-mct"; 97 compatible = "samsung,exynos4210-mct";
|
/Linux-v5.10/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_hdmiddc.txt | 6 2) "samsung,exynos4210-hdmiddc" 13 compatible = "samsung,exynos4210-hdmiddc";
|
D | exynos_hdmiphy.txt | 6 2) "samsung,exynos4210-hdmiphy". 13 compatible = "samsung,exynos4210-hdmiphy";
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/samsung/ |
D | pmu.yaml | 19 - samsung,exynos4210-pmu 36 - samsung,exynos4210-pmu 103 - samsung,exynos4210-pmu
|
/Linux-v5.10/Documentation/devicetree/bindings/media/ |
D | samsung-mipi-csis.txt | 7 "samsung,exynos4210-csis" for Exynos4210 (S5PC210), 60 compatible = "samsung,exynos4210-csis";
|
/Linux-v5.10/drivers/soc/samsung/ |
D | exynos-chipid.c | 24 { "EXYNOS4210", 0x43200000 }, /* EVT0 revision */ 25 { "EXYNOS4210", 0x43210000 }, 60 "samsung,exynos4210-chipid"); in exynos_chipid_early_init()
|
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | exynos-srom.yaml | 19 - const: samsung,exynos4210-srom 95 compatible = "samsung,exynos4210-srom"; 109 compatible = "samsung,exynos4210-srom";
|
/Linux-v5.10/Documentation/devicetree/bindings/gpu/ |
D | samsung-rotator.yaml | 16 - "samsung,exynos4210-rotator" 50 compatible = "samsung,exynos4210-rotator";
|