-
- Downloads
ARM: tegra: Add support for nyan-big board
Nyan-big is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This is the Acer Chromebook 13 CB5-311-T7NN (13.3-inch HD, NVIDIA Tegra K1, 2GB). The display is not currently supported, so it should boot on other nyan-based Chromebooks also, but only the device tree for nyan-big is provided here. The device tree file is from Linux but with features removed which are unlikely to be supported in U-Boot soon (regulators, pinmux). Also the addresses are updated to 32-bit. Signed-off-by:Allen Martin <amartin@nvidia.com> Signed-off-by:
Simon Glass <sjg@chromium.org> (rebase, change to 'nyan-big', fix pinmux that resets nyan-big)
Showing
- arch/arm/cpu/armv7/tegra124/Kconfig 10 additions, 0 deletionsarch/arm/cpu/armv7/tegra124/Kconfig
- arch/arm/dts/Makefile 1 addition, 0 deletionsarch/arm/dts/Makefile
- arch/arm/dts/tegra124-nyan-big.dts 365 additions, 0 deletionsarch/arm/dts/tegra124-nyan-big.dts
- board/nvidia/nyan-big/Kconfig 24 additions, 0 deletionsboard/nvidia/nyan-big/Kconfig
- board/nvidia/nyan-big/MAINTAINERS 6 additions, 0 deletionsboard/nvidia/nyan-big/MAINTAINERS
- board/nvidia/nyan-big/Makefile 9 additions, 0 deletionsboard/nvidia/nyan-big/Makefile
- board/nvidia/nyan-big/nyan-big.c 27 additions, 0 deletionsboard/nvidia/nyan-big/nyan-big.c
- board/nvidia/nyan-big/pinmux-config-nyan-big.h 287 additions, 0 deletionsboard/nvidia/nyan-big/pinmux-config-nyan-big.h
- board/nvidia/venice2/as3722_init.h 1 addition, 1 deletionboard/nvidia/venice2/as3722_init.h
- configs/nyan-big_defconfig 5 additions, 0 deletionsconfigs/nyan-big_defconfig
- include/configs/nyan-big.h 79 additions, 0 deletionsinclude/configs/nyan-big.h
Loading
Please register or sign in to comment