Lines Matching +full:xrx200 +full:- +full:reset
4 This binding describes the RCU (reset controller unit) multifunction device,
5 where each sub-device has its own set of registers.
14 -------------------------------------------------------------------------------
16 - compatible : The first and second values must be:
17 "lantiq,xrx200-rcu", "simple-mfd", "syscon"
18 - reg : The address and length of the system control registers
21 -------------------------------------------------------------------------------
22 Example of the RCU bindings on a xRX200 SoC:
24 compatible = "lantiq,xrx200-rcu", "simple-mfd", "syscon";
27 big-endian;
29 reset0: reset-controller@10 {
30 compatible = "lantiq,xrx200-reset";
33 #reset-cells = <2>;
36 reset1: reset-controller@48 {
37 compatible = "lantiq,xrx200-reset";
40 #reset-cells = <2>;
43 usb_phy0: usb2-phy@18 {
44 compatible = "lantiq,xrx200-usb2-phy";
48 reset-names = "phy", "ctrl";
49 #phy-cells = <0>;
52 usb_phy1: usb2-phy@34 {
53 compatible = "lantiq,xrx200-usb2-phy";
57 reset-names = "phy", "ctrl";
58 #phy-cells = <0>;
62 compatible = "syscon-reboot";