Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: shmobile: Document DT bindings for Product Register

Add device tree binding documentation for the Product Register (PRR),
which provides product and revision information on most Renesas ARM
SoCs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Geert Uytterhoeven and committed by
Simon Horman
5384f45c da65a158

+18
+18
Documentation/devicetree/bindings/arm/shmobile.txt
··· 75 75 compatible = "renesas,silk", "renesas,r8a7794" 76 76 - Wheat 77 77 compatible = "renesas,wheat", "renesas,r8a7792" 78 + 79 + 80 + Most Renesas ARM SoCs have a Product Register that allows to retrieve SoC 81 + product and revision information. If present, a device node for this register 82 + should be added. 83 + 84 + Required properties: 85 + - compatible: Must be "renesas,prr". 86 + - reg: Base address and length of the register block. 87 + 88 + 89 + Examples 90 + -------- 91 + 92 + prr: chipid@ff000044 { 93 + compatible = "renesas,prr"; 94 + reg = <0 0xff000044 0 4>; 95 + };