abilis_tb100_dvk.dts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Abilis Systems TB100 Development Kit PCB device tree
  4. *
  5. * Copyright (C) Abilis Systems 2013
  6. *
  7. * Author: Christian Ruppert <christian.ruppert@abilis.com>
  8. */
  9. /dts-v1/;
  10. /include/ "abilis_tb100.dtsi"
  11. / {
  12. model = "abilis,tb100";
  13. chosen {
  14. bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
  15. };
  16. aliases { };
  17. memory {
  18. device_type = "memory";
  19. reg = <0x80000000 0x08000000>; /* 128M */
  20. };
  21. soc100 {
  22. uart@ff100000 {
  23. pinctrl-names = "default";
  24. pinctrl-0 = <&pctl_uart0>;
  25. };
  26. ethernet@fe100000 {
  27. phy-mode = "rgmii";
  28. };
  29. i2c0: i2c@ff120000 {
  30. i2c-sda-hold-time-ns = <432>;
  31. };
  32. i2c1: i2c@ff121000 {
  33. i2c-sda-hold-time-ns = <432>;
  34. };
  35. i2c2: i2c@ff122000 {
  36. i2c-sda-hold-time-ns = <432>;
  37. };
  38. i2c3: i2c@ff123000 {
  39. i2c-sda-hold-time-ns = <432>;
  40. };
  41. i2c4: i2c@ff124000 {
  42. i2c-sda-hold-time-ns = <432>;
  43. };
  44. leds {
  45. compatible = "gpio-leds";
  46. power {
  47. label = "Power";
  48. gpios = <&gpioi 0 0>;
  49. linux,default-trigger = "default-on";
  50. };
  51. heartbeat {
  52. label = "Heartbeat";
  53. gpios = <&gpioi 1 0>;
  54. linux,default-trigger = "heartbeat";
  55. };
  56. led2 {
  57. label = "LED2";
  58. gpios = <&gpioi 2 0>;
  59. default-state = "off";
  60. };
  61. led3 {
  62. label = "LED3";
  63. gpios = <&gpioi 3 0>;
  64. default-state = "off";
  65. };
  66. led4 {
  67. label = "LED4";
  68. gpios = <&gpioi 4 0>;
  69. default-state = "off";
  70. };
  71. led5 {
  72. label = "LED5";
  73. gpios = <&gpioi 5 0>;
  74. default-state = "off";
  75. };
  76. led6 {
  77. label = "LED6";
  78. gpios = <&gpioi 6 0>;
  79. default-state = "off";
  80. };
  81. led7 {
  82. label = "LED7";
  83. gpios = <&gpioi 7 0>;
  84. default-state = "off";
  85. };
  86. led8 {
  87. label = "LED8";
  88. gpios = <&gpioi 8 0>;
  89. default-state = "off";
  90. };
  91. led9 {
  92. label = "LED9";
  93. gpios = <&gpioi 9 0>;
  94. default-state = "off";
  95. };
  96. led10 {
  97. label = "LED10";
  98. gpios = <&gpioi 10 0>;
  99. default-state = "off";
  100. };
  101. led11 {
  102. label = "LED11";
  103. gpios = <&gpioi 11 0>;
  104. default-state = "off";
  105. };
  106. };
  107. };
  108. };