bcm2835-rpi-b.dts 599 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /dts-v1/;
  2. /include/ "bcm2835.dtsi"
  3. / {
  4. compatible = "raspberrypi,model-b", "brcm,bcm2835";
  5. model = "Raspberry Pi Model B";
  6. memory {
  7. reg = <0 0x10000000>;
  8. };
  9. };
  10. &gpio {
  11. pinctrl-names = "default";
  12. pinctrl-0 = <&alt0 &alt3>;
  13. alt0: alt0 {
  14. brcm,pins = <0 1 2 3 4 5 6 7 8 9 10 11 14 15 40 45>;
  15. brcm,function = <4>; /* alt0 */
  16. };
  17. alt3: alt3 {
  18. brcm,pins = <48 49 50 51 52 53>;
  19. brcm,function = <7>; /* alt3 */
  20. };
  21. };
  22. &i2c0 {
  23. status = "okay";
  24. clock-frequency = <100000>;
  25. };
  26. &i2c1 {
  27. status = "okay";
  28. clock-frequency = <100000>;
  29. };
  30. &sdhci {
  31. status = "okay";
  32. bus-width = <4>;
  33. };