mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 13:44:40 +07:00
9621d0bd1b
The Nintendo NES/SuperNES features an R16 already well supported in mainline. The console over UART0 may be wired on two ports of the R16, both available on the NES Classic PCB. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
// 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";
|
|
};
|