.. | .. |
---|
41 | 41 | compatible = "mscc,ocelot-cpu-syscon", "syscon"; |
---|
42 | 42 | reg = <0x70000000 0x2c>; |
---|
43 | 43 | }; |
---|
| 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 | + }; |
---|