at91-kizboxmini-rd.dts 853 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (C) 2015-2018 Overkiz SAS
  4. * Author: Mickael Gardet <[email protected]>
  5. * Kévin Raymond <[email protected]>
  6. */
  7. /dts-v1/;
  8. #include "at91-kizboxmini-common.dtsi"
  9. / {
  10. model = "Overkiz Kizbox Mini RailDIN";
  11. compatible = "overkiz,kizboxmini-rd", "atmel,at91sam9g25",
  12. "atmel,at91sam9x5", "atmel,at91sam9";
  13. clocks {
  14. adc_op_clk {
  15. status = "okay";
  16. };
  17. };
  18. };
  19. &pinctrl {
  20. adc0 {
  21. pinctrl_adc0_ad5: adc0_ad5-0 {
  22. /* pull-up disable */
  23. atmel,pins = <AT91_PIOB 16 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
  24. };
  25. };
  26. };
  27. &usart0 {
  28. status = "disabled";
  29. };
  30. &rtc {
  31. status = "okay";
  32. };
  33. &led_blue {
  34. status = "okay";
  35. };
  36. &adc0 {
  37. atmel,adc-vref = <2500>;
  38. pinctrl-names = "default";
  39. pinctrl-0 = <&pinctrl_adc0_ad5>;
  40. atmel,adc-channels-used = <0x0020>;
  41. status = "okay";
  42. };