1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Oriole Device Tree
4 *
5 * Copyright 2021-2023 Google LLC
6 * Copyright 2023 Linaro Ltd - <peter.griffin@linaro.org>
7 */
8
9/dts-v1/;
10
11#include "gs101-pixel-common.dtsi"
12
13/ {
14	model = "Oriole";
15	compatible = "google,gs101-oriole", "google,gs101";
16};
17
18&cont_splash_mem {
19	reg = <0x0 0xfac00000 (1080 * 2400 * 4)>;
20	status = "okay";
21};
22
23&framebuffer0 {
24	width = <1080>;
25	height = <2400>;
26	stride = <(1080 * 4)>;
27	format = "a8r8g8b8";
28	status = "okay";
29};
30