1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org> 4 */ 5 6/dts-v1/; 7 8#include "sm8350-sony-xperia-sagami.dtsi" 9 10/ { 11 model = "Sony Xperia 5 III"; 12 compatible = "sony,pdx214-generic", "qcom,sm8350"; 13}; 14 15&framebuffer { 16 width = <1080>; 17 height = <2520>; 18 stride = <(1080 * 4)>; 19}; 20 21&pm8350b_gpios { 22 gpio-line-names = "NC", /* GPIO_1 */ 23 "NC", 24 "NC", 25 "NC", 26 "SNAPSHOT_N", 27 "NC", 28 "NC", 29 "FOCUS_N"; 30}; 31 32&pm8350c_gpios { 33 gpio-line-names = "FL_STROBE_TRIG_WIDE", /* GPIO_1 */ 34 "FL_STROBE_TRIG_TELE", 35 "NC", 36 "NC", 37 "NC", 38 "RGBC_IR_PWR_EN", 39 "NC", 40 "NC", 41 "WIDEC_PWR_EN"; 42}; 43