Robert Beckett | e5c0d9e | 2019-11-12 19:15:20 +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 | 7655c34 | 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 | }; |
Robert Beckett | 53bab17 | 2020-01-31 15:07:54 +0200 | [diff] [blame^] | 29 | |
| 30 | &gpio1 { |
| 31 | u-boot,dm-pre-reloc; |
| 32 | }; |
| 33 | |
| 34 | &gpio2 { |
| 35 | u-boot,dm-pre-reloc; |
| 36 | }; |
| 37 | |
| 38 | &gpio3 { |
| 39 | u-boot,dm-pre-reloc; |
| 40 | }; |
| 41 | |
| 42 | &gpio4 { |
| 43 | u-boot,dm-pre-reloc; |
| 44 | }; |
| 45 | |
| 46 | &gpio5 { |
| 47 | u-boot,dm-pre-reloc; |
| 48 | }; |