1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/arm/samsung/exynos-chipid.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos SoC series Chipid driver
10 - Krzysztof Kozlowski <krzk@kernel.org>
15 - const: samsung,exynos4210-chipid
22 Adaptive Supply Voltage bin selection. This can be used
23 to determine the ASV bin of an SoC if respective information
24 is missing in the CHIPID registers or in the OTP memory.
26 - $ref: /schemas/types.yaml#/definitions/uint32
27 - enum: [ 0, 1, 2, 3 ]
36 compatible = "samsung,exynos4210-chipid";
37 reg = <0x10000000 0x100>;
38 samsung,asv-bin = <2>;