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