1 // SPDX-License-Identifier: BSD-3-Clause 1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 2 /* 3 * Copyright (c) 2020, Martin Botka 3 * Copyright (c) 2020, Martin Botka 4 */ 4 */ 5 5 6 /dts-v1/; 6 /dts-v1/; 7 7 8 #include "sdm630.dtsi" 8 #include "sdm630.dtsi" 9 #include "sdm630-sony-xperia-nile.dtsi" 9 #include "sdm630-sony-xperia-nile.dtsi" 10 10 11 / { 11 / { 12 model = "Sony Xperia 10"; 12 model = "Sony Xperia 10"; 13 compatible = "sony,kirin-row", "qcom,s 13 compatible = "sony,kirin-row", "qcom,sdm630"; 14 chassis-type = "handset"; 14 chassis-type = "handset"; 15 15 16 chosen { 16 chosen { 17 framebuffer@9d400000 { 17 framebuffer@9d400000 { 18 reg = <0 0x9d400000 0 18 reg = <0 0x9d400000 0 (2520 * 1080 * 4)>; 19 height = <2520>; 19 height = <2520>; 20 }; 20 }; 21 }; 21 }; 22 }; 22 }; 23 23 24 /* Reserve a bigger chunk of RAM for the highe << 25 &cont_splash_mem { << 26 reg = <0 0x9d400000 0 (2520 * 1080 * 4 << 27 }; << 28 << 29 /* Ganges devices feature a Novatek touchscree 24 /* Ganges devices feature a Novatek touchscreen instead. */ 30 /delete-node/ &touchscreen; 25 /delete-node/ &touchscreen; 31 /delete-node/ &vreg_l18a_1v8; 26 /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.