Searched +full:exynos990 +full:- +full:cmu +full:- +full:hsi0 (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,exynos990-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Samsung Exynos990 SoC clock controller10 - Igor Belwon <igor.belwon@mentallysanemainliners.org>11 - Chanwoo Choi <cw00.choi@samsung.com>12 - Krzysztof Kozlowski <krzk@kernel.org>15 Exynos990 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,exynos990.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>12 compatible = "samsung,exynos990";13 #address-cells = <2>;14 #size-cells = <1>;16 interrupt-parent = <&gic>;29 #address-cells = <1>;30 #size-cells = <0>;32 cpu-map {[all …]