rk3288-firefly-beta.dts 556 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2014, 2015 FUKAUMI Naoki <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include "rk3288-firefly.dtsi"
  7. / {
  8. model = "Firefly-RK3288 Beta";
  9. compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
  10. };
  11. &ir {
  12. gpios = <&gpio7 RK_PA5 GPIO_ACTIVE_LOW>;
  13. };
  14. &pinctrl {
  15. act8846 {
  16. pmic_vsel: pmic-vsel {
  17. rockchip,pins = <7 RK_PA1 RK_FUNC_GPIO &pcfg_output_low>;
  18. };
  19. };
  20. ir {
  21. ir_int: ir-int {
  22. rockchip,pins = <7 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;
  23. };
  24. };
  25. };
  26. &pwm0 {
  27. status = "okay";
  28. };