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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/ti/omap/omap2420-n8x0-common.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 ] ~

  1 // SPDX-License-Identifier: GPL-2.0
  2 #include "omap2420.dtsi"
  3 
  4 / {
  5         memory@80000000 {
  6                 device_type = "memory";
  7                 reg = <0x80000000 0x8000000>; /* 128 MB */
  8         };
  9 
 10         chosen {
 11                 stdout-path = &uart3;
 12         };
 13 
 14         ocp {
 15                 i2c0 {
 16                         compatible = "i2c-cbus-gpio";
 17                         gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */
 18                                  &gpio3 1 GPIO_ACTIVE_HIGH /* gpio65 dat */
 19                                  &gpio3 0 GPIO_ACTIVE_HIGH /* gpio64 sel */
 20                                 >;
 21                         #address-cells = <1>;
 22                         #size-cells = <0>;
 23                         retu: retu@1 {
 24                                 compatible = "nokia,retu";
 25                                 interrupt-parent = <&gpio4>;
 26                                 interrupts = <12 IRQ_TYPE_EDGE_RISING>;
 27                                 reg = <0x1>;
 28                         };
 29                 };
 30         };
 31 };
 32 
 33 &i2c1 {
 34         clock-frequency = <400000>;
 35 
 36         pmic@72 {
 37                 compatible = "menelaus";
 38                 reg = <0x72>;
 39                 interrupts = <7 IRQ_TYPE_EDGE_RISING>;
 40         };
 41 };
 42 
 43 &i2c2 {
 44         clock-frequency = <400000>;
 45 };
 46 
 47 &gpmc {
 48         ranges = <0 0 0x04000000 0x1000000>;    /* CS0: 16MB for OneNAND */
 49 
 50         /* gpio-irq for dma: 26 */
 51 
 52         onenand@0,0 {
 53                 #address-cells = <1>;
 54                 #size-cells = <1>;
 55                 compatible = "ti,omap2-onenand";
 56                 reg = <0 0 0x20000>;    /* CS0, offset 0, IO size 128K */
 57 
 58                 gpmc,sync-read;
 59                 gpmc,burst-length = <16>;
 60                 gpmc,burst-read;
 61                 gpmc,burst-wrap;
 62                 gpmc,device-width = <2>;
 63                 gpmc,mux-add-data = <2>;
 64                 gpmc,cs-on-ns = <0>;
 65                 gpmc,cs-rd-off-ns = <127>;
 66                 gpmc,cs-wr-off-ns = <109>;
 67                 gpmc,adv-on-ns = <0>;
 68                 gpmc,adv-rd-off-ns = <18>;
 69                 gpmc,adv-wr-off-ns = <18>;
 70                 gpmc,oe-on-ns = <27>;
 71                 gpmc,oe-off-ns = <127>;
 72                 gpmc,we-on-ns = <27>;
 73                 gpmc,we-off-ns = <72>;
 74                 gpmc,rd-cycle-ns = <145>;
 75                 gpmc,wr-cycle-ns = <136>;
 76                 gpmc,access-ns = <118>;
 77                 gpmc,page-burst-access-ns = <27>;
 78                 gpmc,bus-turnaround-ns = <0>;
 79                 gpmc,cycle2cycle-delay-ns = <0>;
 80                 gpmc,wait-monitoring-ns = <0>;
 81                 gpmc,clk-activation-ns = <9>;
 82                 gpmc,sync-clk-ps = <27000>;
 83 
 84                 /* MTD partition table corresponding to old board-n8x0 file. */
 85                 partition@0 {
 86                         label = "bootloader";
 87                         reg = <0x00000000 0x00020000>;
 88                         read-only;
 89                 };
 90                 partition@1 {
 91                         label = "config";
 92                         reg = <0x00020000 0x00060000>;
 93                 };
 94                 partition@2 {
 95                         label = "kernel";
 96                         reg = <0x00080000 0x00200000>;
 97                 };
 98                 partition@3 {
 99                         label = "initfs";
100                         reg = <0x00280000 0x00400000>;
101                 };
102                 partition@4 {
103                         label = "rootfs";
104                         reg = <0x00680000 0x0f980000>;
105                 };
106                 partition@5 {
107                         label = "omap2-onenand";
108                         reg = <0x00000000 0x10000000>;
109                 };
110         };
111 };

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