1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- #include "omap-gpmc-smsc911x.dtsi"
- &gpmc {
- ranges = <3 0 0x10000000 0x1000000>,
- <7 0 0x2c000000 0x01000000>;
-
- uart@3,0 {
- compatible = "ns16550a";
- reg = <3 0 8>;
- bank-width = <2>;
- reg-shift = <1>;
- reg-io-width = <1>;
- interrupt-parent = <&gpio4>;
- interrupts = <6 IRQ_TYPE_EDGE_RISING>;
- clock-frequency = <1843200>;
- current-speed = <115200>;
- gpmc,mux-add-data = <0>;
- gpmc,device-width = <1>;
- gpmc,wait-pin = <1>;
- gpmc,cycle2cycle-samecsen;
- gpmc,cycle2cycle-diffcsen;
- gpmc,cs-on-ns = <5>;
- gpmc,cs-rd-off-ns = <155>;
- gpmc,cs-wr-off-ns = <155>;
- gpmc,adv-on-ns = <15>;
- gpmc,adv-rd-off-ns = <40>;
- gpmc,adv-wr-off-ns = <40>;
- gpmc,oe-on-ns = <45>;
- gpmc,oe-off-ns = <145>;
- gpmc,we-on-ns = <45>;
- gpmc,we-off-ns = <145>;
- gpmc,rd-cycle-ns = <155>;
- gpmc,wr-cycle-ns = <155>;
- gpmc,access-ns = <145>;
- gpmc,page-burst-access-ns = <20>;
- gpmc,bus-turnaround-ns = <20>;
- gpmc,cycle2cycle-delay-ns = <20>;
- gpmc,wait-monitoring-ns = <0>;
- gpmc,clk-activation-ns = <0>;
- gpmc,wr-data-mux-bus-ns = <45>;
- gpmc,wr-access-ns = <145>;
- };
- uart@3,1 {
- compatible = "ns16550a";
- reg = <3 0x100 8>;
- bank-width = <2>;
- reg-shift = <1>;
- reg-io-width = <1>;
- interrupt-parent = <&gpio4>;
- interrupts = <6 IRQ_TYPE_EDGE_RISING>;
- clock-frequency = <1843200>;
- current-speed = <115200>;
- };
- uart@3,2 {
- compatible = "ns16550a";
- reg = <3 0x200 8>;
- bank-width = <2>;
- reg-shift = <1>;
- reg-io-width = <1>;
- interrupt-parent = <&gpio4>;
- interrupts = <6 IRQ_TYPE_EDGE_RISING>;
- clock-frequency = <1843200>;
- current-speed = <115200>;
- };
- uart@3,3 {
- compatible = "ns16550a";
- reg = <3 0x300 8>;
- bank-width = <2>;
- reg-shift = <1>;
- reg-io-width = <1>;
- interrupt-parent = <&gpio4>;
- interrupts = <6 IRQ_TYPE_EDGE_RISING>;
- clock-frequency = <1843200>;
- current-speed = <115200>;
- };
- ethernet@gpmc {
- reg = <7 0 0xff>;
- interrupt-parent = <&gpio5>;
- interrupts = <30 IRQ_TYPE_LEVEL_LOW>;
- };
- };
|