xref: /freebsd/sys/contrib/device-tree/src/arm64/exynos/google/gs101-raven.dts (revision 8ccc0d235c226d84112561d453c49904398d085c)
1*8ccc0d23SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*8ccc0d23SEmmanuel Vadot/*
3*8ccc0d23SEmmanuel Vadot * Raven Device Tree
4*8ccc0d23SEmmanuel Vadot *
5*8ccc0d23SEmmanuel Vadot * Copyright 2021-2023 Google LLC
6*8ccc0d23SEmmanuel Vadot * Copyright 2023-2025 Linaro Ltd
7*8ccc0d23SEmmanuel Vadot */
8*8ccc0d23SEmmanuel Vadot
9*8ccc0d23SEmmanuel Vadot/dts-v1/;
10*8ccc0d23SEmmanuel Vadot
11*8ccc0d23SEmmanuel Vadot#include "gs101-pixel-common.dtsi"
12*8ccc0d23SEmmanuel Vadot
13*8ccc0d23SEmmanuel Vadot/ {
14*8ccc0d23SEmmanuel Vadot	model = "Raven";
15*8ccc0d23SEmmanuel Vadot	compatible = "google,gs101-raven", "google,gs101";
16*8ccc0d23SEmmanuel Vadot};
17*8ccc0d23SEmmanuel Vadot
18*8ccc0d23SEmmanuel Vadot&cont_splash_mem {
19*8ccc0d23SEmmanuel Vadot	reg = <0x0 0xfac00000 (1440 * 3120 * 4)>;
20*8ccc0d23SEmmanuel Vadot	status = "okay";
21*8ccc0d23SEmmanuel Vadot};
22*8ccc0d23SEmmanuel Vadot
23*8ccc0d23SEmmanuel Vadot&framebuffer0 {
24*8ccc0d23SEmmanuel Vadot	width = <1440>;
25*8ccc0d23SEmmanuel Vadot	height = <3120>;
26*8ccc0d23SEmmanuel Vadot	stride = <(1440 * 4)>;
27*8ccc0d23SEmmanuel Vadot	format = "a8r8g8b8";
28*8ccc0d23SEmmanuel Vadot	status = "okay";
29*8ccc0d23SEmmanuel Vadot};
30