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 | phandle: phandle-target { |
Simon Glass | 9dbf90e | 2023-02-13 08:56:37 -0700 | [diff] [blame] | 12 | bootph-all; |
Simon Glass | 961c1ce | 2018-07-06 10:27:35 -0600 | [diff] [blame] | 13 | compatible = "target"; |
| 14 | intval = <0>; |
| 15 | #clock-cells = <0>; |
| 16 | }; |
| 17 | |
| 18 | phandle-source2 { |
Simon Glass | 9dbf90e | 2023-02-13 08:56:37 -0700 | [diff] [blame] | 19 | bootph-all; |
Simon Glass | 961c1ce | 2018-07-06 10:27:35 -0600 | [diff] [blame] | 20 | compatible = "source"; |
| 21 | clocks = <&phandle>; |
| 22 | }; |
| 23 | }; |