r8a7790-lager-reference.dts 869 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /*
  2. * Device Tree Source for the Lager board
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. /dts-v1/;
  11. /include/ "r8a7790.dtsi"
  12. #include <dt-bindings/gpio/gpio.h>
  13. / {
  14. model = "Lager";
  15. compatible = "renesas,lager-reference", "renesas,r8a7790";
  16. chosen {
  17. bootargs = "console=ttySC6,115200 ignore_loglevel rw";
  18. };
  19. memory@40000000 {
  20. device_type = "memory";
  21. reg = <0 0x40000000 0 0x80000000>;
  22. };
  23. lbsc {
  24. #address-cells = <1>;
  25. #size-cells = <1>;
  26. };
  27. leds {
  28. compatible = "gpio-leds";
  29. led6 {
  30. gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
  31. };
  32. led7 {
  33. gpios = <&gpio4 23 GPIO_ACTIVE_HIGH>;
  34. };
  35. led8 {
  36. gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>;
  37. };
  38. };
  39. };