Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Daniel Schwierzeck | 0fc13a9 | 2015-12-19 20:20:48 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Skeleton device tree; the bare minimum needed to boot; just include and |
| 4 | * add a compatible value. The bootloader will typically populate the memory |
| 5 | * node. |
Daniel Schwierzeck | 0fc13a9 | 2015-12-19 20:20:48 +0100 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | / { |
| 9 | #address-cells = <1>; |
| 10 | #size-cells = <1>; |
| 11 | |
| 12 | chosen { |
| 13 | }; |
| 14 | |
| 15 | aliases { |
| 16 | }; |
| 17 | |
| 18 | memory { |
| 19 | device_type = "memory"; |
| 20 | reg = <0 0>; |
| 21 | }; |
| 22 | }; |