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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/xtensa/xtfpga.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/xtensa/xtfpga.dtsi (Architecture sparc64) and /scripts/dtc/include-prefixes/xtensa/xtfpga.dtsi (Architecture alpha)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 / {                                                 2 / {
  3         compatible = "cdns,xtensa-xtfpga";          3         compatible = "cdns,xtensa-xtfpga";
  4         #address-cells = <1>;                       4         #address-cells = <1>;
  5         #size-cells = <1>;                          5         #size-cells = <1>;
  6         interrupt-parent = <&pic>;                  6         interrupt-parent = <&pic>;
  7                                                     7 
  8         chosen {                                    8         chosen {
  9                 bootargs = "earlycon=uart8250,      9                 bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
 10         };                                         10         };
 11                                                    11 
 12         memory@0 {                                 12         memory@0 {
 13                 device_type = "memory";            13                 device_type = "memory";
 14                 reg = <0x00000000 0x06000000>;     14                 reg = <0x00000000 0x06000000>;
 15         };                                         15         };
 16                                                    16 
 17         cpus {                                     17         cpus {
 18                 #address-cells = <1>;              18                 #address-cells = <1>;
 19                 #size-cells = <0>;                 19                 #size-cells = <0>;
 20                 cpu@0 {                            20                 cpu@0 {
 21                         compatible = "cdns,xte     21                         compatible = "cdns,xtensa-cpu";
 22                         reg = <0>;                 22                         reg = <0>;
 23                         clocks = <&osc>;           23                         clocks = <&osc>;
 24                 };                                 24                 };
 25         };                                         25         };
 26                                                    26 
 27         pic: pic {                                 27         pic: pic {
 28                 compatible = "cdns,xtensa-pic"     28                 compatible = "cdns,xtensa-pic";
 29                 /* one cell: internal irq numb     29                 /* one cell: internal irq number,
 30                  * two cells: second cell == 0     30                  * two cells: second cell == 0: internal irq number
 31                  *            second cell == 1     31                  *            second cell == 1: external irq number
 32                  */                                32                  */
 33                 #interrupt-cells = <2>;            33                 #interrupt-cells = <2>;
 34                 interrupt-controller;              34                 interrupt-controller;
 35         };                                         35         };
 36                                                    36 
 37         clocks {                                   37         clocks {
 38                 clk54: clk54 {                     38                 clk54: clk54 {
 39                         #clock-cells = <0>;        39                         #clock-cells = <0>;
 40                         compatible = "fixed-cl     40                         compatible = "fixed-clock";
 41                         clock-frequency = <540     41                         clock-frequency = <54000000>;
 42                 };                                 42                 };
 43         };                                         43         };
 44                                                    44 
 45         soc {                                      45         soc {
 46                 #address-cells = <1>;              46                 #address-cells = <1>;
 47                 #size-cells = <1>;                 47                 #size-cells = <1>;
 48                 compatible = "simple-bus";         48                 compatible = "simple-bus";
 49                 ranges = <0x00000000 0xf000000     49                 ranges = <0x00000000 0xf0000000 0x10000000>;
 50                                                    50 
 51                 osc: main-oscillator {             51                 osc: main-oscillator {
 52                         #clock-cells = <0>;        52                         #clock-cells = <0>;
 53                         compatible = "cdns,xtf     53                         compatible = "cdns,xtfpga-clock";
 54                         reg = <0x0d020004 0x4>     54                         reg = <0x0d020004 0x4>;
 55                 };                                 55                 };
 56                                                    56 
 57                 serial0: serial@0d050020 {         57                 serial0: serial@0d050020 {
 58                         device_type = "serial"     58                         device_type = "serial";
 59                         compatible = "ns16550a     59                         compatible = "ns16550a";
 60                         no-loopback-test;          60                         no-loopback-test;
 61                         reg = <0x0d050020 0x20     61                         reg = <0x0d050020 0x20>;
 62                         reg-shift = <2>;           62                         reg-shift = <2>;
 63                         reg-io-width = <4>;        63                         reg-io-width = <4>;
 64                         native-endian;             64                         native-endian;
 65                         interrupts = <0 1>; /*     65                         interrupts = <0 1>; /* external irq 0 */
 66                         clocks = <&osc>;           66                         clocks = <&osc>;
 67                 };                                 67                 };
 68                                                    68 
 69                 enet0: ethoc@0d030000 {            69                 enet0: ethoc@0d030000 {
 70                         compatible = "opencore     70                         compatible = "opencores,ethoc";
 71                         reg = <0x0d030000 0x40     71                         reg = <0x0d030000 0x4000 0x0d800000 0x4000>;
 72                         native-endian;             72                         native-endian;
 73                         interrupts = <1 1>; /*     73                         interrupts = <1 1>; /* external irq 1 */
 74                         local-mac-address = [0     74                         local-mac-address = [00 50 c2 13 6f 00];
 75                         clocks = <&osc>;           75                         clocks = <&osc>;
 76                 };                                 76                 };
 77                                                    77 
 78                 i2s0: xtfpga-i2s@0d080000 {        78                 i2s0: xtfpga-i2s@0d080000 {
 79                         #sound-dai-cells = <0>     79                         #sound-dai-cells = <0>;
 80                         compatible = "cdns,xtf     80                         compatible = "cdns,xtfpga-i2s";
 81                         reg = <0x0d080000 0x40     81                         reg = <0x0d080000 0x40>;
 82                         interrupts = <2 1>; /*     82                         interrupts = <2 1>; /* external irq 2 */
 83                         clocks = <&cdce706 4>;     83                         clocks = <&cdce706 4>;
 84                 };                                 84                 };
 85                                                    85 
 86                 i2c0: i2c-master@0d090000 {        86                 i2c0: i2c-master@0d090000 {
 87                         compatible = "opencore     87                         compatible = "opencores,i2c-ocores";
 88                         #address-cells = <1>;      88                         #address-cells = <1>;
 89                         #size-cells = <0>;         89                         #size-cells = <0>;
 90                         reg = <0x0d090000 0x20     90                         reg = <0x0d090000 0x20>;
 91                         reg-shift = <2>;           91                         reg-shift = <2>;
 92                         reg-io-width = <4>;        92                         reg-io-width = <4>;
 93                         native-endian;             93                         native-endian;
 94                         interrupts = <4 1>;        94                         interrupts = <4 1>;
 95                         clocks = <&osc>;           95                         clocks = <&osc>;
 96                                                    96 
 97                         cdce706: clock-synth@6     97                         cdce706: clock-synth@69 {
 98                                 compatible = "     98                                 compatible = "ti,cdce706";
 99                                 #clock-cells =     99                                 #clock-cells = <1>;
100                                 reg = <0x69>;     100                                 reg = <0x69>;
101                                 clocks = <&clk    101                                 clocks = <&clk54>;
102                                 clock-names =     102                                 clock-names = "clk_in0";
103                         };                        103                         };
104                 };                                104                 };
105                                                   105 
106                 spi0: spi@0d0a0000 {              106                 spi0: spi@0d0a0000 {
107                         compatible = "cdns,xtf    107                         compatible = "cdns,xtfpga-spi";
108                         #address-cells = <1>;     108                         #address-cells = <1>;
109                         #size-cells = <0>;        109                         #size-cells = <0>;
110                         reg = <0x0d0a0000 0xc>    110                         reg = <0x0d0a0000 0xc>;
111                                                   111 
112                         tlv320aic23: sound-cod    112                         tlv320aic23: sound-codec@0 {
113                                 #sound-dai-cel    113                                 #sound-dai-cells = <0>;
114                                 compatible = "    114                                 compatible = "tlv320aic23";
115                                 reg = <0>;        115                                 reg = <0>;
116                                 spi-max-freque    116                                 spi-max-frequency = <12500000>;
117                         };                        117                         };
118                 };                                118                 };
119         };                                        119         };
120                                                   120 
121         sound {                                   121         sound {
122                 compatible = "simple-audio-car    122                 compatible = "simple-audio-card";
123                 simple-audio-card,format = "i2    123                 simple-audio-card,format = "i2s";
124                 simple-audio-card,mclk-fs = <2    124                 simple-audio-card,mclk-fs = <256>;
125                                                   125 
126                 simple-audio-card,cpu {           126                 simple-audio-card,cpu {
127                         sound-dai = <&i2s0>;      127                         sound-dai = <&i2s0>;
128                 };                                128                 };
129                                                   129 
130                 simple-audio-card,codec {         130                 simple-audio-card,codec {
131                         sound-dai = <&tlv320ai    131                         sound-dai = <&tlv320aic23>;
132                         simple-audio-card,bitc    132                         simple-audio-card,bitclock-master = <0>;
133                         simple-audio-card,fram    133                         simple-audio-card,frame-master = <0>;
134                         clocks = <&cdce706 4>;    134                         clocks = <&cdce706 4>;
135                 };                                135                 };
136         };                                        136         };
137 };                                                137 };
                                                      

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