rk3036-sdk.dts 702 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * (C) Copyright 2015 Rockchip Electronics Co., Ltd
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. /dts-v1/;
  7. #include "rk3036.dtsi"
  8. / {
  9. model = "SDK-RK3036";
  10. compatible = "sdk,sdk-rk3036", "rockchip,rk3036";
  11. chosen {
  12. stdout-path = &uart2;
  13. };
  14. usb_control {
  15. compatible = "rockchip,rk3036-usb-control";
  16. host_drv_gpio = <&gpio2 23 GPIO_ACTIVE_LOW>;
  17. otg_drv_gpio = <&gpio0 26 GPIO_ACTIVE_LOW>;
  18. };
  19. };
  20. &i2c1 {
  21. status = "okay";
  22. hym8563: hym8563@51 {
  23. compatible = "haoyu,hym8563";
  24. reg = <0x51>;
  25. #clock-cells = <0>;
  26. clock-frequency = <32768>;
  27. clock-output-names = "xin32k";
  28. };
  29. };
  30. &usb_host {
  31. status = "okay";
  32. };
  33. &usb_otg {
  34. status = "okay";
  35. dr_mode = "host";
  36. };