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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/actions/s700-cubieboard7.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/actions/s700-cubieboard7.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/actions/s700-cubieboard7.dts (Version linux-6.4.16)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (c) 2017 Andreas Färber               3  * Copyright (c) 2017 Andreas Färber
  4  */                                                 4  */
  5                                                     5 
  6 /dts-v1/;                                           6 /dts-v1/;
  7                                                     7 
  8 #include "s700.dtsi"                                8 #include "s700.dtsi"
  9                                                     9 
 10 / {                                                10 / {
 11         compatible = "cubietech,cubieboard7",      11         compatible = "cubietech,cubieboard7", "actions,s700";
 12         model = "CubieBoard7";                     12         model = "CubieBoard7";
 13                                                    13 
 14         aliases {                                  14         aliases {
 15                 serial3 = &uart3;                  15                 serial3 = &uart3;
 16         };                                         16         };
 17                                                    17 
 18         chosen {                                   18         chosen {
 19                 stdout-path = "serial3:115200n     19                 stdout-path = "serial3:115200n8";
 20         };                                         20         };
 21                                                    21 
 22         memory@0 {                                 22         memory@0 {
 23                 device_type = "memory";            23                 device_type = "memory";
 24                 reg = <0x0 0x0 0x0 0x80000000>     24                 reg = <0x0 0x0 0x0 0x80000000>;
 25         };                                         25         };
 26                                                    26 
 27         memory@1e0000000 {                     !!  27         memory@1,e0000000 {
 28                 device_type = "memory";            28                 device_type = "memory";
 29                 reg = <0x1 0xe0000000 0x0 0x0>     29                 reg = <0x1 0xe0000000 0x0 0x0>;
 30         };                                         30         };
 31 };                                                 31 };
 32                                                    32 
 33 &i2c0 {                                            33 &i2c0 {
 34         status = "okay";                           34         status = "okay";
 35         pinctrl-names = "default";                 35         pinctrl-names = "default";
 36         pinctrl-0 = <&i2c0_default>;               36         pinctrl-0 = <&i2c0_default>;
 37 };                                                 37 };
 38                                                    38 
 39 &i2c1 {                                            39 &i2c1 {
 40         status = "okay";                           40         status = "okay";
 41         pinctrl-names = "default";                 41         pinctrl-names = "default";
 42         pinctrl-0 = <&i2c1_default>;               42         pinctrl-0 = <&i2c1_default>;
 43 };                                                 43 };
 44                                                    44 
 45 &i2c2 {                                            45 &i2c2 {
 46         status = "disabled";                       46         status = "disabled";
 47         pinctrl-names = "default";                 47         pinctrl-names = "default";
 48         pinctrl-0 = <&i2c2_default>;               48         pinctrl-0 = <&i2c2_default>;
 49 };                                                 49 };
 50                                                    50 
 51 &pinctrl {                                         51 &pinctrl {
 52         i2c0_default: i2c0_default {               52         i2c0_default: i2c0_default {
 53                 pinmux {                           53                 pinmux {
 54                         groups = "i2c0_mfp";       54                         groups = "i2c0_mfp";
 55                         function = "i2c0";         55                         function = "i2c0";
 56                 };                                 56                 };
 57                 pinconf {                          57                 pinconf {
 58                         pins = "i2c0_sclk", "i     58                         pins = "i2c0_sclk", "i2c0_sdata";
 59                         bias-pull-up;              59                         bias-pull-up;
 60                 };                                 60                 };
 61         };                                         61         };
 62                                                    62 
 63         i2c1_default: i2c1_default {               63         i2c1_default: i2c1_default {
 64                 pinmux {                           64                 pinmux {
 65                         groups = "i2c1_dummy";     65                         groups = "i2c1_dummy";
 66                         function = "i2c1";         66                         function = "i2c1";
 67                 };                                 67                 };
 68                 pinconf {                          68                 pinconf {
 69                         pins = "i2c1_sclk", "i     69                         pins = "i2c1_sclk", "i2c1_sdata";
 70                         bias-pull-up;              70                         bias-pull-up;
 71                 };                                 71                 };
 72         };                                         72         };
 73                                                    73 
 74         i2c2_default: i2c2_default {               74         i2c2_default: i2c2_default {
 75                 pinmux {                           75                 pinmux {
 76                         groups = "i2c2_dummy";     76                         groups = "i2c2_dummy";
 77                         function = "i2c2";         77                         function = "i2c2";
 78                 };                                 78                 };
 79                 pinconf {                          79                 pinconf {
 80                         pins = "i2c2_sclk", "i     80                         pins = "i2c2_sclk", "i2c2_sdata";
 81                         bias-pull-up;              81                         bias-pull-up;
 82                 };                                 82                 };
 83         };                                         83         };
 84 };                                                 84 };
 85                                                    85 
 86 &timer {                                           86 &timer {
 87         clocks = <&hosc>;                          87         clocks = <&hosc>;
 88 };                                                 88 };
 89                                                    89 
 90 &uart3 {                                           90 &uart3 {
 91         status = "okay";                           91         status = "okay";
 92 };                                                 92 };
                                                      

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