1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 3 * Copyright (c) 2020, Martin Botka 4 */ 5 6 /dts-v1/; 7 8 #include "sdm630.dtsi" 9 #include "sdm630-sony-xperia-nile.dtsi" 10 11 / { 12 model = "Sony Xperia 10"; 13 compatible = "sony,kirin-row", "qcom,sdm630"; 14 chassis-type = "handset"; 15 16 chosen { 17 framebuffer@9d400000 { 18 reg = <0 0x9d400000 0 (2520 * 1080 * 4)>; 19 height = <2520>; 20 }; 21 }; 22 }; 23 24 /* Reserve a bigger chunk of RAM for the higher-res display */ 25 &cont_splash_mem { 26 reg = <0 0x9d400000 0 (2520 * 1080 * 4)>; 27 }; 28 29 /* Ganges devices feature a Novatek touchscreen instead. */ 30 /delete-node/ &touchscreen; 31 /delete-node/ &vreg_l18a_1v8;
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.