Path: blob/master/include/dt-bindings/reset/bitmain,bm1880-reset.h
26282 views
/* SPDX-License-Identifier: GPL-2.0+ */1/*2* Copyright (c) 2018 Bitmain Ltd.3* Copyright (c) 2019 Linaro Ltd.4*/56#ifndef _DT_BINDINGS_BM1880_RESET_H7#define _DT_BINDINGS_BM1880_RESET_H89#define BM1880_RST_MAIN_AP 010#define BM1880_RST_SECOND_AP 111#define BM1880_RST_DDR 212#define BM1880_RST_VIDEO 313#define BM1880_RST_JPEG 414#define BM1880_RST_VPP 515#define BM1880_RST_GDMA 616#define BM1880_RST_AXI_SRAM 717#define BM1880_RST_TPU 818#define BM1880_RST_USB 919#define BM1880_RST_ETH0 1020#define BM1880_RST_ETH1 1121#define BM1880_RST_NAND 1222#define BM1880_RST_EMMC 1323#define BM1880_RST_SD 1424#define BM1880_RST_SDMA 1525#define BM1880_RST_I2S0 1626#define BM1880_RST_I2S1 1727#define BM1880_RST_UART0_1_CLK 1828#define BM1880_RST_UART0_1_ACLK 1929#define BM1880_RST_UART2_3_CLK 2030#define BM1880_RST_UART2_3_ACLK 2131#define BM1880_RST_MINER 2232#define BM1880_RST_I2C0 2333#define BM1880_RST_I2C1 2434#define BM1880_RST_I2C2 2535#define BM1880_RST_I2C3 2636#define BM1880_RST_I2C4 2737#define BM1880_RST_PWM0 2838#define BM1880_RST_PWM1 2939#define BM1880_RST_PWM2 3040#define BM1880_RST_PWM3 3141#define BM1880_RST_SPI 3242#define BM1880_RST_GPIO0 3343#define BM1880_RST_GPIO1 3444#define BM1880_RST_GPIO2 3545#define BM1880_RST_EFUSE 3646#define BM1880_RST_WDT 3747#define BM1880_RST_AHB_ROM 3848#define BM1880_RST_SPIC 394950#endif /* _DT_BINDINGS_BM1880_RESET_H */515253