diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-04-24 17:55:03 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-04-25 09:03:02 +0200 |
commit | 9621d0bd1b0d61167e1853ac68cf4869c31bcc96 (patch) | |
tree | df5e6d3c7571a094725b058223c852e9243d55f2 /arch/arm/boot/dts/sun8i-r16-nintendo-super-nes-classic.dts | |
parent | ARM: dts: sun8i: a23/a33: declare NAND pins (diff) | |
download | linux-9621d0bd1b0d61167e1853ac68cf4869c31bcc96.tar.xz linux-9621d0bd1b0d61167e1853ac68cf4869c31bcc96.zip |
ARM: dts: nes: add Nintendo NES/SuperNES Classic Edition support
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-r16-nintendo-super-nes-classic.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-r16-nintendo-super-nes-classic.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-r16-nintendo-super-nes-classic.dts b/arch/arm/boot/dts/sun8i-r16-nintendo-super-nes-classic.dts new file mode 100644 index 000000000000..80761d7904ec --- /dev/null +++ b/arch/arm/boot/dts/sun8i-r16-nintendo-super-nes-classic.dts @@ -0,0 +1,11 @@ +// 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"; +}; |