xref: /freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan-big-fhd.dts (revision 357378bbdedf24ce2b90e9bd831af4a9db3ec70a)
1// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3
4#include "tegra124-nyan-big.dts"
5
6/ {
7	/* Version of Nyan Big with 1080p panel */
8	host1x@50000000 {
9		dpaux@545c0000 {
10			aux-bus {
11				panel: panel {
12					compatible = "auo,b133htn01";
13				};
14			};
15		};
16	};
17};
18