52 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2/*3 * Copyright (c) 2018 Bitmain Ltd.4 * Copyright (c) 2019 Linaro Ltd.5 */6 7#ifndef _DT_BINDINGS_BM1880_RESET_H8#define _DT_BINDINGS_BM1880_RESET_H9 10#define BM1880_RST_MAIN_AP 011#define BM1880_RST_SECOND_AP 112#define BM1880_RST_DDR 213#define BM1880_RST_VIDEO 314#define BM1880_RST_JPEG 415#define BM1880_RST_VPP 516#define BM1880_RST_GDMA 617#define BM1880_RST_AXI_SRAM 718#define BM1880_RST_TPU 819#define BM1880_RST_USB 920#define BM1880_RST_ETH0 1021#define BM1880_RST_ETH1 1122#define BM1880_RST_NAND 1223#define BM1880_RST_EMMC 1324#define BM1880_RST_SD 1425#define BM1880_RST_SDMA 1526#define BM1880_RST_I2S0 1627#define BM1880_RST_I2S1 1728#define BM1880_RST_UART0_1_CLK 1829#define BM1880_RST_UART0_1_ACLK 1930#define BM1880_RST_UART2_3_CLK 2031#define BM1880_RST_UART2_3_ACLK 2132#define BM1880_RST_MINER 2233#define BM1880_RST_I2C0 2334#define BM1880_RST_I2C1 2435#define BM1880_RST_I2C2 2536#define BM1880_RST_I2C3 2637#define BM1880_RST_I2C4 2738#define BM1880_RST_PWM0 2839#define BM1880_RST_PWM1 2940#define BM1880_RST_PWM2 3041#define BM1880_RST_PWM3 3142#define BM1880_RST_SPI 3243#define BM1880_RST_GPIO0 3344#define BM1880_RST_GPIO1 3445#define BM1880_RST_GPIO2 3546#define BM1880_RST_EFUSE 3647#define BM1880_RST_WDT 3748#define BM1880_RST_AHB_ROM 3849#define BM1880_RST_SPIC 3950 51#endif /* _DT_BINDINGS_BM1880_RESET_H */52