Newer
Older
barebox / dts / Bindings / arm / tegra / nvidia,tegra20-flowctrl.txt
@Sascha Hauer Sascha Hauer on 21 Oct 2014 281 bytes dts: update to v3.18-rc1
NVIDIA Tegra Flow Controller

Required properties:
- compatible: Should be "nvidia,tegra<chip>-flowctrl"
- reg: Should contain one register range (address and length)

Example:

	flow-controller@60007000 {
		compatible = "nvidia,tegra20-flowctrl";
		reg = <0x60007000 0x1000>;
	};