mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
ARM: dts: imx6ul: Add PXP node
Add PXP node for i.MX6UL/L SoC. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
6869114832
commit
470f248368
@ -968,6 +968,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pxp: pxp@21cc000 {
|
||||
compatible = "fsl,imx6ul-pxp";
|
||||
reg = <0x021cc000 0x4000>;
|
||||
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clks IMX6UL_CLK_PXP>;
|
||||
clock-names = "axi";
|
||||
};
|
||||
|
||||
qspi: spi@21e0000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
@ -35,6 +35,12 @@
|
||||
compatible = "fsl,imx6ull-ocotp", "syscon";
|
||||
};
|
||||
|
||||
&pxp {
|
||||
compatible = "fsl,imx6ull-pxp";
|
||||
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
&usdhc1 {
|
||||
compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user