diff options
| author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-10-02 07:12:02 -0400 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-10-03 20:41:06 -0400 |
| commit | 546cba0623df695ac84c10a821cf98fea24b2a18 (patch) | |
| tree | 6f74bbe2b4303d0aeeee676f77b023b42ac4deb6 | |
| parent | d7b9beb830d7c94a7c75bdda46d1308328b0a66d (diff) | |
arm64: dts: uniphier: Add USB2 PHY nodes
Add nodes of USB2 physical layer for UniPhier SoC. This supports LD11.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
| -rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index f72f2a317725..31ba52b14e99 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | |||
| @@ -454,6 +454,8 @@ | |||
| 454 | <&mio_clk 12>; | 454 | <&mio_clk 12>; |
| 455 | resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>, | 455 | resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>, |
| 456 | <&mio_rst 12>; | 456 | <&mio_rst 12>; |
| 457 | phy-names = "usb"; | ||
| 458 | phys = <&usb_phy0>; | ||
| 457 | has-transaction-translator; | 459 | has-transaction-translator; |
| 458 | }; | 460 | }; |
| 459 | 461 | ||
| @@ -468,6 +470,8 @@ | |||
| 468 | <&mio_clk 13>; | 470 | <&mio_clk 13>; |
| 469 | resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>, | 471 | resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>, |
| 470 | <&mio_rst 13>; | 472 | <&mio_rst 13>; |
| 473 | phy-names = "usb"; | ||
| 474 | phys = <&usb_phy1>; | ||
| 471 | has-transaction-translator; | 475 | has-transaction-translator; |
| 472 | }; | 476 | }; |
| 473 | 477 | ||
| @@ -482,6 +486,8 @@ | |||
| 482 | <&mio_clk 14>; | 486 | <&mio_clk 14>; |
| 483 | resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 10>, | 487 | resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 10>, |
| 484 | <&mio_rst 14>; | 488 | <&mio_rst 14>; |
| 489 | phy-names = "usb"; | ||
| 490 | phys = <&usb_phy2>; | ||
| 485 | has-transaction-translator; | 491 | has-transaction-translator; |
| 486 | }; | 492 | }; |
| 487 | 493 | ||
| @@ -510,6 +516,27 @@ | |||
| 510 | pinctrl: pinctrl { | 516 | pinctrl: pinctrl { |
| 511 | compatible = "socionext,uniphier-ld11-pinctrl"; | 517 | compatible = "socionext,uniphier-ld11-pinctrl"; |
| 512 | }; | 518 | }; |
| 519 | |||
| 520 | usb-phy { | ||
| 521 | compatible = "socionext,uniphier-ld11-usb2-phy"; | ||
| 522 | #address-cells = <1>; | ||
| 523 | #size-cells = <0>; | ||
| 524 | |||
| 525 | usb_phy0: phy@0 { | ||
| 526 | reg = <0>; | ||
| 527 | #phy-cells = <0>; | ||
| 528 | }; | ||
| 529 | |||
| 530 | usb_phy1: phy@1 { | ||
| 531 | reg = <1>; | ||
| 532 | #phy-cells = <0>; | ||
| 533 | }; | ||
| 534 | |||
| 535 | usb_phy2: phy@2 { | ||
| 536 | reg = <2>; | ||
| 537 | #phy-cells = <0>; | ||
| 538 | }; | ||
| 539 | }; | ||
| 513 | }; | 540 | }; |
| 514 | 541 | ||
| 515 | soc-glue@5f900000 { | 542 | soc-glue@5f900000 { |
