| .. | .. |
|---|
| 327 | 327 | /include/ "qoriq-clockgen1.dtsi" |
|---|
| 328 | 328 | global-utilities@e1000 { |
|---|
| 329 | 329 | compatible = "fsl,p2041-clockgen", "fsl,qoriq-clockgen-1.0"; |
|---|
| 330 | | - |
|---|
| 331 | | - mux2: mux2@40 { |
|---|
| 332 | | - #clock-cells = <0>; |
|---|
| 333 | | - reg = <0x40 0x4>; |
|---|
| 334 | | - compatible = "fsl,qoriq-core-mux-1.0"; |
|---|
| 335 | | - clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; |
|---|
| 336 | | - clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; |
|---|
| 337 | | - clock-output-names = "cmux2"; |
|---|
| 338 | | - }; |
|---|
| 339 | | - |
|---|
| 340 | | - mux3: mux3@60 { |
|---|
| 341 | | - #clock-cells = <0>; |
|---|
| 342 | | - reg = <0x60 0x4>; |
|---|
| 343 | | - compatible = "fsl,qoriq-core-mux-1.0"; |
|---|
| 344 | | - clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; |
|---|
| 345 | | - clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; |
|---|
| 346 | | - clock-output-names = "cmux3"; |
|---|
| 347 | | - }; |
|---|
| 348 | 330 | }; |
|---|
| 349 | 331 | |
|---|
| 350 | 332 | rcpm: global-utilities@e2000 { |
|---|