abilis_tb101_dvk.dts 2.6 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
/*
 * Abilis Systems TB101 Development Kit PCB device tree
 *
 * Copyright (C) Abilis Systems 2013
 *
 * Author: Christian Ruppert <christian.ruppert@abilis.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * 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 program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 */

/dts-v1/;

/include/ "abilis_tb101.dtsi"

/ {
	chosen {
		bootargs = "earlycon=uart8250,mmio32,0xff100000,9600n8 console=ttyS0,9600n8";
	};

	aliases { };

	memory {
		device_type = "memory";
		reg = <0x80000000 0x08000000>;	/* 128M */
	};

	soc100 {
		uart@FF100000 {
40
			pinctrl-names = "default";
41 42 43 44 45 46 47
			pinctrl-0 = <&pctl_uart0>;
		};
		ethernet@FE100000 {
			phy-mode = "rgmii";
		};

		i2c0: i2c@FF120000 {
48
			i2c-sda-hold-time-ns = <432>;
49 50
		};
		i2c1: i2c@FF121000 {
51
			i2c-sda-hold-time-ns = <432>;
52 53
		};
		i2c2: i2c@FF122000 {
54
			i2c-sda-hold-time-ns = <432>;
55 56
		};
		i2c3: i2c@FF123000 {
57
			i2c-sda-hold-time-ns = <432>;
58 59
		};
		i2c4: i2c@FF124000 {
60
			i2c-sda-hold-time-ns = <432>;
61 62 63 64 65 66
		};

		leds {
			compatible = "gpio-leds";
			power {
				label = "Power";
67
				gpios = <&gpioi 0 0>;
68 69 70 71
				linux,default-trigger = "default-on";
			};
			heartbeat {
				label = "Heartbeat";
72
				gpios = <&gpioi 1 0>;
73 74 75 76
				linux,default-trigger = "heartbeat";
			};
			led2 {
				label = "LED2";
77
				gpios = <&gpioi 2 0>;
78 79 80 81
				default-state = "off";
			};
			led3 {
				label = "LED3";
82
				gpios = <&gpioi 3 0>;
83 84 85 86
				default-state = "off";
			};
			led4 {
				label = "LED4";
87
				gpios = <&gpioi 4 0>;
88 89 90 91
				default-state = "off";
			};
			led5 {
				label = "LED5";
92
				gpios = <&gpioi 5 0>;
93 94 95 96
				default-state = "off";
			};
			led6 {
				label = "LED6";
97
				gpios = <&gpioi 6 0>;
98 99 100 101
				default-state = "off";
			};
			led7 {
				label = "LED7";
102
				gpios = <&gpioi 7 0>;
103 104 105 106
				default-state = "off";
			};
			led8 {
				label = "LED8";
107
				gpios = <&gpioi 8 0>;
108 109 110 111
				default-state = "off";
			};
			led9 {
				label = "LED9";
112
				gpios = <&gpioi 9 0>;
113 114 115 116
				default-state = "off";
			};
			led10 {
				label = "LED10";
117
				gpios = <&gpioi 10 0>;
118 119 120 121
				default-state = "off";
			};
			led11 {
				label = "LED11";
122
				gpios = <&gpioi 11 0>;
123 124 125 126 127
				default-state = "off";
			};
		};
	};
};