| // SPDX-License-Identifier: GPL-2.0+ |
| * Test device tree file for dtoc |
| * Copyright 2017 Google, Inc |
| compatible = "sandbox,spl-test"; |
| int64val = /bits/ 64 <0x123456789abcdef0>; |
| longbytearray = [09 0a 0b 0c 0d 0e 0f 10 11]; |
| stringarray = "multi-word", "message"; |
| notstring = [20 21 22 10 00]; |
| compatible = "sandbox,spl-test"; |
| longbytearray = [09 0a 0b 0c]; |
| stringarray = "another", "multi-word", "message"; |
| acpi-name = "\\_SB.GPO0"; |
| compatible = "sandbox,spl-test"; |
| longbytearray = [09 0a 0b 0c 0d 0e 0f 10]; |
| compatible = "sandbox,i2c"; |
| compatible = "sandbox,pmic"; |
| args = "-n first", "second", "-p", "123,456", "-x"; |
| args2 = "a space", "there"; |
| args3 = "-n first second -p 123,456 -x"; |