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

Merge tag 'mvebu-dt-4.17-spdx' of git://git.infradead.org/linux-mvebu into next/dt

Pull "mvebu SPDX dt for 4.17: from Gregory CLEMENT:

convert to the SPDX-License-Identifier for the Kirkwood and the Armada
based device tree files.

Compared to the series submitted most of the patch have been squashed:
the result is grouped by SoC, boards, type of licenses and the patches
that were explicitly acked on the mailing list.

* tag 'mvebu-dt-4.17-spdx' of git://git.infradead.org/linux-mvebu:
arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+
arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT
arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0
arm: dts: armada-385-turris-omnia: use SPDX-License-Identifier
arm: dts: armada-385-db-ap: use SPDX-License-Identifier
arm: dts: armada-388-rd: use SPDX-License-Identifier
arm: dts: armada-xp-db-xc3-24g4xg: use SPDX-License-Identifier
arm: dts: armada-xp-db-dxbc2: use SPDX-License-Identifier
arm: dts: armada-370-db: use SPDX-License-Identifier
arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board
arm: dts: armada-xp-98dx: use SPDX-License-Identifier for prestara 98d SoCs
arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs

+122 -2561
+1 -38
arch/arm/boot/dts/armada-370-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 370 evaluation board 3 4 * (DB-88F6710-BP-DDR3) ··· 8 7 * Lior Amsalem <alior@marvell.com> 9 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 10 9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation; either version 2 of the 20 - * License, or (at your option) any later version. 21 - * 22 - * This file is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 - * GNU General Public License for more details. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 10 * 50 11 * Note: this Device Tree assumes that the bootloader has remapped the 51 12 * internal registers to 0xf1000000 (instead of the default
+1 -38
arch/arm/boot/dts/armada-370-mirabox.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Globalscale Mirabox 3 4 * 4 5 * Gregory CLEMENT <gregory.clement@free-electrons.com> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-370-netgear-rn102.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for NETGEAR ReadyNAS 102 3 4 * 4 5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-370-netgear-rn104.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for NETGEAR ReadyNAS 104 3 4 * 4 5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-370-rd.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 370 Reference Design board 3 4 * (RD-88F6710-A1) ··· 6 5 * Copied from arch/arm/boot/dts/armada-370-db.dts 7 6 * 8 7 * Copyright (C) 2013 Florian Fainelli <florian@openwrt.org> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This file is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 8 * 48 9 * Note: this Device Tree assumes that the bootloader has remapped the 49 10 * internal registers to 0xf1000000 (instead of the default
+1 -4
arch/arm/boot/dts/armada-370-seagate-nas-2bay.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for Seagate NAS 2-Bay (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Vincent Donnefort <vdonnefort@gmail.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-nas-4bay.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for Seagate NAS 4-Bay (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Vincent Donnefort <vdonnefort@gmail.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-nas-xbay.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree common file for the Seagate NAS 2 and 4-bay (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Vincent Donnefort <vdonnefort@gmail.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-personal-cloud-2bay.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for Seagate Personal Cloud NAS 2-Bay (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Simon Guinot <simon.guinot@sequanux.org> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-personal-cloud.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for Seagate Personal Cloud NAS (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Simon Guinot <simon.guinot@sequanux.org> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-personal-cloud.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree common file for the Seagate Personal Cloud NAS 1 and 2-Bay 3 4 * (Armada 370 SoC). ··· 6 5 * Copyright (C) 2015 Seagate 7 6 * 8 7 * Author: Simon Guinot <simon.guinot@sequanux.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 /*
+1 -38
arch/arm/boot/dts/armada-370-synology-ds213j.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Synology DS213j 3 4 * 4 5 * Copyright (C) 2014, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 * 44 7 * Note: this Device Tree assumes that the bootloader has remapped the 45 8 * internal registers to 0xf1000000 (instead of the old 0xd0000000).
+1 -38
arch/arm/boot/dts/armada-370-xp.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 370 and Armada XP SoC 3 4 * ··· 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 9 * Ben Dooks <ben.dooks@codethink.co.uk> 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation; either version 2 of the 20 - * License, or (at your option) any later version. 21 - * 22 - * This file is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 - * GNU General Public License for more details. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 10 * 50 11 * This file contains the definitions that are common to the Armada 51 12 * 370 and Armada XP SoC.
+1 -38
arch/arm/boot/dts/armada-370.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 370 family SoC 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPL or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This file is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 9 * 49 10 * Contains definitions specific to the Armada 370 SoC that are not 50 11 * common to all Armada SoCs.
+1 -38
arch/arm/boot/dts/armada-375-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 375 evaluation board 3 4 * (DB-88F6720) ··· 7 6 * 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPL or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This file is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 9 */ 49 10 50 11 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-375.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 375 family SoC 3 4 * ··· 6 5 * 7 6 * Gregory CLEMENT <gregory.clement@free-electrons.com> 8 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This file is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 8 */ 48 9 49 10 #include <dt-bindings/interrupt-controller/arm-gic.h>
+1 -38
arch/arm/boot/dts/armada-380.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 380 SoC. 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPL or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This file is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 9 */ 49 10 50 11 #include "armada-38x.dtsi"
+1 -32
arch/arm/boot/dts/armada-385-db-ap.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 385 Access Point Development board 3 4 * (DB-88F6820-AP) ··· 6 5 * Copyright (C) 2014 Marvell 7 6 * 8 7 * Nadav Haklai <nadavh@marvell.com> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is licensed under the terms of the GNU General Public 16 - * License version 2. This program is licensed "as is" without 17 - * any warranty of any kind, whether express or implied. 18 - * 19 - * Or, alternatively, 20 - * 21 - * b) Permission is hereby granted, free of charge, to any person 22 - * obtaining a copy of this software and associated documentation 23 - * files (the "Software"), to deal in the Software without 24 - * restriction, including without limitation the rights to use, 25 - * copy, modify, merge, publish, distribute, sublicense, and/or 26 - * sell copies of the Software, and to permit persons to whom the 27 - * Software is furnished to do so, subject to the following 28 - * conditions: 29 - * 30 - * The above copyright notice and this permission notice shall be 31 - * included in all copies or substantial portions of the Software. 32 - * 33 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 34 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 35 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 36 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 37 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 39 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 40 - * OTHER DEALINGS IN THE SOFTWARE. 41 8 */ 42 9 43 10 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys-caiman.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree include for the Linksys WRT1200AC (Caiman) 3 4 * 4 5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys-cobra.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Linksys WRT1900ACv2 (Cobra) 3 4 * 4 5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys-rango.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Linksys WRT3200ACM (Rango) 3 4 * 4 5 * Copyright (C) 2016 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys-shelby.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Linksys WRT1900ACS (Shelby) 3 4 * 4 5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree include file for Armada 385 based Linksys boards 3 4 * 4 5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 #include <dt-bindings/gpio/gpio.h>
+1 -32
arch/arm/boot/dts/armada-385-synology-ds116.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for Synology DS116 NAS 3 4 * 4 5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without 13 - * any warranty of any kind, whether express or implied. 14 - * 15 - * Or, alternatively, 16 - * 17 - * b) Permission is hereby granted, free of charge, to any person 18 - * obtaining a copy of this software and associated documentation 19 - * files (the "Software"), to deal in the Software without 20 - * restriction, including without limitation the rights to use, 21 - * copy, modify, merge, publish, distribute, sublicense, and/or 22 - * sell copies of the Software, and to permit persons to whom the 23 - * Software is furnished to do so, subject to the following 24 - * conditions: 25 - * 26 - * The above copyright notice and this permission notice shall be 27 - * included in all copies or substantial portions of the Software. 28 - * 29 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 31 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 32 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 33 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 34 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 35 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 36 - * OTHER DEALINGS IN THE SOFTWARE. 37 6 */ 38 7 39 8 /dts-v1/;
+1 -34
arch/arm/boot/dts/armada-385-turris-omnia.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Turris Omnia 3 4 * 4 5 * Copyright (C) 2016 Uwe Kleine-König <uwe@kleine-koenig.org> 5 6 * Copyright (C) 2016 Tomas Hlavacek <tmshlvkc@gmail.com> 6 7 * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 - */ 39 - 40 - /* 41 8 * Schematic available at https://www.turris.cz/doc/_media/rtrom01-schema.pdf 42 9 */ 43 10
+1 -38
arch/arm/boot/dts/armada-385.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 385 SoC. 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPL or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This file is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 9 */ 49 10 50 11 #include "armada-38x.dtsi"
+1 -37
arch/arm/boot/dts/armada-388-clearfog-base.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for SolidRun Clearfog Base revision A1 rev 2.0 (88F6828) 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 50 12 /dts-v1/;
+1 -37
arch/arm/boot/dts/armada-388-clearfog-pro.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828) 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 #include "armada-388-clearfog.dts" 50 12
+1 -37
arch/arm/boot/dts/armada-388-clearfog.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828) 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 50 12 /dts-v1/;
+1 -37
arch/arm/boot/dts/armada-388-clearfog.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree include file for SolidRun Clearfog 88F6828 based boards 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 50 12 #include "armada-388.dtsi"
+1 -38
arch/arm/boot/dts/armada-388-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 388 evaluation board 3 4 * (DB-88F6820) ··· 6 5 * Copyright (C) 2014 Marvell 7 6 * 8 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This file is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 8 */ 48 9 49 10 /dts-v1/;
+1 -32
arch/arm/boot/dts/armada-388-gp.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 385 development board 3 4 * (RD-88F6820-GP) ··· 6 5 * Copyright (C) 2014 Marvell 7 6 * 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is licensed under the terms of the GNU General Public 16 - * License version 2. This program is licensed "as is" without 17 - * any warranty of any kind, whether express or implied. 18 - * 19 - * Or, alternatively, 20 - * 21 - * b) Permission is hereby granted, free of charge, to any person 22 - * obtaining a copy of this software and associated documentation 23 - * files (the "Software"), to deal in the Software without 24 - * restriction, including without limitation the rights to use, 25 - * copy, modify, merge, publish, distribute, sublicense, and/or 26 - * sell copies of the Software, and to permit persons to whom the 27 - * Software is furnished to do so, subject to the following 28 - * conditions: 29 - * 30 - * The above copyright notice and this permission notice shall be 31 - * included in all copies or substantial portions of the Software. 32 - * 33 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 34 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 35 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 36 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 37 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 39 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 40 - * OTHER DEALINGS IN THE SOFTWARE. 41 8 */ 42 9 43 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-388-rd.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 388 Reference Design board 3 4 * (RD-88F6820-AP) ··· 7 6 * 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPL or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This file is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 9 */ 49 10 50 11 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-388.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 388 SoC. 3 4 * 4 5 * Copyright (C) 2015 Marvell 5 6 * 6 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is licensed under the terms of the GNU General Public 14 - * License version 2. This program is licensed "as is" without 15 - * any warranty of any kind, whether express or implied. 16 - * 17 - * Or, alternatively, 18 - * 19 - * b) Permission is hereby granted, free of charge, to any person 20 - * obtaining a copy of this software and associated documentation 21 - * files (the "Software"), to deal in the Software without 22 - * restriction, including without limitation the rights to use, 23 - * copy, modify, merge, publish, distribute, sublicense, and/or 24 - * sell copies of the Software, and to permit persons to whom the 25 - * Software is furnished to do so, subject to the following 26 - * conditions: 27 - * 28 - * The above copyright notice and this permission notice shall be 29 - * included in all copies or substantial portions of the Software. 30 - * 31 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 32 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 33 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 34 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 35 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 36 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 38 - * OTHER DEALINGS IN THE SOFTWARE. 39 - * 40 8 * 41 9 * The main difference with the Armada 385 is that the 388 can handle two more 42 10 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
+1 -37
arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for SolidRun Armada 38x Microsom 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 #include <dt-bindings/input/input.h> 50 12 #include <dt-bindings/gpio/gpio.h>
+1 -38
arch/arm/boot/dts/armada-38x.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 38x family of SoCs. 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPL or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This file is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 9 */ 49 10 50 11 #include "skeleton.dtsi"
+1 -38
arch/arm/boot/dts/armada-390-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 390 Development Board 3 4 * (DB-88F6920) ··· 6 5 * Copyright (C) 2016 Marvell 7 6 * 8 7 * Grzegorz Jaszczyk <jaz@semihalf.com> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This file is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 8 */ 48 9 49 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-390.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 390 SoC. 3 4 * 4 5 * Copyright (C) 2015 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 #include "armada-39x.dtsi"
+1 -32
arch/arm/boot/dts/armada-395-gp.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 395 GP board 3 4 * 4 5 * Copyright (C) 2016 Marvell 5 6 * 6 7 * Grzegorz Jaszczyk <jaz@semihalf.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is licensed under the terms of the GNU General Public 14 - * License version 2. This program is licensed "as is" without 15 - * any warranty of any kind, whether express or implied. 16 - * 17 - * Or, alternatively, 18 - * 19 - * b) Permission is hereby granted, free of charge, to any person 20 - * obtaining a copy of this software and associated documentation 21 - * files (the "Software"), to deal in the Software without 22 - * restriction, including without limitation the rights to use, 23 - * copy, modify, merge, publish, distribute, sublicense, and/or 24 - * sell copies of the Software, and to permit persons to whom the 25 - * Software is furnished to do so, subject to the following 26 - * conditions: 27 - * 28 - * The above copyright notice and this permission notice shall be 29 - * included in all copies or substantial portions of the Software. 30 - * 31 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 32 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 33 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 34 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 35 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 36 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 38 - * OTHER DEALINGS IN THE SOFTWARE. 39 8 */ 40 9 41 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-395.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 395 SoC. 3 4 * 4 5 * Copyright (C) 2016 Marvell 5 6 * 6 7 * Grzegorz Jaszczyk <jaz@semihalf.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 #include "armada-39x.dtsi"
+1 -38
arch/arm/boot/dts/armada-398-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 398 Development Board 3 4 * 4 5 * Copyright (C) 2015 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-398.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 398 SoC. 3 4 * 4 5 * Copyright (C) 2015 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 #include "armada-395.dtsi"
+1 -38
arch/arm/boot/dts/armada-39x.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 39x family of SoCs. 3 4 * 4 5 * Copyright (C) 2015 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 #include "skeleton.dtsi"
+1 -38
arch/arm/boot/dts/armada-xp-98dx3236.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell 98dx3236 family SoC 3 4 * 4 5 * Copyright (C) 2016 Allied Telesis Labs 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 * 44 7 * Contains definitions specific to the 98dx3236 SoC that are not 45 8 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp-98dx3336.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell 98dx3336 family SoC 3 4 * 4 5 * Copyright (C) 2016 Allied Telesis Labs 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 * 44 7 * Contains definitions specific to the 98dx3236 SoC that are not 45 8 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp-98dx4251.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell 98dx4521 family SoC 3 4 * 4 5 * Copyright (C) 2016 Allied Telesis Labs 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 * 44 7 * Contains definitions specific to the 98dx4521 SoC that are not 45 8 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp-axpwifiap.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell RD-AXPWiFiAP. 3 4 * ··· 10 9 * Copyright (C) 2013 Marvell 11 10 * 12 11 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 13 - * 14 - * This file is dual-licensed: you can use it either under the terms 15 - * of the GPL or the X11 license, at your option. Note that this dual 16 - * licensing only applies to this file, and not this project as a 17 - * whole. 18 - * 19 - * a) This file is free software; you can redistribute it and/or 20 - * modify it under the terms of the GNU General Public License as 21 - * published by the Free Software Foundation; either version 2 of the 22 - * License, or (at your option) any later version. 23 - * 24 - * This file is distributed in the hope that it will be useful, 25 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 26 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 - * GNU General Public License for more details. 28 - * 29 - * Or, alternatively, 30 - * 31 - * b) Permission is hereby granted, free of charge, to any person 32 - * obtaining a copy of this software and associated documentation 33 - * files (the "Software"), to deal in the Software without 34 - * restriction, including without limitation the rights to use, 35 - * copy, modify, merge, publish, distribute, sublicense, and/or 36 - * sell copies of the Software, and to permit persons to whom the 37 - * Software is furnished to do so, subject to the following 38 - * conditions: 39 - * 40 - * The above copyright notice and this permission notice shall be 41 - * included in all copies or substantial portions of the Software. 42 - * 43 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 44 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 45 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 46 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 47 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 48 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 49 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 50 - * OTHER DEALINGS IN THE SOFTWARE. 51 12 */ 52 13 53 14 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-db-dxbc2.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for DB-DXBC2 board 3 4 * 4 5 * Copyright (C) 2016 Allied Telesis Labs 5 6 * 6 7 * Based on armada-xp-db.dts 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 * 46 9 * Note: this Device Tree assumes that the bootloader has remapped the 47 10 * internal registers to 0xf1000000 (instead of the default
+1 -38
arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for DB-XC3-24G4XG board 3 4 * 4 5 * Copyright (C) 2016 Allied Telesis Labs 5 6 * 6 7 * Based on armada-xp-db.dts 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 * 46 9 * Note: this Device Tree assumes that the bootloader has remapped the 47 10 * internal registers to 0xf1000000 (instead of the default
+1 -37
arch/arm/boot/dts/armada-xp-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada XP evaluation board 3 4 * (DB-78460-BP) ··· 9 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 10 9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11 10 * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation; either version 2 of the 20 - * License, or (at your option) any later version. 21 - * 22 - * This file is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 - * GNU General Public License for more details. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 11 * 50 12 * Note: this Device Tree assumes that the bootloader has remapped the 51 13 * internal registers to 0xf1000000 (instead of the default
+1 -38
arch/arm/boot/dts/armada-xp-gp.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada XP development board 3 4 * (DB-MV784MP-GP) ··· 8 7 * Lior Amsalem <alior@marvell.com> 9 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 10 9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation; either version 2 of the 20 - * License, or (at your option) any later version. 21 - * 22 - * This file is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 - * GNU General Public License for more details. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 10 * 50 11 * Note: this Device Tree assumes that the bootloader has remapped the 51 12 * internal registers to 0xf1000000 (instead of the default
+1 -38
arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Lenovo Iomega ix4-300d 3 4 * 4 5 * Copyright (C) 2014, Benoit Masson <yahoo@perenite.com> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -32
arch/arm/boot/dts/armada-xp-linksys-mamba.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Linksys WRT1900AC (Mamba). 3 4 * ··· 14 13 * Copyright (C) 2013 Marvell 15 14 * 16 15 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 17 - * 18 - * This file is dual-licensed: you can use it either under the terms 19 - * of the GPL or the X11 license, at your option. Note that this dual 20 - * licensing only applies to this file, and not this project as a 21 - * whole. 22 - * 23 - * a) This file is licensed under the terms of the GNU General Public 24 - * License version 2. This program is licensed "as is" without 25 - * any warranty of any kind, whether express or implied. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 16 */ 50 17 51 18 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-matrix.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada XP Matrix board 3 4 * 4 5 * Copyright (C) 2013 Marvell 5 6 * 6 7 * Lior Amsalem <alior@marvell.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-mv78230.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada XP family SoC 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 * 46 9 * Contains definitions specific to the Armada XP MV78230 SoC that are not 47 10 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp-mv78260.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada XP family SoC 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 * 46 9 * Contains definitions specific to the Armada XP MV78260 SoC that are not 47 10 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp-mv78460.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada XP family SoC 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 * 46 9 * Contains definitions specific to the Armada XP MV78460 SoC that are not 47 10 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for NETGEAR ReadyNAS 2120 3 4 * 4 5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for OpenBlocks AX3-4 board 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-synology-ds414.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Synology DS414 3 4 * 4 5 * Copyright (C) 2014, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 * 44 7 * Note: this Device Tree assumes that the bootloader has remapped the 45 8 * internal registers to 0xf1000000 (instead of the old 0xd0000000).
+1 -38
arch/arm/boot/dts/armada-xp.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada XP family SoC 3 4 * ··· 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 9 * Ben Dooks <ben.dooks@codethink.co.uk> 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation; either version 2 of the 20 - * License, or (at your option) any later version. 21 - * 22 - * This file is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 - * GNU General Public License for more details. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 10 * 50 11 * Contains definitions specific to the Armada XP SoC that are not 51 12 * common to all Armada SoCs.
+1 -4
arch/arm/boot/dts/kirkwood-b3.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Device Tree file for Excito Bubba B3 3 4 * 4 5 * Copyright (C) 2013, Andrew Lunn <andrew@lunn.ch> 5 6 * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 9 - * 2 of the License, or (at your option) any later version. 10 7 * 11 8 * Note: This requires a new'ish version of u-boot, which disables the 12 9 * L2 cache. If your B3 silently fails to boot, u-boot is probably too
+1 -2
arch/arm/boot/dts/kirkwood-blackarmor-nas220.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Device Tree file for Seagate Blackarmor NAS220 3 4 * 4 5 * Copyright (C) 2014 Evgeni Dobrev <evgeni@studio-punkt.com> 5 - * 6 - * Licensed under GPLv2 or later. 7 6 */ 8 7 9 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-d2net.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for d2 Network v2 3 4 * 4 5 * Copyright (C) 2014 Simon Guinot <simon.guinot@sequanux.org> 5 6 * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 7 */ 10 8 11 9 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-db-88f6281.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell DB-88F6281-BP Development Board Setup 3 4 * 4 5 * Saeed Bishara <saeed@marvell.com> 5 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 6 7 * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 8 */ 11 9 12 10 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-db-88f6282.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell DB-88F6282-BP Development Board Setup 3 4 * 4 5 * Saeed Bishara <saeed@marvell.com> 5 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 6 7 * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 8 */ 11 9 12 10 /dts-v1/;
+1 -4
arch/arm/boot/dts/kirkwood-db.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell DB-{88F6281,88F6282}-BP Development Board Setup 3 4 * 4 5 * Saeed Bishara <saeed@marvell.com> 5 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 * 11 8 * This file contains the definitions that are common between the 6281 12 9 * and 6282 variants of the Marvell Kirkwood Development Board.
+1 -3
arch/arm/boot/dts/kirkwood-dir665.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2014 Claudio Leite <leitec@staticky.com> 3 4 * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 5 */ 8 6 9 7 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds109.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds110jv10.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds111.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds112.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds209.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds210.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds212.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds212j.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds409.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds409slim.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds411.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds411j.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-ds411slim.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-laplug.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2013 Maxime Hadjinlian <maxime.hadjinlian@gmail.com> 3 4 * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 5 */ 8 6 9 7 /dts-v1/;
+1 -38
arch/arm/boot/dts/kirkwood-linkstation-6282.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree common file for kirkwood-6282 based Buffalo Linkstation 3 4 * 4 5 * Copyright (C) 2015, 2016 5 6 * Roger Shimizu <rogershimizu@gmail.com> 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2 of the 15 - * License, or (at your option) any later version. 16 - * 17 - * This file is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * Or, alternatively, 23 - * 24 - * b) Permission is hereby granted, free of charge, to any person 25 - * obtaining a copy of this software and associated documentation 26 - * files (the "Software"), to deal in the Software without 27 - * restriction, including without limitation the rights to use, 28 - * copy, modify, merge, publish, distribute, sublicense, and/or 29 - * sell copies of the Software, and to permit persons to whom the 30 - * Software is furnished to do so, subject to the following 31 - * conditions: 32 - * 33 - * The above copyright notice and this permission notice shall be 34 - * included in all copies or substantial portions of the Software. 35 - * 36 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 37 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 38 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 39 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 40 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 41 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 42 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 - * OTHER DEALINGS IN THE SOFTWARE. 44 7 */ 45 8 46 9 #include "kirkwood.dtsi"
+1 -38
arch/arm/boot/dts/kirkwood-linkstation-duo-6281.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree common file for kirkwood-6281 based 2-Bay Buffalo Linkstation 3 4 * 4 5 * Copyright (C) 2015, 2016 5 6 * Roger Shimizu <rogershimizu@gmail.com> 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2 of the 15 - * License, or (at your option) any later version. 16 - * 17 - * This file is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * Or, alternatively, 23 - * 24 - * b) Permission is hereby granted, free of charge, to any person 25 - * obtaining a copy of this software and associated documentation 26 - * files (the "Software"), to deal in the Software without 27 - * restriction, including without limitation the rights to use, 28 - * copy, modify, merge, publish, distribute, sublicense, and/or 29 - * sell copies of the Software, and to permit persons to whom the 30 - * Software is furnished to do so, subject to the following 31 - * conditions: 32 - * 33 - * The above copyright notice and this permission notice shall be 34 - * included in all copies or substantial portions of the Software. 35 - * 36 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 37 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 38 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 39 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 40 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 41 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 42 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 - * OTHER DEALINGS IN THE SOFTWARE. 44 7 */ 45 8 46 9 #include "kirkwood.dtsi"
+1 -38
arch/arm/boot/dts/kirkwood-linkstation-lsqvl.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Buffalo Linkstation LS-QVL 3 4 * ··· 7 6 * Based on kirkwood-linkstation-lswvl.dts, 8 7 * Copyright (C) 2015, 2016 9 8 * Roger Shimizu <rogershimizu@gmail.com> 10 - * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPL or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This file is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 9 */ 49 10 50 11 /dts-v1/;
+1 -38
arch/arm/boot/dts/kirkwood-linkstation-lsvl.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Buffalo Linkstation LS-VL 3 4 * 4 5 * Copyright (C) 2015, 2016 5 6 * Roger Shimizu <rogershimizu@gmail.com> 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2 of the 15 - * License, or (at your option) any later version. 16 - * 17 - * This file is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * Or, alternatively, 23 - * 24 - * b) Permission is hereby granted, free of charge, to any person 25 - * obtaining a copy of this software and associated documentation 26 - * files (the "Software"), to deal in the Software without 27 - * restriction, including without limitation the rights to use, 28 - * copy, modify, merge, publish, distribute, sublicense, and/or 29 - * sell copies of the Software, and to permit persons to whom the 30 - * Software is furnished to do so, subject to the following 31 - * conditions: 32 - * 33 - * The above copyright notice and this permission notice shall be 34 - * included in all copies or substantial portions of the Software. 35 - * 36 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 37 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 38 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 39 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 40 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 41 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 42 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 - * OTHER DEALINGS IN THE SOFTWARE. 44 7 */ 45 8 46 9 /dts-v1/;
+1 -38
arch/arm/boot/dts/kirkwood-linkstation-lswsxl.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Buffalo Linkstation LS-WSXL 3 4 * 4 5 * Copyright (C) 2015, 2016 5 6 * Roger Shimizu <rogershimizu@gmail.com> 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2 of the 15 - * License, or (at your option) any later version. 16 - * 17 - * This file is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * Or, alternatively, 23 - * 24 - * b) Permission is hereby granted, free of charge, to any person 25 - * obtaining a copy of this software and associated documentation 26 - * files (the "Software"), to deal in the Software without 27 - * restriction, including without limitation the rights to use, 28 - * copy, modify, merge, publish, distribute, sublicense, and/or 29 - * sell copies of the Software, and to permit persons to whom the 30 - * Software is furnished to do so, subject to the following 31 - * conditions: 32 - * 33 - * The above copyright notice and this permission notice shall be 34 - * included in all copies or substantial portions of the Software. 35 - * 36 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 37 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 38 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 39 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 40 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 41 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 42 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 - * OTHER DEALINGS IN THE SOFTWARE. 44 7 */ 45 8 46 9 /dts-v1/;
+1 -38
arch/arm/boot/dts/kirkwood-linkstation-lswvl.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Buffalo Linkstation LS-WVL 3 4 * 4 5 * Copyright (C) 2015, 2016 5 6 * Roger Shimizu <rogershimizu@gmail.com> 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2 of the 15 - * License, or (at your option) any later version. 16 - * 17 - * This file is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * Or, alternatively, 23 - * 24 - * b) Permission is hereby granted, free of charge, to any person 25 - * obtaining a copy of this software and associated documentation 26 - * files (the "Software"), to deal in the Software without 27 - * restriction, including without limitation the rights to use, 28 - * copy, modify, merge, publish, distribute, sublicense, and/or 29 - * sell copies of the Software, and to permit persons to whom the 30 - * Software is furnished to do so, subject to the following 31 - * conditions: 32 - * 33 - * The above copyright notice and this permission notice shall be 34 - * included in all copies or substantial portions of the Software. 35 - * 36 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 37 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 38 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 39 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 40 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 41 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 42 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 - * OTHER DEALINGS IN THE SOFTWARE. 44 7 */ 45 8 46 9 /dts-v1/;
+1 -38
arch/arm/boot/dts/kirkwood-linkstation-lswxl.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Buffalo Linkstation LS-WXL 3 4 * 4 5 * Copyright (C) 2015, 2016 5 6 * Roger Shimizu <rogershimizu@gmail.com> 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2 of the 15 - * License, or (at your option) any later version. 16 - * 17 - * This file is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * Or, alternatively, 23 - * 24 - * b) Permission is hereby granted, free of charge, to any person 25 - * obtaining a copy of this software and associated documentation 26 - * files (the "Software"), to deal in the Software without 27 - * restriction, including without limitation the rights to use, 28 - * copy, modify, merge, publish, distribute, sublicense, and/or 29 - * sell copies of the Software, and to permit persons to whom the 30 - * Software is furnished to do so, subject to the following 31 - * conditions: 32 - * 33 - * The above copyright notice and this permission notice shall be 34 - * included in all copies or substantial portions of the Software. 35 - * 36 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 37 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 38 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 39 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 40 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 41 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 42 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 - * OTHER DEALINGS IN THE SOFTWARE. 44 7 */ 45 8 46 9 /dts-v1/;
+1 -38
arch/arm/boot/dts/kirkwood-linkstation.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree common file for kirkwood based Buffalo Linkstation 3 4 * 4 5 * Copyright (C) 2015, 2016 5 6 * Roger Shimizu <rogershimizu@gmail.com> 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2 of the 15 - * License, or (at your option) any later version. 16 - * 17 - * This file is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * Or, alternatively, 23 - * 24 - * b) Permission is hereby granted, free of charge, to any person 25 - * obtaining a copy of this software and associated documentation 26 - * files (the "Software"), to deal in the Software without 27 - * restriction, including without limitation the rights to use, 28 - * copy, modify, merge, publish, distribute, sublicense, and/or 29 - * sell copies of the Software, and to permit persons to whom the 30 - * Software is furnished to do so, subject to the following 31 - * conditions: 32 - * 33 - * The above copyright notice and this permission notice shall be 34 - * included in all copies or substantial portions of the Software. 35 - * 36 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 37 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 38 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 39 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 40 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 41 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 42 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 - * OTHER DEALINGS IN THE SOFTWARE. 44 7 */ 45 8 46 9 / {
+1 -3
arch/arm/boot/dts/kirkwood-linksys-viper.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * kirkwood-viper.dts - Device Tree file for Linksys viper (E4200v2 / EA4500) 3 4 * ··· 7 6 * (c) 2014 Luka Perkov <luka@openwrt.org> 8 7 * (c) 2014 Randy C. Will <randall.will@gmail.com> 9 8 * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 9 */ 14 10 15 11 /dts-v1/;
+1 -4
arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell 88F6281 GTW GE Board 3 4 * 4 5 * Lennert Buytenhek <buytenh@marvell.com> 5 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 * 11 8 * This file contains the definitions that are common between the 6281 12 9 * and 6282 variants of the Marvell Kirkwood Development Board.
+1 -3
arch/arm/boot/dts/kirkwood-nas2big.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for LaCie 2Big NAS 3 4 * ··· 6 5 * 7 6 * Author: Simon Guinot <simon.guinot@sequanux.org> 8 7 * 9 - * This file is licensed under the terms of the GNU General Public 10 - * License version 2. This program is licensed "as is" without any 11 - * warranty of any kind, whether express or implied. 12 8 */ 13 9 14 10 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-net2big.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for LaCie 2Big Network v2 3 4 * ··· 9 8 * Based on netxbig_v2-setup.c, 10 9 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com> 11 10 * 12 - * This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without any 14 - * warranty of any kind, whether express or implied. 15 11 */ 16 12 17 13 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-net5big.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for LaCie 5Big Network v2 3 4 * ··· 9 8 * Based on netxbig_v2-setup.c, 10 9 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com> 11 10 * 12 - * This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without any 14 - * warranty of any kind, whether express or implied. 15 11 */ 16 12 17 13 /dts-v1/;
+1 -5
arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Device Tree file for NETGEAR ReadyNAS Duo v2 3 4 * 4 5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 9 - * 2 of the License, or (at your option) any later version. 10 6 */ 11 7 12 8 /dts-v1/;
+1 -5
arch/arm/boot/dts/kirkwood-netgear_readynas_nv+_v2.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Device Tree file for NETGEAR ReadyNAS NV+ v2 3 4 * 4 5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 9 - * 2 of the License, or (at your option) any later version. 10 6 */ 11 7 12 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-netxbig.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree common file for LaCie 2Big and 5Big Network v2 3 4 * ··· 9 8 * Based on netxbig_v2-setup.c, 10 9 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com> 11 10 * 12 - * This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without any 14 - * warranty of any kind, whether express or implied. 15 11 */ 16 12 17 13 #include <dt-bindings/leds/leds-netxbig.h>
+1 -4
arch/arm/boot/dts/kirkwood-nsa320.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* Device tree file for the Zyxel NSA 320 NAS box. 2 3 * 3 4 * Copyright (c) 2014, Adam Baker <linux@baker-net.org.uk> 4 5 * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; either version 8 - * 2 of the License, or (at your option) any later version. 9 6 * 10 7 * Based upon the board setup file created by Peter Schildmann */ 11 8
+1 -4
arch/arm/boot/dts/kirkwood-nsa325.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* Device tree file for the Zyxel NSA 325 NAS box. 2 3 * 3 4 * Copyright (c) 2015, Hans Ulli Kroll <ulli.kroll@googlemail.com> 4 5 * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; either version 8 - * 2 of the License, or (at your option) any later version. 9 6 * 10 7 * Based upon the board setup file created by Peter Schildmann 11 8 */
+1 -3
arch/arm/boot/dts/kirkwood-openblocks_a7.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for OpenBlocks A7 board 3 4 * ··· 6 5 * 7 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8 7 * 9 - * This file is licensed under the terms of the GNU General Public 10 - * License version 2. This program is licensed "as is" without any 11 - * warranty of any kind, whether express or implied. 12 8 */ 13 9 14 10 /dts-v1/;
+1 -4
arch/arm/boot/dts/kirkwood-openrd-base.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell OpenRD Base Board Description 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * This file contains the definitions that are specific to OpenRD 11 8 * base variant of the Marvell Kirkwood Development Board.
+1 -4
arch/arm/boot/dts/kirkwood-openrd-client.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell OpenRD Client Board Description 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * This file contains the definitions that are specific to OpenRD 11 8 * client variant of the Marvell Kirkwood Development Board.
+1 -4
arch/arm/boot/dts/kirkwood-openrd-ultimate.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell OpenRD Ultimate Board Description 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * This file contains the definitions that are specific to OpenRD 11 8 * ultimate variant of the Marvell Kirkwood Development Board.
+1 -4
arch/arm/boot/dts/kirkwood-openrd.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell OpenRD (Base|Client|Ultimate) Board Description 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * This file contains the definitions that are common between the three 11 8 * variants of the Marvell Kirkwood Development Board.
+1 -3
arch/arm/boot/dts/kirkwood-pogo_e02.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * kirkwood-pogo_e02.dts - Device tree file for Pogoplug E02 3 4 * ··· 8 7 * Arch Linux ARM by Oleg Rakhmanov <moonman.ca@gmail.com> 9 8 * OpenWrt by Felix Kaechele <heffer@fedoraproject.org> 10 9 * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 10 */ 15 11 16 12 /dts-v1/;
+1 -4
arch/arm/boot/dts/kirkwood-rd88f6192.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell RD88F6192 Board descrition 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * This file contains the definitions that are common between the three 11 8 * variants of the Marvell Kirkwood Development Board.
+1 -4
arch/arm/boot/dts/kirkwood-rd88f6281-a.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell RD88F6181 A Board descrition 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * This file contains the definitions for the board with the A0 or 11 8 * higher stepping of the SoC. The ethernet switch does not have a
+1 -4
arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell RD88F6181 Z0 stepping descrition 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * This file contains the definitions for the board using the Z0 11 8 * stepping of the SoC. The ethernet switch has a "wan" port.
+1 -4
arch/arm/boot/dts/kirkwood-rd88f6281.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Marvell RD88F6181 Common Board descrition 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * This file contains the definitions that are common between the two 11 8 * variants of the Marvell Kirkwood Development Board.
+1 -3
arch/arm/boot/dts/kirkwood-rs212.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-rs409.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-rs411.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Andrew Lunn <andrew@lunn.ch> 3 4 * Ben Peddell <klightspeed@killerwolves.net> 4 5 * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 6 */ 9 7 10 8 /dts-v1/;
+1 -2
arch/arm/boot/dts/kirkwood-sheevaplug-common.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * kirkwood-sheevaplug-common.dtsi - Common parts for Sheevaplugs 3 4 * 4 5 * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com> 5 - * 6 - * Licensed under GPLv2 7 6 */ 8 7 9 8 #include "kirkwood.dtsi"
+1 -2
arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * kirkwood-sheevaplug-esata.dts - Device tree file for eSATA Sheevaplug 3 4 * 4 5 * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com> 5 - * 6 - * Licensed under GPLv2 7 6 */ 8 7 9 8 /dts-v1/;
+1 -2
arch/arm/boot/dts/kirkwood-sheevaplug.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * kirkwood-sheevaplug.dts - Device tree file for Sheevaplug 3 4 * 4 5 * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com> 5 - * 6 - * Licensed under GPLv2 7 6 */ 8 7 9 8 /dts-v1/;
+1 -3
arch/arm/boot/dts/kirkwood-synology.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Nodes for Marvell 628x Synology devices 3 4 * 4 5 * Andrew Lunn <andrew@lunn.ch> 5 6 * Ben Peddell <klightspeed@killerwolves.net> 6 7 * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 8 */ 11 9 12 10 / {
+1 -3
arch/arm/boot/dts/kirkwood-t5325.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for HP t5325 Thin Client" 3 4 * ··· 7 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8 7 * Andrew Lunn <andrew@lunn.ch> 9 8 * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 9 */ 14 10 15 11 /dts-v1/;
+1 -5
arch/arm/boot/dts/kirkwood-ts419-6281.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Device Tree file for QNAP TS41X with 6281 SoC 3 4 * 4 5 * Copyright (C) 2013, Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 9 - * 2 of the License, or (at your option) any later version. 10 6 */ 11 7 12 8 /dts-v1/;
+1 -5
arch/arm/boot/dts/kirkwood-ts419-6282.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Device Tree file for QNAP TS41X with 6282 SoC 3 4 * 4 5 * Copyright (C) 2013, Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 9 - * 2 of the License, or (at your option) any later version. 10 6 */ 11 7 12 8 /dts-v1/;
+1 -5
arch/arm/boot/dts/kirkwood-ts419.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Device Tree include file for QNAP TS41X 3 4 * 4 5 * Copyright (C) 2013, Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 9 - * 2 of the License, or (at your option) any later version. 10 6 */ 11 7 12 8 / {