summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sim/imx_emvsim.txt
blob: 29efb4a956ffa01a02889a5fb53f78abc792e6af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* NXP EMVSIM for i.MX8

Required properties:
- compatible :
  - "fsl,imx8-emvsim" for EMVSIM compatible with the one integrated on i.MX8 soc
- reg : address and length of EMVSIM registers
- interrupt : core interrupt controller
- clocks : EMVSIM clock specifier
- power-domains : power domain for EMVSIM

Examples:

emvsim0: sim0@5a0d0000 {
	compatible = "fsl,imx8-emvsim";
	reg = <0x0 0x5a0d0000 0x0 0x10000>;
	interrupts = <GIC_SPI 230 IRQ_TYPE_LEVEL_HIGH>;
	clocks = <&clk IMX8QM_EMVSIM0_CLK>,
	<&clk IMX8QM_EMVSIM0_IPG_CLK>;
	clock-names = "sim", "ipg";
	power-domains = <&pd_ldo1_sim>;
	status = "disabled";
};