Guest User

DTS

a guest
Feb 10th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. &i2c2 {
  2. status = "okay";
  3. pinctrl-names = "default";
  4. pinctrl-0 = <&i2c2_pins>;
  5.  
  6. clock-frequency = <100000>;
  7.  
  8. cape_eeprom0: cape_eeprom0@54 {
  9. compatible = "at,24c256";
  10. reg = <0x54>;
  11. };
  12.  
  13. cape_eeprom1: cape_eeprom1@55 {
  14. compatible = "at,24c256";
  15. reg = <0x55>;
  16. };
  17.  
  18. cape_eeprom2: cape_eeprom2@56 {
  19. compatible = "at,24c256";
  20. reg = <0x56>;
  21. };
  22.  
  23. cape_eeprom3: cape_eeprom3@57 {
  24. compatible = "at,24c256";
  25. reg = <0x57>;
  26. };
  27. };
  28.  
  29. &spi1 {
  30. status = "okay";
  31. pinctrl-names = "default";
  32. pinctrl-0 = <&spi1_pins_s0>;
  33. //compatible = "maxim,max14830";
  34.  
  35. //clock-frequency = <1000000>;
  36. #address-cells = <1>;
  37. #size-cells = <0>;
  38.  
  39. maxim14830@0 {
  40. compatible = "max, max310x, max14830";
  41. reg=<1>;
  42.  
  43. };
  44. };
Add Comment
Please, Sign In to add comment