xref: /linux/arch/arm64/boot/dts/apple/s8001-common.dtsi (revision 2f24482304ebd32c5aa374f31465b9941a860b92)
1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Apple iPad Pro (9.7-inch), iPad Pro (12.9-inch)
4 *
5 * This file contains parts common to all Apple A9X devices.
6 *
7 * target-type: J127, J128, J98a, J99a
8 *
9 * Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
10 */
11
12/ {
13	aliases {
14		serial0 = &serial0;
15	};
16
17	chosen {
18		#address-cells = <2>;
19		#size-cells = <2>;
20		ranges;
21
22		stdout-path = "serial0";
23
24		framebuffer0: framebuffer@0 {
25			compatible = "apple,simple-framebuffer", "simple-framebuffer";
26			reg = <0 0 0 0>; /* To be filled by loader */
27			power-domains = <&ps_disp0 &ps_dp0>;
28			/* Format properties will be added by loader */
29			status = "disabled";
30		};
31	};
32
33	memory@800000000 {
34		device_type = "memory";
35		reg = <0x8 0 0 0>; /* To be filled by loader */
36	};
37
38	reserved-memory {
39		#address-cells = <2>;
40		#size-cells = <2>;
41		ranges;
42
43		/* To be filled by loader */
44	};
45};
46
47&serial0 {
48	status = "okay";
49};
50