hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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
+ };