zybo.dts (55b1c6e7e4a6909004e13c6d2f328f911a8e7b83) zybo.dts (2de9b4d3476945e773d19d3eb152ef0382f07963)
1/*-
2 * Copyright (c) 2016 The FreeBSD Foundation
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 46 unchanged lines hidden (view full) ---

55&uart1 {
56 status = "okay";
57};
58
59&eth0 {
60 status = "okay";
61};
62
1/*-
2 * Copyright (c) 2016 The FreeBSD Foundation
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 46 unchanged lines hidden (view full) ---

55&uart1 {
56 status = "okay";
57};
58
59&eth0 {
60 status = "okay";
61};
62
63&qspi0 {
64 status = "okay";
65
66 flash0 {
67 compatible = "st,m25p", "s25fl128";
68 spi-chipselect = <0>;
69 };
70};
71
63&sdhci0 {
64 status = "okay";
65};
66
67&ehci0 {
68 status = "okay";
69};
72&sdhci0 {
73 status = "okay";
74};
75
76&ehci0 {
77 status = "okay";
78};