~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/renesas/r8a779g2-white-hawk-single.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 /*
  3  * Device Tree Source for the R-Car V4H ES2.0 White Hawk Single board
  4  *
  5  * Copyright (C) 2023 Glider bv
  6  */
  7 
  8 /dts-v1/;
  9 #include "r8a779g2.dtsi"
 10 #include "white-hawk-cpu-common.dtsi"
 11 #include "white-hawk-common.dtsi"
 12 
 13 / {
 14         model = "Renesas White Hawk Single board based on r8a779g2";
 15         compatible = "renesas,white-hawk-single", "renesas,r8a779g2",
 16                      "renesas,r8a779g0";
 17 };
 18 
 19 &hscif0 {
 20         uart-has-rtscts;
 21 };
 22 
 23 &hscif0_pins {
 24         groups = "hscif0_data", "hscif0_ctrl";
 25         function = "hscif0";
 26 };
 27 
 28 &pfc {
 29         tsn0_pins: tsn0 {
 30                 mux {
 31                         groups = "tsn0_link", "tsn0_mdio", "tsn0_rgmii",
 32                                  "tsn0_txcrefclk";
 33                         function = "tsn0";
 34                 };
 35 
 36                 link {
 37                         groups = "tsn0_link";
 38                         bias-disable;
 39                 };
 40 
 41                 mdio {
 42                         groups = "tsn0_mdio";
 43                         drive-strength = <24>;
 44                         bias-disable;
 45                 };
 46 
 47                 rgmii {
 48                         groups = "tsn0_rgmii";
 49                         drive-strength = <24>;
 50                         bias-disable;
 51                 };
 52         };
 53 };
 54 
 55 &tsn0 {
 56         pinctrl-0 = <&tsn0_pins>;
 57         pinctrl-names = "default";
 58         phy-mode = "rgmii";
 59         phy-handle = <&phy3>;
 60         status = "okay";
 61 
 62         mdio {
 63                 #address-cells = <1>;
 64                 #size-cells = <0>;
 65 
 66                 reset-gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
 67                 reset-post-delay-us = <4000>;
 68 
 69                 phy3: ethernet-phy@0 {
 70                         compatible = "ethernet-phy-id002b.0980",
 71                                      "ethernet-phy-ieee802.3-c22";
 72                         reg = <0>;
 73                         interrupt-parent = <&gpio4>;
 74                         interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
 75                 };
 76         };
 77 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php