Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / renesas,prr.txt
1 Renesas Product Register
2
3 Most Renesas ARM SoCs have a Product Register or Boundary Scan ID Register that
4 allows to retrieve SoC product and revision information.  If present, a device
5 node for this register should be added.
6
7 Required properties:
8   - compatible: Must be one of:
9     "renesas,prr"
10     "renesas,bsid"
11   - reg: Base address and length of the register block.
12
13
14 Examples
15 --------
16
17         prr: chipid@ff000044 {
18                 compatible = "renesas,prr";
19                 reg = <0 0xff000044 0 4>;
20         };