1/dts-v1/;
2
3// This is a dummy Linux device tree, just needed to make some bootloaders
4// that expect a device tree happy.
5/ {
6    model = "dummy";
7
8    // We need these nodes so bootloaders can add extra information here.
9    chosen {};
10    memory {};
11};
12