mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
/dts-v1/;
|
|
|
|
#include <test_include.h>
|
|
|
|
/ {
|
|
compatible = "test,root";
|
|
model = "Test Model";
|
|
|
|
test_device: test-device@0 {
|
|
compatible = "test,device";
|
|
reg = <0>;
|
|
status = "okay";
|
|
boolean-prop;
|
|
int-prop = <42>;
|
|
string-prop = "hello";
|
|
};
|
|
};
|