/dts-v1/; #include "prx321-sfu.dtsi" #include "prx300-512MB.dtsi" #include "prx300-pon.dtsi" / { model = "PRX321-SFU-QSPI-512-PON"; compatible = "intel,prx321-sfu-qspi-512-pon", "intel,prx321-sfu-qspi-pon", "intel,prx321-sfu", "intel,prx300"; chosen { stdout-path = "serial0"; }; memory@0 { device_type = "memory"; reg = <0x20000000 0x20000000>; /* 512 MB */ }; }; /* For voice enable the SPI driver needed for access to the on silicon VCODEC but prevent switching the pinmux to this SPI bus. On this design these pins are used for the QSPI bus. */ &ssc0 { status = "okay"; /delete-property/ pinctrl-names; /delete-property/ pinctrl-0; }; &qspi0 { status = "okay"; ltq-spinand@0 { status = "okay"; }; };