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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/renesas/r8a779a0-falcon.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.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/renesas/r8a779a0-falcon.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/renesas/r8a779a0-falcon.dts (Version linux-6.5.13)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 /*                                                  2 /*
  3  * Device Tree Source for the Falcon CPU and B      3  * Device Tree Source for the Falcon CPU and BreakOut boards with R-Car V3U
  4  *                                                  4  *
  5  * Copyright (C) 2020 Renesas Electronics Corp      5  * Copyright (C) 2020 Renesas Electronics Corp.
  6  */                                                 6  */
  7                                                     7 
  8 /dts-v1/;                                           8 /dts-v1/;
  9 #include "r8a779a0-falcon-cpu.dtsi"                 9 #include "r8a779a0-falcon-cpu.dtsi"
 10 #include "r8a779a0-falcon-csi-dsi.dtsi"            10 #include "r8a779a0-falcon-csi-dsi.dtsi"
 11 #include "r8a779a0-falcon-ethernet.dtsi"           11 #include "r8a779a0-falcon-ethernet.dtsi"
 12                                                    12 
 13 / {                                                13 / {
 14         model = "Renesas Falcon CPU and Breako     14         model = "Renesas Falcon CPU and Breakout boards based on r8a779a0";
 15         compatible = "renesas,falcon-breakout"     15         compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0";
 16                                                    16 
 17         aliases {                                  17         aliases {
 18                 ethernet0 = &avb0;                 18                 ethernet0 = &avb0;
 19         };                                         19         };
 20 };                                                 20 };
 21                                                    21 
 22 &avb0 {                                            22 &avb0 {
 23         pinctrl-0 = <&avb0_pins>;                  23         pinctrl-0 = <&avb0_pins>;
 24         pinctrl-names = "default";                 24         pinctrl-names = "default";
 25         phy-handle = <&phy0>;                      25         phy-handle = <&phy0>;
 26         tx-internal-delay-ps = <2000>;             26         tx-internal-delay-ps = <2000>;
 27         status = "okay";                           27         status = "okay";
 28                                                    28 
 29         phy0: ethernet-phy@0 {                     29         phy0: ethernet-phy@0 {
 30                 compatible = "ethernet-phy-id0     30                 compatible = "ethernet-phy-id0022.1622",
 31                              "ethernet-phy-iee     31                              "ethernet-phy-ieee802.3-c22";
 32                 rxc-skew-ps = <1500>;              32                 rxc-skew-ps = <1500>;
 33                 reg = <0>;                         33                 reg = <0>;
 34                 interrupt-parent = <&gpio4>;       34                 interrupt-parent = <&gpio4>;
 35                 interrupts = <16 IRQ_TYPE_LEVE     35                 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
 36                 reset-gpios = <&gpio4 15 GPIO_     36                 reset-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>;
 37         };                                         37         };
 38 };                                                 38 };
 39                                                    39 
 40 &can_clk {                                         40 &can_clk {
 41         clock-frequency = <40000000>;              41         clock-frequency = <40000000>;
 42 };                                                 42 };
 43                                                    43 
 44 &canfd {                                           44 &canfd {
 45         pinctrl-0 = <&canfd0_pins>, <&canfd1_p     45         pinctrl-0 = <&canfd0_pins>, <&canfd1_pins>, <&can_clk_pins>;
 46         pinctrl-names = "default";                 46         pinctrl-names = "default";
 47         status = "okay";                           47         status = "okay";
 48                                                    48 
 49         channel0 {                                 49         channel0 {
 50                 status = "okay";                   50                 status = "okay";
 51         };                                         51         };
 52                                                    52 
 53         channel1 {                                 53         channel1 {
 54                 status = "okay";                   54                 status = "okay";
 55         };                                         55         };
 56 };                                                 56 };
 57                                                    57 
 58 &i2c0 {                                            58 &i2c0 {
 59         eeprom@51 {                                59         eeprom@51 {
 60                 compatible = "rohm,br24g01", "     60                 compatible = "rohm,br24g01", "atmel,24c01";
 61                 label = "breakout-board";          61                 label = "breakout-board";
 62                 reg = <0x51>;                      62                 reg = <0x51>;
 63                 pagesize = <8>;                    63                 pagesize = <8>;
 64         };                                         64         };
 65 };                                                 65 };
 66                                                    66 
 67 &pfc {                                             67 &pfc {
 68         avb0_pins: avb0 {                          68         avb0_pins: avb0 {
 69                 mux {                              69                 mux {
 70                         groups = "avb0_link",      70                         groups = "avb0_link", "avb0_mdio", "avb0_rgmii",
 71                                  "avb0_txcrefc     71                                  "avb0_txcrefclk";
 72                         function = "avb0";         72                         function = "avb0";
 73                 };                                 73                 };
 74                                                    74 
 75                 pins_mdio {                        75                 pins_mdio {
 76                         groups = "avb0_mdio";      76                         groups = "avb0_mdio";
 77                         drive-strength = <21>;     77                         drive-strength = <21>;
 78                 };                                 78                 };
 79                                                    79 
 80                 pins_mii {                         80                 pins_mii {
 81                         groups = "avb0_rgmii";     81                         groups = "avb0_rgmii";
 82                         drive-strength = <21>;     82                         drive-strength = <21>;
 83                 };                                 83                 };
 84                                                    84 
 85         };                                         85         };
 86                                                    86 
 87         can_clk_pins: can-clk {                    87         can_clk_pins: can-clk {
 88                 groups = "can_clk";                88                 groups = "can_clk";
 89                 function = "can_clk";              89                 function = "can_clk";
 90         };                                         90         };
 91                                                    91 
 92         canfd0_pins: canfd0 {                      92         canfd0_pins: canfd0 {
 93                 groups = "canfd0_data";            93                 groups = "canfd0_data";
 94                 function = "canfd0";               94                 function = "canfd0";
 95         };                                         95         };
 96                                                    96 
 97         canfd1_pins: canfd1 {                      97         canfd1_pins: canfd1 {
 98                 groups = "canfd1_data";            98                 groups = "canfd1_data";
 99                 function = "canfd1";               99                 function = "canfd1";
100         };                                        100         };
101 };                                                101 };
                                                      

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