forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/mips/mscc.txt
....@@ -41,3 +41,19 @@
4141 compatible = "mscc,ocelot-cpu-syscon", "syscon";
4242 reg = <0x70000000 0x2c>;
4343 };
44
+
45
+o HSIO regs:
46
+
47
+The SoC has a few registers (HSIO) handling miscellaneous functionalities:
48
+configuration and status of PLL5, RCOMP, SyncE, SerDes configurations and
49
+status, SerDes muxing and a thermal sensor.
50
+
51
+Required properties:
52
+- compatible: Should be "mscc,ocelot-hsio", "syscon", "simple-mfd"
53
+- reg : Should contain registers location and length
54
+
55
+Example:
56
+ syscon@10d0000 {
57
+ compatible = "mscc,ocelot-hsio", "syscon", "simple-mfd";
58
+ reg = <0x10d0000 0x10000>;
59
+ };