Gong Qianyu | 5e84779 | 2015-11-11 17:58:36 +0800 | [diff] [blame^] | 1 | /* |
| 2 | * Device Tree Include file for Freescale Layerscape-1043A family SoC. |
| 3 | * |
| 4 | * Copyright (C) 2015, Freescale Semiconductor |
| 5 | * |
| 6 | * Mingkai Hu <Mingkai.hu@freescale.com> |
| 7 | * |
| 8 | * This file is licensed under the terms of the GNU General Public |
| 9 | * License version 2. This program is licensed "as is" without any |
| 10 | * warranty of any kind, whether express or implied. |
| 11 | */ |
| 12 | |
| 13 | /dts-v1/; |
| 14 | /include/ "fsl-ls1043a.dtsi" |
| 15 | |
| 16 | / { |
| 17 | model = "LS1043A RDB Board"; |
| 18 | }; |
| 19 | |
| 20 | &i2c0 { |
| 21 | status = "okay"; |
| 22 | ina220@40 { |
| 23 | compatible = "ti,ina220"; |
| 24 | reg = <0x40>; |
| 25 | shunt-resistor = <1000>; |
| 26 | }; |
| 27 | adt7461a@4c { |
| 28 | compatible = "adi,adt7461a"; |
| 29 | reg = <0x4c>; |
| 30 | }; |
| 31 | eeprom@56 { |
| 32 | compatible = "at24,24c512"; |
| 33 | reg = <0x52>; |
| 34 | }; |
| 35 | |
| 36 | eeprom@57 { |
| 37 | compatible = "at24,24c512"; |
| 38 | reg = <0x53>; |
| 39 | }; |
| 40 | |
| 41 | rtc@68 { |
| 42 | compatible = "pericom,pt7c4338"; |
| 43 | reg = <0x68>; |
| 44 | }; |
| 45 | }; |
| 46 | |
| 47 | &ifc { |
| 48 | status = "okay"; |
| 49 | #address-cells = <2>; |
| 50 | #size-cells = <1>; |
| 51 | /* NOR, NAND Flashes and FPGA on board */ |
| 52 | ranges = <0x0 0x0 0x0 0x60000000 0x08000000 |
| 53 | 0x2 0x0 0x0 0x7e800000 0x00010000 |
| 54 | 0x3 0x0 0x0 0x7fb00000 0x00000100>; |
| 55 | |
| 56 | nor@0,0 { |
| 57 | compatible = "cfi-flash"; |
| 58 | #address-cells = <1>; |
| 59 | #size-cells = <1>; |
| 60 | reg = <0x0 0x0 0x8000000>; |
| 61 | bank-width = <2>; |
| 62 | device-width = <1>; |
| 63 | }; |
| 64 | |
| 65 | nand@1,0 { |
| 66 | compatible = "fsl,ifc-nand"; |
| 67 | #address-cells = <1>; |
| 68 | #size-cells = <1>; |
| 69 | reg = <0x1 0x0 0x10000>; |
| 70 | }; |
| 71 | |
| 72 | cpld: board-control@2,0 { |
| 73 | compatible = "fsl,ls1043ardb-cpld"; |
| 74 | reg = <0x2 0x0 0x0000100>; |
| 75 | }; |
| 76 | }; |
| 77 | |
| 78 | &duart0 { |
| 79 | status = "okay"; |
| 80 | }; |
| 81 | |
| 82 | &duart1 { |
| 83 | status = "okay"; |
| 84 | }; |