mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
12 lines
343 B
Text
12 lines
343 B
Text
|
// SPDX-License-Identifier: GPL-2.0 OR X11
|
||
|
/* Copyright (c) 2018 Miquèl RAYNAL <miquel.raynal@bootlin.com> */
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "sun8i-r16-nintendo-nes-classic.dts"
|
||
|
|
||
|
/ {
|
||
|
model = "Nintendo SuperNES Classic Edition";
|
||
|
compatible = "nintendo,super-nes-classic", "nintendo,nes-classic",
|
||
|
"allwinner,sun8i-r16", "allwinner,sun8i-a33";
|
||
|
};
|