rk3399-rock-pi-4a-plus.dts 578 B

12345678910111213141516171819202122232425
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2019 Akash Gajjar <[email protected]>
  4. * Copyright (c) 2019 Pragnesh Patel <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "rk3399-rock-pi-4.dtsi"
  8. #include "rk3399-op1-opp.dtsi"
  9. / {
  10. model = "Radxa ROCK Pi 4A+";
  11. compatible = "radxa,rockpi4a-plus", "radxa,rockpi4", "rockchip,rk3399";
  12. };
  13. &es8316 {
  14. pinctrl-0 = <&hp_detect &hp_int>;
  15. pinctrl-names = "default";
  16. interrupt-parent = <&gpio1>;
  17. interrupts = <RK_PA1 IRQ_TYPE_LEVEL_HIGH>;
  18. };
  19. &sound {
  20. hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
  21. };