cpva502plus.dts 601 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /dts-v1/;
  2. /include/ "bcm6348.dtsi"
  3. / {
  4. model = "Telsey CPVA502+";
  5. compatible = "telsey,cpva502+", "brcm,bcm6348";
  6. gpio-leds {
  7. compatible = "gpio-leds";
  8. power_green {
  9. label = "CPVA502+:green:phone";
  10. gpios = <&gpio0 0 1>;
  11. };
  12. status {
  13. label = "CPVA502+:amber:link";
  14. gpios = <&gpio0 1 1>;
  15. };
  16. };
  17. };
  18. &pflash {
  19. status = "ok";
  20. linux,part-probe = "bcm63xxpart";
  21. cfe@0 {
  22. label = "CFE";
  23. reg = <0x000000 0x010000>;
  24. read-only;
  25. };
  26. linux@10000 {
  27. label = "linux";
  28. reg = <0x010000 0x3e0000>;
  29. };
  30. nvram@3f0000 {
  31. label = "nvram";
  32. reg = <0x3f0000 0x010000>;
  33. };
  34. };