Path: blob/master/Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.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/ti,k3-socinfo.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Texas Instruments K3 Multicore SoC platforms chipid module78maintainers:9- Tero Kristo <t-kristo@ti.com>10- Nishanth Menon <nm@ti.com>1112description: |13Texas Instruments (ARM64) K3 Multicore SoC platforms chipid module is14represented by CTRLMMR_xxx_JTAGID register which contains information about15SoC id and revision.1617properties:18$nodename:19pattern: "^chipid@[0-9a-f]+$"2021compatible:22items:23- const: ti,am654-chipid2425reg:26maxItems: 12728required:29- compatible30- reg3132additionalProperties: false3334examples:35- |36chipid@43000014 {37compatible = "ti,am654-chipid";38reg = <0x43000014 0x4>;39};404142