Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. &spi0 {
  2. pinctrl-names = "default";
  3. pinctrl-0 = <&spi0_pins_a>,
  4. <&spi0_cs0_pins_a>;
  5. status = "okay";
  6.  
  7. flash: m25p10@0 {
  8. /*
  9. * #address-cells = <1>;
  10. * #size-cells = <1>;
  11. * compatible = "st,m25p80","nor-jedec", "jedec,spi-nor";
  12. * compatible = "m25p10";
  13. * linux,modalias = "m25p80", "m25p10";
  14. */
  15. compatible = "nor-jedec", "jedec,spi-nor";
  16.  
  17. reg = <0>;
  18. spi-max-frequency = <20000000>;
  19. };
  20. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement