13a91fb47SAlex Bee// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 23a91fb47SAlex Bee/* 33a91fb47SAlex Bee * Copyright (c) 2019 Akash Gajjar <Akash_Gajjar@mentor.com> 43a91fb47SAlex Bee * Copyright (c) 2019 Pragnesh Patel <Pragnesh_Patel@mentor.com> 53a91fb47SAlex Bee */ 63a91fb47SAlex Bee 73a91fb47SAlex Bee/dts-v1/; 83a91fb47SAlex Bee#include "rk3399-rock-pi-4.dtsi" 93a91fb47SAlex Bee#include "rk3399-op1-opp.dtsi" 103a91fb47SAlex Bee 113a91fb47SAlex Bee/ { 123a91fb47SAlex Bee model = "Radxa ROCK Pi 4A+"; 133a91fb47SAlex Bee compatible = "radxa,rockpi4a-plus", "radxa,rockpi4", "rockchip,rk3399"; 143a91fb47SAlex Bee}; 15*c681c6fcSAlex Bee 16*c681c6fcSAlex Bee&es8316 { 17*c681c6fcSAlex Bee pinctrl-0 = <&hp_detect &hp_int>; 18*c681c6fcSAlex Bee pinctrl-names = "default"; 19*c681c6fcSAlex Bee interrupt-parent = <&gpio1>; 20*c681c6fcSAlex Bee interrupts = <RK_PA1 IRQ_TYPE_LEVEL_HIGH>; 21*c681c6fcSAlex Bee}; 22*c681c6fcSAlex Bee 23*c681c6fcSAlex Bee&sound { 24*c681c6fcSAlex Bee hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>; 25*c681c6fcSAlex Bee}; 26