]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/arm/boot/dts/at91-linea.dtsi
Merge tag 'aspeed-4.11-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / at91-linea.dtsi
1 /*
2 * at91-linea.dtsi - Device Tree Include file for the Axentia Linea Module.
3 *
4 * Copyright (C) 2017 Axentia Technologies AB
5 *
6 * Author: Peter Rosin <peda@axentia.se>
7 *
8 * Licensed under GPLv2 or later.
9 */
10
11 #include "sama5d31.dtsi"
12
13 / {
14 compatible = "axentia,linea",
15 "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
16
17 memory {
18 reg = <0x20000000 0x4000000>;
19 };
20 };
21
22 &slow_xtal {
23 clock-frequency = <32768>;
24 };
25
26 &main_xtal {
27 clock-frequency = <12000000>;
28 };
29
30 &i2c0 {
31 status = "okay";
32
33 eeprom@51 {
34 compatible = "st,24c64";
35 reg = <0x51>;
36 pagesize = <32>;
37 };
38 };
39
40 &nand0 {
41 status = "okay";
42
43 nand-bus-width = <8>;
44 nand-ecc-mode = "hw";
45 atmel,has-pmecc;
46 atmel,pmecc-cap = <4>;
47 atmel,pmecc-sector-size = <512>;
48 nand-on-flash-bbt;
49 };