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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/s32v234.dtsi

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/freescale/s32v234.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/s32v234.dtsi (Version linux-6.4.16)


  1 // SPDX-License-Identifier: GPL-2.0-or-later        1 // SPDX-License-Identifier: GPL-2.0-or-later
  2 /*                                                  2 /*
  3  * Copyright 2015-2016 Freescale Semiconductor      3  * Copyright 2015-2016 Freescale Semiconductor, Inc.
  4  * Copyright 2016-2018 NXP                          4  * Copyright 2016-2018 NXP
  5  */                                                 5  */
  6                                                     6 
  7 #include <dt-bindings/interrupt-controller/arm      7 #include <dt-bindings/interrupt-controller/arm-gic.h>
  8                                                     8 
  9 /memreserve/ 0x80000000 0x00010000;                 9 /memreserve/ 0x80000000 0x00010000;
 10                                                    10 
 11 / {                                                11 / {
 12         compatible = "fsl,s32v234";                12         compatible = "fsl,s32v234";
 13         interrupt-parent = <&gic>;                 13         interrupt-parent = <&gic>;
 14         #address-cells = <2>;                      14         #address-cells = <2>;
 15         #size-cells = <2>;                         15         #size-cells = <2>;
 16                                                    16 
 17         aliases {                                  17         aliases {
 18                 serial0 = &uart0;                  18                 serial0 = &uart0;
 19                 serial1 = &uart1;                  19                 serial1 = &uart1;
 20         };                                         20         };
 21                                                    21 
 22         cpus {                                     22         cpus {
 23                 #address-cells = <2>;              23                 #address-cells = <2>;
 24                 #size-cells = <0>;                 24                 #size-cells = <0>;
 25                                                    25 
 26                 cpu0: cpu@0 {                      26                 cpu0: cpu@0 {
 27                         device_type = "cpu";       27                         device_type = "cpu";
 28                         compatible = "arm,cort     28                         compatible = "arm,cortex-a53";
 29                         reg = <0x0 0x0>;           29                         reg = <0x0 0x0>;
 30                         enable-method = "spin-     30                         enable-method = "spin-table";
 31                         cpu-release-addr = <0x     31                         cpu-release-addr = <0x0 0x80000000>;
 32                         next-level-cache = <&c     32                         next-level-cache = <&cluster0_l2_cache>;
 33                 };                                 33                 };
 34                                                    34 
 35                 cpu1: cpu@1 {                      35                 cpu1: cpu@1 {
 36                         device_type = "cpu";       36                         device_type = "cpu";
 37                         compatible = "arm,cort     37                         compatible = "arm,cortex-a53";
 38                         reg = <0x0 0x1>;           38                         reg = <0x0 0x1>;
 39                         enable-method = "spin-     39                         enable-method = "spin-table";
 40                         cpu-release-addr = <0x     40                         cpu-release-addr = <0x0 0x80000000>;
 41                         next-level-cache = <&c     41                         next-level-cache = <&cluster0_l2_cache>;
 42                 };                                 42                 };
 43                                                    43 
 44                 cpu2: cpu@100 {                    44                 cpu2: cpu@100 {
 45                         device_type = "cpu";       45                         device_type = "cpu";
 46                         compatible = "arm,cort     46                         compatible = "arm,cortex-a53";
 47                         reg = <0x0 0x100>;         47                         reg = <0x0 0x100>;
 48                         enable-method = "spin-     48                         enable-method = "spin-table";
 49                         cpu-release-addr = <0x     49                         cpu-release-addr = <0x0 0x80000000>;
 50                         next-level-cache = <&c     50                         next-level-cache = <&cluster1_l2_cache>;
 51                 };                                 51                 };
 52                                                    52 
 53                 cpu3: cpu@101 {                    53                 cpu3: cpu@101 {
 54                         device_type = "cpu";       54                         device_type = "cpu";
 55                         compatible = "arm,cort     55                         compatible = "arm,cortex-a53";
 56                         reg = <0x0 0x101>;         56                         reg = <0x0 0x101>;
 57                         enable-method = "spin-     57                         enable-method = "spin-table";
 58                         cpu-release-addr = <0x     58                         cpu-release-addr = <0x0 0x80000000>;
 59                         next-level-cache = <&c     59                         next-level-cache = <&cluster1_l2_cache>;
 60                 };                                 60                 };
 61                                                    61 
 62                 cluster0_l2_cache: l2-cache0 {     62                 cluster0_l2_cache: l2-cache0 {
 63                         compatible = "cache";      63                         compatible = "cache";
 64                         cache-level = <2>;         64                         cache-level = <2>;
 65                         cache-unified;         << 
 66                 };                                 65                 };
 67                                                    66 
 68                 cluster1_l2_cache: l2-cache1 {     67                 cluster1_l2_cache: l2-cache1 {
 69                         compatible = "cache";      68                         compatible = "cache";
 70                         cache-level = <2>;         69                         cache-level = <2>;
 71                         cache-unified;         << 
 72                 };                                 70                 };
 73         };                                         71         };
 74                                                    72 
 75         timer {                                    73         timer {
 76                 compatible = "arm,armv8-timer"     74                 compatible = "arm,armv8-timer";
 77                 interrupts = <GIC_PPI 13 (GIC_     75                 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) |
 78                                           IRQ_     76                                           IRQ_TYPE_LEVEL_LOW)>,
 79                              <GIC_PPI 14 (GIC_     77                              <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) |
 80                                           IRQ_     78                                           IRQ_TYPE_LEVEL_LOW)>,
 81                              <GIC_PPI 11 (GIC_     79                              <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) |
 82                                           IRQ_     80                                           IRQ_TYPE_LEVEL_LOW)>,
 83                              <GIC_PPI 10 (GIC_     81                              <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) |
 84                                           IRQ_     82                                           IRQ_TYPE_LEVEL_LOW)>;
 85                 /* clock-frequency might be mo     83                 /* clock-frequency might be modified by u-boot, depending on the
 86                  * chip version.                   84                  * chip version.
 87                  */                                85                  */
 88                 clock-frequency = <10000000>;      86                 clock-frequency = <10000000>;
 89         };                                         87         };
 90                                                    88 
 91         gic: interrupt-controller@7d001000 {       89         gic: interrupt-controller@7d001000 {
 92                 compatible = "arm,cortex-a15-g !!  90                 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
 93                 #interrupt-cells = <3>;            91                 #interrupt-cells = <3>;
 94                 #address-cells = <0>;              92                 #address-cells = <0>;
 95                 interrupt-controller;              93                 interrupt-controller;
 96                 reg = <0 0x7d001000 0 0x1000>,     94                 reg = <0 0x7d001000 0 0x1000>,
 97                       <0 0x7d002000 0 0x2000>,     95                       <0 0x7d002000 0 0x2000>,
 98                       <0 0x7d004000 0 0x2000>,     96                       <0 0x7d004000 0 0x2000>,
 99                       <0 0x7d006000 0 0x2000>;     97                       <0 0x7d006000 0 0x2000>;
100                 interrupts = <GIC_PPI 9 (GIC_C     98                 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) |
101                                          IRQ_T     99                                          IRQ_TYPE_LEVEL_HIGH)>;
102         };                                        100         };
103                                                   101 
104         soc {                                     102         soc {
105                 #address-cells = <2>;             103                 #address-cells = <2>;
106                 #size-cells = <2>;                104                 #size-cells = <2>;
107                 compatible = "simple-bus";        105                 compatible = "simple-bus";
108                 interrupt-parent = <&gic>;        106                 interrupt-parent = <&gic>;
109                 ranges;                           107                 ranges;
110                                                   108 
111                 aips0: bus@40000000 {             109                 aips0: bus@40000000 {
112                         compatible = "simple-b    110                         compatible = "simple-bus";
113                         #address-cells = <2>;     111                         #address-cells = <2>;
114                         #size-cells = <2>;        112                         #size-cells = <2>;
115                         interrupt-parent = <&g    113                         interrupt-parent = <&gic>;
116                         reg = <0x0 0x40000000     114                         reg = <0x0 0x40000000 0x0 0x7d000>;
117                         ranges;                   115                         ranges;
118                                                   116 
119                         uart0: serial@40053000    117                         uart0: serial@40053000 {
120                                 compatible = "    118                                 compatible = "fsl,s32v234-linflexuart";
121                                 reg = <0x0 0x4    119                                 reg = <0x0 0x40053000 0x0 0x1000>;
122                                 interrupts = <    120                                 interrupts = <GIC_SPI 59 IRQ_TYPE_EDGE_RISING>;
123                                 status = "disa    121                                 status = "disabled";
124                         };                        122                         };
125                 };                                123                 };
126                                                   124 
127                 aips1: bus@40080000 {             125                 aips1: bus@40080000 {
128                         compatible = "simple-b    126                         compatible = "simple-bus";
129                         #address-cells = <2>;     127                         #address-cells = <2>;
130                         #size-cells = <2>;        128                         #size-cells = <2>;
131                         interrupt-parent = <&g    129                         interrupt-parent = <&gic>;
132                         reg = <0x0 0x40080000     130                         reg = <0x0 0x40080000 0x0 0x70000>;
133                         ranges;                   131                         ranges;
134                                                   132 
135                         uart1: serial@400bc000    133                         uart1: serial@400bc000 {
136                                 compatible = "    134                                 compatible = "fsl,s32v234-linflexuart";
137                                 reg = <0x0 0x4    135                                 reg = <0x0 0x400bc000 0x0 0x1000>;
138                                 interrupts = <    136                                 interrupts = <GIC_SPI 60 IRQ_TYPE_EDGE_RISING>;
139                                 status = "disa    137                                 status = "disabled";
140                         };                        138                         };
141                 };                                139                 };
142         };                                        140         };
143 };                                                141 };
                                                      

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