]> git.ipfire.org Git - thirdparty/u-boot.git/blob - tools/dtoc/test/dtoc_test_addr64_32.dts
Merge branch 'next'
[thirdparty/u-boot.git] / tools / dtoc / test / dtoc_test_addr64_32.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * Test device tree file for dtoc
4 *
5 * Copyright 2017 Google, Inc
6 */
7
8 /dts-v1/;
9
10 / {
11 #address-cells = <2>;
12 #size-cells = <1>;
13
14 test1 {
15 bootph-all;
16 compatible = "test1";
17 reg = <0x1234 0x0 0x5678>;
18 };
19
20 test2 {
21 bootph-all;
22 compatible = "test2";
23 reg = <0x12345678 0x90123456 0x98765432>;
24 };
25
26 test3 {
27 bootph-all;
28 compatible = "test3";
29 reg = <0x12345678 0x90123456 0x98765432 0 2 3>;
30 };
31
32 };