Hi, Can anyone help me?
I need to change the pins on the i2cbus 1 and 2.
how can i achieve this, using Armbian 21.08 buster
Regards
I try with this
/dts-v1/; /plugin/;
/ { compatible = “allwinner,sun8i-h3”;
[email protected] { target-path = “/aliases”; overlay { i2c2 = “/soc/[email protected]”; }; };
[email protected] { target = <&pio>; overlay { i2c2_pins_a: [email protected] { pins = “PA7”, “PA8”; function = “i2c2”; }; }; };
[email protected] { target = <&i2c2>; overlay { pinctrl-names = “default”; pinctrl-0 = <&i2c2_pins_a>; status = “okay”; }; }; };
but not working