Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [...]
- i2c0 {
- pins = "PA11\0PA12";
- function = "i2c0";
- phandle = < 0x17 >;
- };
- i2c1 {
- pins = "PA18\0PA19";
- function = "i2c1";
- phandle = < 0x18 >;
- };
- i2c2 {
- pins = "PE12\0PE13";
- function = "i2c2";
- phandle = < 0x19 >;
- };
- [...]
- i2c@1c2ac00 {
- compatible = "allwinner,sun50i-h5-i2c, sun6i-a31-i2c";
- reg = < 0x1c2ac00 0x400 >;
- interrupts = < 0x00 0x06 0x04 >;
- clocks = < 0x03 0x3b >;
- resets = < 0x03 0x2e >;
- pinctrl-names = "default";
- pinctrl-0 = < 0x17 >;
- status = "okay";
- #address-cells = < 0x01 >;
- #size-cells = < 0x00 >;
- };
- i2c@1c2b000 {
- compatible = "allwinner,sun50i-h5-i2c, sun6i-a31-i2c";
- reg = < 0x1c2b000 0x400 >;
- interrupts = < 0x00 0x07 0x04 >;
- clocks = < 0x03 0x3c >;
- resets = < 0x03 0x2f >;
- pinctrl-names = "default";
- pinctrl-0 = < 0x18 >;
- status = "okay";
- #address-cells = < 0x01 >;
- #size-cells = < 0x00 >;
- };
- i2c@1c2b400 {
- compatible = "allwinner,sun50i-h5-i2c, sun6i-a31-i2c";
- reg = < 0x1c2b400 0x400 >;
- interrupts = < 0x00 0x08 0x04 >;
- clocks = < 0x03 0x3d >;
- resets = < 0x03 0x30 >;
- pinctrl-names = "default";
- pinctrl-0 = < 0x19 >;
- status = "okay";
- #address-cells = < 0x01 >;
- #size-cells = < 0x00 >;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement