Robert Beckett | d494aec | 2019-11-12 19:15:19 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
2 | /* | ||||
3 | * Copyright 2019 Collabora Ltd | ||||
4 | * Copyright 2019 General Electric Company | ||||
5 | */ | ||||
6 | |||||
7 | / { | ||||
8 | wdt-reboot { | ||||
9 | compatible = "wdt-reboot"; | ||||
10 | wdt = <&wdog1>; | ||||
11 | }; | ||||
12 | }; | ||||
Robert Beckett | b64088c | 2020-01-31 15:07:53 +0200 | [diff] [blame^] | 13 | |
14 | &eeprom { | ||||
15 | partitions { | ||||
16 | compatible = "fixed-partitions"; | ||||
17 | |||||
18 | vpd { | ||||
19 | offset = <0>; | ||||
20 | size = <1022>; | ||||
21 | }; | ||||
22 | |||||
23 | bootcount { | ||||
24 | offset = <1022>; | ||||
25 | size = <2>; | ||||
26 | }; | ||||
27 | }; | ||||
28 | }; |