1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Samsung S9 SM-G9600 (starqltechn) board device tree source 4 * 5 * (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com> 6 * 7 */ 8 9/dts-v1/; 10 11#include "sdm845.dtsi" 12 13/ { 14 model = "Samsung S9 (SM-G9600)"; 15 compatible = "qcom,sdm845-mtp", "qcom,sdm845", "qcom,mtp"; 16 #address-cells = <2>; 17 #size-cells = <2>; 18 19 chosen { 20 stdout-path = "serial0:921600n8"; 21 }; 22 23 aliases { 24 serial0 = &debug_uart; 25 }; 26 27 memory { 28 device_type = "memory"; 29 reg = <0 0x80000000 0 0xfe1bffff>; 30 }; 31 32 psci { 33 compatible = "arm,psci-1.0"; 34 method = "smc"; 35 }; 36 37 soc: soc { 38 serial@0xa84000 { 39 status = "ok"; 40 }; 41 42 pinctrl@3900000 { 43 muic_i2c: muic_i2c { 44 pins = "GPIO_33", "GPIO_34"; 45 drive-strength = <0x2>; 46 function = "gpio"; 47 bias-disable; 48 }; 49 }; 50 }; 51}; 52 53#include "starqltechn-uboot.dtsi" 54