Searched +full:exynos8895 +full:- +full:cmu +full:- +full:fsys1 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/samsung,exynos8895-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Samsung Exynos8895 SoC clock controller10 - Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>11 - Chanwoo Choi <cw00.choi@samsung.com>12 - Krzysztof Kozlowski <krzk@kernel.org>15 Exynos8895 clock controller is comprised of several CMU units, generating16 clocks for different domains. Those CMU units are modeled as separate device[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause8 #include <dt-bindings/clock/samsung,exynos8895.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>12 compatible = "samsung,exynos8895";13 #address-cells = <2>;14 #size-cells = <1>;16 interrupt-parent = <&gic>;30 #address-cells = <1>;31 #size-cells = <0>;33 cpu-map {[all …]