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
7board1v1.dts.dtb
8
9board1v1_1.dts.dtb
10  id=/:another_board_id   # override with another path
11
12board2v1.dts.dtb
13  rev=0x201               # override with another value
14
15board1v1.dts.dtb
16  custom0=0xdef           # override with another value
17