meson8-minix-neo-x8.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. // SPDX-License-Identifier: GPL-2.0 OR MIT
  2. /*
  3. * Copyright 2014 Beniamino Galvani <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include <dt-bindings/gpio/gpio.h>
  7. #include "meson8.dtsi"
  8. / {
  9. model = "MINIX NEO-X8";
  10. compatible = "minix,neo-x8", "amlogic,meson8";
  11. aliases {
  12. serial0 = &uart_AO;
  13. };
  14. chosen {
  15. stdout-path = "serial0:115200n8";
  16. };
  17. memory {
  18. device_type = "memory";
  19. reg = <0x40000000 0x80000000>;
  20. };
  21. gpio-leds {
  22. compatible = "gpio-leds";
  23. blue {
  24. label = "x8:blue:power";
  25. gpios = <&gpio_ao GPIO_TEST_N GPIO_ACTIVE_HIGH>;
  26. };
  27. };
  28. };
  29. &uart_AO {
  30. status = "okay";
  31. pinctrl-0 = <&uart_ao_a_pins>;
  32. pinctrl-names = "default";
  33. };
  34. &i2c_AO {
  35. status = "okay";
  36. pinctrl-0 = <&i2c_ao_pins>;
  37. pinctrl-names = "default";
  38. pmic@32 {
  39. compatible = "ricoh,rn5t618";
  40. reg = <0x32>;
  41. system-power-controller;
  42. regulators {
  43. };
  44. };
  45. rtc@51 {
  46. compatible = "nxp,pcf8563";
  47. reg = <0x51>;
  48. };
  49. };
  50. &spifc {
  51. status = "okay";
  52. pinctrl-0 = <&spi_nor_pins>;
  53. pinctrl-names = "default";
  54. flash@0 {
  55. compatible = "mxicy,mx25l1606e";
  56. #address-cells = <1>;
  57. #size-cells = <1>;
  58. reg = <0>;
  59. spi-max-frequency = <30000000>;
  60. partition@0 {
  61. label = "boot";
  62. reg = <0x0 0x100000>;
  63. };
  64. partition@100000 {
  65. label = "env";
  66. reg = <0x100000 0x10000>;
  67. };
  68. };
  69. };
  70. &ir_receiver {
  71. status = "okay";
  72. pinctrl-0 = <&ir_recv_pins>;
  73. pinctrl-names = "default";
  74. };
  75. &ethmac {
  76. status = "okay";
  77. pinctrl-0 = <&eth_pins>;
  78. pnictrl-names = "default";
  79. };