blob: 7ba194613909ebd6407377653a40c7f187647cdf (
plain)
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
|
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
memory@80000000 {
device_type = "memory";
status = "okay";
reg = <0x80000000
0x04000000>;
};
gpu@60000000 {
compatible = "browser,soc-wgpu";
device_type = "gpu";
status = "disabled";
reg = <0x60000000 0x04000000>;
};
uart@60000000 {
compatible = "unix,soc-tty";
device_type = "gpu";
status = "okay";
reg = <0x60000000 0x04000000>;
};
};
|