summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/socfpga_cyclone5_socrates.dts
Commit message (Collapse)AuthorAgeFilesLines
* dts: update to v6.5-rc1Sascha Hauer2023-07-271-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: socfpga: cut down on NAND node duplicationAhmad Fatoum2023-02-221-41/+28
| | | | | | | | | Compared with the upstream DT, we have a lot of duplicated properties, so let's drop them from the barebox override. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230217173057.1839835-19-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: remove @0 from environment nodesSascha Hauer2018-06-191-1/+1
| | | | | | | The environment nodes do not have a reg property and as such should not have a @0 suffix. Newer dtc warns about this, so remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: socfpga: move environment from dtsi to board dtsSteffen Trumtrar2018-01-111-0/+6
| | | | | | | | | | | | Currently all upstream boards use the same barebox-environment setup. It is however problematic to add new boards, that have a different setup. Instead of having to /delete-node/ the file-path property in those boards, move the environment to the specific board files. This also has the charme of - maybe one day - getting rid of a barebox-version of socfpga.dtsi :-) Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: socfpga: socrates: add qspi partitionsSteffen Trumtrar2016-08-181-0/+30
| | | | | Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: socfpga: socrates: set alias for ethernet0Steffen Trumtrar2016-08-181-0/+4
| | | | | Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* socfpga: remove dt entries that are upstreamSteffen Trumtrar2016-08-181-34/+0
| | | | | Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: socfpga: Configure console from device treeSascha Hauer2015-08-261-0/+4
| | | | | | | Add the missing stdout-path properties for the socfpga boards and enable CONFIG_CONSOLE_ACTIVATE_NONE. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: remove most of socfpga barebox-specific dt codeSteffen Trumtrar2015-08-191-21/+12
| | | | | | | | Instead of using internal devicetree files, use the official ones from /dts/src/arm. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: socfpga: socrates: add qspi flashSteffen Trumtrar2015-05-291-0/+20
| | | | | Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: SoCFPGA: Add EBV SoCrates board supportSascha Hauer2013-09-231-0/+64
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>