Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan-big-fhd.dts
48526 views
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;

#include "tegra124-nyan-big.dts"

/ {
	/* Version of Nyan Big with 1080p panel */
	host1x@50000000 {
		dpaux@545c0000 {
			aux-bus {
				panel: panel {
					compatible = "auo,b133htn01";
				};
			};
		};
	};
};