Newer
Older
barebox / dts / Bindings / arm / bcm / bcm21664.txt
@Sascha Hauer Sascha Hauer on 28 Apr 2014 306 bytes Add devicetree source files as of Linux-3.15-rc2
Broadcom BCM21664 device tree bindings
--------------------------------------

This document describes the device tree bindings for boards with the BCM21664
SoC.

Required root node property:
  - compatible: brcm,bcm21664

Example:
	/ {
		model = "BCM21664 SoC";
		compatible = "brcm,bcm21664";
		[...]
	}