diff options
author | Tom Rini <trini@konsulko.com> | 2015-06-06 07:03:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-06 07:03:07 -0400 |
commit | 290ac3bb1a1fbd85abcecfd8ff8cb837029d067a (patch) | |
tree | 4c39ddea7744e46fb15c778f394a77f55bd28a84 /arch/arm/dts/sun9i-a80.dtsi | |
parent | f1737152c01734749c3694d30e1aa86ab28f374e (diff) | |
parent | 277af820b5207d43473869da2c86412d2b51d461 (diff) |
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'arch/arm/dts/sun9i-a80.dtsi')
-rw-r--r-- | arch/arm/dts/sun9i-a80.dtsi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/arch/arm/dts/sun9i-a80.dtsi b/arch/arm/dts/sun9i-a80.dtsi index d3dece2eea..a43ad779ee 100644 --- a/arch/arm/dts/sun9i-a80.dtsi +++ b/arch/arm/dts/sun9i-a80.dtsi @@ -18,11 +18,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA - * * Or, alternatively, * * b) Permission is hereby granted, free of charge, to any person @@ -289,7 +284,7 @@ "ahb0_ss", "ahb0_sd", "ahb0_nand1", "ahb0_nand0", "ahb0_sdram", "ahb0_mipi_hsi", "ahb0_sata", "ahb0_ts", - "ahb0_spi0","ahb0_spi1", "ahb0_spi2", + "ahb0_spi0", "ahb0_spi1", "ahb0_spi2", "ahb0_spi3"; }; @@ -570,6 +565,12 @@ clocks = <&osc24M>; }; + wdt: watchdog@06000ca0 { + compatible = "allwinner,sun6i-a31-wdt"; + reg = <0x06000ca0 0x20>; + interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; + }; + pio: pinctrl@06000800 { compatible = "allwinner,sun9i-a80-pinctrl"; reg = <0x06000800 0x400>; |