tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / google / daisy / devicetree.cb
blob93a7ea7f2f781d555c75c78d87ab4fef0d3c9fcc
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright 2012 Google Inc.
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ## GNU General Public License for more details.
16 chip soc/samsung/exynos5250
17 device cpu_cluster 0 on end
18 register "xres" = "1366"
19 register "yres" = "768"
20 register "framebuffer_bits_per_pixel" = "16"
21 # complex magic timing!
22 register "clkval_f" = "2"
23 register "upper_margin" = "14"
24 register "lower_margin" = "3"
25 register "vsync" = "5"
26 register "left_margin" = "80"
27 register "right_margin" = "48"
28 register "hsync" = "32"
29 end