1# SPDX-License-Identifier: BSD-3-Clause
2
3description: Device.wrong_specifier_space_type test
4
5compatible: "wrong_specifier_space_type"
6
7properties:
8  wrong-type-for-specifier-space:
9    type: phandle
10    specifier-space: foobar
11