1# Global options
2  page_size=4096
3  id=/:board_id           # Read the value form the path in dtb
4  rev=/:board_rev         # Read the value form the path in dtb
5  custom0=0xabc           # default value
6  version=1
7
8board1v1.dts.dtb
9
10board1v1_1.dts.dtb
11  id=/:another_board_id   # override with another path
12
13board2v1.dts.dtb
14  rev=0x201               # override with another value
15
16board1v1.dts.dtb
17  custom0=0xdef           # override with another value
18
19board1v1.dts.dtb
20  custom0=0xdee           # override with another value
21