Lines Matching +full:real +full:- +full:world
4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
10 * (and be extended to test) real hardware.
15 #address-cells = <0x1>;
16 #size-cells = <0x1>;
19 gpio-controller;
20 #gpio-cells = <0x2>;
21 compatible = "vnd,gpio-device";
27 #address-cells = <1>;
28 #size-cells = <0>;
32 clock-frequency = <100000>;
34 test_dev_a: test-i2c-dev@10 {
35 compatible = "vnd,i2c-device";
38 supply-gpios = <&test_gpio_0 1 0>;
41 test_gpiox: test-i2c-dev@11 {
42 gpio-controller;
43 #gpio-cells = <2>;
44 compatible = "vnd,gpio-expander";
49 test_dev_b: test-i2c-dev@12 {
50 compatible = "vnd,i2c-device";
53 supply-gpios = <&test_gpiox 2 0>;
56 test_dev_c: test-i2c-dev@13 {
57 compatible = "vnd,i2c-device";
62 compatible = "fixed-partitions";
63 #address-cells = <1>;
64 #size-cells = <1>;
67 label = "partition-0";
71 label = "partition-1";
77 test-i2c-dev@14 {
78 compatible = "vnd,i2c-device";
81 supply-gpios = <&test_gpiox 2 0>;
86 gpio-controller;
87 #gpio-cells = <0x2>;
88 compatible = "vnd,gpio-device";