174c37e8cSTimur Tabi/* 274c37e8cSTimur Tabi * MPC8349E-mITX Device Tree Source 374c37e8cSTimur Tabi * 474c37e8cSTimur Tabi * Copyright 2006 Freescale Semiconductor Inc. 574c37e8cSTimur Tabi * 674c37e8cSTimur Tabi * This program is free software; you can redistribute it and/or modify it 774c37e8cSTimur Tabi * under the terms of the GNU General Public License as published by the 874c37e8cSTimur Tabi * Free Software Foundation; either version 2 of the License, or (at your 974c37e8cSTimur Tabi * option) any later version. 1074c37e8cSTimur Tabi */ 1174c37e8cSTimur Tabi/ { 1274c37e8cSTimur Tabi model = "MPC8349EMITX"; 13d71a1dc6SKumar Gala compatible = "MPC8349EMITX", "MPC834xMITX", "MPC83xxMITX"; 1474c37e8cSTimur Tabi #address-cells = <1>; 1574c37e8cSTimur Tabi #size-cells = <1>; 1674c37e8cSTimur Tabi 17*ea082fa9SKumar Gala aliases { 18*ea082fa9SKumar Gala ethernet0 = &enet0; 19*ea082fa9SKumar Gala ethernet1 = &enet1; 20*ea082fa9SKumar Gala serial0 = &serial0; 21*ea082fa9SKumar Gala serial1 = &serial1; 22*ea082fa9SKumar Gala pci0 = &pci0; 23*ea082fa9SKumar Gala pci1 = &pci1; 24*ea082fa9SKumar Gala }; 25*ea082fa9SKumar Gala 2674c37e8cSTimur Tabi cpus { 2774c37e8cSTimur Tabi #address-cells = <1>; 2874c37e8cSTimur Tabi #size-cells = <0>; 2974c37e8cSTimur Tabi 3074c37e8cSTimur Tabi PowerPC,8349@0 { 3174c37e8cSTimur Tabi device_type = "cpu"; 3274c37e8cSTimur Tabi reg = <0>; 3374c37e8cSTimur Tabi d-cache-line-size = <20>; 3474c37e8cSTimur Tabi i-cache-line-size = <20>; 3574c37e8cSTimur Tabi d-cache-size = <8000>; 3674c37e8cSTimur Tabi i-cache-size = <8000>; 3774c37e8cSTimur Tabi timebase-frequency = <0>; // from bootloader 3874c37e8cSTimur Tabi bus-frequency = <0>; // from bootloader 3974c37e8cSTimur Tabi clock-frequency = <0>; // from bootloader 4074c37e8cSTimur Tabi }; 4174c37e8cSTimur Tabi }; 4274c37e8cSTimur Tabi 4374c37e8cSTimur Tabi memory { 4474c37e8cSTimur Tabi device_type = "memory"; 4574c37e8cSTimur Tabi reg = <00000000 10000000>; 4674c37e8cSTimur Tabi }; 4774c37e8cSTimur Tabi 4874c37e8cSTimur Tabi soc8349@e0000000 { 4974c37e8cSTimur Tabi #address-cells = <1>; 5074c37e8cSTimur Tabi #size-cells = <1>; 5174c37e8cSTimur Tabi device_type = "soc"; 5274c37e8cSTimur Tabi ranges = <0 e0000000 00100000>; 5374c37e8cSTimur Tabi reg = <e0000000 00000200>; 5474c37e8cSTimur Tabi bus-frequency = <0>; // from bootloader 5574c37e8cSTimur Tabi 5674c37e8cSTimur Tabi wdt@200 { 5774c37e8cSTimur Tabi device_type = "watchdog"; 5874c37e8cSTimur Tabi compatible = "mpc83xx_wdt"; 5974c37e8cSTimur Tabi reg = <200 100>; 6074c37e8cSTimur Tabi }; 6174c37e8cSTimur Tabi 6274c37e8cSTimur Tabi i2c@3000 { 63ec9686c4SKumar Gala #address-cells = <1>; 64ec9686c4SKumar Gala #size-cells = <0>; 65ec9686c4SKumar Gala cell-index = <0>; 6674c37e8cSTimur Tabi compatible = "fsl-i2c"; 6774c37e8cSTimur Tabi reg = <3000 100>; 6874c37e8cSTimur Tabi interrupts = <e 8>; 69d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 7074c37e8cSTimur Tabi dfsrr; 7174c37e8cSTimur Tabi }; 7274c37e8cSTimur Tabi 7374c37e8cSTimur Tabi i2c@3100 { 74ec9686c4SKumar Gala #address-cells = <1>; 75ec9686c4SKumar Gala #size-cells = <0>; 76ec9686c4SKumar Gala cell-index = <1>; 7774c37e8cSTimur Tabi compatible = "fsl-i2c"; 7874c37e8cSTimur Tabi reg = <3100 100>; 7974c37e8cSTimur Tabi interrupts = <f 8>; 80d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 8174c37e8cSTimur Tabi dfsrr; 8274c37e8cSTimur Tabi }; 8374c37e8cSTimur Tabi 8474c37e8cSTimur Tabi spi@7000 { 8574c37e8cSTimur Tabi device_type = "spi"; 8633799e33SPeter Korsgaard compatible = "fsl_spi"; 8774c37e8cSTimur Tabi reg = <7000 1000>; 8874c37e8cSTimur Tabi interrupts = <10 8>; 89d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 9033799e33SPeter Korsgaard mode = "cpu"; 9174c37e8cSTimur Tabi }; 9274c37e8cSTimur Tabi 9374c37e8cSTimur Tabi usb@22000 { 9474c37e8cSTimur Tabi device_type = "usb"; 9574c37e8cSTimur Tabi compatible = "fsl-usb2-mph"; 9674c37e8cSTimur Tabi reg = <22000 1000>; 9774c37e8cSTimur Tabi #address-cells = <1>; 9874c37e8cSTimur Tabi #size-cells = <0>; 99d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 100d71a1dc6SKumar Gala interrupts = <27 8>; 10174c37e8cSTimur Tabi phy_type = "ulpi"; 10274c37e8cSTimur Tabi port1; 10374c37e8cSTimur Tabi }; 10474c37e8cSTimur Tabi 10574c37e8cSTimur Tabi usb@23000 { 10674c37e8cSTimur Tabi device_type = "usb"; 10774c37e8cSTimur Tabi compatible = "fsl-usb2-dr"; 10874c37e8cSTimur Tabi reg = <23000 1000>; 10974c37e8cSTimur Tabi #address-cells = <1>; 11074c37e8cSTimur Tabi #size-cells = <0>; 111d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 112d71a1dc6SKumar Gala interrupts = <26 8>; 113f93c7c5aSjacmet@sunsite.dk dr_mode = "peripheral"; 11474c37e8cSTimur Tabi phy_type = "ulpi"; 11574c37e8cSTimur Tabi }; 11674c37e8cSTimur Tabi 11774c37e8cSTimur Tabi mdio@24520 { 11874c37e8cSTimur Tabi #address-cells = <1>; 11974c37e8cSTimur Tabi #size-cells = <0>; 120e77b28ebSKumar Gala compatible = "fsl,gianfar-mdio"; 121e77b28ebSKumar Gala reg = <24520 20>; 12274c37e8cSTimur Tabi 12374c37e8cSTimur Tabi /* Vitesse 8201 */ 124d71a1dc6SKumar Gala phy1c: ethernet-phy@1c { 125d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 126d71a1dc6SKumar Gala interrupts = <12 8>; 12774c37e8cSTimur Tabi reg = <1c>; 12874c37e8cSTimur Tabi device_type = "ethernet-phy"; 12974c37e8cSTimur Tabi }; 13074c37e8cSTimur Tabi 13174c37e8cSTimur Tabi /* Vitesse 7385 */ 132d71a1dc6SKumar Gala phy1f: ethernet-phy@1f { 133d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 134d71a1dc6SKumar Gala interrupts = <12 8>; 13574c37e8cSTimur Tabi reg = <1f>; 13674c37e8cSTimur Tabi device_type = "ethernet-phy"; 13774c37e8cSTimur Tabi }; 13874c37e8cSTimur Tabi }; 13974c37e8cSTimur Tabi 140e77b28ebSKumar Gala enet0: ethernet@24000 { 141e77b28ebSKumar Gala cell-index = <0>; 14274c37e8cSTimur Tabi device_type = "network"; 14374c37e8cSTimur Tabi model = "TSEC"; 14474c37e8cSTimur Tabi compatible = "gianfar"; 14574c37e8cSTimur Tabi reg = <24000 1000>; 14674c37e8cSTimur Tabi local-mac-address = [ 00 00 00 00 00 00 ]; 14774c37e8cSTimur Tabi interrupts = <20 8 21 8 22 8>; 148d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 149d71a1dc6SKumar Gala phy-handle = < &phy1c >; 150ad25a4ccSGrant Likely linux,network-index = <0>; 15174c37e8cSTimur Tabi }; 15274c37e8cSTimur Tabi 153e77b28ebSKumar Gala enet1: ethernet@25000 { 154e77b28ebSKumar Gala cell-index = <1>; 15574c37e8cSTimur Tabi device_type = "network"; 15674c37e8cSTimur Tabi model = "TSEC"; 15774c37e8cSTimur Tabi compatible = "gianfar"; 15874c37e8cSTimur Tabi reg = <25000 1000>; 15974c37e8cSTimur Tabi local-mac-address = [ 00 00 00 00 00 00 ]; 16074c37e8cSTimur Tabi interrupts = <23 8 24 8 25 8>; 161d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 162d71a1dc6SKumar Gala phy-handle = < &phy1f >; 163ad25a4ccSGrant Likely linux,network-index = <1>; 16474c37e8cSTimur Tabi }; 16574c37e8cSTimur Tabi 166*ea082fa9SKumar Gala serial0: serial@4500 { 167*ea082fa9SKumar Gala cell-index = <0>; 16874c37e8cSTimur Tabi device_type = "serial"; 16974c37e8cSTimur Tabi compatible = "ns16550"; 17074c37e8cSTimur Tabi reg = <4500 100>; 17174c37e8cSTimur Tabi clock-frequency = <0>; // from bootloader 17274c37e8cSTimur Tabi interrupts = <9 8>; 173d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 17474c37e8cSTimur Tabi }; 17574c37e8cSTimur Tabi 176*ea082fa9SKumar Gala serial1: serial@4600 { 177*ea082fa9SKumar Gala cell-index = <1>; 17874c37e8cSTimur Tabi device_type = "serial"; 17974c37e8cSTimur Tabi compatible = "ns16550"; 18074c37e8cSTimur Tabi reg = <4600 100>; 18174c37e8cSTimur Tabi clock-frequency = <0>; // from bootloader 18274c37e8cSTimur Tabi interrupts = <a 8>; 183d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 18474c37e8cSTimur Tabi }; 18574c37e8cSTimur Tabi 18674c37e8cSTimur Tabi crypto@30000 { 18774c37e8cSTimur Tabi device_type = "crypto"; 18874c37e8cSTimur Tabi model = "SEC2"; 18974c37e8cSTimur Tabi compatible = "talitos"; 19074c37e8cSTimur Tabi reg = <30000 10000>; 19174c37e8cSTimur Tabi interrupts = <b 8>; 192d71a1dc6SKumar Gala interrupt-parent = < &ipic >; 19374c37e8cSTimur Tabi num-channels = <4>; 19474c37e8cSTimur Tabi channel-fifo-len = <18>; 19574c37e8cSTimur Tabi exec-units-mask = <0000007e>; 19674c37e8cSTimur Tabi descriptor-types-mask = <01010ebf>; 19774c37e8cSTimur Tabi }; 19874c37e8cSTimur Tabi 199d71a1dc6SKumar Gala ipic: pic@700 { 20074c37e8cSTimur Tabi interrupt-controller; 20174c37e8cSTimur Tabi #address-cells = <0>; 20274c37e8cSTimur Tabi #interrupt-cells = <2>; 20374c37e8cSTimur Tabi reg = <700 100>; 20474c37e8cSTimur Tabi device_type = "ipic"; 20574c37e8cSTimur Tabi }; 20674c37e8cSTimur Tabi }; 2071b3c5cdaSKumar Gala 208*ea082fa9SKumar Gala pci0: pci@e0008500 { 209*ea082fa9SKumar Gala cell-index = <1>; 2101b3c5cdaSKumar Gala interrupt-map-mask = <f800 0 0 7>; 2111b3c5cdaSKumar Gala interrupt-map = < 2121b3c5cdaSKumar Gala /* IDSEL 0x10 - SATA */ 2131b3c5cdaSKumar Gala 8000 0 0 1 &ipic 16 8 /* SATA_INTA */ 2141b3c5cdaSKumar Gala >; 2151b3c5cdaSKumar Gala interrupt-parent = < &ipic >; 2161b3c5cdaSKumar Gala interrupts = <42 8>; 2171b3c5cdaSKumar Gala bus-range = <0 0>; 2181b3c5cdaSKumar Gala ranges = <42000000 0 80000000 80000000 0 10000000 2191b3c5cdaSKumar Gala 02000000 0 90000000 90000000 0 10000000 2201b3c5cdaSKumar Gala 01000000 0 00000000 e2000000 0 01000000>; 2211b3c5cdaSKumar Gala clock-frequency = <3f940aa>; 2221b3c5cdaSKumar Gala #interrupt-cells = <1>; 2231b3c5cdaSKumar Gala #size-cells = <2>; 2241b3c5cdaSKumar Gala #address-cells = <3>; 2251b3c5cdaSKumar Gala reg = <e0008500 100>; 2261b3c5cdaSKumar Gala compatible = "fsl,mpc8349-pci"; 2271b3c5cdaSKumar Gala device_type = "pci"; 2281b3c5cdaSKumar Gala }; 2291b3c5cdaSKumar Gala 230*ea082fa9SKumar Gala pci1: pci@e0008600 { 231*ea082fa9SKumar Gala cell-index = <2>; 2321b3c5cdaSKumar Gala interrupt-map-mask = <f800 0 0 7>; 2331b3c5cdaSKumar Gala interrupt-map = < 2341b3c5cdaSKumar Gala /* IDSEL 0x0E - MiniPCI Slot */ 2351b3c5cdaSKumar Gala 7000 0 0 1 &ipic 15 8 /* PCI_INTA */ 2361b3c5cdaSKumar Gala 2371b3c5cdaSKumar Gala /* IDSEL 0x0F - PCI Slot */ 2381b3c5cdaSKumar Gala 7800 0 0 1 &ipic 14 8 /* PCI_INTA */ 2391b3c5cdaSKumar Gala 7800 0 0 2 &ipic 15 8 /* PCI_INTB */ 2401b3c5cdaSKumar Gala >; 2411b3c5cdaSKumar Gala interrupt-parent = < &ipic >; 2421b3c5cdaSKumar Gala interrupts = <43 8>; 2431b3c5cdaSKumar Gala bus-range = <0 0>; 2441b3c5cdaSKumar Gala ranges = <42000000 0 a0000000 a0000000 0 10000000 2451b3c5cdaSKumar Gala 02000000 0 b0000000 b0000000 0 10000000 2461b3c5cdaSKumar Gala 01000000 0 00000000 e3000000 0 01000000>; 2471b3c5cdaSKumar Gala clock-frequency = <3f940aa>; 2481b3c5cdaSKumar Gala #interrupt-cells = <1>; 2491b3c5cdaSKumar Gala #size-cells = <2>; 2501b3c5cdaSKumar Gala #address-cells = <3>; 2511b3c5cdaSKumar Gala reg = <e0008600 100>; 2521b3c5cdaSKumar Gala compatible = "fsl,mpc8349-pci"; 2531b3c5cdaSKumar Gala device_type = "pci"; 2541b3c5cdaSKumar Gala }; 2551b3c5cdaSKumar Gala 2561b3c5cdaSKumar Gala 2571b3c5cdaSKumar Gala 25874c37e8cSTimur Tabi}; 259