blob: d32fbc37b2e4291088b411baf8cb9253a3c7ea0d [file] [log] [blame]
Heiko Schocher80e8b8a2020-03-02 15:43:59 +01001U-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};