mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +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";
|
|
};
|