Expose logical SID cells for the AC200/AC300 EPHY calibration, the combined
companion-variant and AC300-calibration-range configuration, and the AC200
bandgap fields.
Also describe the PA10/PA11 I2C3 pin group used by the AC200 control
interface.
Signed-off-by: James Hilliard <redacted>
---
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
index 6879f27c2b2b..2cedda6e87a9 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
@@ -252,6 +252,20 @@ ths_calibration: thermal-sensor-calibration@14 {
cpu_speed_grade: cpu-speed-grade@0 {
reg = <0x0 2>;
};
+
+ ephy_calibration: ethernet-phy-calibration@2c,0 {
+ reg = <0x2c 1>;
+ bits = <0 4>;
+ };
+
+ ephy_config: ethernet-phy-configuration@2c {
+ reg = <0x2c 2>;
+ bits = <8 2>;
+ };
+
+ ac200_bandgap: bandgap@30 {
+ reg = <0x30 2>;
+ };
};
timer0: timer@3009000 {@@ -324,6 +338,13 @@ i2c0_pins: i2c0-pins {
function = "i2c0";
};
+ /omit-if-no-ref/
+ i2c3_pa_pins: i2c3-pa-pins {
+ pins = "PA10", "PA11";
+ function = "i2c3";
+ bias-pull-up;
+ };
+
i2c3_ph_pins: i2c3-ph-pins {
pins = "PH4", "PH5";
function = "i2c3";
--
2.53.0