Newer
Older
barebox / arch / arm / dts / am33xx.dtsi
@Teresa Remmet Teresa Remmet on 28 Oct 2016 514 bytes ARM: dts: am33xx.dtsi: Add spi aliases
/*
 * Device Tree Source for AM33XX SoC
 *
 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2.  This program is licensed "as is" without any warranty of any
 * kind, whether express or implied.
 */
#include <arm/am33xx.dtsi>

/ {
	aliases {
		gpio0 = &gpio0;
		gpio1 = &gpio1;
		gpio2 = &gpio2;
		gpio3 = &gpio3;
		mmc0 = &mmc1;
		mmc1 = &mmc2;
		mmc2 = &mmc3;
		spi0 = &spi0;
		spi1 = &spi1;
	};
};