Commit 470f2483 authored by Sébastien Szymanski's avatar Sébastien Szymanski Committed by Shawn Guo

ARM: dts: imx6ul: Add PXP node

Add PXP node for i.MX6UL/L SoC.
Signed-off-by: default avatarSébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 68691148
...@@ -968,6 +968,14 @@ lcdif: lcdif@21c8000 { ...@@ -968,6 +968,14 @@ lcdif: lcdif@21c8000 {
status = "disabled"; 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 { qspi: spi@21e0000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -35,6 +35,12 @@ &ocotp { ...@@ -35,6 +35,12 @@ &ocotp {
compatible = "fsl,imx6ull-ocotp", "syscon"; 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 { &usdhc1 {
compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc"; compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment