1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * DTS file for all SPEAr1340 SoCs 4 * 5 * Copyright 2012 Viresh Kumar <vireshk@kernel. 6 */ 7 8 /include/ "spear13xx.dtsi" 9 10 / { 11 compatible = "st,spear1340"; 12 13 ahb { 14 15 spics: spics@e0700000 { 16 compatible = "st,spear 17 reg = <0xe0700000 0x10 18 st-spics,peripcfg-reg 19 st-spics,sw-enable-bit 20 st-spics,cs-value-bit 21 st-spics,cs-enable-mas 22 st-spics,cs-enable-shi 23 gpio-controller; 24 #gpio-cells = <2>; 25 status = "disabled"; 26 }; 27 28 miphy0: miphy@eb800000 { 29 compatible = "st,spear 30 reg = <0xeb800000 0x40 31 misc = <&misc>; 32 #phy-cells = <1>; 33 status = "disabled"; 34 }; 35 36 ahci0: ahci@b1000000 { 37 compatible = "snps,spe 38 reg = <0xb1000000 0x10 39 interrupts = <0 72 0x4 40 phys = <&miphy0 0>; 41 phy-names = "sata-phy" 42 status = "disabled"; 43 }; 44 45 pcie0: pcie@b1000000 { 46 compatible = "st,spear 47 reg = <0xb1000000 0x40 48 reg-names = "dbi", "co 49 interrupts = <0 68 0x4 50 num-lanes = <1>; 51 phys = <&miphy0 1>; 52 phy-names = "pcie-phy" 53 #address-cells = <3>; 54 #size-cells = <2>; 55 device_type = "pci"; 56 ranges = <0x81000000 0 57 0x82000000 0 0 58 bus-range = <0x00 0xff 59 status = "disabled"; 60 }; 61 62 i2s-play@b2400000 { 63 compatible = "snps,des 64 reg = <0xb2400000 0x10 65 interrupt-names = "pla 66 interrupts = <0 98 0x4 67 <0 99 0x4 68 play; 69 channel = <8>; 70 status = "disabled"; 71 }; 72 73 i2s-rec@b2000000 { 74 compatible = "snps,des 75 reg = <0xb2000000 0x10 76 interrupt-names = "rec 77 interrupts = <0 100 0x 78 <0 101 0x 79 record; 80 channel = <8>; 81 status = "disabled"; 82 }; 83 84 pinmux: pinmux@e0700000 { 85 compatible = "st,spear 86 reg = <0xe0700000 0x10 87 #gpio-range-cells = <3 88 }; 89 90 pwm: pwm@e0180000 { 91 compatible = "st,spear 92 reg = <0xe0180000 0x10 93 #pwm-cells = <2>; 94 status = "disabled"; 95 }; 96 97 spdif-in@d0100000 { 98 compatible = "st,spdif 99 reg = < 0xd0100000 0x2 100 0xd0110000 0x1 101 interrupts = <0 84 0x4 102 status = "disabled"; 103 }; 104 105 spdif-out@d0000000 { 106 compatible = "st,spdif 107 reg = <0xd0000000 0x20 108 interrupts = <0 85 0x4 109 status = "disabled"; 110 }; 111 112 spi1: spi@5d400000 { 113 compatible = "arm,pl02 114 reg = <0x5d400000 0x10 115 #address-cells = <1>; 116 #size-cells = <0>; 117 interrupts = <0 99 0x4 118 status = "disabled"; 119 }; 120 121 apb { 122 i2c1: i2c@b4000000 { 123 #address-cells 124 #size-cells = 125 compatible = " 126 reg = <0xb4000 127 interrupts = < 128 write-16bit; 129 status = "disa 130 }; 131 132 serial@b4100000 { 133 compatible = " 134 reg = <0xb4100 135 interrupts = < 136 status = "disa 137 dmas = <&dwdma 138 <&dwdm 139 dma-names = "r 140 }; 141 142 thermal@e07008c4 { 143 st,thermal-fla 144 }; 145 146 gpiopinctrl: gpio@e280 147 compatible = " 148 reg = <0xe2800 149 interrupts = < 150 #interrupt-cel 151 interrupt-cont 152 gpio-controlle 153 #gpio-cells = 154 gpio-ranges = 155 status = "disa 156 157 st-plgpio,ngpi 158 st-plgpio,wdat 159 st-plgpio,dir- 160 st-plgpio,ie-r 161 st-plgpio,rdat 162 st-plgpio,mis- 163 st-plgpio,eit- 164 }; 165 }; 166 }; 167 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.