cpva502plus.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Telsey CPVA502+";
  6. compatible = "telsey,cpva502+", "brcm,bcm6348";
  7. chosen {
  8. bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. gpio-keys-polled {
  12. compatible = "gpio-keys-polled";
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. poll-interval = <20>;
  16. debounce-interval = <60>;
  17. reset {
  18. label = "reset";
  19. gpios = <&pinctrl 36 1>;
  20. linux,code = <KEY_RESTART>;
  21. };
  22. };
  23. gpio-leds {
  24. compatible = "gpio-leds";
  25. phone_green {
  26. label = "CPVA502+:green:phone";
  27. gpios = <&pinctrl 0 1>;
  28. };
  29. link_amber {
  30. label = "CPVA502+:amber:link";
  31. gpios = <&pinctrl 5 1>;
  32. };
  33. };
  34. };
  35. &pflash {
  36. status = "ok";
  37. linux,part-probe = "bcm63xxpart";
  38. partitions {
  39. compatible = "fixed-partitions";
  40. #address-cells = <1>;
  41. #size-cells = <1>;
  42. cfe@0 {
  43. label = "CFE";
  44. reg = <0x000000 0x010000>;
  45. read-only;
  46. };
  47. linux@10000 {
  48. label = "linux";
  49. reg = <0x010000 0x3e0000>;
  50. compatible = "brcm,bcm963xx-imagetag";
  51. };
  52. nvram@3f0000 {
  53. label = "nvram";
  54. reg = <0x3f0000 0x010000>;
  55. };
  56. };
  57. };
  58. &pinctrl {
  59. pinctrl-names = "default";
  60. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  61. };
  62. &uart0 {
  63. status = "ok";
  64. };