summaryrefslogtreecommitdiffstats
path: root/p9z-fsi.dts.m4
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@ozlabs.org>2018-05-18 16:19:54 +1000
committerAmitay Isaacs <amitay@ozlabs.org>2018-05-18 16:19:54 +1000
commitb0fde839a67901ed9ef2c1356c3279f3d2845ae8 (patch)
tree63c72b7c8925fd2b643c6f9ed1f2f1f7262930ec /p9z-fsi.dts.m4
parentcad634a94f6187d2190ac0fb3356718937023308 (diff)
downloadpdbg-b0fde839a67901ed9ef2c1356c3279f3d2845ae8.tar.gz
pdbg-b0fde839a67901ed9ef2c1356c3279f3d2845ae8.zip
Makefile: Generate all device-tree source files
This will allow to generate pretty printed dts files. Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
Diffstat (limited to 'p9z-fsi.dts.m4')
-rw-r--r--p9z-fsi.dts.m416
1 files changed, 16 insertions, 0 deletions
diff --git a/p9z-fsi.dts.m4 b/p9z-fsi.dts.m4
new file mode 100644
index 0000000..87ad5c2
--- /dev/null
+++ b/p9z-fsi.dts.m4
@@ -0,0 +1,16 @@
+/dts-v1/;
+
+/include/ "p9-fsi.dtsi"
+
+/ {
+};
+
+&fsi0 {
+ /* GPIO pin definitions */
+ fsi_clk = <0x0 0x13>; /* C3 */
+ fsi_dat = <0x0 0x12>; /* C2 */
+ fsi_dat_en = <0x78 0x16>; /* O6 */
+ fsi_enable = <0x0 0x18>; /* D0 */
+ cronus_sel = <0x78 0x1e>; /* P6 */
+ clock_delay = <0x14>;
+};
OpenPOWER on IntegriCloud