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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/sprd/sp9860g-1h10.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/sprd/sp9860g-1h10.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/sprd/sp9860g-1h10.dts (Version linux-5.8.18)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)  << 
  2 /*                                                  1 /*
  3  * Spreadtrum SP9860g board                         2  * Spreadtrum SP9860g board
  4  *                                                  3  *
  5  * Copyright (C) 2017, Spreadtrum Communicatio      4  * Copyright (C) 2017, Spreadtrum Communications Inc.
                                                   >>   5  *
                                                   >>   6  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  6  */                                                 7  */
  7                                                     8 
  8 /dts-v1/;                                           9 /dts-v1/;
  9                                                    10 
 10 #include "sc9860.dtsi"                             11 #include "sc9860.dtsi"
 11 #include "sc2731.dtsi"                             12 #include "sc2731.dtsi"
 12                                                    13 
 13 / {                                                14 / {
 14         model = "Spreadtrum SP9860G 3GFHD Boar     15         model = "Spreadtrum SP9860G 3GFHD Board";
 15                                                    16 
 16         compatible = "sprd,sp9860g-1h10", "spr     17         compatible = "sprd,sp9860g-1h10", "sprd,sc9860";
 17                                                    18 
 18         aliases {                                  19         aliases {
 19                 serial0 = &uart0; /* for Bluet     20                 serial0 = &uart0; /* for Bluetooth */
 20                 serial1 = &uart1; /* UART cons     21                 serial1 = &uart1; /* UART console */
 21                 serial2 = &uart2; /* Reserved      22                 serial2 = &uart2; /* Reserved */
 22                 serial3 = &uart3; /* for GPS *     23                 serial3 = &uart3; /* for GPS */
 23                 spi0 = &adi_bus;                   24                 spi0 = &adi_bus;
 24         };                                         25         };
 25                                                    26 
 26         memory@80000000 {                      !!  27         memory{
 27                 device_type = "memory";            28                 device_type = "memory";
 28                 reg = <0x0 0x80000000 0 0x6000     29                 reg = <0x0 0x80000000 0 0x60000000>,
 29                       <0x1 0x80000000 0 0x6000     30                       <0x1 0x80000000 0 0x60000000>;
 30         };                                         31         };
 31                                                    32 
 32         chosen {                                   33         chosen {
 33                 stdout-path = "serial1:115200n     34                 stdout-path = "serial1:115200n8";
 34         };                                     << 
 35                                                << 
 36         gpio-keys {                            << 
 37                 compatible = "gpio-keys";      << 
 38                                                << 
 39                 key-volumedown {               << 
 40                         label = "Volume Down K << 
 41                         linux,code = <KEY_VOLU << 
 42                         gpios = <&eic_debounce << 
 43                         debounce-interval = <2 << 
 44                         wakeup-source;         << 
 45                 };                             << 
 46                                                << 
 47                 key-volumeup {                 << 
 48                         label = "Volume Up Key << 
 49                         linux,code = <KEY_VOLU << 
 50                         gpios = <&pmic_eic 10  << 
 51                         debounce-interval = <2 << 
 52                         wakeup-source;         << 
 53                 };                             << 
 54                                                << 
 55                 key-power {                    << 
 56                         label = "Power Key";   << 
 57                         linux,code = <KEY_POWE << 
 58                         gpios = <&pmic_eic 1 G << 
 59                         debounce-interval = <2 << 
 60                         wakeup-source;         << 
 61                 };                             << 
 62         };                                         35         };
 63                                                    36 
 64         reserved-memory {                          37         reserved-memory {
 65                 #address-cells = <2>;              38                 #address-cells = <2>;
 66                 #size-cells = <2>;                 39                 #size-cells = <2>;
 67                 ranges;                            40                 ranges;
 68         };                                         41         };
 69                                                    42 
 70         bat: battery {                             43         bat: battery {
 71                 compatible = "simple-battery";     44                 compatible = "simple-battery";
 72                 charge-full-design-microamp-ho     45                 charge-full-design-microamp-hours = <1900000>;
 73                 charge-term-current-microamp =     46                 charge-term-current-microamp = <120000>;
 74                 constant_charge_voltage_max_mi     47                 constant_charge_voltage_max_microvolt = <4350000>;
 75                 internal-resistance-micro-ohms     48                 internal-resistance-micro-ohms = <250000>;
 76                 ocv-capacity-celsius = <20>;       49                 ocv-capacity-celsius = <20>;
 77                 ocv-capacity-table-0 = <418500     50                 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>,
 78                         <4022000 85>, <3983000     51                         <4022000 85>, <3983000 80>, <3949000 75>,
 79                         <3917000 70>, <3889000     52                         <3917000 70>, <3889000 65>, <3864000 60>,
 80                         <3835000 55>, <3805000     53                         <3835000 55>, <3805000 50>, <3787000 45>,
 81                         <3777000 40>, <3773000     54                         <3777000 40>, <3773000 35>, <3770000 30>,
 82                         <3765000 25>, <3752000     55                         <3765000 25>, <3752000 20>, <3724000 15>,
 83                         <3680000 10>, <3605000     56                         <3680000 10>, <3605000 5>, <3400000 0>;
 84         };                                         57         };
 85 };                                                 58 };
 86                                                    59 
 87 &uart0 {                                           60 &uart0 {
 88         status = "okay";                           61         status = "okay";
 89 };                                                 62 };
 90                                                    63 
 91 &uart1 {                                           64 &uart1 {
 92         status = "okay";                           65         status = "okay";
 93 };                                                 66 };
 94                                                    67 
 95 &uart2 {                                           68 &uart2 {
 96         status = "okay";                           69         status = "okay";
 97 };                                                 70 };
 98                                                    71 
 99 &uart3 {                                           72 &uart3 {
100         status = "okay";                           73         status = "okay";
101 };                                                 74 };
                                                      

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