Path: blob/master/Documentation/devicetree/bindings/hwinfo/loongson,ls2k-chipid.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/hwinfo/loongson,ls2k-chipid.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Loongson-2 SoC ChipID78maintainers:9- Yinbo Zhu <zhuyinbo@loongson.cn>1011description: |12Loongson-2 SoC contains many groups of global utilities register13blocks, of which the ChipID group registers record SoC version,14feature, vendor and id information.1516properties:17compatible:18const: loongson,ls2k-chipid1920reg:21maxItems: 12223little-endian: true2425required:26- compatible27- reg2829additionalProperties: false3031examples:32- |33chipid: chipid@1fe00000 {34compatible = "loongson,ls2k-chipid";35reg = <0x1fe00000 0x3ffc>;36little-endian;37};383940