summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/bcm6348.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: use upstreamed compatible name for the periph intcJonas Gorski2016-06-211-1/+1
| | | | | | | This makes the eventual migration to bmips easier, as dts files will require less changes. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* brcm63xx: fix bcm6348 ext irqc compatible nameJonas Gorski2015-04-271-1/+1
| | | | | | | | | This was a remnant of an old version. Reported-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45583
* brcm63xx: probe gpio controllers through DTJonas Gorski2015-02-271-0/+20
| | | | | | | | | | | | | | | | Add a generic mmio gpio controller based driver and probe it through device tree. Use aliases for base calculation until we converted all users to device tree or named gpios. Convert bcm63xx_enet's ephy-reset gpio to use a named gpio. While at it, remove the duplicate reset gpio defintion for livebox. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44565
* brcm63xx: fix a few issues in irq chip driversJonas Gorski2014-12-081-1/+3
| | | | | | | | Fix locking and lock usage, making it compile for SMP. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43578
* brcm63xx: register interrupt-controllers through DT when possibleJonas Gorski2014-12-011-0/+30
| | | | | | | | | Add the required nodes for the interrupt controllers and register them through DT when a DTB is present. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43457
* brcm63xx: dtsi: add missing ranges properity to ubus nodesJonas Gorski2014-12-011-0/+1
| | | | | | | | Allows nodes behind it to be mapped. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43456
* brcm63xx: dtsi: add missing properties to cpu nodesJonas Gorski2014-12-011-0/+5
| | | | | | | | Mark them as cpu nodes and add the addresses. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43455
* brcm63xx: dts: fix spelling of "bank-width"Jonas Gorski2014-08-211-1/+1
| | | | | | | | Fixes pflash registration through DT for 6338/6345/6348. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42235
* brcm63xx: add support for registering parallel flash through dtbJonas Gorski2014-08-111-0/+14
| | | | | | | | | Add the required nodes to the dtsi files and code to prevent double registration from the board support code. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42123
* brcm63xx: add empty dtsi files for each of the supported SoCsJonas Gorski2014-08-111-0/+19
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42120