Lines Matching +full:reset +full:- +full:delay
1 NXP LPC1850 Reset Generation Unit (RGU)
4 Please also refer to reset.txt in this directory for common reset
8 - compatible: Should be "nxp,lpc1850-rgu"
9 - reg: register base and length
10 - clocks: phandle and clock specifier to RGU clocks
11 - clock-names: should contain "delay" and "reg"
12 - #reset-cells: should be 1
14 See table below for valid peripheral reset numbers. Numbers not
18 Reset Peripheral
20 12 ARM Cortex-M0 subsystem core (LPC43xx only)
56 56 ARM Cortex-M0 application core (LPC4370 only)
59 60 ADCHS (12-bit ADC) (LPC4370 only)
62 the reset signals and the connected block/peripheral.
64 Reset provider example:
65 rgu: reset-controller@40053000 {
66 compatible = "nxp,lpc1850-rgu";
69 clock-names = "delay", "reg";
70 #reset-cells = <1>;
73 Reset consumer example:
75 compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
78 interrupt-names = "macirq";
80 clock-names = "stmmaceth";
82 reset-names = "stmmaceth";