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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/xtensa/virt.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 ] ~

  1 // SPDX-License-Identifier: GPL-2.0
  2 /dts-v1/;
  3 
  4 / {
  5         compatible = "cdns,xtensa-iss";
  6         #address-cells = <1>;
  7         #size-cells = <1>;
  8         interrupt-parent = <&pic>;
  9 
 10         chosen {
 11                 bootargs = "console=ttyS0,115200n8 debug";
 12         };
 13 
 14         memory@0 {
 15                 device_type = "memory";
 16                 reg = <0x00000000 0x80000000>;
 17         };
 18 
 19         cpus {
 20                 #address-cells = <1>;
 21                 #size-cells = <0>;
 22                 cpu@0 {
 23                         compatible = "cdns,xtensa-cpu";
 24                         reg = <0>;
 25                         clocks = <&osc>;
 26                 };
 27         };
 28 
 29         clocks {
 30                 osc: osc {
 31                         #clock-cells = <0>;
 32                         compatible = "fixed-clock";
 33                         clock-frequency = <40000000>;
 34                 };
 35         };
 36 
 37         pic: pic {
 38                 compatible = "cdns,xtensa-pic";
 39                 /* one cell: internal irq number,
 40                  * two cells: second cell == 0: internal irq number
 41                  *            second cell == 1: external irq number
 42                  */
 43                 #address-cells = <0>;
 44                 #interrupt-cells = <2>;
 45                 interrupt-controller;
 46         };
 47 
 48         pci {
 49                 compatible = "pci-host-ecam-generic";
 50                 device_type = "pci";
 51                 #address-cells = <3>;
 52                 #size-cells = <2>;
 53                 #interrupt-cells = <0x1>;
 54 
 55                 bus-range = <0x0 0x3e>;
 56                 reg = <0xf0100000 0x03f00000>;
 57 
 58                      // BUS_ADDRESS(3)  CPU_PHYSICAL(1)  SIZE(2)
 59                 ranges = <0x01000000 0x0 0x00000000  0xf0000000  0x0 0x00010000>,
 60                          <0x02000000 0x0 0xf4000000  0xf4000000  0x0 0x08000000>;
 61 
 62                      // PCI_DEVICE(3)  INT#(1)  CONTROLLER(PHANDLE)  CONTROLLER_DATA(2)
 63                 interrupt-map = <
 64                         0x0000 0x0 0x0  0x1  &pic  0x0 0x1
 65                         0x0800 0x0 0x0  0x1  &pic  0x1 0x1
 66                         0x1000 0x0 0x0  0x1  &pic  0x2 0x1
 67                         0x1800 0x0 0x0  0x1  &pic  0x3 0x1
 68                         >;
 69 
 70                 interrupt-map-mask = <0x1800 0x0 0x0  0x7>;
 71         };
 72 };

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