forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy patht6031-j514.dts
More file actions
48 lines (39 loc) · 1 KB
/
t6031-j514.dts
File metadata and controls
48 lines (39 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Apple MacBook Pro (14-inch, M3 Max, 2023)
*
* target-type: J514
*
* Copyright The Asahi Linux Contributors
*/
/dts-v1/;
#include "t6031.dtsi"
/ {
compatible = "apple,j514c", "apple,j514", "apple,t6031", "apple,arm-platform";
model = "Apple MacBook Pro (14-inch, M3 Pro, 2023)";
chosen {
#address-cells = <2>;
#size-cells = <2>;
ranges;
simple-framebuffer = &framebuffer0;
stdout-path = "serial0:115200n8";
};
framebuffer0: framebuffer@11fc02a4000 {
compatible = "simple-framebuffer";
/* Reg: <AddressHigh AddressLow SizeHigh SizeLow> */
/* Address: 0x11f_c02a4000, Size: 23,756,544 bytes */
reg = <0x11f 0xc02a4000 0x0 0x16a7e00>;
width = <3024>;
height = <1964>;
stride = <12096>;
format = "x2r10g10b10";
status = "okay";
};
memory@10000000000 {
device_type = "memory";
reg = <0x100 0 0x2 0>; /* To be filled by loader */
};
};
&serial0 {
status = "okay";
};