diff options
author | Chen-Yu Tsai <wens@csie.org> | 2015-06-23 19:57:26 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-07-05 11:32:11 +0200 |
commit | d8656b6297cb8c08f80adbbe717bd06e150fb759 (patch) | |
tree | 09c4ca499446285906775967aa5ae63a6bf069cf /arch/arm/dts/sun8i-a33.dtsi | |
parent | e506889c9690b672a601ac84a31bb8dbc40d7e35 (diff) | |
download | u-boot-d8656b6297cb8c08f80adbbe717bd06e150fb759.tar.gz |
sunxi: Sync sun8i dts files with the linux kernel
Copy over all the latest dts changes from mripard/sunxi/dt-for-4.2.
This adds a dts file for Sinlinx SinA33 dev board, and the required
changes in the .dtsi files.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/dts/sun8i-a33.dtsi')
-rw-r--r-- | arch/arm/dts/sun8i-a33.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-a33.dtsi b/arch/arm/dts/sun8i-a33.dtsi index 9b43bc6e79..85ee08098b 100644 --- a/arch/arm/dts/sun8i-a33.dtsi +++ b/arch/arm/dts/sun8i-a33.dtsi @@ -86,4 +86,12 @@ compatible = "allwinner,sun8i-a33-pinctrl"; interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; + + uart0_pins_b: uart0@1 { + allwinner,pins = "PB0", "PB1"; + allwinner,function = "uart0"; + allwinner,drive = <SUN4I_PINCTRL_10_MA>; + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; + }; + }; |