cpva502plus.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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 = "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. partitions {
  38. compatible = "fixed-partitions";
  39. #address-cells = <1>;
  40. #size-cells = <1>;
  41. cfe@0 {
  42. label = "CFE";
  43. reg = <0x000000 0x010000>;
  44. read-only;
  45. };
  46. linux@10000 {
  47. label = "linux";
  48. reg = <0x010000 0x3e0000>;
  49. compatible = "brcm,bcm963xx-imagetag";
  50. };
  51. nvram@3f0000 {
  52. label = "nvram";
  53. reg = <0x3f0000 0x010000>;
  54. };
  55. };
  56. };
  57. &pinctrl {
  58. pinctrl-names = "default";
  59. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  60. };
  61. &uart0 {
  62. status = "ok";
  63. };