Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sébastien Szymanski and committed by
Shawn Guo
470f2483 68691148

+14
+8
arch/arm/boot/dts/imx6ul.dtsi
··· 968 968 status = "disabled"; 969 969 }; 970 970 971 + pxp: pxp@21cc000 { 972 + compatible = "fsl,imx6ul-pxp"; 973 + reg = <0x021cc000 0x4000>; 974 + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; 975 + clocks = <&clks IMX6UL_CLK_PXP>; 976 + clock-names = "axi"; 977 + }; 978 + 971 979 qspi: spi@21e0000 { 972 980 #address-cells = <1>; 973 981 #size-cells = <0>;
+6
arch/arm/boot/dts/imx6ull.dtsi
··· 35 35 compatible = "fsl,imx6ull-ocotp", "syscon"; 36 36 }; 37 37 38 + &pxp { 39 + compatible = "fsl,imx6ull-pxp"; 40 + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, 41 + <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>; 42 + }; 43 + 38 44 &usdhc1 { 39 45 compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc"; 40 46 };