| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Sam440ep board specific routines based off bamboo.c code |
|---|
| 3 | 4 | * original copyrights below |
|---|
| .. | .. |
|---|
| 11 | 12 | * |
|---|
| 12 | 13 | * Modified from bamboo.c for sam440ep: |
|---|
| 13 | 14 | * Copyright 2008 Giuseppe Coviello <gicoviello@gmail.com> |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 16 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 17 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 18 | | - * option) any later version. |
|---|
| 19 | 15 | */ |
|---|
| 20 | 16 | #include <linux/init.h> |
|---|
| 21 | 17 | #include <linux/of_platform.h> |
|---|