Maxime Ripard | d4da2eb | 2012-11-14 20:17:04 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2012 Maxime Ripard |
| 3 | * |
| 4 | * Maxime Ripard <maxime.ripard@free-electrons.com> |
| 5 | * |
| 6 | * The code contained herein is licensed under the GNU General Public |
| 7 | * License. You may obtain a copy of the GNU General Public License |
| 8 | * Version 2 or later at the following locations: |
| 9 | * |
| 10 | * http://www.opensource.org/licenses/gpl-license.html |
| 11 | * http://www.gnu.org/copyleft/gpl.html |
| 12 | */ |
| 13 | |
Stefan Roese | de0bf33 | 2012-11-19 12:09:40 +0100 | [diff] [blame] | 14 | /include/ "sunxi.dtsi" |
Maxime Ripard | d4da2eb | 2012-11-14 20:17:04 +0100 | [diff] [blame] | 15 | |
| 16 | / { |
Maxime Ripard | d4da2eb | 2012-11-14 20:17:04 +0100 | [diff] [blame] | 17 | memory { |
| 18 | reg = <0x40000000 0x20000000>; |
| 19 | }; |
Maxime Ripard | 9e2dcb2 | 2013-01-18 22:30:36 +0100 | [diff] [blame] | 20 | |
| 21 | soc { |
| 22 | pinctrl@01c20800 { |
| 23 | compatible = "allwinner,sun5i-a13-pinctrl"; |
| 24 | reg = <0x01c20800 0x400>; |
| 25 | #address-cells = <1>; |
| 26 | #size-cells = <0>; |
Maxime Ripard | 4348cc6 | 2013-01-18 22:30:37 +0100 | [diff] [blame^] | 27 | |
| 28 | uart1_pins_a: uart1@0 { |
| 29 | allwinner,pins = "PE10", "PE11"; |
| 30 | allwinner,function = "uart1"; |
| 31 | allwinner,drive = <0>; |
| 32 | allwinner,pull = <0>; |
| 33 | }; |
| 34 | |
| 35 | uart1_pins_b: uart1@1 { |
| 36 | allwinner,pins = "PG3", "PG4"; |
| 37 | allwinner,function = "uart1"; |
| 38 | allwinner,drive = <0>; |
| 39 | allwinner,pull = <0>; |
| 40 | }; |
Maxime Ripard | 9e2dcb2 | 2013-01-18 22:30:36 +0100 | [diff] [blame] | 41 | }; |
| 42 | }; |
Maxime Ripard | d4da2eb | 2012-11-14 20:17:04 +0100 | [diff] [blame] | 43 | }; |