upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
871 B
29 lines
871 B
/*
|
|
* Copyright (c) 2015-2016, NVIDIA CORPORATION.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_POWER_TEGRA186_POWERGATE_H
|
|
#define _DT_BINDINGS_POWER_TEGRA186_POWERGATE_H
|
|
|
|
#define TEGRA186_POWER_DOMAIN_AUD 0
|
|
#define TEGRA186_POWER_DOMAIN_DFD 1
|
|
#define TEGRA186_POWER_DOMAIN_DISP 2
|
|
#define TEGRA186_POWER_DOMAIN_DISPB 3
|
|
#define TEGRA186_POWER_DOMAIN_DISPC 4
|
|
#define TEGRA186_POWER_DOMAIN_ISPA 5
|
|
#define TEGRA186_POWER_DOMAIN_NVDEC 6
|
|
#define TEGRA186_POWER_DOMAIN_NVJPG 7
|
|
#define TEGRA186_POWER_DOMAIN_MPE 8
|
|
#define TEGRA186_POWER_DOMAIN_PCX 9
|
|
#define TEGRA186_POWER_DOMAIN_SAX 10
|
|
#define TEGRA186_POWER_DOMAIN_VE 11
|
|
#define TEGRA186_POWER_DOMAIN_VIC 12
|
|
#define TEGRA186_POWER_DOMAIN_XUSBA 13
|
|
#define TEGRA186_POWER_DOMAIN_XUSBB 14
|
|
#define TEGRA186_POWER_DOMAIN_XUSBC 15
|
|
#define TEGRA186_POWER_DOMAIN_GPU 43
|
|
#define TEGRA186_POWER_DOMAIN_MAX 44
|
|
|
|
#endif
|
|
|