Searched +full:uniphier +full:- +full:ld11 +full:- +full:reset (Results 1 – 12 of 12) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/reset/socionext,uniphier-reset.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: UniPhier reset controller10 - Masahiro Yamada <yamada.masahiro@socionext.com>15 - description: System reset17 - socionext,uniphier-ld4-reset18 - socionext,uniphier-pro4-reset19 - socionext,uniphier-sld8-reset[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier LD11 SoC8 #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 …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier LD11 Global Board5 // Copyright (C) 2016-2017 Socionext Inc.9 /dts-v1/;10 #include <dt-bindings/gpio/uniphier-gpio.h>11 #include "uniphier-ld11.dtsi"14 model = "UniPhier LD11 Global Board (REF_LD11_GP)";15 compatible = "socionext,uniphier-ld11-global",16 "socionext,uniphier-ld11";19 stdout-path = "serial0:115200n8";[all …]
2 * Device Tree Source for UniPhier LD11 SoC7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)13 compatible = "socionext,uniphier-ld11";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;20 #size-cells = <0>;22 cpu-map {35 compatible = "arm,cortex-a53", "arm,armv8";[all …]
5 * SPDX-License-Identifier: GPL-2.0+10 #include <reset-uclass.h>23 #define UNIPHIER_RESET_ID_END (unsigned int)(-1)43 /* System reset data */58 UNIPHIER_RESETX(16, 0x2014, 4), /* USB30-PHY0 */59 UNIPHIER_RESETX(17, 0x2014, 0), /* USB30-PHY1 */60 UNIPHIER_RESETX(18, 0x2014, 2), /* USB30-PHY2 */61 UNIPHIER_RESETX(20, 0x2014, 5), /* USB31-PHY0 */62 UNIPHIER_RESETX(21, 0x2014, 1), /* USB31-PHY1 */64 UNIPHIER_RESET(29, 0x2014, 8), /* SATA-PHY (active high) */[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later13 #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 …]
1 U-Boot for UniPhier SoC family6 ----------------------8 The UniPhier platform is well tested with Linaro toolchains.9 You can download pre-built toolchains from:15 ------------------20 $ make CROSS_COMPILE=<toolchain-prefix> DEVICE_TREE=<device-tree>22 The recommended <toolchain-prefix> is `arm-linux-gnueabihf-` for 32bit SoCs,23 `aarch64-linux-gnu-` for 64bit SoCs, but you may wish to change it to use your26 The following tables show <defconfig> and <device-tree> for each board.30 Board | <defconfig> | <device-tree>[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/sound/socionext,uniphier-aio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: UniPhier AIO audio system10 - <alsa-devel@alsa-project.org>15 - socionext,uniphier-ld11-aio16 - socionext,uniphier-ld20-aio17 - socionext,uniphier-pxs2-aio25 clock-names:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/socionext,uniphier-ave4.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>14 implemented on Socionext UniPhier SoCs.17 - $ref: ethernet-controller.yaml#22 - socionext,uniphier-pro4-ave423 - socionext,uniphier-pxs2-ave424 - socionext,uniphier-ld11-ave4[all …]
4 default "uniphier"14 prompt "UniPhier SoC select"18 bool "UniPhier LD4/sLD8 SoCs"22 bool "UniPhier Pro4 SoC"26 bool "UniPhier Pro5/PXs2/LD6b SoCs"30 bool "UniPhier V8 SoCs"38 bool "Enable UniPhier LD4 SoC support"43 bool "Enable UniPhier sLD8 SoC support"48 bool "Enable UniPhier Pro5 SoC support"53 bool "Enable UniPhier Pxs2 SoC support"[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sni_ave.c - Socionext UniPhier AVE ethernet driver5 * Copyright 2015-2017 Socionext Inc.23 #include <linux/reset.h>30 #define AVE_GRR 0x008 /* Global Reset */84 #define AVE_RSTCTRL 0x8028 /* Reset control */90 #define AVE_GRR_RXFFR BIT(5) /* Reset RxFIFO */91 #define AVE_GRR_PHYRST BIT(4) /* Reset external PHY */92 #define AVE_GRR_GRST BIT(0) /* Reset all MAC */175 #define AVE_PFNUM_MULTICAST 11 /* No.11-17 */[all …]
... arch/arm/cpu/arm926ejs/mx25/reset.c u-boot-2021.07/arch/ ...