Advertisement
Guest User

Untitled

a guest
Jun 6th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. [...]
  2.  
  3. i2c0 {
  4. pins = "PA11\0PA12";
  5. function = "i2c0";
  6. phandle = < 0x17 >;
  7. };
  8.  
  9. i2c1 {
  10. pins = "PA18\0PA19";
  11. function = "i2c1";
  12. phandle = < 0x18 >;
  13. };
  14.  
  15. i2c2 {
  16. pins = "PE12\0PE13";
  17. function = "i2c2";
  18. phandle = < 0x19 >;
  19. };
  20.  
  21. [...]
  22.  
  23. i2c@1c2ac00 {
  24. compatible = "allwinner,sun50i-h5-i2c, sun6i-a31-i2c";
  25. reg = < 0x1c2ac00 0x400 >;
  26. interrupts = < 0x00 0x06 0x04 >;
  27. clocks = < 0x03 0x3b >;
  28. resets = < 0x03 0x2e >;
  29. pinctrl-names = "default";
  30. pinctrl-0 = < 0x17 >;
  31. status = "okay";
  32. #address-cells = < 0x01 >;
  33. #size-cells = < 0x00 >;
  34. };
  35.  
  36. i2c@1c2b000 {
  37. compatible = "allwinner,sun50i-h5-i2c, sun6i-a31-i2c";
  38. reg = < 0x1c2b000 0x400 >;
  39. interrupts = < 0x00 0x07 0x04 >;
  40. clocks = < 0x03 0x3c >;
  41. resets = < 0x03 0x2f >;
  42. pinctrl-names = "default";
  43. pinctrl-0 = < 0x18 >;
  44. status = "okay";
  45. #address-cells = < 0x01 >;
  46. #size-cells = < 0x00 >;
  47. };
  48.  
  49. i2c@1c2b400 {
  50. compatible = "allwinner,sun50i-h5-i2c, sun6i-a31-i2c";
  51. reg = < 0x1c2b400 0x400 >;
  52. interrupts = < 0x00 0x08 0x04 >;
  53. clocks = < 0x03 0x3d >;
  54. resets = < 0x03 0x30 >;
  55. pinctrl-names = "default";
  56. pinctrl-0 = < 0x19 >;
  57. status = "okay";
  58. #address-cells = < 0x01 >;
  59. #size-cells = < 0x00 >;
  60. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement