/openbmc/linux/arch/arm64/boot/dts/nuvoton/ |
H A D | ma35d1.dtsi | 11 #include <dt-bindings/clock/nuvoton,ma35d1-clk.h> 12 #include <dt-bindings/reset/nuvoton,ma35d1-reset.h> 15 compatible = "nuvoton,ma35d1"; 86 compatible = "nuvoton,ma35d1-reset"; 92 compatible = "nuvoton,ma35d1-clk"; 99 compatible = "nuvoton,ma35d1-uart"; 107 compatible = "nuvoton,ma35d1-uart"; 115 compatible = "nuvoton,ma35d1-uart"; 123 compatible = "nuvoton,ma35d1-uart"; 131 compatible = "nuvoton,ma35d1-uart"; [all …]
|
H A D | ma35d1-iot-512m.dts | 9 #include "ma35d1.dtsi" 12 model = "Nuvoton MA35D1-IoT"; 13 compatible = "nuvoton,ma35d1-iot", "nuvoton,ma35d1";
|
H A D | ma35d1-som-256m.dts | 9 #include "ma35d1.dtsi" 12 model = "Nuvoton MA35D1-SOM"; 13 compatible = "nuvoton,ma35d1-som", "nuvoton,ma35d1";
|
H A D | Makefile | 2 dtb-$(CONFIG_ARCH_MA35) += ma35d1-iot-512m.dtb 3 dtb-$(CONFIG_ARCH_MA35) += ma35d1-som-256m.dtb
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | nuvoton,ma35d1-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/nuvoton,ma35d1-clk.yaml# 7 title: Nuvoton MA35D1 Clock Controller Module 14 The MA35D1 clock controller generates clocks for the whole chip, 18 include/dt-bindings/clock/ma35d1-clk.h 23 - const: nuvoton,ma35d1-clk 58 compatible = "nuvoton,ma35d1-clk";
|
/openbmc/linux/Documentation/devicetree/bindings/arm/nuvoton/ |
H A D | nuvoton,ma35d1.yaml | 4 $id: http://devicetree.org/schemas/arm/nuvoton/nuvoton,ma35d1.yaml# 22 - description: MA35D1 based boards 25 - nuvoton,ma35d1-iot 26 - nuvoton,ma35d1-som 27 - const: nuvoton,ma35d1
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | nuvoton,ma35d1-reset.yaml | 4 $id: http://devicetree.org/schemas/reset/nuvoton,ma35d1-reset.yaml# 7 title: Nuvoton MA35D1 Reset Controller 15 controllers in MA35D1 SoC. 20 - const: nuvoton,ma35d1-reset 40 compatible = "nuvoton,ma35d1-reset";
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | nuvoton,ma35d1-serial.yaml | 4 $id: http://devicetree.org/schemas/serial/nuvoton,ma35d1-serial.yaml# 7 title: Nuvoton MA35D1 Universal Asynchronous Receiver/Transmitter (UART) 18 const: nuvoton,ma35d1-uart 40 #include <dt-bindings/clock/nuvoton,ma35d1-clk.h> 43 compatible = "nuvoton,ma35d1-uart";
|
/openbmc/linux/drivers/clk/nuvoton/ |
H A D | Makefile | 2 obj-$(CONFIG_CLK_MA35D1) += clk-ma35d1.o 3 obj-$(CONFIG_CLK_MA35D1) += clk-ma35d1-divider.o 4 obj-$(CONFIG_CLK_MA35D1) += clk-ma35d1-pll.o
|
H A D | Kconfig | 14 bool "Nuvoton MA35D1 clock controller support" 17 Build the clock controller driver for MA35D1 SoC.
|
H A D | clk-ma35d1-pll.c | 16 #include <dt-bindings/clock/nuvoton,ma35d1-clk.h> 18 #include "clk-ma35d1.h"
|
H A D | clk-ma35d1-divider.c | 12 #include "clk-ma35d1.h"
|
H A D | clk-ma35d1.c | 13 #include <dt-bindings/clock/nuvoton,ma35d1-clk.h> 15 #include "clk-ma35d1.h" 1036 { .compatible = "nuvoton,ma35d1-clk" }, 1044 .name = "ma35d1-clk", 1057 MODULE_DESCRIPTION("NUVOTON MA35D1 Clock Driver");
|
/openbmc/linux/drivers/tty/serial/ |
H A D | ma35d1_serial.c | 3 * MA35D1 serial driver 125 /* The constrain for MA35D1 UART baud rate divider */ 437 /* MA35D1 UART baud rate equation: baudrate = UART_CLK / (quot + 2) */ in ma35d1serial_set_termios() 483 return "ma35d1-uart"; in ma35d1serial_type() 521 { .compatible = "nuvoton,ma35d1-uart" }, 799 .name = "ma35d1-uart", 829 MODULE_DESCRIPTION("MA35D1 serial driver");
|
H A D | Kconfig | 1559 tristate "Nuvoton MA35D1 family UART support" 1563 This driver supports Nuvoton MA35D1 family UART ports. If you would 1566 module. If you enable this option, Ma35D1 serial ports in the system 1570 bool "Console on a Nuvotn MA35D1 family UART port" 1575 Nuvoton MA35D1 family as a console.
|
/openbmc/linux/drivers/reset/ |
H A D | reset-ma35d1.c | 18 #include <dt-bindings/reset/nuvoton,ma35d1-reset.h> 189 { .compatible = "nuvoton,ma35d1-reset" }, 230 .name = "ma35d1-reset",
|
H A D | Kconfig | 148 bool "Nuvoton MA35D1 Reset Driver" 152 This enables the reset controller driver for Nuvoton MA35D1 SoC.
|
H A D | Makefile | 24 obj-$(CONFIG_RESET_NUVOTON_MA35D1) += reset-ma35d1.o
|
/openbmc/linux/include/dt-bindings/reset/ |
H A D | nuvoton,ma35d1-reset.h | 6 * Device Tree binding constants for MA35D1 reset controller.
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | syscon.yaml | 59 - nuvoton,ma35d1-sys
|
/openbmc/linux/ |
H A D | MAINTAINERS | 2478 K: ma35d1
|
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |