Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
0004  */
0005 /dts-v1/;
0006 
0007 #include "omap2430.dtsi"
0008 
0009 / {
0010         model = "TI OMAP2430 SDP";
0011         compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
0012 
0013         memory@80000000 {
0014                 device_type = "memory";
0015                 reg = <0x80000000 0x8000000>; /* 128 MB */
0016         };
0017 };
0018 
0019 &i2c2 {
0020         clock-frequency = <100000>;
0021 
0022         twl: twl@48 {
0023                 reg = <0x48>;
0024                 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
0025         };
0026 };
0027 
0028 #include "twl4030.dtsi"
0029 
0030 &mmc1 {
0031         vmmc-supply = <&vmmc1>;
0032         bus-width = <4>;
0033 };
0034 
0035 &gpmc {
0036         ranges = <5 0 0x08000000 0x01000000>;
0037         ethernet@gpmc {
0038                 compatible = "smsc,lan91c94";
0039                 interrupt-parent = <&gpio5>;
0040                 interrupts = <21 IRQ_TYPE_LEVEL_LOW>;   /* gpio149 */
0041                 reg = <5 0x300 0xf>;
0042                 bank-width = <2>;
0043                 gpmc,sync-clk-ps = <0>;
0044                 gpmc,mux-add-data = <2>;
0045                 gpmc,device-width = <1>;
0046                 gpmc,cycle2cycle-samecsen;
0047                 gpmc,cycle2cycle-diffcsen;
0048                 gpmc,cs-on-ns = <6>;
0049                 gpmc,cs-rd-off-ns = <187>;
0050                 gpmc,cs-wr-off-ns = <187>;
0051                 gpmc,adv-on-ns = <18>;
0052                 gpmc,adv-rd-off-ns = <48>;
0053                 gpmc,adv-wr-off-ns = <48>;
0054                 gpmc,oe-on-ns = <60>;
0055                 gpmc,oe-off-ns = <169>;
0056                 gpmc,we-on-ns = <66>;
0057                 gpmc,we-off-ns = <169>;
0058                 gpmc,rd-cycle-ns = <187>;
0059                 gpmc,wr-cycle-ns = <187>;
0060                 gpmc,access-ns = <187>;
0061                 gpmc,page-burst-access-ns = <24>;
0062                 gpmc,bus-turnaround-ns = <24>;
0063                 gpmc,cycle2cycle-delay-ns = <24>;
0064                 gpmc,wait-monitoring-ns = <0>;
0065                 gpmc,clk-activation-ns = <0>;
0066                 gpmc,wr-data-mux-bus-ns = <0>;
0067                 gpmc,wr-access-ns = <0>;
0068         };
0069 };
0070