1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2019 Akash Gajjar <Akash_Gajja 3 * Copyright (c) 2019 Akash Gajjar <Akash_Gajjar@mentor.com> 4 * Copyright (c) 2019 Pragnesh Patel <Pragnesh_ 4 * Copyright (c) 2019 Pragnesh Patel <Pragnesh_Patel@mentor.com> 5 */ 5 */ 6 6 7 /dts-v1/; 7 /dts-v1/; 8 #include "rk3399-op1.dtsi" 8 #include "rk3399-op1.dtsi" 9 #include "rk3399-rock-pi-4.dtsi" 9 #include "rk3399-rock-pi-4.dtsi" 10 10 11 / { 11 / { 12 model = "Radxa ROCK Pi 4A+"; 12 model = "Radxa ROCK Pi 4A+"; 13 compatible = "radxa,rockpi4a-plus", "r 13 compatible = "radxa,rockpi4a-plus", "radxa,rockpi4", "rockchip,rk3399"; 14 }; 14 }; 15 15 16 &es8316 { 16 &es8316 { 17 pinctrl-0 = <&hp_detect &hp_int>; 17 pinctrl-0 = <&hp_detect &hp_int>; 18 pinctrl-names = "default"; 18 pinctrl-names = "default"; 19 interrupt-parent = <&gpio1>; 19 interrupt-parent = <&gpio1>; 20 interrupts = <RK_PA1 IRQ_TYPE_LEVEL_HI 20 interrupts = <RK_PA1 IRQ_TYPE_LEVEL_HIGH>; 21 }; 21 }; 22 22 23 &sound { 23 &sound { 24 hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTI 24 hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>; 25 }; 25 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.