Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
v6.13.7
 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};
v6.8
 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};