Path: blob/master/Documentation/devicetree/bindings/hwinfo/renesas,prr.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/renesas,prr.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Renesas Product Register78maintainers:9- Geert Uytterhoeven <geert+renesas@glider.be>10- Magnus Damm <magnus.damm@gmail.com>1112description: |13Most Renesas ARM SoCs have a Product Register or Boundary Scan ID14Register that allows to retrieve SoC product and revision information.15If present, a device node for this register should be added.1617properties:18compatible:19enum:20- renesas,prr21- renesas,bsid22reg:23maxItems: 12425required:26- compatible27- reg2829additionalProperties: false3031examples:32- |33prr: chipid@ff000044 {34compatible = "renesas,prr";35reg = <0xff000044 4>;36};373839