Simon Glass | 961c1ce | 2018-07-06 10:27:35 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Test device tree file for dtoc |
| 4 | * |
| 5 | * Copyright 2018 Google, Inc |
| 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | |
| 10 | / { |
| 11 | #address-cells = <1>; |
| 12 | #size-cells = <1>; |
| 13 | spl-test { |
Simon Glass | 9dbf90e | 2023-02-13 08:56:37 -0700 | [diff] [blame] | 14 | bootph-all; |
Simon Glass | 961c1ce | 2018-07-06 10:27:35 -0600 | [diff] [blame] | 15 | compatible = "sandbox,spl-test"; |
| 16 | intval = <1>; |
| 17 | }; |
| 18 | |
| 19 | spl-test2 { |
Simon Glass | 9dbf90e | 2023-02-13 08:56:37 -0700 | [diff] [blame] | 20 | bootph-all; |
Simon Glass | 961c1ce | 2018-07-06 10:27:35 -0600 | [diff] [blame] | 21 | compatible = "sandbox,spl-test"; |
| 22 | intarray = <5>; |
| 23 | }; |
| 24 | }; |