bcm963268bu_p300.dts 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /dts-v1/;
  2. #include "bcm63268.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Broadcom BCM963268BU_P300 reference board";
  6. compatible = "brcm,bcm963268bu_p300", "brcm,bcm63268";
  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 32 0>;
  20. linux,code = <KEY_RESTART>;
  21. };
  22. wps {
  23. label = "wps";
  24. gpios = <&pinctrl 33 0>;
  25. linux,code = <KEY_WPS_BUTTON>;
  26. };
  27. };
  28. };
  29. &hsspi {
  30. status = "ok";
  31. flash@0 {
  32. compatible = "jedec,spi-nor";
  33. spi-max-frequency = <20000000>;
  34. spi-tx-bus-width = <2>;
  35. spi-rx-bus-width = <2>;
  36. reg = <0>;
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. linux,part-probe = "bcm63xxpart";
  40. partitions {
  41. compatible = "brcm,bcm963xx-cfe-nor-partitions";
  42. };
  43. };
  44. };
  45. &uart0 {
  46. status = "ok";
  47. };