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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/mips/brcm/bcm3368.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/mips/brcm/bcm3368.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/mips/brcm/bcm3368.dtsi (Version linux-6.8.12)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 #include "dt-bindings/clock/bcm3368-clock.h"        3 #include "dt-bindings/clock/bcm3368-clock.h"
  4                                                     4 
  5 / {                                                 5 / {
  6         #address-cells = <1>;                       6         #address-cells = <1>;
  7         #size-cells = <1>;                          7         #size-cells = <1>;
  8         compatible = "brcm,bcm3368";                8         compatible = "brcm,bcm3368";
  9                                                     9 
 10         cpus {                                     10         cpus {
 11                 #address-cells = <1>;              11                 #address-cells = <1>;
 12                 #size-cells = <0>;                 12                 #size-cells = <0>;
 13                                                    13 
 14                 mips-hpt-frequency = <15000000     14                 mips-hpt-frequency = <150000000>;
 15                                                    15 
 16                 cpu@0 {                            16                 cpu@0 {
 17                         compatible = "brcm,bmi     17                         compatible = "brcm,bmips4350";
 18                         device_type = "cpu";       18                         device_type = "cpu";
 19                         reg = <0>;                 19                         reg = <0>;
 20                 };                                 20                 };
 21                                                    21 
 22                 cpu@1 {                            22                 cpu@1 {
 23                         compatible = "brcm,bmi     23                         compatible = "brcm,bmips4350";
 24                         device_type = "cpu";       24                         device_type = "cpu";
 25                         reg = <1>;                 25                         reg = <1>;
 26                 };                                 26                 };
 27         };                                         27         };
 28                                                    28 
 29         clocks {                                   29         clocks {
 30                 periph_clk: periph-clk {           30                 periph_clk: periph-clk {
 31                         compatible = "fixed-cl     31                         compatible = "fixed-clock";
 32                         #clock-cells = <0>;        32                         #clock-cells = <0>;
 33                         clock-frequency = <500     33                         clock-frequency = <50000000>;
 34                 };                                 34                 };
 35         };                                         35         };
 36                                                    36 
 37         aliases {                                  37         aliases {
 38                 serial0 = &uart0;                  38                 serial0 = &uart0;
 39                 serial1 = &uart1;                  39                 serial1 = &uart1;
 40         };                                         40         };
 41                                                    41 
 42         cpu_intc: interrupt-controller {           42         cpu_intc: interrupt-controller {
 43                 #address-cells = <0>;              43                 #address-cells = <0>;
 44                 compatible = "mti,cpu-interrup     44                 compatible = "mti,cpu-interrupt-controller";
 45                                                    45 
 46                 interrupt-controller;              46                 interrupt-controller;
 47                 #interrupt-cells = <1>;            47                 #interrupt-cells = <1>;
 48         };                                         48         };
 49                                                    49 
 50         ubus {                                     50         ubus {
 51                 #address-cells = <1>;              51                 #address-cells = <1>;
 52                 #size-cells = <1>;                 52                 #size-cells = <1>;
 53                                                    53 
 54                 compatible = "simple-bus";         54                 compatible = "simple-bus";
 55                 ranges;                            55                 ranges;
 56                                                    56 
 57                 clkctl: clock-controller@fff8c     57                 clkctl: clock-controller@fff8c004 {
 58                         compatible = "brcm,bcm     58                         compatible = "brcm,bcm3368-clocks";
 59                         reg = <0xfff8c004 0x4>     59                         reg = <0xfff8c004 0x4>;
 60                         #clock-cells = <1>;        60                         #clock-cells = <1>;
 61                 };                                 61                 };
 62                                                    62 
 63                 periph_cntl: syscon@fff8c008 {     63                 periph_cntl: syscon@fff8c008 {
 64                         compatible = "syscon";     64                         compatible = "syscon";
 65                         reg = <0xfff8c008 0x4>     65                         reg = <0xfff8c008 0x4>;
 66                         native-endian;             66                         native-endian;
 67                 };                                 67                 };
 68                                                    68 
 69                 reboot: syscon-reboot@fff8c008     69                 reboot: syscon-reboot@fff8c008 {
 70                         compatible = "syscon-r     70                         compatible = "syscon-reboot";
 71                         regmap = <&periph_cntl     71                         regmap = <&periph_cntl>;
 72                         offset = <0x0>;            72                         offset = <0x0>;
 73                         mask = <0x1>;              73                         mask = <0x1>;
 74                 };                                 74                 };
 75                                                    75 
 76                 periph_intc: interrupt-control     76                 periph_intc: interrupt-controller@fff8c00c {
 77                         compatible = "brcm,bcm     77                         compatible = "brcm,bcm6345-l1-intc";
 78                         reg = <0xfff8c00c 0x8>     78                         reg = <0xfff8c00c 0x8>;
 79                                                    79 
 80                         interrupt-controller;      80                         interrupt-controller;
 81                         #interrupt-cells = <1>     81                         #interrupt-cells = <1>;
 82                                                    82 
 83                         interrupt-parent = <&c     83                         interrupt-parent = <&cpu_intc>;
 84                         interrupts = <2>;          84                         interrupts = <2>;
 85                 };                                 85                 };
 86                                                    86 
 87                 uart0: serial@fff8c100 {           87                 uart0: serial@fff8c100 {
 88                         compatible = "brcm,bcm     88                         compatible = "brcm,bcm6345-uart";
 89                         reg = <0xfff8c100 0x18     89                         reg = <0xfff8c100 0x18>;
 90                                                    90 
 91                         interrupt-parent = <&p     91                         interrupt-parent = <&periph_intc>;
 92                         interrupts = <2>;          92                         interrupts = <2>;
 93                                                    93 
 94                         clocks = <&periph_clk>     94                         clocks = <&periph_clk>;
 95                         clock-names = "refclk"     95                         clock-names = "refclk";
 96                                                    96 
 97                         status = "disabled";       97                         status = "disabled";
 98                 };                                 98                 };
 99                                                    99 
100                 uart1: serial@fff8c120 {          100                 uart1: serial@fff8c120 {
101                         compatible = "brcm,bcm    101                         compatible = "brcm,bcm6345-uart";
102                         reg = <0xfff8c120 0x18    102                         reg = <0xfff8c120 0x18>;
103                                                   103 
104                         interrupt-parent = <&p    104                         interrupt-parent = <&periph_intc>;
105                         interrupts = <3>;         105                         interrupts = <3>;
106                                                   106 
107                         clocks = <&periph_clk>    107                         clocks = <&periph_clk>;
108                         clock-names = "refclk"    108                         clock-names = "refclk";
109                                                   109 
110                         status = "disabled";      110                         status = "disabled";
111                 };                                111                 };
112         };                                        112         };
113 };                                                113 };
                                                      

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