at91-wb45n.dts 761 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * at91-wb45n.dts - Device Tree file for WB45NBT board
  4. *
  5. * Copyright (C) 2018 Laird
  6. *
  7. */
  8. /dts-v1/;
  9. #include "at91-wb45n.dtsi"
  10. / {
  11. model = "Laird Workgroup Bridge 45N - Atmel AT91SAM (dt)";
  12. compatible = "laird,wb45n", "laird,wbxx", "atmel,at91sam9x5", "atmel,at91sam9";
  13. gpio-keys {
  14. compatible = "gpio-keys";
  15. button {
  16. label = "IRQBTN";
  17. linux,code = <99>;
  18. gpios = <&pioB 18 GPIO_ACTIVE_LOW>;
  19. wakeup-source;
  20. };
  21. };
  22. };
  23. &watchdog {
  24. status = "okay";
  25. };
  26. &usb0 {
  27. status = "okay";
  28. };
  29. &mmc0 {
  30. status = "okay";
  31. };
  32. &spi0 {
  33. status = "okay";
  34. };
  35. &macb0 {
  36. status = "okay";
  37. };
  38. &dbgu {
  39. status = "okay";
  40. };
  41. &usart0 {
  42. status = "okay";
  43. };
  44. &usart3 {
  45. status = "okay";
  46. };
  47. &i2c1 {
  48. status = "okay";
  49. };