xref: /linux/scripts/dtc/include-prefixes/arm64/apple/t8012-touchbar.dtsi (revision 2f24482304ebd32c5aa374f31465b9941a860b92)
1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Common Device Tree for T2 devices with a Touch Bar
4 *
5 * target-type: J152f, J213, J214k, J215, J223, J680, J780
6 *
7 * Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
8 */
9
10/ {
11	chosen {
12		framebuffer0: framebuffer@0 {
13			compatible = "apple,simple-framebuffer", "simple-framebuffer";
14			reg = <0 0 0 0>; /* To be filled by loader */
15			power-domains = <&ps_disp0_fe &ps_disp0_be &ps_mipi_dsi>;
16			/* Format properties will be added by loader */
17			status = "disabled";
18		};
19	};
20};
21