aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/lpc4350-hitex-eval.dts
Commit message (Collapse)AuthorAge
* ARM: dts: lpc18xx: remove skeleton.dtsi include and fix unit address warningsJoachim Eastwood2016-09-06
| | | | | | | | | | | Removale of skeleton.dtsi allows us also to fix the following warning from the dts compiler: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name by adding proper unit addresses to the memory nodes. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Rob Herring <robh@kernel.org>
* ARM: dts: lpc4350-hitex-eval: fix binding for SE97 i2c deviceGuenter Roeck2016-08-27
| | | | | | | | | The 'compatible = "nxp,jc42"' binding only happened to work because the Linux driver is named jc42. The driver now supports generic bindings for JC-42 compatible chips, so use the generic binding instead. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Joachim Eastwood <manabian@gmail.com>
* ARM: dts: lpc4350-hitex-eval: fix unit name warnings from dtcJoachim Eastwood2016-04-04
| | | | | | | | | | | | | | | | | Fix the following warnings from dtc by either adding or removing the unit name from the node. Warning (unit_address_vs_reg): Node /soc/flash-controller@40003000/flash@0 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /pca_buttons/button@0 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /pca_buttons/button@1 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /pca_buttons/button@2 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /pca_buttons/button@3 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /pca_buttons/button@4 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /pca_buttons/button@5 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /pca_buttons/button@6 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /pca_buttons/button@7 has a unit name, but no reg property Signed-off-by: Joachim Eastwood <manabian@gmail.com>
* ARM: dts: lpc4350-hitex-eval: add adc1Joachim Eastwood2016-03-29
| | | | | | | Enable adc1 on LPC4350 Hitex Evalution board. This board has a 10k potensiometer (R26) connected to ADC1 channel 2. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
* ARM: dts: lpc4350-hitex-eval: add joystick, buttons and ledsJoachim Eastwood2015-09-30
| | | | | | Add the joystick, buttons and LEDs connected to the I2C I/O expander. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
* ARM: dts: lpc4350-hitex-eval: add i2c0 and devicesAriel D'Alessandro2015-09-30
| | | | | | | | Add the I2C0 bus and the some of the I2C devices on the Hitex LPC4350 eval board. Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Joachim Eastwood <manabian@gmail.com>
* ARM: dts: lpc4350-hitex-eval: add spifi and flash deviceJoachim Eastwood2015-09-30
| | | | | | | The Hitex LPC4350 eval board has a Spansion S25SL064P SPI-NOR Flash connected to the SPIFI perherial. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
* ARM: dts: lpc4350-hitex-eval: add emc pins and static memory devicesJoachim Eastwood2015-08-05
| | | | | | | | | | | Setup the emc pins used by external memory devices and add configuration for the devices found on the Hitex eval board. The Hitex eval board has a NOR Flash attached to chip select 0 and 512 kB of SRAM on chip select 2. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: dts: lpc4350-hitex-eval: add ethernetAriel D'Alessandro2015-08-05
| | | | | | | | | Enable Ethernet and add pin muxing and set the correct frequency on the enet tx clock input. Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: dts: lpc4350-hitex-eval: add pinctrl and uart0 muxingAriel D'Alessandro2015-08-05
| | | | | | | | Setup pin muxing and properties for the debug console on uart0. Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: dts: lpc18xx: add cgu and ccu clock-controller nodesJoachim Eastwood2015-07-11
| | | | | | | | | | Add CGU and CCU clock-controller nodes for lpc18xx together with the fixed input clocks. Also remove the temporary fixed-factor pll1 clock from both lpc18xx and lpc4350-hitex-eval DTS now that proper clock drivers are inplace. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Michael Turquette <mturquette@baylibre.com>
* ARM: dts: Add DT for Hitex LPC4350 Evaluation BoardAriel D'Alessandro2015-05-15
Add basic support for Hitex LPC4350 Evaluation Board. Board features a LPC4350 Soc, 8 MB SDRAM, 8 MB SPI Flash, USB and Ethernet. More information can be found on: http://www.hitex.com/index.php?id=3212 Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@gmail.com> Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>