summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/lpc18xx.dtsi
AgeCommit message (Collapse)Author
2015-09-30ARM: dts: lpc18xx: add resets entry to device nodesJoachim Eastwood
Most of the peripherals on LPC18xx/43xx devices have their reset lines hooked up to internal reset controller (RGU). Add reset entries to the device nodes so a driver can use the reset line. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-30ARM: dts: lpc18xx: add sct pwm nodeAriel D'Alessandro
NXP LPC SoCs family, which includes LPC18xx/LPC43xx, provides a State Configurable Timer (SCT) which can be configured as a Pulse Width Modulator. Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-30ARM: dts: lpc18xx: add watchdog nodeAriel D'Alessandro
Add node for the watchdog timer found on LPC18xx/LPC43xx. Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-30ARM: dts: lpc18xx: add i2c nodesJoachim Eastwood
Add NXP LPC1778 I2C controller nodes to the dtsi for all lpc18xx/43xx devices. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-30ARM: dts: lpc18xx: add dma to uart0/1/2/3Joachim Eastwood
Add dmas entries to the four UART peripherals on LPC18xx/43xx devices so that DMA can be used to transfer data. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-30ARM: dts: lpc18xx: add dma to ssp0/1Joachim Eastwood
Add dmas entries to the two SSP peripherals on LPC18xx/43xx devices so that DMA can be used to transfer data. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-27ARM: dts: lpc18xx: add dmamux nodeJoachim Eastwood
Add node for the DMA multiplexer placed in front of the PL080 DMA controller on lpc18xx/43xx devices. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-27ARM: dts: lpc18xx: add dmac nodeJoachim Eastwood
Add the ARM PL080 DMA controller node to the dtsi for all lpc18xx/43xx devices. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-27ARM: dts: lpc18xx: add spifi nodeJoachim Eastwood
Add the NXP LPC1773 SPIFI (SPI Flash Interface) flash controller node to the dtsi for all lpc18xx/43xx devices. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-09-27ARM: dts: lpc18xx: add rgu nodeJoachim Eastwood
Add the NXP LPC1850 RGU (Reset Generation Unit) reset controller node to the dtsi for all lpc18xx/43xx devices. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-08-05ARM: dts: lpc18xx: add pl172 memory-controller nodeJoachim Eastwood
All devices in the LPC18xx/43xx familiy contain a ARM PL172 MultiPort Memory Controller (MPMC). Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
2015-08-05ARM: dts: lpc18xx: add pl111 lcd controller nodeJoachim Eastwood
NXP LPC185x and LPC435x/70 devices contain a ARM PL111 lcd controller. Signed-off-by: Joachim Eastwood <joachim.eastwood@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
2015-08-05ARM: dts: lpc18xx: add usb otg phy nodeJoachim Eastwood
Add the USB OTG phy under the CREG syscon node and attach it to the USB0 EHCI controller. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
2015-07-11ARM: dts: lpc18xx: add usb nodesJoachim Eastwood
Add nodes for the two USB EHCI controllers found on lpc18xx. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-07-11ARM: dts: lpc18xx: add ethernet nodeJoachim Eastwood
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-07-11ARM: dts: lpc18xx: add creg (syscon) nodeJoachim Eastwood
The CREG block contains a collection of miscellaneous configuration register like Ethernet phy mode, low power clocks and DMA multiplexer. These registers needs to be accessed from other drivers and syscon provides this capability. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-07-11ARM: dts: lpc18xx: add mmcsd nodeJoachim Eastwood
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-07-11ARM: dts: lpc18xx: add can nodesJoachim Eastwood
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-07-11ARM: dts: lpc18xx: add ssp nodesJoachim Eastwood
Add nodes for the ARM SSP controllers on lpc18xx. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-07-11ARM: dts: lpc18xx: add gpio nodeJoachim Eastwood
Add gpio and mapping between pinctrl/gpio namespace with gpio-ranges property. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
2015-07-11ARM: dts: lpc18xx: add pinctrl nodeJoachim Eastwood
Add pinctrl node for lpc1850-scu. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
2015-07-11ARM: dts: lpc18xx: add uart new compat string and clk namesJoachim Eastwood
Add lpc1850-uart compatible string on uarts together with proper clock-names. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
2015-07-11ARM: dts: lpc18xx: add cgu and ccu clock-controller nodesJoachim Eastwood
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>
2015-05-15ARM: dts: Add base DT for NXP LPC18xxJoachim Eastwood
NXP LPC18xx/43xx SoCs are very similar devices and should be able to share a common base (lpc18xx.dtsi). Diffences between the devices are put in a dtsi which is specific to that device. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>