cpva502plus.dts 745 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. };
  10. gpio-leds {
  11. compatible = "gpio-leds";
  12. power_green {
  13. label = "CPVA502+:green:phone";
  14. gpios = <&gpio0 0 1>;
  15. };
  16. status {
  17. label = "CPVA502+:amber:link";
  18. gpios = <&gpio0 1 1>;
  19. };
  20. };
  21. };
  22. &pflash {
  23. status = "ok";
  24. linux,part-probe = "bcm63xxpart";
  25. cfe@0 {
  26. label = "CFE";
  27. reg = <0x000000 0x010000>;
  28. read-only;
  29. };
  30. linux@10000 {
  31. label = "linux";
  32. reg = <0x010000 0x3e0000>;
  33. };
  34. nvram@3f0000 {
  35. label = "nvram";
  36. reg = <0x3f0000 0x010000>;
  37. };
  38. };