Lines Matching +full:phy +full:- +full:is +full:- +full:integrated
1 Multi-Function Devices (MFD)
4 more than one non-unique yet varying hardware functionality.
8 - A mixed signal ASIC on an external bus, sometimes a PMIC (Power Management
9 Integrated Circuit) that is manufactured in a lower technology node (rough
11 drivers, level shifters, PHY (physical interfaces to things like USB or
14 - A range of memory registers containing "miscellaneous system registers" also
20 - compatible : "simple-mfd" - this signifies that the operating system should
22 "simple-bus" indicates when to see subnodes as children for a simple
23 memory-mapped bus. For more complex devices, when the nexus driver has to
28 - ranges: Describes the address mapping relationship to the parent. Should set
32 - #address-cells: Specifies the number of cells used to represent physical base
33 addresses. Must be present if ranges is used.
35 - #size-cells: Specifies the number of cells used to represent the size of an
36 address. Must be present if ranges is used.
41 compatible = "syscon", "simple-mfd";
45 compatible = "register-bit-led";
49 default-state = "on";