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 | / { |
Robert Beckett | 41613a7 | 2020-01-31 15:07:55 +0200 | [diff] [blame] | 8 | bootcount { |
| 9 | compatible = "u-boot,bootcount-i2c-eeprom"; |
| 10 | i2c-eeprom = <&bootcount>; |
| 11 | }; |
| 12 | |
Robert Beckett | d494aec | 2019-11-12 19:15:19 +0000 | [diff] [blame] | 13 | wdt-reboot { |
| 14 | compatible = "wdt-reboot"; |
| 15 | wdt = <&wdog1>; |
| 16 | }; |
Ian Ray | bd58b1a | 2020-01-31 15:07:58 +0200 | [diff] [blame] | 17 | |
| 18 | panel-lvds0 { |
| 19 | compatible = "simple-panel"; |
| 20 | }; |
Robert Beckett | d494aec | 2019-11-12 19:15:19 +0000 | [diff] [blame] | 21 | }; |
Robert Beckett | b64088c | 2020-01-31 15:07:53 +0200 | [diff] [blame] | 22 | |
| 23 | &eeprom { |
| 24 | partitions { |
| 25 | compatible = "fixed-partitions"; |
| 26 | |
| 27 | vpd { |
| 28 | offset = <0>; |
| 29 | size = <1022>; |
| 30 | }; |
| 31 | |
Robert Beckett | 41613a7 | 2020-01-31 15:07:55 +0200 | [diff] [blame] | 32 | bootcount: bootcount { |
Robert Beckett | b64088c | 2020-01-31 15:07:53 +0200 | [diff] [blame] | 33 | offset = <1022>; |
| 34 | size = <2>; |
| 35 | }; |
| 36 | }; |
| 37 | }; |