Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed4d903d authored by Neil Armstrong's avatar Neil Armstrong
Browse files

ARM: dts: OX810: Update with dt-bindings includes



Add OX810SE dt-bindings includes files for clocks and resets, replace
resets numbers by human readable defines.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
parent 0c744ea4
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
 */

/include/ "skeleton.dtsi"
#include <dt-bindings/clock/oxsemi,ox810se.h>
#include <dt-bindings/reset/oxsemi,ox810se.h>

/ {
	compatible = "oxsemi,ox810se";
@@ -242,7 +244,7 @@
			       current-speed = <115200>;
			       no-loopback-test;
			       status = "disabled";
			       resets = <&reset 17>;
			       resets = <&reset RESET_UART1>;
			};

			uart1: serial@300000 {
@@ -256,7 +258,7 @@
			       current-speed = <115200>;
			       no-loopback-test;
			       status = "disabled";
			       resets = <&reset 18>;
			       resets = <&reset RESET_UART2>;
			};

			uart2: serial@900000 {
@@ -270,7 +272,7 @@
			       current-speed = <115200>;
			       no-loopback-test;
			       status = "disabled";
			       resets = <&reset 22>;
			       resets = <&reset RESET_UART3>;
			};

			uart3: serial@a00000 {
@@ -284,7 +286,7 @@
			       current-speed = <115200>;
			       no-loopback-test;
			       status = "disabled";
			       resets = <&reset 23>;
			       resets = <&reset RESET_UART4>;
			};
		};