]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
openrisc: dts: Add de0 nano config and devicetree
authorStafford Horne <shorne@gmail.com>
Sun, 7 Sep 2025 13:19:33 +0000 (14:19 +0100)
committerStafford Horne <shorne@gmail.com>
Fri, 16 Jan 2026 16:38:56 +0000 (16:38 +0000)
commit111005cafb53efdaf00436bc678f5372a7e06c55
treea67bb7a4dc6656cf033bbda3b44cbd8168eb8728
parent0f61b1860cc3f52aef9036d7235ed1f017632193
openrisc: dts: Add de0 nano config and devicetree

The de0 nano from Terasic is an FPGA board that we use in the OpenRISC
community to test OpenRISC configurations.  Add a base configuration for
the board that runs an OpenRISC CPU at 50Mhz with 32MB ram, UART for
console and some GPIOs for LEDs and switches.

There is an older version of this floating around that defines all of
the hardware on the board including SPI's, flash devices, sram, ADCs
etc.  Eventually it would be good to get the full version upstream
but for now I think a minimal board is good to start with.

Link: https://openrisc.io/tutorials/de0_nano/
Link: https://github.com/olofk/de0_nano
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/boot/dts/de0-nano-common.dtsi [new file with mode: 0644]
arch/openrisc/boot/dts/de0-nano.dts [new file with mode: 0644]
arch/openrisc/configs/de0_nano_defconfig [new file with mode: 0644]