Searched +full:uniphier +full:- +full:ld11 +full:- +full:adamv +full:- +full:reset (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/ |
| D | socionext,uniphier-reset.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/reset/socionext,uniphier-reset.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: UniPhier reset controller 10 - Masahiro Yamada <yamada.masahiro@socionext.com> 15 - description: System reset 17 - socionext,uniphier-ld4-reset 18 - socionext,uniphier-pro4-reset 19 - socionext,uniphier-sld8-reset [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/reset/ |
| D | uniphier-reset.txt | 1 UniPhier reset controller 4 System reset 5 ------------ 8 - compatible: should be one of the following: 9 "socionext,uniphier-ld4-reset" - for LD4 SoC 10 "socionext,uniphier-pro4-reset" - for Pro4 SoC 11 "socionext,uniphier-sld8-reset" - for sLD8 SoC 12 "socionext,uniphier-pro5-reset" - for Pro5 SoC 13 "socionext,uniphier-pxs2-reset" - for PXs2/LD6b SoC 14 "socionext,uniphier-ld11-reset" - for LD11 SoC [all …]
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/socionext/ |
| D | uniphier-ld11.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 SoC 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 14 compatible = "socionext,uniphier-ld11"; 15 #address-cells = <2>; 16 #size-cells = <2>; 17 interrupt-parent = <&gic>; 20 #address-cells = <2>; 21 #size-cells = <0>; [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/socionext/ |
| D | uniphier-ld11.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 SoC 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 12 compatible = "socionext,uniphier-ld11"; 13 #address-cells = <2>; 14 #size-cells = <2>; 15 interrupt-parent = <&gic>; 18 #address-cells = <2>; 19 #size-cells = <0>; [all …]
|
| /kernel/linux/linux-5.10/drivers/reset/ |
| D | reset-uniphier.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 13 #include <linux/reset-controller.h> 23 #define UNIPHIER_RESET_ID_END (unsigned int)(-1) 43 /* System reset data */ 59 UNIPHIER_RESETX(30, 0x2000, 19), /* SATA-PHY */ 81 UNIPHIER_RESETX(16, 0x2014, 4), /* USB30-PHY0 */ 82 UNIPHIER_RESETX(17, 0x2014, 0), /* USB30-PHY1 */ 83 UNIPHIER_RESETX(18, 0x2014, 2), /* USB30-PHY2 */ 84 UNIPHIER_RESETX(20, 0x2014, 5), /* USB31-PHY0 */ 85 UNIPHIER_RESETX(21, 0x2014, 1), /* USB31-PHY1 */ [all …]
|
| /kernel/linux/linux-4.19/drivers/reset/ |
| D | reset-uniphier.c | 22 #include <linux/reset-controller.h> 32 #define UNIPHIER_RESET_ID_END (unsigned int)(-1) 52 /* System reset data */ 68 UNIPHIER_RESETX(30, 0x2000, 19), /* SATA-PHY */ 90 UNIPHIER_RESETX(16, 0x2014, 4), /* USB30-PHY0 */ 91 UNIPHIER_RESETX(17, 0x2014, 0), /* USB30-PHY1 */ 92 UNIPHIER_RESETX(18, 0x2014, 2), /* USB30-PHY2 */ 93 UNIPHIER_RESETX(20, 0x2014, 5), /* USB31-PHY0 */ 94 UNIPHIER_RESETX(21, 0x2014, 1), /* USB31-PHY1 */ 96 UNIPHIER_RESET(30, 0x2014, 8), /* SATA-PHY (active high) */ [all …]
|