DT_NE              47 scripts/dtc/dtc-parser.y %token DT_LSHIFT DT_RSHIFT DT_LE DT_GE DT_EQ DT_NE DT_AND DT_OR
DT_NE             463 scripts/dtc/dtc-parser.y 	| integer_eq DT_NE integer_rela { $$ = $1 != $3; }