blob: 4556359c58763bbd3cc60e36b0cea160b8e823fb [file] [log] [blame]
Peter De Schrijver155dfc72014-06-12 18:36:38 +03001NVIDIA Tegra20/Tegra30/Tegr114/Tegra124 apbmisc block
2
3Required properties:
Paul Walmsley193c9d22015-01-30 15:11:04 -07004- compatible : For Tegra20, must be "nvidia,tegra20-apbmisc". For Tegra30,
5 must be "nvidia,tegra30-apbmisc". Otherwise, must contain
6 "nvidia,<chip>-apbmisc", plus one of the above, where <chip> is tegra114,
7 tegra124, tegra132.
Peter De Schrijver155dfc72014-06-12 18:36:38 +03008- reg: Should contain 2 entries: the first entry gives the physical address
9 and length of the registers which contain revision and debug features.
10 The second entry gives the physical address and length of the
11 registers indicating the strapping options.
12
Tomeu Vizoso405990c2015-03-12 15:47:54 +010013Optional properties:
14- nvidia,long-ram-code: If present, the RAM code is long (4 bit). If not, short (2 bit).