mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-22 16:35:06 +00:00
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
/dts-v1/;
|
|
|
|
#include <device.h>
|
|
#include <drivers/root.h>
|
|
|
|
/ {
|
|
model = "Simulator";
|
|
compatible = "root";
|
|
};
|