summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/versatile-ab-ib2.dts
blob: 5890cb974f78d8cd1ac0744a72d2a76ecf253f48 (plain)
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
// SPDX-License-Identifier: GPL-2.0
/*
 * The Versatile AB with the IB2 expansion board mounted.
 * This works as a superset of the Versatile AB.
 */

#include "versatile-ab.dts"

/ {
	model = "ARM Versatile AB + IB2 board";

	/* Special IB2 control register */
	ib2_syscon@27000000 {
		compatible = "arm,versatile-ib2-syscon", "syscon", "simple-mfd";
		reg = <0x27000000 0x4>;

		led@00.4 {
			compatible = "register-bit-led";
			offset = <0x00>;
			mask = <0x10>;
			label = "versatile-ib2:0";
			linux,default-trigger = "heartbeat";
			default-state = "on";
		};
	};
};