1U-Boot bootcounter Devicetree Binding
2=====================================
3
4The device tree node describes the U-Boot bootcounter
5memory based device binding.
6
7Required properties :
8
9- compatible : "u-boot,bootcount";
10- single-word : set this, if you have only one word space
11    for storing the bootcounter.
12
13Example
14-------
15
16MPC83xx based board:
17
18bootcount@0x13ff8 {
19	compatible = "u-boot,bootcount";
20	reg = <0x13ff8 0x08>;
21};
22