sun7i-a20-linutronix-testbox-v2.dts 816 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * Copyright 2020 Linutronix GmbH
  4. * Author: Benedikt Spranger <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "sun7i-a20-lamobo-r1.dts"
  8. / {
  9. model = "Lamobo R1";
  10. compatible = "linutronix,testbox-v2", "lamobo,lamobo-r1", "allwinner,sun7i-a20";
  11. leds {
  12. led-opto1 {
  13. label = "lamobo_r1:opto:powerswitch";
  14. gpios = <&pio 7 3 GPIO_ACTIVE_HIGH>;
  15. };
  16. led-opto2 {
  17. label = "lamobo_r1:opto:relay";
  18. gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>;
  19. };
  20. };
  21. };
  22. &i2c2 {
  23. clock-frequency = <100000>;
  24. status = "okay";
  25. eeprom: eeprom@50 {
  26. compatible = "atmel,24c08";
  27. reg = <0x50>;
  28. status = "okay";
  29. };
  30. atecc508a@60 {
  31. compatible = "atmel,atecc508a";
  32. reg = <0x60>;
  33. };
  34. };
  35. &can0 {
  36. pinctrl-names = "default";
  37. pinctrl-0 = <&can_ph_pins>;
  38. status = "okay";
  39. };