1aa1a8ff2SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 25def4c47SEmmanuel Vadot /* 35def4c47SEmmanuel Vadot * Copyright (C) 2020 Arm Ltd. 45def4c47SEmmanuel Vadot */ 55def4c47SEmmanuel Vadot 65def4c47SEmmanuel Vadot #ifndef _DT_BINDINGS_RESET_SUN50I_H616_H_ 75def4c47SEmmanuel Vadot #define _DT_BINDINGS_RESET_SUN50I_H616_H_ 85def4c47SEmmanuel Vadot 95def4c47SEmmanuel Vadot #define RST_MBUS 0 105def4c47SEmmanuel Vadot #define RST_BUS_DE 1 115def4c47SEmmanuel Vadot #define RST_BUS_DEINTERLACE 2 125def4c47SEmmanuel Vadot #define RST_BUS_GPU 3 135def4c47SEmmanuel Vadot #define RST_BUS_CE 4 145def4c47SEmmanuel Vadot #define RST_BUS_VE 5 155def4c47SEmmanuel Vadot #define RST_BUS_DMA 6 165def4c47SEmmanuel Vadot #define RST_BUS_HSTIMER 7 175def4c47SEmmanuel Vadot #define RST_BUS_DBG 8 185def4c47SEmmanuel Vadot #define RST_BUS_PSI 9 195def4c47SEmmanuel Vadot #define RST_BUS_PWM 10 205def4c47SEmmanuel Vadot #define RST_BUS_IOMMU 11 215def4c47SEmmanuel Vadot #define RST_BUS_DRAM 12 225def4c47SEmmanuel Vadot #define RST_BUS_NAND 13 235def4c47SEmmanuel Vadot #define RST_BUS_MMC0 14 245def4c47SEmmanuel Vadot #define RST_BUS_MMC1 15 255def4c47SEmmanuel Vadot #define RST_BUS_MMC2 16 265def4c47SEmmanuel Vadot #define RST_BUS_UART0 17 275def4c47SEmmanuel Vadot #define RST_BUS_UART1 18 285def4c47SEmmanuel Vadot #define RST_BUS_UART2 19 295def4c47SEmmanuel Vadot #define RST_BUS_UART3 20 305def4c47SEmmanuel Vadot #define RST_BUS_UART4 21 315def4c47SEmmanuel Vadot #define RST_BUS_UART5 22 325def4c47SEmmanuel Vadot #define RST_BUS_I2C0 23 335def4c47SEmmanuel Vadot #define RST_BUS_I2C1 24 345def4c47SEmmanuel Vadot #define RST_BUS_I2C2 25 355def4c47SEmmanuel Vadot #define RST_BUS_I2C3 26 365def4c47SEmmanuel Vadot #define RST_BUS_I2C4 27 375def4c47SEmmanuel Vadot #define RST_BUS_SPI0 28 385def4c47SEmmanuel Vadot #define RST_BUS_SPI1 29 395def4c47SEmmanuel Vadot #define RST_BUS_EMAC0 30 405def4c47SEmmanuel Vadot #define RST_BUS_EMAC1 31 415def4c47SEmmanuel Vadot #define RST_BUS_TS 32 425def4c47SEmmanuel Vadot #define RST_BUS_THS 33 435def4c47SEmmanuel Vadot #define RST_BUS_SPDIF 34 445def4c47SEmmanuel Vadot #define RST_BUS_DMIC 35 455def4c47SEmmanuel Vadot #define RST_BUS_AUDIO_CODEC 36 465def4c47SEmmanuel Vadot #define RST_BUS_AUDIO_HUB 37 475def4c47SEmmanuel Vadot #define RST_USB_PHY0 38 485def4c47SEmmanuel Vadot #define RST_USB_PHY1 39 495def4c47SEmmanuel Vadot #define RST_USB_PHY2 40 505def4c47SEmmanuel Vadot #define RST_USB_PHY3 41 515def4c47SEmmanuel Vadot #define RST_BUS_OHCI0 42 525def4c47SEmmanuel Vadot #define RST_BUS_OHCI1 43 535def4c47SEmmanuel Vadot #define RST_BUS_OHCI2 44 545def4c47SEmmanuel Vadot #define RST_BUS_OHCI3 45 555def4c47SEmmanuel Vadot #define RST_BUS_EHCI0 46 565def4c47SEmmanuel Vadot #define RST_BUS_EHCI1 47 575def4c47SEmmanuel Vadot #define RST_BUS_EHCI2 48 585def4c47SEmmanuel Vadot #define RST_BUS_EHCI3 49 595def4c47SEmmanuel Vadot #define RST_BUS_OTG 50 605def4c47SEmmanuel Vadot #define RST_BUS_HDMI 51 615def4c47SEmmanuel Vadot #define RST_BUS_HDMI_SUB 52 625def4c47SEmmanuel Vadot #define RST_BUS_TCON_TOP 53 635def4c47SEmmanuel Vadot #define RST_BUS_TCON_TV0 54 645def4c47SEmmanuel Vadot #define RST_BUS_TCON_TV1 55 655def4c47SEmmanuel Vadot #define RST_BUS_TVE_TOP 56 665def4c47SEmmanuel Vadot #define RST_BUS_TVE0 57 675def4c47SEmmanuel Vadot #define RST_BUS_HDCP 58 685def4c47SEmmanuel Vadot #define RST_BUS_KEYADC 59 69*0e8011faSEmmanuel Vadot #define RST_BUS_GPADC 60 705def4c47SEmmanuel Vadot 715def4c47SEmmanuel Vadot #endif /* _DT_BINDINGS_RESET_SUN50I_H616_H_ */ 72