blob: 0721c84725099f0c25a65918d67ba19ee49067b4 [file] [log] [blame]
Peter Rosin21dd0ec2017-01-10 14:18:33 +01001/*
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};