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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ 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
  2 /*
  3  * Device Tree Source for the RZ/G2[HMN] HiHope sub board common parts
  4  *
  5  * Copyright (C) 2019 Renesas Electronics Corp.
  6  */
  7 
  8 / {
  9         aliases {
 10                 ethernet0 = &avb;
 11         };
 12 
 13         chosen {
 14                 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
 15         };
 16 };
 17 
 18 &avb {
 19         pinctrl-0 = <&avb_pins>;
 20         pinctrl-names = "default";
 21         phy-handle = <&phy0>;
 22         tx-internal-delay-ps = <2000>;
 23         rx-internal-delay-ps = <1800>;
 24         status = "okay";
 25 
 26         phy0: ethernet-phy@0 {
 27                 compatible = "ethernet-phy-id001c.c915",
 28                              "ethernet-phy-ieee802.3-c22";
 29                 reg = <0>;
 30                 interrupt-parent = <&gpio2>;
 31                 interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
 32                 reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
 33         };
 34 };
 35 
 36 &can0 {
 37         pinctrl-0 = <&can0_pins>;
 38         pinctrl-names = "default";
 39         status = "okay";
 40 };
 41 
 42 &can1 {
 43         pinctrl-0 = <&can1_pins>;
 44         pinctrl-names = "default";
 45         status = "okay";
 46 };
 47 
 48 &pciec0 {
 49         status = "okay";
 50 };
 51 
 52 &pfc {
 53         pinctrl-0 = <&scif_clk_pins>;
 54         pinctrl-names = "default";
 55 
 56         avb_pins: avb {
 57                 mux {
 58                         groups = "avb_link", "avb_mdio", "avb_mii";
 59                         function = "avb";
 60                 };
 61 
 62                 pins_mdio {
 63                         groups = "avb_mdio";
 64                         drive-strength = <24>;
 65                 };
 66 
 67                 pins_mii_tx {
 68                         pins = "PIN_AVB_TX_CTL", "PIN_AVB_TXC", "PIN_AVB_TD0",
 69                                "PIN_AVB_TD1", "PIN_AVB_TD2", "PIN_AVB_TD3";
 70                         drive-strength = <12>;
 71                 };
 72         };
 73 
 74         can0_pins: can0 {
 75                 groups = "can0_data_a";
 76                 function = "can0";
 77         };
 78 
 79         can1_pins: can1 {
 80                 groups = "can1_data";
 81                 function = "can1";
 82         };
 83 
 84         pwm0_pins: pwm0 {
 85                 groups = "pwm0";
 86                 function = "pwm0";
 87         };
 88 };
 89 
 90 &pwm0 {
 91         pinctrl-0 = <&pwm0_pins>;
 92         pinctrl-names = "default";
 93 
 94         status = "okay";
 95 };

~ [ 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