| .. | .. |
|---|
| 319 | 319 | /include/ "qoriq-clockgen1.dtsi" |
|---|
| 320 | 320 | global-utilities@e1000 { |
|---|
| 321 | 321 | compatible = "fsl,p5040-clockgen", "fsl,qoriq-clockgen-1.0"; |
|---|
| 322 | | - |
|---|
| 323 | | - mux2: mux2@40 { |
|---|
| 324 | | - #clock-cells = <0>; |
|---|
| 325 | | - reg = <0x40 0x4>; |
|---|
| 326 | | - compatible = "fsl,qoriq-core-mux-1.0"; |
|---|
| 327 | | - clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; |
|---|
| 328 | | - clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; |
|---|
| 329 | | - clock-output-names = "cmux2"; |
|---|
| 330 | | - }; |
|---|
| 331 | | - |
|---|
| 332 | | - mux3: mux3@60 { |
|---|
| 333 | | - #clock-cells = <0>; |
|---|
| 334 | | - reg = <0x60 0x4>; |
|---|
| 335 | | - compatible = "fsl,qoriq-core-mux-1.0"; |
|---|
| 336 | | - clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; |
|---|
| 337 | | - clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; |
|---|
| 338 | | - clock-output-names = "cmux3"; |
|---|
| 339 | | - }; |
|---|
| 340 | 322 | }; |
|---|
| 341 | 323 | |
|---|
| 342 | 324 | rcpm: global-utilities@e2000 { |
|---|